@charset "UTF-8";
/* CSS Document */

#storyTopper{
	border-bottom: 1px solid #CCCCCC;
	color: #9B0004;
	display: block;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 970px;
}

#mainStoryContent {
	border-right: 1px solid #CFCECC;
	display: inline;
	float: left;
	height: auto;
	width: 660px;
	margin-left: 5px;
}

#mainStoryHeadline{
	width: 650px;
	font-size: 18px;
	font-weight: bold;
	color: #3A3A3A;
	height: auto;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#storyPhotoBox{
	width: 300px;
	display: inline;
	float: left;
	height: auto;
	margin-right: 10px;
}

#storyPhotoCredit{
	width: 300px; 
	height: 10px; 
	display: block;	
	margin-bottom: 5px;
}

#storyPhotoCutline{
	width: 300px;
 	display: block;
	font-size: 10px;
	margin-bottom: 3px;
}

#storyPhotoBoxBottomBorder{
	width: 300px;	
	clear: both;
	height: 3px;
	font-size: 3px;
	background-color: #DDDDDD;
}

#mainStoryInnerContent{
	width: 650px;
	height: auto;
}

#mainRightRail {
	display: inline;
	float: right;
	height: auto;
	margin: 0 5px 0 0;
	width: 300px;
}

img.storyPic{
	display: block;
	width: 300px;
	margin: 0px 0px 3px 0px;
}

#storyPageDateline{
	display: inline;
	clear: left;
	float: right;
	color: #383838;
	font-size: 11px;	
}

.midHeadlineBoxesRightRail {
	clear: both;
	display: block;
	float: right;
	margin: 5px 0 5px 10px;
	width: 300px;
}

/* Text Styles */

h1{
	font-size: 18px;	
}

.byline{
	color: #9B0004;	
}

#byline{
	color: #3A3A3A;
}

.updatedline{
	display: block;
	margin: 5px 0px 5px 0px;
	font-size: 11px;
	font-style: italic;
}

#tagline{
	color: #3A3A3A;
}

.midHeadlineBoxesTxt{
	margin: 0px 100px 0px 5px;	
	font-weight: bold;
}

a.midHeadlineBoxesLink{	
	color: #9B0004;
	font-weight: bold;
}

img.smallArrow {
	vertical-align: bottom;
}

.photo_buy, a.photo_buy {
	color: #9B0004;
	display: inline;
	float: left;
	font-size: 10px;
	font-weight: bold;
}

.photo_credit {
	color: #9B0004;
	display: inline;
	float: right;
	font-size: 10px;
	font-weight: bold;
	padding-right :4px;
}

.storyBodyText { display: inline; clear: none; /*float: right;*/ }
.storystoryText { display: block; clear: both; float: right; }

.RightRailTitleBar { background-color:#50739B; color:#F8FFFF; margin:10px 0; min-height:20px; }
