/*  
Theme Name: Hero Digital
Description: Hero Digital Wordpress Theme 07/2009
Version: 1.0
Author: Henry Moyo
Author URI: http://www.henrymoyo.com/
Tags: Hero Digital
*/

h2
{
	color: #abbf2c;
	margin: 0;
	padding: 0;
	height: 30px;
}

h2 a, h2 a:hover
{
	color: #abbf2c;
}

h3
{
	color: #abbf2c;
	height: 15px;
}

h3 a, h3 a:hover
{
	color: #abbf2c;
}

.sidebarbox
{
	margin: 0 0 20px 0;
}

.post
{
	margin: 0 0 20px 0;	
	padding: 15px 0 15px 0;	
}

.post .postheader .commentcount
{
	width: 27px;
	line-height: 12px;
	float: left;
	text-align: center;
	padding: 5px 10px 0 0;
}

.post .postheader .commentcount a
{
	text-decoration: none;
	color: #abbf2c;
}

.post .postheader .posttitle
{
	line-height: 20px;
	display: inline;
	float: left;
	width: 593px;
	margin: 0 0 10px 0;
}

.post .postheader .posttitle h2
{
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.post .postheader h2 a
{
	text-decoration: none;
}

.post .postheader .posttitle .postmeta
{
	font-size: 11px;
}

.post .postcontent
{
	margin-top: 20px;
	line-height: 17px;
}

.post .postcontent p
{
	margin-bottom: 10px;
}

.post .posttags, .post .posttags a
{
	/*color: #959595;*/
	font-size: 11px;
	clear:both;
	margin: 20px 0 20px 0;
}

/* Comment */

.commentbox
{
	background-color: #252d3f;
	font-size: 12px;
	margin: 10px 5px 20px 5px;
	padding: 15px;
	_padding: 7px;
}

.commentmeta .avatar
{
	float: left;
	padding-right: 6px;
	_padding-right: 3px;
}

.commenttext
{
	clear: both;
	margin-top: 10px;
}

.commentform input
{
	padding: 0;
	margin: 0;
	line-height: 0;
}

#commentform .text
{
	width: 300px;
    margin: 0 0 15px 0;
	border: 1px solid #a2a2a2;
	background-color: #252d3f;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
	border: 1px solid #a2a2a2;
	background-color: #252d3f;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Search */
.searchform #searchbox
{
	float: left;
	border: 1px solid #a2a2a2;
	background-color: #252d3f;
	color: #fff;
	font-size: 12px;
	width: 146px;
	height: 14px;
	font-size: 11px;
}

.searchform #searchbutton
{
	height: 18px;
	width: 60px;
	margin-left: 6px;
	border: none;
	cursor: pointer;
	background: url('images/searchbutton.png') no-repeat 0 0;
}
