/** Special News Box, CCOL etc for big news events - added 10/28/08 **/
.special_newsbox {
	width: 620px; /*border will add 2 pixels to this width*/
	float: left;
	display: inline;
	border: 1px solid #c0c0c0;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	padding-bottom: 5px;
	}
	
.label_headline { /*small label head above the main head*/
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	color: maroon;
	font-family: Arial, Helvetica;
	padding-top: 5px;
	}
	
.main_headline { /*main hed linked - size originally 30*/
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica;
	color: #2851a2;
	padding-bottom: 5px;
	}
	
.photo_box { /*left photo box*/
	float: left;
	display: inline;
	color: #000;
	font-family: Arial, Helvetica;
	font-size: 9px;
	width: 370px;
	margin-left: 5px;
	}
	
.contentbox_main { /*right content box*/
	
	color: #000;
	font-family: Arial, Helvetica;
	font-size: 9px; /*for cutline*/
	padding-left: 10px;
	padding-top: 0;
	vertical-align: middle;
	}
	
.content_summary_main { /*right main content hed*/
	color: #000;
	font-family: Arial, Helvetica;
	font-size: 14px;
	padding-bottom: 5px;
	vertical-align: top;
	}

.content_links_main { /*right main content hed*/
	color: #000;
	padding: 0 0 4px 0;
	font-size: 12px;
	font-family: Arial, Helvetica;
	}
	
/*Weekend Edition Adds*/

.contentbox_main_small_version { /*right content box*/
	color: #000;
	font-family: Arial, Helvetica;
	font-size: 9px; /*for cutline*/
	padding-left: 10px;
	padding-top: 0;
	vertical-align: middle;
	margin-top: 0px;
	}
	
.main_headline_small_version { /*smaller main hed, weekend version*/
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica;
	color: #2851a2;
	vertical-align: middle;
	padding-bottom: 2px;
	}
	
.photo_box_small_version { /*smaller photo box, weekend version*/
	float: left;
	display: inline;
	color: #000;
	font-family: Arial, Helvetica;
	font-size: 9px;
	width: 310px;
	margin-left: 5px;
	margin-bottom: 5px;
	}
	
.label_headline_small_version { /*small label head above the main head*/
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	color: maroon;
	font-family: Arial, Helvetica;
	padding-top: 5px;
	padding-bottom: 4px;
	}
	
.multimedia_links { /*multimedia box stripped along bottom*/
	font-size: 12px;
	float: left;
	display: inline;
	text-align: center;
	font-family: Arial, Helvetica;
	padding: 5px 3px 0 3px;
	width: 610px;
	height: 20px;
	border: 1px solid #c0c0c0;
	}
	
/*end of major news box css*/


/*Special adds for new pages - celebrity page, for instance*/

.colorrule_main {
	width: 390px;
	height: 3px;
	background-color: #000000;
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
.colorrule_small {
	width: 250px;
	height: 3px;
	background-color: #000000;
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
.sectionhed_main {
	font-size: 14px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #000;
	margin-bottom: 7px;
}

.sectionhed_small {
	font-size: 14px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #000;
	margin-bottom: 7px;
	
}
	
	

	
