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

@import 'style-2.css';

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

h1.blogtitle {
	
	}


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



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

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

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

.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;
	}



ul.home-right .entry,
ul.home-left .entry {
	line-height:1.45em;
	height:165px;
	overflow:hidden;
	margin: 0;
	}
