@import url('../widgets.css');
@import url('../indexes_1.0.css');

/* CONTENT */
div#content_main {
	width: 633px;
	border-right: 1px solid #e0e0e0;
	float: left;
}

div#content_side {
	width: 346px;
	float: left;
}

/* SNAPSHOT */
div#snapshot {
	width: 160px;
	float: left;
	clear: none;
	border-right: 1px solid #e0e0e0;
}

div#snapshot h2 {
	margin: 0px auto;
	padding: 3px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: #EBEBEB;
	border-bottom: 1px solid #e0e0e0;
}

div#snapshot_body {
	padding: 5px;
	background: #F2F2F2;
	text-align: center;
	font-size: 10px;
}

div#snapshot_body img {
	border: 1px solid #e0e0e0;
}

/* SINGLE COLUMN LAYOUT */
div.widecol {
	width: 980px;
	float: left;
}

div.cal_container {
	border-top: 4px solid black;
	border-bottom: 4px solid black;
	float: left;
	width: 980px;
}

div.cal_date_header {
	margin-bottom: 10px;
	margin-top: 5px;
}

div.day_col_condensed {
	width: 110px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

div.day_col_focus {
	width: 490px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

div.abbrev_article {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

div.calendar_nav {
	clear: both;
	width: 980px;
	font-size: 13px;
}


div.calendar_nav div.right{
	text-align: right;
	padding-left: 10px;
	float: right;
	
}



div.short_headline {
	margin-top: 10px;
	margin-bottom: 15px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	font-size: 12px;
}
/* TWO COLUMN LAYOUT */
div.cols-c2 div.col1 {
	width: 422px;
	border-right: 1px solid #e0e0e0;
	float: left;
}

div.cols-c2 div.col2 {
	width: 209px;
	float: left;
}

div.cols-c2 div.col1 div.section_text {
	padding: 10px 8px;
	font-size: 14px;
	border-bottom: 1px solid #eaeaea;
}

div.cols-c2 div.col1 div.article_item div.overline{
	font-size: 10px;
	max-width: 95%;
	padding-bottom: 2px;
	border-bottom: 1px dotted #e3e3e3;
}

div.cols-c2 div.col1 div.section_header {
	font-size: 15px;
}

div.cols-c2 div.col2 div.article_item {
	padding: 10px 8px;
	margin: 0 auto;
	border-bottom: 1px solid #eaeaea;
}

div.cols-c2 div.col2 div.article_item div.overline {
	font-size: 10px;
	max-width: 95%;
	padding-bottom: 2px;
	border-bottom: 1px dotted #e3e3e3;
}

div.cols-c2 div.col2 h2 {
	font-size: 12px;
}

div.cols-c2 div.col2 div.summary {
	font-size: 11px;
	line-height: normal;
}

div.cols-c2 div.col2 div.ad {
	padding: 3px 0;
}

/* WIDGET STYLES */
div#sectionpage_content div.widget div.widget_image {
	border-right: 0 none;
	border-left: 0 none;
}
