/**
 * block-layout.css: Stylesheet for pages with block type items on the right
 * 
 */

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

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

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

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

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

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

#content-dark {
	padding: 28px 110px 25px 25px;
	background: #272727 url(../block-layout-bottom.gif) no-repeat bottom;
	color: #939598;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#content-light {
	padding: 28px 25px;
	background: #f0f2f1;
	color: #888888;
	line-height: 1.4em;
	margin-bottom: 10px;
}

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

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

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

#content-light .section {
	padding: 25px 15px;
	border-bottom: 1px solid #d2d4d3;
}

#content-light .section.first {
	padding: 0 15px 25px 15px;
	border-bottom: 1px solid #d2d4d3;
}

#content-light .section.last {
	padding: 25px 15px 0 15px;
	border-bottom: none;
}

/* Staff Styles: our-team.php */
.staff-name {
	font-weight: bold;
	color: #fff;
}

.staff-title,.staff-email {
	font-size: .9em;
}

/* Tool List: solutions.php */
.tool-title {
	font-weight: bold;
	color: #272727;
}

/** Block Styles **/
.block {
	background: #282726 url(../images/block-bg.gif) repeat-x 0 37px;
	margin-bottom: 10px;
	font-size: .9em;
}

.block .item {
	border-bottom: 1px solid #58595b;
	padding-bottom: 11px;
	margin: 11px 14px;
	line-height: 1.4em;
}

.block .item.last {
	border: none;
	padding-bottom: 15px;
	margin-bottom: 0;
}


/* Block Customizations and Overrides */
.block.recent-launches {
	min-height: 306px;
}

.block.recent-launches  .item {
	margin: 9px 14px;
}

.block.support {
	min-height: 166px;
}

.block.featured-tool, .block.templates {
	padding-bottom: 11px;
}

.block.featured-tool .item,.block.templates .item  {
	border: none;
}

.block.templates {
	background: #282726 url(../images/block-bg.gif) repeat-x 0 0px;
}

.block.templates .item {
	padding-top: 5px;
}

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