
/*
- Styles used for section front pages
*/

.grid_4 #promo_group_1,
.grid_4 #most_popular_widget,
.grid_4 #VPA  {
	/* float: left; */
	width: 100%;
}

.html_module,
.html_module div.grid_1,
.html_module div.grid_2,
.html_module div.grid_3,
.html_module div.grid_4,
.html_module div.grid_5,
.html_module div.grid_6,
.html_module div.grid_7,
.html_module div.grid_8,
.html_module div.grid_9,
.html_module div.grid_10 {
 	margin-left: 0;
	margin-bottom: 20px;
}

#staples, #more-stories {
	clear: left;
	overflow: auto;
}
#staples .grid_3, 
#more-stories .grid_3, 
#content_main .grid_3,
#content_main .grid_6 {
	margin-bottom: 1.6em;
}
#more-stories .grid_3 .story {
	overflow: auto;
}

#promo_group_1 .ui-tabs-panel .label {
	text-transform: uppercase;
	color: #6B675E;
}
#promo_group_1 .ui-tabs-panel .sidebar {
	float: left;
	width: 150px;
	margin-right: 10px;
}
#promo_group_1 .ui-tabs-panel .main {
	overflow: auto;
}

#richmedia_content {
	margin-bottom: 30px;
}

/*****************************************************************************/
/* CSS For section column dividers */

.section_column .summary,
.section_column .html_module,
.section_column .headlines,
.highlight .gallery {
	padding: 20px 0 0 0;
	border-top: 1px dashed #6B675E;
}
.section_column .top_stories_digest .summary {
	/*
	- Digest should not display the divider
	*/
	border-top: 0;
	padding: 0;
}
.highlight .gallery {
	overflow: auto;
	margin-bottom: 20px;
}
.section_column .first .summary:first-child,
.section_column .first .headlines:first-child,
.section_column .first .html_module,
.highlight .gallery:first-child {
	padding: 0;
	border-top: 0;
	overflow: hidden;
}
