@charset "UTF-8";
/* CSS Document */
#body_core {
	padding-right:9px;
}
#primary_story {
	display:block;
	height:275px;
	width:710px;
	
	position:relative;
	overflow:hidden;
}
#primary_story .story {
	display:block;
	height:275px;
	width:659px;
	position:absolute;
	left:51px;
	top:0px;
	
	
	overflow:hidden;
	background-color:#cbbea2;
}
#primary_story .story .story_wrapper {
	display:block;
	width:659px;
	height:275px;
	position:absolute;
	top:0px;
	right:0px;
}
#primary_story .story .story_date_bar {
	display:block;
	width:17px;
	height:275px;
	
	position:absolute;
	top:0px;
	right:0px;
	z-index:10;
	
	background-image:url("../design_images/bg-date-bar.gif");
	cursor:pointer;
}
#primary_story .story .story_media {
	display:block;
	position:absolute;
	top:1px;
	left:0px;
	z-index:1;
}	

#primary_story .story .story_content {
	display:block;
	width:305px;
	position:absolute;
	top:0px;
	right:30px;
	padding-top:25px;
	line-height:150%;
}
#primary_story .story .story_content .date {
	font-size:12px;
	color:#000;
}
#primary_story .story .story_content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	font-weight:normal;
	color:#54372e;
	line-height:36px;
	
	padding:0;
	margin-top:-4px;
	margin-bottom:0em;
}
#primary_story .story .story_content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	line-height:24px;
	color:#54372e;
	
	padding:0;
	margin:0 0px;
}
#primary_story a:link, #primary_story a:visited {
	color:#000;
}
#custom_zone {
	display:block;
	height:62px;
	position:relative;
	
	background-color:#132c5e;
	background-image:url("../design_images/bg-build-page.gif");
	background-repeat:repeat-x;
	
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	
	text-align:center;
	color:#fff;
}
	#custom_zone a:link, #custom_zone a:visited {
		color:#fff;
	}

#widget_zone {
	background-color:#Fec;
	background-image:url("../design_images/bg-wid-zone.gif");
	
	
}
#widget_zone_wrapper {
	padding:9px 10px;
	background-image:url("../design_images/bg-wid-zone-sh.gif");
	background-repeat:repeat-x;
}
	.widget_zone_column {
		float:left;
		width:49.8%;
	}
