/**
 * feature-layout.css: Stylesheet for pages with feature type items on the right. (Ie: pricing.php)
 */

/***********************************************************************
 * Elements
 **********************************************************************/

/***********************************************************************
 * Items
 **********************************************************************/
#sub-navigation {
	margin-bottom: 10px;
}

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

/** Left Sidebar **/
#left-sidebar {
	width: 660px;
	float: left;
}

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

/** Content **/

#content-dark {
	padding: 28px 25px;
	color: #fff;
	line-height: 1.4em;
	font-size: .9em;
}

#content-light {
	padding: 25px 23px 25px 25px;
	color: #939598;
	line-height: 1.4em;
	font-size: .9em;
	color: #58595b;
}

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

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

.section {
	padding: 25px 0 5px 0;
	border-bottom: 1px solid #58595b;
}

.section.first {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #58595b;
}

.section.last {
	padding: 25px 0 0 0;
	border-bottom: none;
}

/** Feature Styles - These are in the right blick column **/
.feature .title {
	margin-bottom: 20px;
}

.feature {
	line-height: 1.6em;
}

.feature.case-studies a {
	color: #fff;
}

.feature.case-studies a.active {
	text-decoration: underline;
}

.feature-site {
	margin-bottom: 20px;
}

.feature-site a {
	color: #0a98d1;
}

.feature-site a:hover {
	color: #0a98d1;
}


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

