/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

html{
	background: #ffd24c; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa34c', endColorstr='#561878'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd24c), to(#561878)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffd24c,  #561878); /* for firefox 3.6+ */
}
body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #ffd24c; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd24c', endColorstr='#561878'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd24c), to(#561878)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffd24c,  #561878); /* for firefox 3.6+ */
	color: #666666;
}
/*#main_container {
background: url('images-custom/bg-padrao-diagonal-01-branco.png') repeat;
filter:alpha(opacity=20);
opacity: 0.2;
-moz-opacity:0.2;
}
#page  {
	background-color:#FFF;
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
}*/
/*- Header -*/
#header{
	height: 70px;
}
/*- Logo -*/
#header h1{
	color:#b63300;
	display: inline;
	float: none;
	font-size:60px;
	line-height:50px;
}
#header h1 a {
	color:#b63300;
	display: inline;
	font-size:60px;
	text-decoration:none;
	width: 100%;
}

.branding {
	color:#b63300;
	float:left;
	height:100px;
	width:430px;
}
.branding img {
	float:left;
	margin-right:5px;
}
.autorblog {
	font-size:12px;
	margin:-0;
}
.sloganblog{
	font-size:18px;
	margin:0;
}

#search {
	border: 1px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#search .btn {
	border: 1px solid #26a142;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#nav {
background-color:#8bc63f;
background-image:url("images-custom/nav_bg.png");
}

#nav .current_page_item, #nav2 li a:hover, #search .btn, .lead-image-wrapper h2, .col_mid_home .category span, .lead-image-wrapper h4, .idTabs li a:hover, .idTabs .selected, .flickr h2, .widget h2, .ads h2, #video-frame h2, .related-cats h2 {
background-color:#26a142;
background-image:none;
}
#nav {
	border:1px solid #26a142;
	margin-top:10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
#nav2 {
	border:1px solid #26a142;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#nav #nav_home{
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
#columns {
margin:30px 0 0 0;
}

.col1_home_box, .mid_box, .col2_box , div#footer, .col1 {
border:1px solid #999999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


.col_mid_home .category {
border-bottom:1px solid #26a142;
}
.lead-image-wrapper h4, .col_mid_home .category span {
	border-left:1px solid #26a142;
	border-top:1px solid #26a142;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
.lead-image-wrapper h2 {
	border-left:1px solid #26a142;
	border-top:1px solid #26a142;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius: 5px;
}
#sidetabber ul {
border:1px solid #26a142 !important;
}
.col2_box  {
background-color:#e5ffeb;
}
.idTabs {
border-right:1px solid #26a142 !important;
border-top:1px solid #26a142;
}
.widget, .flickr  {
border:1px solid #26a142;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
.widget h2, .flickr h2{
border:1px solid #26a142;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
#archivebox  {
background:none;
border:none;
border-bottom:1px solid #26a142;
}
#archivebox {
padding:0;
}
#archivebox  h3 {
background-color:#26a142;
color:#ccc !important;
padding:5px;
	border-left:1px solid #26a142;
	border-top:1px solid #26a142;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
#archivebox  h3 a{
color:#ccc !important;
}
#archivebox  h3 em {
color:#fff !important;
}
.author_info  {
background-color:#e5ffeb;
border:1px dotted #5095BE;
}


.rounded_topleft10 {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
.rounded_topright10 {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
.rounded_bottomleft10 {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.rounded_bottomright10 {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.rounded_topleft5 {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
.rounded_topright5 {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
.rounded_bottomleft5 {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.rounded_bottomright5 {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.post-alt .entry h2{
	font-size: 18px;
	line-height: 21px;
	margin-bottom:0.5em;
}
.post-alt h3{
	color:#000000;
	font-size: 14px;
}
.post-alt h4{
	color:#000000;
	font-size:12px;
}
.clear {
	clear:both;
}
#subscribe-boletim .campos {
	clear:both;
	width:350px;
	margin:0 1em 0 0;
}
#subscribe-boletim .botoes {
	clear:both;
	width:350px;
	margin:1em 0 0 0;
}
.assinar {
	background-color:#26A142;
	color:#fff;
	font-weight:bold;
}
input.assinar:hover {
	color:#000;
}
.banner468 {
margin:20px;
}
