@charset "utf-8";
/* Home Page CSS */

.home_section{
	width:642px;
	margin:25px auto;
	background-color:#231208;
	border:1px solid #a05322;
	text-align:left;
	/* so out bkg image shows behind the solid bkg color, set position and z-index */
	position:relative;
	z-index:1; 
}
.recent_item{
	padding:0 16px 20px 16px;
}
.recent_item_sep{
	position:relative;
	top:-140px;
	margin-bottom:-140px;
	z-index:-1;
}
.blogpost .date{
	font-size:10px;
	text-transform:uppercase;
}

#galleries td.gallery_item{
	text-align:left;
	border:#5c2e0c 1px solid; 
	width:50%;
	vertical-align:top;
}
#galleries .thumb{
	float:left;
	margin-right:10px;
}
.gallery_title{
	font-size:16px;
	font-variant:small-caps;
}

#sites_inner{
	margin:16px;
}

.ads{
	width:700px;
	margin:10px auto;
	padding-bottom:20px;
	clear:both;
}
