
/* --------------[ User-Defined Adjustments from Stylesheet #2 ]-------------- */

@import 'style-2.css';

/* -------------------[ Site Title Adjustments ]------------------- */


h1.blogtitle, #headerwrap .title p {
	text-indent: -9999px;
	}

/* ----------------[ Featured Content Glider Options ]---------------- */



/* --------------[ Adjustments for Side-by-Side Posts ]-------------- */

.post-left {
	clear:left;
	float:left;
	width: 45%;
	margin: 0;
	padding:0;
    background: #ebd8b8;
    padding: 0 10px 10px 10px;
    border: 1px solid #FFF;
 }

.post-right {
	clear:right;
	float:right;
	width: 45%;
	margin: 0;
	padding:0;
    background: #ebd8b8;
    padding: 0 10px 10px 10px;
    border: 1px solid #FFF;
	}

.post-left .entry, .post-right .entry {
	min-height: 210px;
}

.post-right img.post-thum, 
.post-right img.thumbnail,
.post-left img.post-thum, 
.post-left img.thumbnail {
	width:80px;
	height:80px;
    float: left;
    margin: 10px 10px 10px 0px;
	}

.post-clear {
	clear:both;
	height:5px;
	/*background: url(images/dot.gif) bottom left repeat-x;*/
	margin-bottom:20px;
	}

.post-right .post,
.post-left .post {
	clear:none;
	margin: 0;
	padding: 0;
	background:transparent;
	}

.post-right h2,
.post-left h2 {
	font-size:13pt;
	padding: 0;
	}


/* --------------[ Adjustments for Home Page Stacked Categories ]-------------- */

ul.home-left {
	width:557px;
	float:none;
	clear:both;
	}

ul.home-right {
	width:557px;
	float:none;
	clear:both;
	}
ul.home-right .bottom,
ul.home-left .bottom,
ul.home-bottom .bottom {
	clear:none;
	padding: 0 10px 10px 10px;
	background:transparent;
	border:0;
	margin: 10px 0 0;
    width: 537px;
	}


