/*
Theme Name: Choco la Design
Theme URI: http://chocoladesign.com/
Description: Template Choco la Design.
Author: Filipe Fernandes
Author URI: http://filipefernandes.com/
Tags: choco la design, design, graphic design, blog
*/

/*=== Setup ===*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: url(images/bg.jpg) repeat top;
	color: #404040;
	font-family: Arial;
	font-size: .75em;
	text-shadow: 1px 1px #000;
}

//hack ie
div, ul, header:{
	height: 1%;
}

a {
	color: #f1535d;
	text-decoration: none;
}
a:hover {
	color: #48a2a4;
	text-decoration: none;
}

input, select, textarea{
	color: #cfcfcf;
	font-size: 12px;
	padding: 3px;
	font-family: Helvetica Neue;
	text-shadow:0;
	margin-bottom: 0;
}

#submit{background:none;}
li {
	list-style: none;
}
h2 {
	color: #f1535d;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 1em;
}
h3 {
	color: #48a2a4;
	font-size: 1.5em;
	margin: 0;
}
h4 {
	font-size: 1.4em;
	margin: 0 0 1em;
	color: #CCC;
}
p {
	line-height: 1.5em;
	padding: 0 0 1.3em;
}
/*=== Layout ===*/
#page {
	margin: 0 auto;
	width: 975px;
}
#page-bot {
	background: #ffcc00 url(images/page-bot.gif) repeat-x top;
	height: 39px;
}

/*=== H eader ===*/
#header{
	margin: 0 0 35px 0;
}
#header:after{
	content:" ";
	    display:block;
	    clear:both;
	    height:0;
	    visibility:hidden;
	    overflow:hidden;
	
}
/*- Logo -*/
#header h1 {
	background: url(images/logo.png) 0 -7px no-repeat;
	float: left;
	text-indent: -9999px;
	width: 448px;
	height:155px;
	margin-top: 0px;
}
#header h1 a {
	display: block;
	height: 155px;
}
#header h1 a:hover {
	text-decoration: none;
}

.ad {
	background: transparent;
}

.ad-top{
	background: transparent ;
	margin-top: 45px;
	float: right;
	width: 520px;
	height: 100px;
	display: inline;
}

.blogblogs {
	background: url(images/blogblogs.jpg) top no-repeat;
	width: 250px;
	height:350px;
}

/*=== Navigation ===*/
/*- Top Nav -*/
.topnav {
    background: url(images/bg_marrom2.jpg) right top repeat;
	background-position: 10px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
	margin: 0 auto;
	margin-top: -10px;
	margin-bottom: 10px;
	padding-top:10px;
	padding-right: 10px;
	height:35px;
	width: 975px;
	font-size: 10px;
	font-weight: bold;
	height: 31px;
	overflow: hidden;
}
.topnav li {
	float: left;
	line-height: 30px;
	border: 0 !important;
}
.topnav li.first {
	background: none;
	margin-left: 20px;
}
.topnav li.first a {
	padding: 0 7px 0 4px;
}
.topnav li a {
	color: #fff;
	display: block;
	border: 0;
	float: left;
	padding: 0 7px 0 8px;
	text-decoration: none;
}
.topnav li a:hover,
.topnav li.active a {
	text-decoration: underline;
}	

/*- Nav1 -*/
#nav1 {
	background: url(images/bg_rosa2.jpg) repeat;
	font-size: 17px;
	height: 39px;
	width:970px;
	display:inline;
	margin-right:0px;
	float:left;
	padding-right: 15px;
	font-weight:bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
}
#nav1 ul.sf-menu li {
	position: relative;
	
	float: left;
	margin-top: 5px;
	line-height: 27px;
	padding: 0 1px 0 0;
	text-align: center;
}
#nav1 ul.sf-menu li a {
	color: #FFFFFF;
	display: block;
	position: relative;
	float: left;
	padding-left:5px;
	padding-right:5px;
	text-decoration: none;
	width: auto;
	margin-left:15px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}
#nav1 ul.sf-menu li a:hover {
	text-decoration: none;
	background: #48a2a4;
}
#nav1 ul.sf-menu li ul.children {
	border: 1px solid #000000;
	background: #272726 url(images/ul_children_bg.gif) repeat-y top right;
}
#nav1 ul.sf-menu li ul.children li {
	background: url(images/ul_children_li_bg.gif) no-repeat bottom right;
}
#nav1 ul.sf-menu li ul.children li a {
	color: #bebebe;
	text-decoration: none;
	display:block;
}
#nav1 ul.sf-menu li ul.children li a:hover {
	text-decoration: none;
	background: none;
}
#nav1 ul.sf-menu li ul.children li ul.children {
	border: 1px solid #000000;
	border-left: none;
	background: #272726 url(images/ul_children_ul_children_bg.gif) repeat-y top left;
}
#nav1 ul.sf-menu li ul.children li ul.children li {
	background: url(images/ul_children_li_bg.gif) no-repeat bottom right;
}
#nav1 ul.sf-menu li ul.children li ul.children a {
	color: #bebebe;
	text-decoration: none;
}
#nav1 ul.sf-menu li ul.children
{
	margin:5px 0 0 0;
}
#nav1 ul.sf-menu li ul.children ul.children
{
	margin:-1px 0 0 27px;
}
/*=== All Columns ===*/
#columns {
	margin: 37px 0 0;
	padding: 0 0 15px;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 900px;
	min-height: 900px;
}

/*=== Profile Column ===*/
.profile {
	height: 170px;
	padding: 5px;
}

.profile h2{
	color: #5fb3b6;
	margin: -10px 0 0 0;
}

.collab {
	height: 170px;
	padding: 5px;
}

.collab h2{
	color: #5fb3b6;
	margin: 0;
}

/*=== Center Column ===*/
#centercol {
	float: left;
	width: 660px;
}
/*=== Right Column ===*/
#rightcol {
	float: right;
	width: 305px;
}
#rightcol a {
	color: #f1535d;
	text-decoration: none;
}

#rightcol a:hover {
	color:#5fb3b6;
}

#twitter_div{	margin-right:15px;}

#twitter_div ul li{
	text-align:left;
	line-height:15px;
	border-bottom: 1px solid #333333;
	padding-bottom: 5px;
	padding-top: 5px;
}

/*=== Sub Columns ===*/
.subcols {
	background: url(images/subcols-bgr.gif) repeat-y left;
	height: 1%;
}
.col1, .col2 {
	float: left;
	width: 285px;
}
.col2 {
	float: right;
}
/*=== Post ===*/
.post strong{
	color: #DDD;
}

/*- Post Title -*/
.post-title h1 {
	color: #9c9c9c9;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.post-title h1 span {
	color: #33707e;
}
.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}
.post-title h2, .post-title h2 a  {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -2px;
	margin: 0;
	color: #f1535d;		
	text-decoration: none;
}

.post-title h2 a:hover {
	color: #48a2a4;
	text-shadow: 1px 1px 1px #000;
}

.post-title-search h1{
	color: #cccccc;
}

.post-title-search h1 span {
	color: #f1535d;
}

/*- Post Date -*/
.post-date {
	margin: 0;
}
.post-date a {
	color: #5fb3b6;
	text-decoration:none;
}

.post-date a:hover {
	color: #f1535d;
}

.post-date em {
	color: #524943;
	font-size: .9em;
	font-style: normal;
	text-transform:uppercase;
	padding: 0;
	line-height: 1.75em;
}
/*- Post Excerpt -*/
.post-excerpt {
	display: table;
	font-size: 13px;
	font-style: italic;
	height: 1%;
	margin: 5px 0 0 0;
}
/*- Post Lists -*/
.post ul, .post ol {
	margin: 0 0 1.5em;
	padding-left: 20px;
}
.post ul li {
	list-style: disc;
	margin: 0 0 .4em;
	padding-left: 5px;
}
.post ol li {
	list-style: decimal;
	list-style-position: inside;
	margin: 0 0 .4em;
}
/*- Post Blockquote -*/
.post blockquote {
	color: #48a2a4;
	padding: 5px;
	margin-top: 0 0 10px;
	font-family: Georgia;
	font-style: italic;
	font-size: 17px;
	line-height: 20px;
	cursor: default;
}

/*- Post Author -*/
.post-author {
	margin: 0 0 1em;
}
.author-details {
	font-size: .85em;
}
.author-descr {
	display: table;
	height: 1%;
}

.author-descr h3{
	color:#CCC;
}

/*- Social Links -*/
.social-links, .index-comments {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-top: 10px;
	height: 40px;
	padding: 0 18px;
}

.social-links{
		background: url(images/bg_marrom2.jpg) repeat top;
}

.index-comments{
		background: url(images/bg_marrom.jpg) repeat top;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
}

.social-links .fr, .index-comments .fr {
	line-height: 42px;
}
.social-links .fr span, .index-comments .fr span {
	background: url(images/comment_count_bgb.gif) no-repeat center left;
	font-weight: bold;
	font-size: 14px;
	color:#eeeeee;
	text-align: center;
	padding: 4px 0 8px 0;
	width: 33px;
	margin-top: -2px;
	display: inline-block;
	line-height: 32px;
}

.social-links .fl, .index-comments .fl{
	padding: 9px 0 0;
}
.social-links .fl span, .index-comments .fl span{
	line-height: 21px;
}
.social-links img, .index-comments img {
	margin: 8px 0 0 8px;
	float: right;
}
/*- Related Posts -*/
.post-rel {
	line-height: 1.5em;
}
.post-rel a {
	color: #33707E;
}
/*- Post Comments -*/
.post-comments .fl {
	width: 80px;
}
.post-comments .fr {
	width: 520px;
}
/*- Widget Title - */
.wtitle {
	background: url(images/box-bgr.gif) repeat-x top;
}
.wtitle h2 {
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 18px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box_title, .box_title2, .box_title3{
	height:25px;
	padding: 6px 10px 5px 15px;
	margin-bottom: -6px;
	margin-left:1px;
	margin-right:1px;
	font-size: 16px;
	font-weight:bold;
	color:#eeeeee;
	text-shadow: 1px 1px 2px #000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.box_title{
	background: url(images/bg_azul2.jpg);
}

.box_title2{
	background: url(images/bg_rosa2.jpg);
}

.box_title3{
	background: url(images/bg_marrom2.jpg);
}

.box_title img{
	float:right;
	margin: -2px 0 0 0;
}

.box {
	margin: 0 0 10px;
	padding: 1px;
}

.box .content, .content-author, .content-search, .content-search-query{
	background: #231a14;
	height: 1%;
	color: #9c9c9c;
	font-weight:normal;
	padding: 18px;
	padding-bottom: -20px;
	margin-bottom: -0px;
}

.box .content-author, .content-author{
	padding-bottom: 0;
}

.box .content-search{
	min-height:210px;
}

.box .content-search-query{
	color: #efefef;
}
.list{
	color:#F00;
	text-align:left;
	list-style:none;
	line-height: 18px;
	border-bottom: 1px solid #9c9c9c9;
}


.foot{
	background: #231a14;
	height: 1%;
	color: #9c9c9c;
	font-weight:normal;
	line-height: 25px;
	padding: 18px;
	margin-bottom: 0px;
	
}

.foot a{
	color: #48a2a4;
	text-decoration: none;
}

.foot a:hover{
	color:#f1535d;
}


.foot img{
	margin-right: 5px;
}

.facebook{
	padding-left: 0 !important;
}

.ads2 {
	display: table;
	padding-left: 12px;
	padding-right: 0;
	text-align: center;
}

.box.ads .content{
	padding-left: 15px;
	padding-right: 0;
	text-align: center;
}

.box.feed {
	padding-left: 0;
}

#rightcol .box {
	margin: 0 0 10px;
}
/*- Box2 -*/
.box2 {
	background: #342b25 url(images/bg-comment.png) left top no-repeat;
	height: 1%;
	margin: 0 0 20px;
	padding: 10px 10px 10px 40px;
	min-height: 115px;
	margin-left: -15px;
}

.comm-name, .comm-date {
	line-height: 20px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li {
	background: url(images/ico-list1.gif) no-repeat 0 1.1em;
	border-bottom: 1px solid #e7e7e7;
	height: 1%;
	padding: .7em 0 .7em 13px;
}
.list1 li.last {
	border: 0;
}
#rightcol .list1 li a:hover {
	color: #33707e;
}
/*=== Styling Forms ===*/
input.btn {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}
select {
	padding: 1px;
}
/*- Search -*/
#search {
	background: url(images/busca.png) top no-repeat;
	margin-top:-30px;
	margin-left: -5px;
	height: 70px;
	width: 285px;
	padding: 0;
}
#search input {
	background: none;
	color: #48a2a4;
	margin-top:39px;
	margin-left: -30px;
	margin-right: 10px;
	border:0;
	width: 200px;
}
#search input.btn {
	background: none;
	border: 0;
	margin: 8px 0 0 -30px;
	padding: 0;
	width: auto;
}
/*- Message -*/
.message div {
	margin: 0 0 18px;
}
.message input {
	background: #342b25;
	padding: 9px 15px;
	width: 487px;
}
.message textarea {
	background: #342b25 url(images/bg-comment.png) left top no-repeat;
	height: 1%;
	width:485px;
	margin: 0 0 20px;
	padding: 10px 10px 10px 40px;
	min-height: 115px;
	margin-left: -15px;
}
.message .submit {
	float: left;
}
.message .btn {
	padding: 0;
	width: auto;
}
.message .notice {
	color: #a4a4a4;
	float: right;
	font-style: italic;
	padding: 10px 0 0;
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img {
	border: 1px solid #cfcfcf;
	display: block;
	margin: 0 0 .8em;
}
.pic.fl img {
	margin-right: 23px;
}
.pic.fr img {
	margin-left: 23px;
}
.th {
	display: block;
	margin: 0 0 .5em;
}
.th.fl img {
	margin-right: 10px;
}
.th.fl img
{
	width:40px;
	height:40px;
	border: 1px solid #cfcfcf;
}

.ad-post{
	background: #231a14;
	height: 1%;
	color: #9c9c9c;
	font-weight:normal;
	padding: 17px;
	padding-bottom: -20px;
	margin-bottom: -18px;
}

.ad-75{
	background: #cccccc;
	width: 75px;
	height: 75px;
}

.ad-120{
	background: #cccccc;
	width: 120px;
	height: 120px;
}

.ads img, .ads.flickr .content img {
	margin: 0 14px 15px 0;
}
.ads.flickr .content img {
	border: 1px solid #cfcfcf;
}
.ads.flickr .ac img {
	border: 0;
	margin: 0;
}
/*=== Footer ===*/
#footer {
	color: #5f5f5f;
	font-size: 11px;
	line-height: 39px;
	margin: 0 auto;
	width: 975px;
}
#footer a {
	color: #33707e;
	text-decoration: none;
}
#footer a:hover {
	color: #5f5f5f;
	text-decoration: underline;
}

.tags{
	background: url(images/bg_rosa2.jpg);
	height:25px;
	padding: 6px 10px 5px 15px;
	margin-bottom: -6px;
	margin-left:1px;
	margin-right:1px;
	font-size: 16px;
	font-weight:bold;
	color:#eeeeee;
	text-shadow: 1px 1px 2px #000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}


/*=== Misc. ===*/

.olist{
	list-style: none;
	padding-left: 20px;
}

.fatores strong{
	color: #48a2a4;
}
.formula{
	background: #48a2a4;
	color: #FFFFFF;
	padding: 5px;
	font-family: Georgia;
	font-style: italic;
	font-size: 17px;
	cursor: default;
}

.formula:hover{
	background: #C0595D;
}

.bbw_control{font-size:90%; font-family:verdana; color:#f1535d;}
.bbw_control img{display: none;}
.bbw_rank{font-weight:bold; font-family:verdana; color:#f1535d; font-size:14px;}
.bbw_footer,.bbw_title,.bbw_icons,.bbw_buttons,.bbw_subtitle{display: none;}
#bbw_readers{width:195px;}#bbw_readers img{border:2px solid #48a2a4;margin: 1px 2px 1px 2px;padding:0;}

.rosa{color: #f1535d !important;}
.verde{color: #48a2a4 !important;}

#parceiros img{
	margin: 0;
	padding: 0;
	border: 0;
}

.box-parceiros{
	background: #342b25;
	border: 0;
	overflow: hidden;
}

.fix, .cl {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.hl, .hl2 {
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.hl2 {
	background: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	margin: 0 0 .8em;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}

