
/* --------------[ 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 ]---------------- */

	#slider .feat-content .entry {
    	display: none;
    }


/* --------------[ 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;
	}

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

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

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

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

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

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


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

