/*  
URL:
Client: Dialogic
Version: 1.0 
Author: Brett Dziura - thinkdm2 - http://thinkdm2.com
Last modified: 08.15.11
*/


/* GLOBAL RESET */
* {
	margin: 0;
	padding: 0;
	}


/* GENERAL */
body {
	background: #e3e3e3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	}


/* STRUCTURE */
#head {
	background: url(/static/images/landing/nf-bg-k-to-grey-102.png) repeat-x 0 0 #1d319f;
	height: 100px;
	border-bottom: 20px solid #fff;
	}

#marketing {
	background: #fff;
	height: 250px;
	border-bottom: 20px solid #fff;
	}
	
#buckets {
	background: url(/static/images/showcase/gray_gradient-bg.jpg) repeat-x 0 0 #fff;
	height: 500px;
	}
	
#secondary {
	background: url(/static/images/showcase/gray_gradient-secondary_bg.jpg) repeat-x 0 0 #fff;
	position: relative;
	padding: 30px 0 12px;
	}
	
#gallery {
	overflow: hidden;
	margin-top: -20px;
	}
	
#footer {
	border-top: 20px solid #fff;
	font-size: 10px;
	color: #787878;
	padding: 60px 0;
	}

.container {
	width: 960px;
	margin: 0 auto;
	}
	
/* HEAD */
#logo {
	float: left;
	position: relative;
	padding: 38px 0 0;
	}
	
#logo h1 {
	background: url(/static/images/showcase/dialogic_ss-logo.png) no-repeat 0 0 transparent;
    height: 35px;
    text-indent: -9999px;
    width: 359px;
	}
	
#logo a {
	display: block;
	height: 35px;
    width: 359px
	}
	
#nav {
	float: right;
	position: relative;
	padding: 54px 0 0;
	}
	
#nav ul {
	list-style: none;
	}
	
#nav li {
	float: left;
	padding: 0 0 0 10px;
	color: #fff;
	line-height: 18px;
	}
	
#nav a {
	display: block;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#nav a:hover {
	text-decoration: underline;
	}
	
#nav a.facebook,
#nav a.twitter {
	height: 17px;
	width: 17px;
	text-indent: -9999px;
	}
	
#nav a.facebook {
	background: url(/static/images/showcase/social_media-icons.png) no-repeat 0 0;
	}
	
#nav a.twitter {
	background: url(/static/images/showcase/social_media-icons.png) no-repeat -17px 0;
	}
	

/* MARKETING */
#marketing p {
	float: left;
	width: 500px;
	font-size: 24px;
	line-height: 36px;
	color: #989898;
	font-weight: 100;
	margin: 40px 0 0;
	}	

#marketing img {
	float: right;
	}


/* SLIDER */
#slider{
	list-style: none;
	height: 400px;
	}

.page-container {
	width: 960px;
	margin: 0 auto;
	}

.slider-container {
	width: 960px;
    height: 400px;
	margin: 0 auto;
	}

.anythingSlider {
    height: 350px !important;
	padding: 0;
	width: 955px !important;
	}

li .bucket{
	width: 214px !important;
	height: 250px !important;
	}


/* BUCKETS */
.bucket {
	background: #fff;
	float: left;
	width: 214px;
	height:250px;
	margin: 30px 10px;
	border: 3px solid #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .3);
	box-shadow: 0 0 12px rgba(0, 0, 0, .3);
	}
	
.bucket {
	position: relative; /* IE7 & 8 FIX FOR ROUND CORNERS */
	z-index: 0;
	}
	
#gallery .bucket {
	behavior: url(css/PIE.htc);
	}
	
.bucket-top {
	width: 194px;
	padding: 15px 10px;
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	height: 124px;
	}
	
#gallery .bucket-top {
	behavior: url(css/PIE.htc);
	}
	
.bucket-top h3 {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	margin: 0 0 15px;
	}
	
.bucket-top p {
	font-size: 13px;
	line-height: 15px;
	}

.bucket-bottom 
{
    height: 90px;
	background: #fff;
	width: 214px;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
	}
	
#gallery .bucket-bottom {
	behavior: url(css/PIE.htc);
	}
	
.bucket-bottom p 
{
    position: absolute;
    bottom: 1px;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #1d319f;
	text-transform: uppercase;
	padding: 10px;
	}
	
.bucket-bottom a {
	color: #1d319f;
	text-decoration: none;
	}
	
.bucket-bottom a:hover {
	text-decoration: underline;
	}
	
#viewall {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	color: #3093da;
	}
	
#viewall a {
	color: #3093da;
	text-decoration: none;
	}
	
#viewall a:hover {
	text-decoration: underline;
	}
	
#secondary ul{
    margin-left: 1em;
    padding-left: 0;
	}
	
#secondary .container li {
	}
	
#secondary li .bucket {
	margin: 20px 10px;
	}


/* CONTENT */
#content {
	background: #fff;
	width: 780px;
	overflow: auto;
	margin: 0 auto;
	padding: 25px 70px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(css/PIE.htc);
	-moz-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	}
	
#content {
	position: relative; /* IE7 & 8 FIX FOR ROUND CORNERS */
	z-index: 0;
	}


/* MAIN CONTENT */
#main {
	float: right;
	width: 540px;
	}
	
#main h5 {
	font-size: 12px;
	color: #1d309e;
	}
#main p {
 	margin: 0 0 20px;
 	}
	
#socialmedia {
	float: right;
	margin: 0 0 60px;
	}
	
#socialmedia ul {
	list-style: none;
	}
	
#socialmedia li {
	float: left;
	padding: 0 0 0 5px;
	}
	
#socialmedia a img,
.content-bucket a img {
	border: none;
	}
	
#content-buckets {
	margin: 40px 0 0;
	}

.content-bucket {
	float: left;
	width: 174px;
	margin: 0 9px 40px 0;
	}
	
#promotional {
	background: url(/static/images/showcase/gray_gradient-promo_bg.jpg) repeat-x 0 0 #fff;
	clear: both;
	width: 760px;
	height: 30px;
	padding: 10px;
	}
	
#promotional ul {
	list-style: none;
	}

#promotional li {
	float: left;
	font-weight: bold;
	color: #3093da;
	padding: 0 10px 0 0;
	}	

#promotional li h6 {
	width: 220px;
	font-size: 12px;
	color: #3093da;
	}
	
#promotional li a {
	color: #828282;
	text-decoration: none;
	}

#promotional li a:hover {
	color: #3093da;
	text-decoration: underline;
	}	


/* SIDEBAR CONTENT */
#sidebar {
	float: left;
	width: 220px;
	}
	
#sidebar h6 {
	font-size: 12px;
	color: #3093da;
	}
	
#sidebar h6 a {
	background: url(/static/images/showcase/circle-arrow.png) no-repeat center right #fff;
	display: block;
	line-height: 40px;
	color: #3093da;
	text-decoration: none;
	height: 40px;
	width: 220px;
	margin: 166px 0 32px;
	border-top: 1px solid #3093da;
	border-bottom: 1px solid #3093da;
	}
	
#sidebar a:hover {
	text-decoration: underline;
	}
	
#sidebar p {
	color: #828282;
	margin: 20px 0 0;
	}
	
#sidebar a {
	display: block;
	color: #3093da;
	text-decoration: none;
	width: 220px;
	white-space: pre-line;
	word-wrap: break-word;
	}
	
#sidebar a[href^="mailto"] {
	color: #828282;
	text-decoration: underline;
	}
	
#sidebar a[href^="mailto"]:hover {
	color: #3093da;
	}
	
#category {
	height: 28px;
	border: 3px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(css/PIE.htc);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	}

#category {
	position: relative; /* IE7 & 8 FIX FOR ROUND CORNERS */
	z-index: 0;
	}
	
#category h3 {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	}
	
#products {
	background: url(/static/images/showcase/gray_gradient-sidebar_bg.jpg) repeat-x 0 0 #fff;
	margin: 30px 0 0;
	padding: 10px;
	}

#products h2 {
	font-size: 24px;
	font-weight: 100;
	color: #3093da;
	}

#products p {
	font-weight: bold;
	color: #828282;
	margin: 2px 0 10px;
	}
	
#products a img {
	border: none;
	}
	
#products .gray {
	color: #828282;
	}
	

/* FOOTER */
#footer .container {
	border-top: 1px solid #989898;
	}
	
#footer ul {
	list-style: none;
	margin: 10px 0 0;
	}
	
#footer li {
	float: left;
	padding: 0 10px 0 0;
	line-height: 18px;
	}
	
#footer a {
	display: block;
	color: #787878;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #1d319f;
	text-decoration: underline;
	}
	
#footer #copyright {
	float: right;
	}

#footer #HowToJoin 
{
    clear: both;
	float: right;
	padding:20px 0 0 0;	
}


/* CLASSES */
.blue {
	color: #0098db;
	}

.last {
	margin-right: 0;
	}
	
.bold {
	font-weight: bold;
	color: #1d319f!important;
	}
	
 #main p.intro {
	font-size: 15px;
	font-weight: 100;
	line-height: 25px;
	color: #828282;
	margin: 44px 20px 22px 0;
	}
div.intro p {
	font-size: 15px;
	font-weight: 100;
	line-height: 25px;
	color: #828282;
	margin: 44px 20px 22px 0;
	}

.logo {
	display: block;
	}
	
.icon {
	float: right;
	margin: 48px 0 0 20px;
	}
	

/* BUCKET CLASSES */
.nurse {
	background: #a8b400;
	}

.dialogic {
	background: #ffa02f;
	}
	
.creativity {
	background: #fecb00;
	}

.apex {
	background: #0098db;
	}

/* UNSED BUCKET CLASSES */
.extra-1 {
	background: #a1006b;
	color: #fff;
	}
	
.extra-2 {
	background: #0e309b;
	color: #fff;
	}
	
.extra-3 {
	background: #80379b;
	color: #fff;
	}
	
.extra-4 {
	background: #97999c;
	}

/* BUCKET CLASSES */
.Green{
	background: #a8b400;
	color: #FFF;
	}

.Orange {
	background: #ffa02f;
	color: #FFF;
	}
	
.Goldenrod{
	background: #fecb00;
	color: #FFF;
	}

.Cyan{
	background: #0098db;
	color: #FFF;
	}

/* UNSED BUCKET CLASSES */
.Magenta{
	background: #a1006b;
	color: #FFF;
	}

.Blue {
	background: #0e309b;
	color: #FFF;
	}
	
	
.Purple{
	background: #80379b;
	color: #FFF;
	}
	
.Grey{
	background: #97999c;
	color: #FFF;
	}

#leverageThePower
{
    padding-top: 30px;
    font-size: 15px;
}