/*Styles Only Pertinent to the Homepage*/


#upper   { background: #444 url(../images/bg_upper.jpg) repeat-x 50% bottom; padding: 14px 19px 15px 0 }
	
#recent {
	width:260px;
	background: url(../images/bg_recent.jpg) no-repeat top right;
	float:right;
	padding:13px 15px 8px 15px;
	}

#recent ul {
	margin-top:-5px;
	}
	
#recent li     { background: url(../images/icon_page_home.gif) no-repeat 0 9px; list-style: none; padding: 7px 0 7px 15px; border-style: none none solid; border-width: medium medium 1px; border-color: #666 #666 #333 }

#recent a, #recent a:visited   { color: #e7e7e7; font-size: 1em; font-weight: bold }
				
#home .stripes {
	background:url(../images/bg_stripe.gif);
	padding:14px 14px 20px 14px;
	}



/*Features and Carousel*/

#carousel  { background: #000000  }

#carousel li  { padding: 0 15px; float: left; border-right: 1px solid #000 }

#carousel li img  { display: block; margin-bottom: 6px; border: solid 3px #232323 }
	
#carousel a, #carousel a:visited   { color: #565656; float: left }

#carousel a:hover, #carousel a:active {
	color:#828569;
	}
	
#home #content {
	float:left;
	width:452px;
	}

.whitebox h3 a, .whitebox h3 a:visited {
	color:#FFF;
	}



/*Middle Column*/

.whitebox, #home #sidebar {
	border-top:1px solid #e0e0db;
	background:#FFF;
	padding:13px;
	color:#737373;
	}

#home #content .whitebox {
	margin-bottom:13px;
	}

.catnews a, .catnews a:visited {
	color:#22222d;
	}	
	
.catnews img  { margin: 3px 11px 7px 1px; padding: 1px; float: left; border: solid 1px #999 }
	
.headlines {	
	padding:12px;
	}

.headlines li {
	margin-left:12px;
	padding:2px 0;
	list-style:square
	}	
	
#home .commentcount {
	font-size:0.8em;
	font-weight:normal;
	margin-left:2px;
	}	
	
	
/*Ads*/

			
#ads { 	
	width:226px;
	float:right;
	}

#ads img {
	margin-bottom:12px;
	}		
	
