/*
Theme Name: WordPress Theme
Theme URI: http://relopes.net/
Description: http://relopes.net/
Version: 1.0
Author: renato lopes
Author URI: http://relopes.net/
*/
/*######################################## General CSS ########################################*/
body {
	background:url(images/bg.jpg);
	font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
	margin:0;
	color:#4f270f;
}
input, select, textarea {
	font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
	color:#4f270f;
}
p{
	margin:0 0 15px 0;
}
img{
	border:0;
}
a{
	color:#e99c17;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#page_con{
	background:url(images/bg_top.jpg) no-repeat center top;
	min-width:945px;
}
/*######################################## Header CSS start ########################################*/
#header_con{
	height:170px;
	width:930px;
	margin:0 auto;
	padding:65px 0 0 15px;
}
#logo{
	display:block;
	float:left;
	background:url(images/logo.png) no-repeat;
	height:116px;
	width:298px;
}
#top_nav{
	float:left;
	margin:0;
	padding:100px 0 0 10px;
	list-style:non;
}
#top_nav li{
	display:inline;
}
#top_nav li a{
	display:block;
	float:left;
	color:#281005;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	padding:5px 6px;
	margin-left:20px;
}
#top_nav li a:hover{
	color:#FFFFFF;
	background:#9aa539;
	text-decoration:none;
}
#content_con{
	background:url(images/bg_page_v.png) repeat-y right;
	width:945px;
	margin:0 auto}
* html #top_nav{
	padding:100px 0 0 0;
}
* html #top_nav li a{
	margin:0 10px;
}
/*######################################## Content area CSS start ########################################*/
#content_main{
	background:url(images/bg_content.png) no-repeat ;
	float:left;
	width:609px;
	position:relative;
	margin-top:-45px;
	padding:30px 15px 15px 21px;
	min-height:250px;
}
#content_main h2, #content_main h3{
	color:#4f270f;
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0}
#content_main h2 a, #content_main h3 a{
	color:#4f270f;
}
#content_main h2.pagetitle{
	margin-bottom:10px;
	font-size:20px;
	color:#FFFFFF;
	background:#4f270f;
	padding:5px;
}
#content_main .entry{
	padding-top:10px;
}
#content_main .post, #content_main .page{
	background:url(images/entry_sp.jpg) no-repeat bottom;
	padding-bottom:26px;
	margin-bottom:20px;
	position:relative;
}
#content_main .search_result{
	margin:0 -15px;
	padding:0 15px;
	border-bottom:1px solid #e1e4c3;
	padding-bottom:26px;
	margin-bottom:20px;
}
#content_main .post_author{
	color:#e99c17;
	font-size:11px;
	font-style:italic;
}
#content_main .post_category, #content_main .post_tags, #content_main .post_category_home{
	color:#4f270f;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content_main .post_category a, #content_main .post_category_home a{
	color:#4f270f;
	background:#ecead7;
	padding:0 2px;
}
#content_main .post_category a:hover, #content_main .post_category_home a:hover{
	color:#ffffff;
	background:#e99c17;
	text-decoration:none;
}
#content_main .post_tags, #content_main .post_category_home{
	float:left;
	padding-top:20px;
}
#content_main .post_tags_home{
	float:right;
	padding-top:20px;
}
#content_main .search_result .post_category_home, #content_main .search_result .post_tags_home{
	padding:5px 0 0 0;
}
#content_main .post_comments{
	float:right;
	color:#666666;
	font-size:11px;
}
#content_main .post_comments a{
	text-decoration:none;
	background:url(images/post_comments_bg.jpg) no-repeat;
	width:35px;
	height:32px;
	text-align:center;
	color:#FFFFFF;
	padding-top:3px;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	vertical-align:text-bottom;
}
body:nth-of-type(1) #content_main .post_comments a{
	vertical-align:bottom;
}
#content_main .post_share{
	float:right;
	font-size:11px;
	background:url(images/post_share_bg.jpg) no-repeat right;
	margin:18px 15px 0 0;
}
#content_main .post_share a.stico_default{
	display:block;
	width:70px;
	line-height:20px;
	height:20px;
	color:#666666;
	padding:0  !important;
	background:none !important;
}
#content_main .navigation{
	display:block;
	text-align:center;
	padding:0 0 10px 0;
}
#content_main .navigation a{
	color:#666666;
	padding:0 5px;
}
#content_main .post_date{
	position:absolute;
	top:-10px;
	left:-79px;
	background:url(images/post_date_bg.png) no-repeat;
	width:65px;
	height:71px;
	text-align:center;
	padding-right:10px;
}
#content_main .post_date span{
	display:block;
	line-height:14px;
}
#content_main .post_date .year{
	font-size:12px;
	color:#e99c17;
	padding:13px 0 10px 0;
}
#content_main .post_date .day{
	font-size:12px;
	color:#4f270f;
	font-weight:bold;
	font-size:18px}
#content_main .post_date .month{
	font-size:12px;
	color:#e99c17;
	font-weight:bold;
}
#content_main .more-link{
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*######################################## Search form CSS start ########################################*/
#content_main #searchform{
	text-align:center;
	padding-top:50px;
}
#content_main #searchform label{
	color:#4f270f;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content_main #searchform #s{
	width:230px;
	background:#f4f3ed;
	border:1px solid #c7c4b2;
	padding:7px 5px;
	margin-right:5px;
	vertical-align:middle;
}
#content_main #searchform #searchsubmit{
	border:0;
	vertical-align:middle;
	background:url(images/submit.jpg) no-repeat;
	width:92px;
	height:30px;
	text-indent:-9999px;
	cursor:pointer;
	font-size:0;
	color:#ffffff;
}
/*######################################## Sidebar CSS start ########################################*/
#sidebar{
	background:url(images/bg_sidebar.jpg) no-repeat ;
	float:right;
	width:250px;
	min-height:500px;
	padding:30px 30px 30px 20px;
	color:#FFFFFF;
}
#sidebar_top{
	padding:135px 0 0 0;
	float:right;
	width:285px;
}
#paint{
	background:url(images/paint.png) no-repeat;
	width:31px;
	height:52px;
	float:right;
	margin:-30px 30px 0 0;
}
* html #paint{
	float:right;
	margin:-30px 15px 0 0;
}
#sidebar_top a{
	display:block;
	height:28px;
	float:left;
	margin-right:10px;
}
#sidebar_top a#link_rss{
	background:url(images/rss_feed.png) no-repeat;
	width:97px;
}
#sidebar_top a.stico_default{
	background:url(images/share.png) no-repeat !important;
	width:81px !important;
	 text-indent:-9999 !important;
	height:28px !important;
	 padding:0  !important;
}
#sidebar_top a.stico_default .stbuttontext{
	display:none;
}
#sidebar ul{
	padding:0;
	margin:0;
	list-style:none;
}
#sidebar li{
	padding-bottom:30px;
}
#sidebar li li{
	background:url(images/bullet_1.gif) no-repeat left 8px;
	padding:0 0 0 10px;
	margin-bottom:3px;
}
#sidebar li li a{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#sidebar h2{
	color:#ffffff;
	font-weight:bold;
	font-size:23px;
	background:url(images/sidebar_title_bg.gif) repeat-x bottom;
	padding-bottom:5px;
	margin:0 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	font-weight:normal;
}
#sidebar h2 span{
	font-weight:bold;
}
#sidebar li.categories li, #sidebar li.widget_categories li{
	margin-bottom:6px;
	height:27px;
	line-height:27px;
	background:url(images/categories_a_bg.png);
	padding:0;
}
#sidebar li.categories li a, #sidebar li.widget_categories li a{
	background:url(images/bullet_2.gif) no-repeat 10px 12px;
	padding-left:20px;
	color:#ffffff;
	font-size:16px;
	display:block;
}
/*######################################## Footer CSS start ########################################*/
#footer{
	clear:both;
	background:url(images/bg_footer.jpg) repeat-x;
	height:58px;
	padding:30px 15px 0 15px;
	margin-left:6px;
	font-size:11px;
	color:#666666;
}
#footer a{
	color:#666666;
}
#footer_left{
	float:left;
	padding-top:12px;
}
#footer_right{
	float:right;
	text-indent:5px;
}
#footer_right img{
	margin-bottom:5px;
}
.clear{
	line-height:0;
	font-size:0;
	height:1px;
	clear:both;
}
#sidebar #searchform label{
	display:none;
}
#sidebar #searchform #s{
	border:1px solid #000000;
	padding:8px 5px;
	vertical-align:middle;
	width:180px;
	margin-right:5px;
}
#sidebar #searchform #searchsubmit{
	vertical-align:middle;
}
/*######################################## Comment List CSS start ########################################*/
.leave_comment{
	float:right;
	font-size:12px;
}
h4#comments{
	margin:0 0 20px 0;
	font-weight:normal;
	color:#4f270f;
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.comment-author{
	color:#e99c17;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	float: left;
}
.avatar{
	display:none;
}
.commentmetadata{
	padding-left:5px;
	color:#4f270f;
	font-size:13px;
	line-height:20px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	float: left;
}
.commentmetadata a{
	color:#4f270f;
}
.commentlist{
	padding:0;
	margin:0;
	list-style:none;
}
.commentlist li{
	margin-bottom:20px;
	list-style:none;
	background:url(images/comment_top.jpg) no-repeat right 25px;
}
.commentlist li ul li{
	background:none;
	margin-bottom:0;
}
.comment-body{
	padding:1px 15px 15px 0;
	background:url(images/comment_bottom.jpg) no-repeat right bottom;
}
.commentlist p{
	margin:60px 0 0 0;
	padding:0 0 0 56px;
	color:#666666;
}
h4#respond{
	margin:0 -15px;
	font-weight:normal;
	color:#4f270f;
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/respond_bg.jpg) no-repeat;
	height:70px;
	line-height:70px;
	padding-left:57px;
}
/*######################################## Comment form CSS start ########################################*/
#commentform{
	padding-left:42px;
	margin:0;
}
#commentform p {
	margin:0 0 20px 0;
}
#commentform textarea{
	width:550px;
	background:#f4f3ed;
	border:1px solid #c7c4b2;
	padding:5px;
}
#commentform label{
	color:#4f270f;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:80px;
	display:inline-block;
}
#commentform small{
	color:#666666;
	font-size:11px;
}
#commentform .text_input{
	width:230px;
	background:#f4f3ed;
	border:1px solid #c7c4b2;
	padding:7px 5px;
	margin-right:10px;
	vertical-align:middle;
}
#commentform #submit_con{
	text-align:right;
	padding-right:5px;
}
#commentform #submit{
	vertical-align:middle;
	cursor:pointer;
}
/*######################################## Post Images CSS start ########################################*/
img.centered{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright{
	padding:4px;
	margin:12px 0 12px 12px;
	display:inline;
}
img.alignleft{
	padding:4px;
	margin:12px 12px 12px 0;
	display:inline;
}
.alignright {
	float:right;
	margin-right:0 !important;
}
.alignleft {
	float:left;
	margin-left:0 !important;
}
.center{
	text-align:center;
}
.aligncenter, div.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption{
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:0 10px 10px 10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.wp-caption img{
	margin:0;
	padding:0;
	border:0 none;
}
.wp-caption p.wp-caption-text{
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
}
