/**
 * clients.css: Stylesheet for clients.php and sub pages
 */

/***********************************************************************
 * Elements
 **********************************************************************/
#left-sidebar #content-dark {
	padding:26px 110px 24px 25px;
	background: #272727 url(../block-layout-bottom.gif) no-repeat scroll center bottom;
	border-bottom:10px solid white;
	color:#939598;
	line-height: 1.4em;
}

#content-dark .page-title {
	margin: 0;
}

#content-dark .page-title h1.white {
	font-size: 30px;
}

div.client-list .client-item {
	border-top: 1px solid #cfd0cf;
}

div.client-list .client-item:hover {
	background: #d9e9ee;
}

div.client-list .client-item.active a {
	color: #fff;
	text-decoration: none;
}

div.client-list .client-item.last {
	border-bottom: 1px solid #cfd0cf;
}

div.client-list .client-heading {
	padding: 5px 10px;
	cursor: pointer;
}

div.client-list .client-heading .edsuite-2 {
	position: relative;
	top: 1px;
	margin-right: 8px;
}

div.client-list div.active {
	background: #0a98d1;
	color: #fff;
}

div.client-list div.active a {
	background: #0a98d1;
	color: #fff;
	text-decoration: none;
}

div.client-list .expanded-content {
	background: #fff;
	padding: 10px 10px 20px 10px;
	font-size: .9em;
	display: none;
}

div.client-list .expanded-content .left-col {
	float: left;
	width: 159px;
	margin-right: 15px;
}

div.client-list .expanded-content .right-col {
	float: left;
	padding: 3px 0;
	width: 455px;
}

div.client-list .expanded-content .client-name {
	font-size: 1.2em;
	color: #8b8b8b;
	font-style:italic;
}

div.client-list .expanded-content .testimonial {
	border-bottom: solid 1px #acacac;
	padding: 0 0 15px 0;
}

div.client-list .expanded-content .awards {
	border-bottom: solid 1px #acacac;
	padding: 15px 0 15px;
}

div.client-list .expanded-content .provided-services {
	padding: 15px 0 0 0;
}

div.client-list .expanded-content .provided-services img {
	margin-right: 20px;
	padding-top: 5px;
}

div.client-list .state {
	margin-bottom: 30px;
}

div.client-list .state h3 {
	margin-bottom: 15px;
}

div.client-list .top-heading {
	margin-bottom: 5px;
	padding: 0px 10px;
	font-weight: bold;
}

div#page_loader {
	position: absolute;
	top: -2px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	z-index: 99;
	opacity: 0.6;
	text-align: center;
}

div#page_loader #loading {
	position: absolute;
	display: block; 
	left: 46%; 
	top: 150px;
	opacity: 1;
	color: black;
}

div#page_loader #loading img {
	margin-bottom: 10px;
}

/***********************************************************************
 * Items
 **********************************************************************/

#column-wrapper {
	background: url(../images/column-wrapper-thin-bg.gif);
}

/** Left Sidebar **/
#left-sidebar {
	width: 702px;
	float: left;
	position:relative;
	top:-2px;
}

/** Right Sidebar **/
#right-sidebar {
	width: 218px;
	float: right;
	color: #fff;
}

/** Content **/
#content-light {
	font-size: 1em;
	position: relative;
	width: 654px;
}

#content-dark {
	padding: 28px 25px;
}

/***********************************************************************
 * Classes
 **********************************************************************/

/** Page Title **/
.page-title {
	margin-bottom: 15px;
}

.page-title img {
	position: relative;
	top: 2px;
}

/** Page Specifics **/


.clients-thumbnails {
    clear: both;
}

.clients-thumbnails img {
	margin-right: 9px;
    margin-bottom: 9px;
}

.launch-site, .client-testimonial {
    font-size: .9em;
    margin-bottom: 10px;
    clear: both;
}

.featured-studies {
    font-size: .9em;
    margin-top: 30px;
}

.featured-studies .item {
    width: 206px;
    float: left;
	margin-right: 12px;
    margin-bottom: 10px;
}

.featured-studies .item-content {
    margin-bottom: 15px;
}

.project-type {
    font-size: .9em;
    margin: 35px 0px;
}

.project-type td {
    border-bottom: 1px solid #b2b2b2;
    padding-left: 5px;
}

.project-credentials {
    font-size: .9em;
}

.project-credentials .title {
	font-weight: bold;
	color: #272727;
}

.sub-title {
    margin-bottom: 30px;
}
