/*  
Theme Name: Helpero Blue
Theme URI: http://blog.helpero.com/
Description: A clean, futurist minimalist theme by Helpero.com
Version: 1.00
Author: Helpero
Author URI: http://www.helpero.com/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#00a0da url(images/page_background.jpg) no-repeat top left;
	color:#555;
	font: normal normal 12px "Trebuchet MS", Tahoma, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:770px;
}
#content{
	clear: both;
	font-size:12px;
	float:left;
	padding:0px;
	width:540px;
	background: #fff url(images/content_bg_topright.gif) no-repeat top right;
}
#contentWrap{
	clear: both;
	font-size:12px;
	padding:20px;
	width:500px;
	background: url(images/content_bg_bottom.gif) no-repeat bottom left;
}
#sidebar{
	font-size:12px;
	float:right;
	padding-top:2em;
	width:200px;
	padding:0px;
	background: #fff url(images/sidebar_bg_top.gif) no-repeat top left;
}
#sidebarWrap{
	font-size:12px;
	float:left;
	padding:10px;
	width:180px;
	background: url(images/sidebar_bg_bottom.gif) no-repeat bottom left;
}
#header{
	padding:3em 1em;
}
#footer{
	clear: both;
	color:#fff;
	font-size:10px;
	padding:5px 0 5px 0;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

#navigation ul li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	font-size: 13px;
	text-transform: capitalize;
}

#navigation ul li a {
	background: #007cab url(images/nav_bg_left.gif) no-repeat;
	color: #fff;
	padding: 0 0 0 6px;
	font-size: 13px;
}

#navigation ul li a span {
	background: #007cab url(images/nav_bg_right.gif) no-repeat top right;
	padding: 0 6px 0 0;
	font-size: 13px;
}

#navigation ul li a:hover {
	background: #fff url(images/nav_bg_left_act.gif) no-repeat;
	color: #007cab;
	padding: 0 0 0 6px;
	font-size: 13px;
}

#navigation ul li a:hover span {
	background: #fff url(images/nav_bg_right_act.gif) no-repeat top right;
	padding: 0 6px 0 0;
	font-size: 13px;
}

#navigation ul li a:active {
	background: #fff url(images/nav_bg_left_act.gif) no-repeat;
	color: #007cab;
	padding: 0 0 0 6px;
	font-size: 13px;
}

#navigation ul li a:active span {
	background: #fff url(images/nav_bg_right_act.gif) no-repeat top right;
	padding: 0 6px 0 0;
	font-size: 13px;
}

#footer a {
	color: #fff;
	font-weight: bold;
}
#footer a:hover {
	color: #70d602;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size:32px;
	margin:0;
}
#header h1 a{
	color:#002269;
}
#header h1 a:hover{
	color:#fff;
}
#header p{
	color:#002269;
	font-size:11px;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:26px;
}
.entrytitle h2 a {
	color:#70d602;
}
.entrytitle h2 a:hover{
	color:#007cab;
}
.entrytitle h3{
	font-size:18px;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:17px;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar h2 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #70d602;
}
#sidebar ul{
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0;
}
#sidebar ul li{
	margin-bottom:0.3em;
	padding:0.3em;
}
#catList {
	border-top: 1px solid #c0dfea;
}
#catList li{
	border-bottom: 1px solid #c0dfea;
}

#linkList li{
	border-bottom: 1px solid #c0dfea;
}

/*************************************
+Search form
**************************************/
#searchform {
	margin: 0;
	padding: 0;
}

#searchform input {
	border:1px solid #d1d1d1;
	width: 135px;
}

#searchform #searchsubmit {
	border: 0;
	width: 28px;
	height: 20px;
	background: url(images/search_button.gif) no-repeat;

}
#searchsubmit:focus {
	border: 0;
	width: 28px;
	height: 20px;
	background: url(images/search_button_focus.gif) no-repeat;

}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0;
	padding:0;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:10px;
	padding:10px;
	background:#fff url(images/comment_background.jpg) repeat-x;
	border: 1px dotted #70d602;
}
.alt{
	background:#fff;
	border:0;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#70d602;
	text-decoration:none;
}

