/* -- This is the place to add your own style modifications without touching the original styles -- */

/* -----------[ Home Page Option 3 - Posts Arranged by Category Side-by-Side ( index3 ) ]----------- */

.cats-by-2 {
	margin:0;
	padding:0;
	background:transparent;
	overflow:hidden;
	}

.cats-by-2 h2.feat-title {
	text-transform:none;
	font-size:14pt;
	line-height:1.2em;
	margin: 15px 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ddd;
	}

.cat-posts-left {
	clear:left;
	float:left;
	width:48.5%;
	margin: 0 0 20px;
	padding:0;
	}

.cat-posts-right {
	clear:right;
	float:right;
	width:48.5%;
	margin: 0 0 20px;
	padding:0;
	}

.cats-by-2 .post {
	margin: 0 0 20px;
	padding:0;
	background:transparent;
	overflow:visible;
	border:0;
	}

.cats-by-2 .entry {
	overflow:hidden;
	margin: 0 0 15px;
	line-height:1.5em;
	height:12.2em;
	border:0;
	padding:0;
	}

.cat-posts-left .meta,
.cat-posts-right .meta {
	display:inline;
	visibility:visible;
	margin:0;
	clear:both;
	padding: 3px 3px 3px 5px;
	font-size:8pt;
	background:#f5f5f5;
	border:1px solid #e5e5e5;
	height:16px;
	line-height:16px;
	}

.cats-by-2 h3.post-title {
	letter-spacing:0;
	font-size:11pt;
	margin:0 0 5px;
	line-height:1.2em;
	}

.cats-by-2 img.thumbnail {
	float:right;
	margin: 0 0 15px 10px;
	padding:2px;
	max-width:30%;
	border: 1px solid #e5e5e5;
	height:auto;
	}