/*
Theme Name: Mangala
Theme URI: http://mangala.com.br
Description: Baseado no Starkers, Tema custom para mangala.com.br
Version: 1
Author: Mauricio Wolff (Starkers = Elliot Jay Stocks)
Author URI: http://bitbonsai.com
Tags: starkers, clean, css3
*/

@import "style/css/reset.css";
@import "style/css/ie.css";

html, body{
	height: 100%;
}

body{
	background: #fff url(i/bg-body.png) no-repeat right top;
	font-family: 'Trebuchet MS', Lucida Grande, Tahoma, Arial, sans-serif;
}

body{
	font-size: 62.5%; /* reseta para 10px */
	color: #333;
}

a{
	color: #396;
	text-decoration: none;
}
a:hover{
	color: #696;
	text-decoration: underline;
}

#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}
#main{
	padding-bottom: 50px;
}


#top-menu{
	overflow: hidden;
}
ul#menu{
	background: #3A1C0F;
	list-style-type: none;
	margin: 6px 0 0 0;
	padding: 5px 0 5px 10px;
	width:  98%;
	overflow: hidden;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px; /* future proofing */
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
}
ul#menu li{
	text-transform: uppercase;
	font-size: 120%;
	float: left;
}
ul#menu li a{
	text-decoration: none;
	padding: 0 15px 0 0;
	color: #fff;
}
ul#menu li a:hover{
	color: #E5DBC9;
}
#top-search form{
	width: 195px;
	height: 25px;
	margin: 5px 0 0 0;
	background: url(i/bg-search.png) no-repeat;
}
#top-search #s{
	border: none;
	background: none;
	margin: 3px;
	padding: 2px;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	width: 165px;
	color: #3A1C0F;
}
#top-search #rss{
	display: block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	float: right;
	background: url(i/ico-rss.png) no-repeat;
	margin: 10px 0 0 0;
	text-indent: -9999em;
}

#top-logo{
	clear: both;
}

#top-logo h1 a{
	text-indent: -9999em;
	display: block;
	width: 300px;
	height: 100px;
	background: url(i/h1-logo.png) no-repeat;
	margin: 0 0 10px 0;
}

/* @group destaque */

#destaque{
	position: relative;
	margin: 0 0 20px 0;
	width: 540px;
	height: 324px;
	overflow: hidden;
}

#destaque .legenda{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
}
#destaque .legenda-interno{
	background: rgba(255,255,255,.7)!important;
	background-color: #fff;
	padding: 10px;
}
#destaque .legenda-interno h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 180%;
	font-weight: bold;
	color: #3A1C0F;
}
#destaque a{
	position: relative;
	display: block;
	text-decoration: none;
	z-index: 4;
}
#destaque a:hover .legenda-interno h2{
	color: #000;
}

/* @end */

.attachment-destaque_m{
	float: left;
	margin: 0 10px 0 0;
	padding: 2px;
	border: 1px solid #E5D9C4;
}

a:hover img.attachment-destaque_m{
	border-color: #686155;
}

h3.destaque{
	background: url(i/bg-destaques-h3.png) no-repeat 0 top;
	color: #3A1C0F;
}

.destaques h3,
#comentarios h3{
	background: url(i/bg-destaques-h3.png) no-repeat right top;
	font-size: 250%;
	color: #3A1C0F;
	letter-spacing: 0.03em;
	margin-bottom: 15px;
}
#comentarios h3{
	background-position: left top;
}

#destaques-menor h3,
#recentes h3{
	font-size: 150%;
	background: none;
	margin-bottom: 5px;
	min-height: 31px;
}
#recentes h3{
	color: #fff;
	background: url(i/bg-dest-menor-h3.png) no-repeat right top;
}
#recentes h3 a{
	color: #3A1C0F;
}
#recentes p{
	font-size: 110%;
	line-height: 130%;
}
#recentes .wrap{
	margin-bottom: 10px;
}

.destaques a,
.sidebox a,
.hentry a.block{
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #3A1C0F;
	position: relative;
	line-height: 150%;
}
.destaques a:hover p,
.sidebox h3 a:hover{
	color: #000;
}
.destaques p{
	font-size: 120%;
	line-height: 150%;
	color: #777;
	margin: 0 0 5px 0;
}
#destaques-menor.destaques p{
	font-size: 110%;
	line-height: 130%;
	color: #777;
	margin: 0 0 5px 0;
	text-align: justify;
}
#destaques-menor.destaques a:hover p{
	color: #333;
}

#destaques-menor{
	margin-top: 20px;
}
#destaques-menor a{
	position: relative;
}

.attachment-post-thumbnail{
	float: left;
	margin: 0 5px;
}

ul.col2{
	overflow: hidden;
}
ul.col2 li{
	float: left;
	width: 260px;
	margin-right: 20px;
}
ul.col2 li.last{
	margin-right: 0;
}


.youtube{
	width: 280px;
	height: 230px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

/* @group sidebar */

.sidebox{
	overflow: hidden;
	margin-bottom: 20px;
}

.sidebox h2{
	font-size: 250%;
	color: #54847D;
}

ul.tabwrap{
	padding: 0 10px;
	overflow: hidden;
}
ul.tabwrap li{
	float: left;
	margin: 0 5px;
}
ul.tabwrap li a{
	display: block;
	width: 105px;
	height: 18px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 120%;
	background: url(i/bg-sidetabs.png) no-repeat center bottom;
	padding: 5px 0 0 0;
}
ul.tabwrap li a:hover{
	color: #fff;
}
ul.tabwrap li a.on{
	color: #fff;
	background-position: center top;
}
.tabcontent{
	background: url(i/bg-tabcontent.png) no-repeat;
	padding: 20px;
	min-height: 108px;
}
.tagcloud a{
	text-decoration: none;
	color: #3A1C0F;
	line-height: 120%;
	display: inline;
}
.tagcloud a:hover{
	color: #363;
}

.thumborda a img{
	border: 2px solid #fff;
}
a.thumborda{
	border: 1px solid #9c9;
	margin-right: 10px;
}
a.thumborda:hover{
	border-color: #363;
}
a.thumborda img{
	margin: 0;
}


/* @end */

ul.links,
.post ul.links{
	font-size: 120%;
	overflow: hidden;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.links li{
	margin: 5px 0;
}
ul.links.inline{
	overflow: hidden;
	margin-bottom: 0;
}
ul.links.inline li{
	float: left;
	margin-right: 10px;
}

ul.links a{
	text-decoration: none;	
	padding: 2px 2px 2px 15px;
	background-image: url(i/bg-li.png);
	background-repeat: no-repeat;
	background-position: 4px center;

	color: #686155;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
ul.links a:hover{
	color: #B3AB9A;
}

/* @group post */

#crumbs{
	font-size: 100%;
	margin: 10px 0 20px 0;
	text-transform: uppercase;
}
#crumbs a{
	text-decoration: none;
	color: #686155;
}
#crumbs .current{
	color: #999;
}
#crumbs a:hover{
	color: #443F37;
}

.post ol,
.post ul{
	overflow: hidden;
	list-style-type: decimal;
	padding: 0 0 0 20px;
	margin: 10px 0 5px 10px;
	font-size: 120%;
	color: #777;
}
.post ul{
	list-style-type: square;
}
.post ol li,
.post ul li{
	margin-bottom: 5px;
	line-height: 150%;
}

.post h1{
	font-size: 300%;
	color: #777;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

.post h2{
	background: url(i/bg-destaques-h3.png) no-repeat -30px top;
	font-size: 250%;
	color: #3A1C0F;
	letter-spacing: 0.03em;
	margin-bottom: 5px;
	margin-top: 20px;
}

.post h3{
	background-image: none;
	font-size: 200%;
	color: #555;
	letter-spacing: 0.01em;
	padding-bottom: 5px;
	padding-top: 20px;
	clear: both;
}


.post a.comment-big,
.page a.comment-big{
	width: 45px;
	height: 20px;
	float: right;
	display: block;
	padding-right: 30px;
	padding-top: 5px;
	background: url(i/ico-comment-big.png) no-repeat right center;
	font-size: 120%;
}
.post p.meta{
	font-size: 100%;
	color: #999;
	margin-bottom: 2px;
}
.post #metainfo{
	margin-bottom: 20px;
}
.post p.meta.categoria{
	padding-left: 15px;
	background: url(i/ico-cats.png) no-repeat 0 1px;
}
.hentry p.meta.categoria{
	background-position: left 4px;
}


.post p.meta.tags,
.post p.meta.tags{
	padding-left: 15px;
	background: url(i/ico-tags.png) no-repeat 3px 1px;
	line-height: 1;
}
.post p.meta.rss{
	padding-left: 15px;
	background: url(i/ico-rss-post.png) no-repeat 3px 1px;
}
.post p.editar{
	display: block;
	margin: 5px 0;
	padding: 5px;
	background: #eee;
}

.post p,
.post #texto p{
	font-size: 120%;
	line-height: 160%;
	margin-bottom: 10px;
}

.post #texto h4{
	font-size: 130%;
	line-height: 160%;
	border-bottom: 1px solid #eee;
	color: #777;
}


.post #texto blockquote{
	font-style: italic;
	width: 250px;
	float: right;
	font-size: 90%;
	background: #F6F3ED;
	padding: 10px;
	color: #999;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.post #texto blockquote p{
	margin: 0;
}

.post .wp-caption{	
	background: #F6F3ED;
	border: 1px solid #E4DAC8;
	padding-top: 5px;
	padding-bottom: 0;
	margin: 0 10px;
	text-align: center;
}

.post .wp-caption.alignleft{
	margin: 0 10px 0 0;
	float: left;
}
.post .wp-caption.alignright{
	margin: 0 0 0 10px;
	float: right;
}

.post .wp-caption img.alignleft,
.post #texto .wp-caption img.alignleft{
	border: 1px solid #E4DAC8;
	margin: 0;
}
.post #texto p.wp-caption-text{
	font-size: 90%;
	text-transform: uppercase;
	color: #999;
	text-align: center;
}

h2 a.link{
	color: #3A1C0F;
}
h2 a.link:hover{
	text-decoration: none;
	color: #000;
}

#content .hentry{
	margin-bottom: 40px;
	overflow: hidden;
}

/* @end */

/* @group comments */

.commentlist{
	margin-bottom: 10px;
}

.commentlist  li.comment{
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
}

.comment{
	margin: 10px;
}
.comment.odd{
	background: #F6F3ED;
}

.comment-body{
	margin-left: 0;
	padding: 10px 10px 10px 50px;
	color: #999;
	font-size: 90%;
	line-height: 150%;
}
.comment-body p{
	margin-bottom: 5px;
}

.avatar{
	float: left;
	margin: 0 0 0 -40px;
}
.commentmetadata,
.commentmetadata a{
	color: #777;
	font-size: 110%;
	margin-bottom: 5px;
}

a.comment-reply-link{
	width: 90px;
}

a.comment-reply-link,
.bt-comment{
	display: block;
	background: #443F37;
	color: #fff;
	font-size: 100%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	padding: 3px 10px;
	margin: 10px 0;
	border: 1px solid #686155;
	cursor: pointer;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
a.comment-reply-link:hover,
.bt-comment:hover{
	background-color: #686155;
	color: #fff;
	text-decoration: none;
}
cite.fn{
	font-weight: bold;
}

#commentform input{
	padding: 2px;
	border: 1px solid #ccc;
	color: #333;
}

#commentform small{
	color: #999;
	font-size: 110%;
}

#commentform textarea{
	font-family: 'Trebuchet MS', Lucida Grande, Tahoma, Arial, sans-serif;
	font-size: 120%;
	color: #777;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 90%;
}

#commentform{
	margin-bottom: 20px;
}

#respond{
	padding: 10px;
}

#comentarios p{
	margin-bottom: 5px;
}


/* @end */









/* @group footer */

#footer{
	height: 25px;
	padding-top: 25px;
	background: url(i/bg-footer.png) repeat-x;
	text-align: center;
	clear: both;
}
#footer p{
	color: #999;
	font-size: 110%;
	line-height: 150%;
	font-family: Colibri, Tahoma, Arial, sans-serif;
}
#footer a{
	color: #999;
	text-decoration: none;
}
#footer a:hover{
	color: #333;
}

/* @end */

.hr{
	margin: 10px 0;
	background: url(i/bg-destaques-h3.png) no-repeat -30px bottom;
	height: 20px;
}

img.alignleft{
	margin: 0 5px 0 0;
	float: left;
}
img.alignright{
	margin: 0 0 0 5px;
	float: right;
}

.fright{
	float: right;
}
.fleft{
	float: left;
}

.interno{
	margin: 10px;
}
.wrap{
	clear: both;
	overflow: hidden;
}
.air-t{
	margin-top: 10px;
}
.air-b{
	margin-bottom: 10px;
}
.air-v{
	margin: 10px 0;
}
.air-h{
	margin: 0 10px;
}
.smaller,
#texto p.smaller{
	font-size: 100%;
}
.upper,
#texto .upper{
	text-transform: uppercase;
}

#sb-banners p{
	margin-bottom: 20px;
}
.post #social{
	clear: both;
	padding-top: 10px;
}
.post #social .meta{
	padding-top: 15px;
}
