/* CSS Document */


/* News Kicker Styles */

#newskickerwrapper { width:100%;}
.newskicker {float:left; width: 215px; padding-left:10px; padding-right:10px;}
.newskicker .newskickerhead {
	padding:0;
	margin:0;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 130%;
	text-transform: uppercase;
	color: #333333;
}
.newskicker .newskickerhead a{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.newskicker .newskickerimage img {float:left; border:none; margin-right:5px; margin-top: 8px; }
.newskicker .newskickerdate {display:none;}
.newskicker .newskickerdate .day {display:none;}
.newskicker .newskickerdate .month {display:none;}
.newskicker .newskickerdate .year {display:none;}
.endkicker {clear:both;}

.newskickerstory {
	color:#333333;
	font:1em/1.6em "Lucida Grande",Tahoma,"Lucida Sans",Lucida,Arial,Helvetica,sans-serif;
	text-align:justify;
}

/* post styles */
	
	#posts	{
		float: left;
		padding-top: 0px;
		width: 930px;
		background-color: transparent;
		}

	.thepost	{
		margin: 5px;
		border-top: 1px solid #CCCCCC;
		padding: 0px;
		width: 100%;
		}
		
	.date	{
	float: left;
	width: 100px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 5px;
	font-size: 9px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
		}

	#posts	h2	{
	margin: -1px 0px 0px;
	border-bottom: 1px solid #D9D9D9;
	padding: 6px 0px 7px 5px;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 14px;
	text-transform: none;
	width: 810px;
	float: left;
		}
	#posts	h2	a {color:#0099CC;}
		
	.post-lead	{
	margin: 6px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
		}
	
		
	.post-lead	p	{
	margin: 0px 0px 0px 110px;
	padding: 0px 10px 7px 0px;
	font-size: 12px;
	line-height: 19px;
	float: left;
		}
		
	.post-lead	p	img,
	.post-lead	p	img.thumb	{
		float: left;
		margin: 3px 10px 3px 0px;
		border: 1px solid #CCCCCC;
		}
		
	.continue	{
		font-size: 10px;
		text-transform: none;
		}
 
	.continue	img	{
		margin: 0px 5px -4px 0px;
		}
	#mainstory .gallerythumb {
	float:left;
	padding: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}
	#mainstory .gallerythumb img {
	border: none;
	padding: 0px;
	display: inline;
	}
	
	#mainstory	h2	{
	display:block;
	width:100%;
	margin: 0px;
	border-bottom: 1px solid #D9D9D9;
	padding: 6px 0px 7px;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 14px;
	text-transform: none;
		}
	#mainstory	h2	a {color:#006699;}
	#mainstory	.date {
		float: left;
		width: 100%;
		margin: 0px;
		padding: 6px 0px;
		font-size: 9px;
		line-height: 16px;
		font-weight: bold;
		color: #666666;
	}	
	.return	{
	width: 210px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	color: #660000;
		}	 
	
