/*  
Theme Name: The Net Effect
Theme URI: http://www.vitalist.com/neteffect/
Description: The Net Effect
Version: 1.0
Author: Matt Berg
Author URI: http://www.vitalist.com/neteffect/
*/

#content .post h6 {
	margin-top: -5px;
	font-size: 11px;
}

#content .post img {
	float: right;
	margin: 0 0 10px 10px;
}

#content .post blockquote {
	margin: 10px 20px 10px 40px;
	padding: 5px;
	background: #eeeeee;
	border-left: 5px solid #cccccc;
}
#content .post blockquote p {
	margin: 10px;
}

#content .comments_list {
	margin-left: 20px;
}
#content .comments_list li {
	position: relative;
	margin: 10px 0;
	padding: 5px;
	list-style-type: none;
}
#content .comments_list li img.avatar {
	position: absolute;
	top: 0;
	left: 0;
}
#content .comments_list li p {
	margin: 0 0 10px 60px!important;
}
#content .comments_list li p.first-of-type {
	color: #888888;
}
#content .comments_list li.alt {
	background: #EEEEEE;
}

#comment-form textarea {
	width: 400px;
	height: 100px;
}
