/* CSS Document */

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

	.thepost	{
		margin: 5px;
		border-top: 1px solid #CCCCCC;
		padding: 0px;
		width: 100%;
		}
		
	.date	{
		float: left;
		width: 105px;
		margin: 0px 0px 0px 0px;
		padding: 6px 0px 0px 5px;
		font-size: 9px;
		line-height: 16px;
		font-weight: bold;
		color: #FFFFFF;
		}

	#posts	h2	{
	margin: -1px 0px 0px 105px;
	border-bottom: 1px solid #D9D9D9;
	padding: 6px 0px 7px 5px;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 14px;
	text-transform: none;
		}
	#posts	h2	a {color:#CCEDFF;}
		
	.post-lead	{
		margin: 6px 0px 0px;
		padding: 0px;
		}
	
		
	.post-lead	p	{
		margin: 0px 0px 0px 110px;
		padding: 0px 10px 7px 0px;
		font-size: 12px;
		line-height: 19px;
		}
		
	.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	{
	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: #FFFFFF;
	}	
	.return	{
	width: 210px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	color: #660000;
		}	 
	