/* Sprites */
#blog_sidebar li ul li, #blog a.social{
	background-image: url('http://niceproduce2.com/images/sprites.png');
	background-repeat: no-repeat;
}
#blog * { 
	font-size: 11px!important;
}

img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}
.alignleft {
	float: left;
}

#blog{
	width: 640px;
	margin-left: 20px;
	float: right;	
}
#blog h3 a{
	text-decoration: none;
}

#blog.narrowcolumn{

}
#blog.narrowcolumn img{
	max-width: 640px;
	/*display:block;*/
	margin-left:auto;
	margin-right:auto;
}
div.post img {
	max-width:640px;
}
#blogAuthor {
	color: #ebebeb;
	margin-bottom: 10px;
}
#blog_sidebar{
	float: left;
	width: 210px;
}
#blog_sidebar ul li ul, #calendar_wrap{
	padding: 20px 0;
}
#blog_sidebar ul h3{
	clear: left;
}
#blog_sidebar li ul li{
	background-position: 0 -296px;
	font-size: 10px;
	padding-left: 8px;
	margin: 2px 0;
}
#blog_sidebar li ul li a{
	text-decoration: none;
}
#blog_sidebar li ul li span{
	display: block;
	float: right;
	width: 60px;
}
#blog_sidebar li ul li a:hover{
	text-decoration: underline;
}

#blog_sidebar form{
	border-top: 1px #d7d7d7 solid;
	padding-top: 20px;
	margin-bottom: 20px;
}
	#blog_sidebar form label{
		font-family: "Lucida Sans",Verdana,Arial,sans-serif;
		font-size: 12px;
		font-style: italic;
		margin-bottom: 10px;
	}


/* Calendar */
#wp-calendar{
	width: 210px;
	margin-top: 10px;
}
#wp-calendar caption{
	font-size: 15px;
}



/* Post Meta Data & Social */
a.social{
	height: 16px;
	width: 16px;
	display: block;
	float: left;
	margin-left: 10px;
}
a.social span{
	display: none;
}
a.social.face{
	background-position: 0px -95px;
}
a.social.digg{
	background-position: 0px -115px;
}
a.social.delicious{
	background-position: 0px -137px;
}
a.social.stumble{
	background-position: 0px -159px;
}
.postmetadata {
	background: #DEDEDE none repeat scroll 0 0;
	border: 1px dotted #FCFCFC;
	clear: both;
	margin-top: 10px;
	padding: 5px;
	min-height: 20px;
}
.postmetadata span.fr{
	float: right;
}

/* Nvigation */

#blog .navigation {
	height: 40px;
	font-size: 12px;
}
#blog div.alignright {
	float: right;
}
#blog div.alignleft {
	float: left
}
#blog .post {
	clear: both;
}
#blog .post h2.title {
	background: #000;
	height: 25px;
	color: #fff;
	margin-bottom: 10px;
	padding-left: 5px;
	line-height: 23px;
}

ol.commentlist {
	padding: 0;
	margin: 0;
}
ol.commentlist li {
	list-style: none;
	padding: 10px;
	background: #f1f1f1;
	margin: 5px 0;
}
ol.commentlist li img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;

}
ol.commentlist cite {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
ol.commentlist p {
	clear: both;
}
ol.commentlist li {
	clear: both;
	overflow: hidden;
}
ol.commentlist .avatarholder {
	float: left;
	width: 50px;
}
ol.commentlist .comment{
	float: right;
	text-align: left;
	padding-left: 50px;
	width: 568px;
}

/* Avatar List */
div.author-list a{
	text-decoration: none;
}
div.author-list a span{
	display: inline;
}
div.author-list .user{
	float: left;
	width: 100px;
	margin: 0 5px 10px 0;
}
