.post_footer {
	font:12px verdana;
	color:#999999;
}

.post_footer span {
	color:#4d79a6;
}
.post_text {
	font:12px arial;
}
.post_footer a {
	text-decoration: underline !important;
	font-weight: none !important;
}

#contributors ul img {
	float:left;
}

#contributors ul div {
	float:left;
	width:107px;
	padding-left:5px;
}

#contributors ul div a {
	color:#336699;
	font:11px verdana;
	display: block;
	text-decoration: none;
}
#contributors ul div a:hover {
	text-decoration: none;
}
#contributors ul div a .rss {
	float:left;
	margin:2px 2px 0 0;
}
#contributors ul div h4 {
	color:#cc0000;
	font:bold 12px verdana;
}


#sidebar ul {
	margin:0;
	list-style: none;
}
#sidebar ul li {
	overflow: hidden;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px solid #FFF;
	clear:both;
}
#contributors ul li {
	height:65px;
}
#recommended {
	margin-top:10px;
}
#recommended a {
	color:#336699;
}

#sidebar {
	width:242px;
	float:left;
}
.lower_side {
	padding-bottom:20px;
}

.social_network {
	font:10px verdana;
	display:block;
	margin-top:6px;
}
.social_network a {
	text-decoration: none !important;
	font-weight: normal !important;
}



/* Comments styles */
#comment_form {
	margin-top:30px;
}
#comment_form h2 {
	margin-bottom:20px;
}
#comment_form table {
	width:100%;
}
#comment_form table td {
	padding-bottom:5px;
}
#comment_form table td.label {
	font-weight: bold;
	width:80px;
	vertical-align: top;
}
#comment_form table td input {
	border:none;
	width:100%;
	background:#ededed;
	border:1px solid #CCC;
	padding:2px;
	font-family:helvetica,arial,clean,sans-serif;
	font-size:10px;
}
#comment_form table td textarea {
	font-family:helvetica,arial,clean,sans-serif;
	font-size:10px;
	height:150px;
	border:none;
	width:100%;
	background:#ededed;
	border:1px solid #CCC;
	padding:2px;
}

#comments {
	margin:10px 0 20px;
}
#comments .comment {
	padding:10px;
	margin:0;
	padding-bottom:5px;
	margin-bottom:15px;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
}
#comments .comment h4 {
	color:#E5080D;
	font-size:14px;
	border-bottom:1px solid #CCC;
}
#comments .comment p.commentDate {
	color:#999;
	font-size:11px;
	text-align:right;
	padding:0;
}
#comments .comment p {
	padding:20px;
}
#comment_form #commentSubmit {
	border:3px solid #CCC;
	border-bottom:3px double #666;
	border-right:3px double #666;
	font-size:16px;
	width:100px;
	float:right;
}


#items a {
	text-decoration: none !important;
}