/*  
Theme Name: Palmas Theme
Description: Desenvolvido com Premium News by WooThemes
Version: 1.0
Author: Conte&uacute;do Multimidia
*/

@import url(http://fonts.googleapis.com/css?family=PT+Sans);

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background-image: url(images/bg.jpg);
	background-color: #f3f3f3;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 0 0; 
	color: #000;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
	color: #00911A;
    font-weight: normal;
    margin: 0;
}
h1 {
    font-size: 1.8em;
    line-height: 1.2em;
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
    line-height: 1.2em;
}
h3 {
    font-size: 1.6em;
    line-height: 1.2em;
}
h4 {
    font-size: 1.4em;
    line-height: 1.1em;
}
h5 {
    font-size: 1em;
    line-height: 1.2em;
}
h6 {
    font-size: 1em;
    line-height: 1.5em;
}
a{
	color: #00911a;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
input,textarea{
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    color: #333;
	font-family: Arial,Helvetica,Sans-Serif;
	background: #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    padding: 5px;
}
input:focus,
textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(82, 168, 236, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(82, 168, 236, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(82, 168, 236, .6);
	outline: 0;
}
select{
	border: #ccc 1px solid;
	font-family: Arial,Helvetica,Sans-Serif;
	color: #333;
	font-size: 12px;
	padding: 2px;
}
textarea {
	width:420px;
	resize: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 6px 12px;
	font-size: 16px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	*margin-left: .3em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #51a351;
	background-position: 0 -15px;
}
li{
	list-style: none;
}
label small {
	font-size: 12px;
	color: #666;
}
/*========= LAYOUT =========*/

#page{
	margin: 0 auto;
	padding: 0;
	width: 980px;
	background: #fff;
    box-shadow: 0 0 16px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 16px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,.25);
}
/*--- Main Columns ---*/
#columns{
	margin: 4px 0 0 0;
	padding: 10px 0 0 0;
}
.col1{
	float: left;
	width: 580px;
	padding-left: 20px;
}
.col1 h1 {
	margin: 0 0 16px 0;
}
.col1 h2 {
	margin: 10px 0 10px 0;
	letter-spacing: -1px;
}
.blog h2{
	margin: 10px 0 0 0;
}
.col2{
	float: right;
	width: 300px;
	padding-right: 20px;
}
.full{
	width: 96% !important;
}
.subcol {
	margin:0 0 20px 0;
}
.subcol h1, .subcol h2, .subcol h3 {
	font-size:1.2em;
	font-weight:bold;
	color: #000;
}
.subcol ul, .subcol ol {
	margin:10px 0 0 3px;
}
.subcol li {
	padding:5px 0 5px 0;
	list-style:none;
}
.subcol a {
	font-size:1em;
	color:#000;
	text-decoration:underline;
}
.subcol a:hover {
	text-decoration:none;
}
.subcol img.alignleft, .subcol img.alignright, .subcol img.alignnone{
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
        max-width: 620px !important;
}
/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
	display:none;
	background: #008e00;
	height: 30px;
	padding: 4px 0 0;
}
#nav-left {
	float:left;
	display:inline;
	width:570px;
	}
#nav-right {
	float:right;
	display:inline;
	width:370px;
	}
#nav ul {
	position: relative;
    height: 26px;
    overflow: hidden;
	padding-left:10px;
}
#nav ul  li {
    float: left;
    list-style: none;
	font-weight:bold;
	font-size:14px;	
}
#nav ul  li.back {
    background-color: #363;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}
#nav ul  li a {
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 6px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 15px !important;
	margin: auto 7px;	
}
#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}  
/*- Category Navigation -*/
.post-categories li {
	float:left;
	padding:0 3px 0 0;
}
.post-categories a {
	background: #3a87ad;
	padding: 1px 4px 2px 4px;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	color: #fff;
	vertical-align: middle;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.post-categories a:hover {
	background: #2d6987;
}
/*- Search -*/
#search{
	background: #fff;
	border: 1px solid #ccc;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);	
	float: right;
	height: 23px;
	padding: 0 10px 3px 0;
	width: 240px;
	position: relative;
	top: 41px;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: transparent;
	border: 0;
	color: #999;
	float: left;
	margin: 0;
	padding: 5px;
	width:200px;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: inset 0 0 0 rgba(0,0,0,0);
	box-shadow: inset 0 0 0 rgba(0,0,0,0);
}
#search .btn{
	margin: 4px 0 0 14px;
	padding: 0;
	width: auto;
}
/*- Header -*/
#header{
	height: 119px;
	padding: 10px 20px 10px 20px;
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
}
#header h1 a{
	display: block;
	height: 115px;
	width: 389px;
}
/*- RSS -*/
#rss{
	float: right;
	font-size: 12px;
	padding: 16px 15px 0 0;
	text-align: right;
	width: 285px;
}
#rss a{
	color: #b3b3b3;
}
#rss ul{
	float: left;
	margin: 13px 0 0;
	width: 220px;
}
#rss li{
	margin: 0 0 3px;
	padding: 0 0 5px;
}
#rss img{
	float: right;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

.featured h2{
	color:#000;
	margin:0;
}
.featured h3{
	font-size: 14px;
	margin:10px 0;
}
.featured h3 a {
	color:#000;
}
.featured p {
	margin-bottom:10px;
}
.featured .continue {
	float:right;
}
.featured-img{
	width:300px;
	height:200px;
	margin: 0 0 10px;
}

/*========= FEATURED SLIDES (FRONT-PAGE) =========*/

.slides{
	height: 240px;
	width: 580px;
	margin: 0 0 10px 0;
}

/*========= BLOG POST STYLING =========*/

.post{
	margin: 0;
}
.post p, .featured p {
	line-height: 1.5em;
	margin:1px 0 .5em 0;
}
.posted{
	color: #999;
	font-size: .85em;
}
.post .comments {
	clear:both;
	padding:12px 0 0;
}
.post .comments a {
	text-decoration: none;
	color: #999;
	font-size: 11px;
}
/*- Box -*/
.box{
	clear: both;
	height: 1%;
	margin: 0 0 20px;
	padding: 0 0 20px 0;
}
.box .post{
	width: 260px;
	*padding-bottom:20px;
}
.box .post h2{
	margin: 0;
	font-size: 22px;
}
.box .post h2 a{
	text-decoration: none;
}
.box .post img{
	margin: 0 0 10px 0;
}
/*=== Traditional Blog Post ===*/
.post-alt{
	padding-bottom:10px;
}
.post-alt h2{
	/*padding: 0 0 6px;*/
}
.post-alt h3{
	margin:10px 0 10px 0;
	letter-spacing: -1px;
}
.post-alt h3 a{
	color: #000;
}
.post-alt p.posted{
	color: #999;
	font-size: 11px;
	margin:0 0 10px 0;
}
/*=== Buttons ===*/
.continue{
	padding: 10px 0 0 0;
}
.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(images/ico-comm.png) no-repeat left;
	padding: 0 0 0 22px;
}
a.more, .continue a{
	background: url(images/ico-next.png) no-repeat center right #00911A;
	padding: 1px 16px 2px 4px;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	color: #fff;
	vertical-align: middle;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.more:hover, .continue a:hover {
	background: url(images/ico-next.png) no-repeat right #060;
}
/*=== Traditional Blog Post ===*/
.navigation {
	/*position:relative;
	top:20px;*/
}
.navigation a {
	font-size: 1.2em;
	font-weight: bold;
}
img.alignleft,img.alignright,img.alignnone{
	background: #fff;
	border: solid 1px #e1e1e1;
	padding: 3px;
	margin: 0 10px 10px 0;
}
img.alignleft{
	display:inline;
	float:left;
	margin:0 10px 10px 0;
}
img.alignright{
	display:inline;
	float:right;
	margin:0 0 10px 10px;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	width:100%;
	margin:10px 0 25px 0;
}
#archivebox h2 {
	color:#000;
}
#archivebox h2 em{
	color:#00911A;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.png) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 3px solid #e1e1e1;
	border-bottom: 3px solid #e1e1e1;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 260px;
}
.arclist h2{
	color: #000;
	font-size: 18px;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#e1e1e1;
	font-size:14px;
	font-weight:bold;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#e1e1e1;
}
.entry p{
	text-align:left;
	line-height:20px;
	padding:6px 0 6px 0;
	}
.entry td {
	padding:5px 10px 5px 0;
	vertical-align:top;
}
.entry blockquote { 
	padding: 3px 15px;
	margin: 5px auto 15px auto;
	color:#666;
	width:85%;
	}
.entry blockquote p {
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:square inside !important;
	margin-left:3px;
	padding:5px 0 5px 0;
	}
.entry ul li ul li {
	list-style:square inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.5em;
	padding: 0 0 5px;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 15px 0 15px !important;
	background:#f4f4f4;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*========= SIDEBAR =========*/
#banners {
	width:300px;
	/*min-height:420px;*/
}
#banners img {
	margin:0 0 20px 0;
}
.fb-like-box {
	margin:0 0 20px 0;
}
.featured {
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}
.simpleTab {
    width:299px;
	background:#e1e1e1;
	padding:0 1px 1px 1px;
	margin:0 0 20px 0;
}
.simpleTab ul.tab li {
    float: left;
    list-style: none outside none;
}
.simpleTab ul.tab a {
    background:#F3F3F3;
    color:#999;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 1);
    display:block;
    margin:1px 1px 0 0;
    padding:12px 10px 10px 10px;
    text-decoration:none;
}
.simpleTab ul.tab a:hover {
	text-decoration:none;
	color:#00911A;
}
.simpleTab ul.tab a.selected {
    background:#fff;
    color:#00911A;
    cursor:default;
    margin-bottom:0;
}
.simpleTab div {
    background:#fff;
    clear:left;
    padding:20px 14px 20px 14px;
	*padding:10px 14px 10px 14px;
}
.list1,.list3,.list4,.list5,.list6{
	padding-bottom:12px;
	}
.list1 li,.list3 li,.list4 li,.list5 li,.list6 li{
	background: url(images/ico-news.png) no-repeat left center;
	padding: 6px 0 6px 25px;
}
.list1 li a,.list3 li a,.list4 li a,.list5 li a,.list6 li a{
	color: #000;
}
.list3 li {
	background: url(images/ico-mostcomm.png) no-repeat left center !important;
}
.list4 li {
	background: url(images/ico-feat.png) no-repeat left center !important;
}
.list5 li {
	background: url(images/ico-category.png) no-repeat left center !important;
}
.list6 li {
	background: url(images/ico-archives.png) no-repeat left center !important;
}
/*- Ads -*/
.ads{
	border: 1px solid #eeeeee;
	height: 125px;
	margin: 0 0 25px;
	padding: 10px;
}
.ads img{
	float: left;
	margin: 0 14px 0 0;
}
.ads img.last{
	margin: 0 !important;
}
/*- Flickr -*/
.flickr{
	background: #fafafa;
	border: 1px solid #e1e1e1;
	margin: 0 0 25px;
	padding: 10px 0px;
}
.flickr .flickr_badge_image img {
	float:left;
	display:inline;
	padding-left:10px;
	padding-bottom:5px;	
}
.flickr h2{
	color: #ff7800;
	font-size: 14px;
	height: 21px;
	margin: 0 0 10px 0px;
	padding-left:10px;
}
.flickr h2 span{
	float: left;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr h2 em{
	color: #848382;
	float: right;
	font-style: normal;
}
.flickr-ar {
	margin:10px 10px 0px 0px !important;
	padding:0px !important;
	text-align:right;
}

/*=== DropDown Lists ===*/
.catlist{
	margin: 0 0 15px;
	padding: 0 0 10px;
	width: 160px;
}
.catlist h2{
	padding: 0 0 0 20px !important;
}
.list-alt {
	padding-top:10px;
	}
.list-alt li{
	margin: 0 0 7px;
}
.list-alt li a{
	color: #000000;
}
/*=== Styling Widget Lists ===*/
.widget h2 {
	
	}
.widget ul {
	margin: 0 0 15px;
	padding: 10px 0 7px;
}
.widget ul li{
	margin: 0 0 7px;
}
.widget ul li a{
	color: #000000;
}

/*========= FOOTER =========*/

#footer{
	clear: both;
	color: #B5E8B1;	
	line-height: 18px;
	padding: 0;
	background: #00911A;
	padding: 40px;
	*padding:20px 40px 0 40px;
}
#footer a {
	color: #fff;
}
#footer img {
	vertical-align:middle;
}
#footer h5 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	margin-bottom: 10px;
	white-space: normal;
}
#footer .col {
	width: 260px;
	margin-right: 50px;
}
#footer .col.last {
	margin-right: 0;
}
#footer ul.social {
    margin: 0;
    padding: 0;
}
#footer  ul.social li {
    display: block;
    margin-bottom: 0;
	line-height: 24px;
}
#footer  ul.social li img {
    margin-right: 7px;
    margin-top: 2px;
}
/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	background: url(images/hl-dot.gif) repeat-x bottom;
}
.hl-full{
	float:left;
	clear:both;	
	width:100%;
	margin:10px 0 15px;
}
.hl2{
	border-bottom: 1px solid #e1e1e1;
}
.hl3{
	padding: 10px 0 0;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #e1e1e1;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
#crp_related {
	clear:both;
	margin:20px 0;
}
#crp_related h3 {
	margin:0 0 15px 0;
	color:#666;
	font-size:1.5em;
}