/* BLOG META */
/*.post_meta{
	font-size: 12px;
	margin: -15px 0 1em 0;
}*/
.index h1{
	text-transform: capitalize;
}
.post_meta_bottom{
	font-size: 12px;
	margin: 1em 0;
	padding: 10px 0 0;
	border-top: 1px solid #ccc;
	clear: both;
}

/* COMMENTS CONTAINER */
.comment_count.single{
	top: 0;
	right: 0;
	left: auto;
}
#comments_container{
	margin: 20px 0;
}
#comments_container h3{
	color: #fff;
	background: #0A5777;
	text-shadow: 0 1px 1px #01364D;
	padding: 3px 20px;
	font-size: 20px;
	margin: 0;
}
h3#comments + p{
	margin: 0;
	padding: 10px 20px;
	background: #A6C9D9;
	text-shadow:  0 1px 1px rgba(255,255,255,0.75);
	color: #01364D;
}
#comments_container form{
	padding: 10px 20px;
	background: #5F9FBB;
	color: #01364D;
}
	#comments_container label{
		color: #01364D;
		text-shadow: 0 1px 1px rgba(255,255,255,0.25);
	}
#commentlist{
	margin: 0;
}
	#commentlist > li{
		list-style: none;
		padding: 10px 20px;
		margin: 0;
		text-shadow:  0 1px 1px rgba(255,255,255,0.75);
		color: #01364D;
		border-bottom: 1px solid #0A5777;
		min-height: 85px;
	}
	#commentlist > li.odd{
		background: #A6C9D9;
	}
	#commentlist > li.even{
		background: #CADEE8;
	}
	#commentlist > li.last-child{
		border-bottom: 0;
	}
	#commentlist .avatar{
		border: 5px solid #0A5777;
		float: left;
		margin: 5px 0;
		box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	}
	.Comment p{
		margin-left: 85px;
		font-family: Georgia,Times,serif;
		font-style: italic;
		font-size: 16px;
	}
	.comment_meta{
		margin-left: 85px;
		font-size: 12px;
	}
	#commentform{
		color: #01364D;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
	}

/* OUTBRAIN */
#outbrain_widget_0{
	margin: 0 0 10px;	
}

.strip-img{
	border: 5px solid #fff;
	box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}

.item-container{
	display:inline-block;
	*display:inline;
	zoom:1;
	_height:1%;
	vertical-align:top;
}

.item-container{
	width: 25%;
	text-align: center;
	padding: 10px 0;
}
.strip-text-content{
	font-size: 12px;
}
#ob_strip_container_shadow_outer_0_stripBox{
	display: none;
}
.strip-like{
	font-size: 18px;
	color: #fff;
	background: #64AC09;
	text-shadow: 0 1px 1px #3E7002;
	font-weight: bold;
	padding: 5px 20px;
}
	.strip-text-content a{
		color: #3E7002;
		text-shadow: 0 1px 1px rgba(255,255,255,0.5);
		text-decoration: none;
		font-weight: bold;
	}
.outbrain_stripBox_template{
	background: #A4D668;
}

/* AUTHOR PROFILE */
#profile_container{
	background: #ECB8AC url(../images/expert-background.png) no-repeat left top;
	color: #BD2D0A;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
	position: relative;
	min-height: 135px;
}
	#profile_container h2{
		background: #BD2D0A;
		color: #fff;
		text-shadow: 0 1px 1px #7B1A01;
		padding: 3px 20px;
	}
	#profile_container .avatar{
		position: absolute;
		top: 15px;
		right: 20px;
		border: 5px solid #fff;
		box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	}
	.social_profile{
		position: absolute;
		top: 10px;
		right: 150px;
		font-size: 12px;
		color: #fff;
		text-shadow: 0 1px 1px #7B1A01;
	}
	#profile_container .social_profile a{
		font-size: 12px;
		color: #fff;
		text-shadow: 0 1px 1px #7B1A01;
	}
	#profile_container p{
		margin: 0;
		padding: 10px 150px 10px 20px;
	}
	#profile_container a{
		font-weight: bold;
		color: #BD2D0A;
	}
	.all_author_posts{
		font-size: 12px;
	}