/* - - - - - - - - - - - - - - - - - - - - -

Theme Name: Profit
Author URI: http://felski.com.br
Theme URI: http://profitassessoria.com.br
Description: Tema padrão para o site da empresa Profit
Version: 1.0
Author: Jean Felski
- - - - - - - - - - - - - - - - - - - - - */
/* ------RECOMMENDATIONS-----*/

.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.alignleft {	float: left;}
.alignright {float: right;}
.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 4px;margin: 10px;}
.wp-caption img {	margin: 0;padding: 0;border:none;}
.wp-caption-dd {	font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}

/* ----- CSS GENERAL ----- */

*{margin:0;padding:0;font-family: Verdana, Geneva, sans-serif;}
body{
	margin:0;
	padding:0;
	text-align:center;
	margin-bottom:10px;
	background-color: #FFF;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
a{color: #556b2f;text-decoration:none;}
a:hover{color:#000;text-decoration:none;}
h1{font: 50px impact, Arial, sans-serif;}
h2{
	font-size: 20px;
	padding-bottom:15px;
	padding-left: 23px;
}
h3{
	color:#000;
	font-size:13px;
	padding-left: 23px;
	margin-bottom: 10px;
}
h4{
	color:#000;
	font-size:13px;
	padding-left: 23px;
	margin-bottom: 10px;
}
p{color:#000;font-size:13px;line-height:17px;}
li{font: 13px Verdana, Geneva, sans-serif;margin-left:30px;}
hr{margin-bottom:20px;color:#ccc;clear:both;}
small{color:#999;font-size:11px;}
pre{width:500px;overflow:scroll;}
img{border:none;}


/*===============================HEADER=================================*/

#header{margin:0 auto;width:900px;height:192px;}
#logo{float:left;color:#fff;}
#logo h2{font-size: 20px;color:#fff;}
a.logo{font: 50px impact, Arial, sans-serif;color:#fff;}
a.logo:hover{color:#09f;}

/*===============================NAVEGATION=================================*/
#nav-bar{
	width:800px;
	background-image: url(images/bkd-menu.jpg);
	background-repeat: no-repeat;
	height: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index:100;
}

ul{list-style-type:none;}
ul#menu{width:800px;}
ul#menu li{
	position:relative;
	float:left;
	margin-left:0;
	z-index:102;
}
ul#menu li a{
	display:block;
	float:left;
	padding:0 15px;
	margin-right:1px;
	margin-top: 5px;
	height:30px;
	line-height:25px;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	z-index:102;
}
ul#menu li a:hover{
	text-decoration: underline;
}
ul#menu li ul{display:none;position:absolute;top:35px;left:10px; z-index:200; }
ul#menu li:hover ul{display:block;}
ul#menu li ul li a{
	width:140px;
	background-color: #888888;
	clear:both;
	font-size: 10px;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-align:left;
	line-height:27px;
	z-index:102;
}
ul#menu li ul li{float:none;clear:both;}
ul#menu li ul li a{float:none;}

/*===============================CONTAINER=================================*/

#container{
	width:816px;
	padding:0;
	background-image: url(images/bkd-content-top.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*===============================CONTENT=================================*/

#primaryContent{
	width:816px;
	padding-top:20px;
	text-align:justify;
}
#primaryContent p{padding-bottom:10px;}
#primaryContent img{margin:10px;padding:1px;border: 1px solid #e7e7e7;}
.post{
	width:816px;
	min-height:300px;
	float:left;
	background-image: url(images/bkd-content-middle.jpg);
	background-repeat: repeat-y;
}
-post h2{
	padding-left: 23px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.post p {
	padding-left: 23px;
	padding-right: 23px;
}

/*===============================COMMENTS=================================*/	

#comments{margin:30px;}
.comment{border:1px solid #556b2f;padding:20px;}
.gravatar{float:left;padding:10px;}

/*===============================SIDEBAR=================================*/

#secondaryContent{width:228px;padding:10px 14px; font-size:11px;float:right;clear:none;background:#fff url("images/dobra.png") top right no-repeat;}
#secondaryContent h2{padding:11px 15px;color:#fff;margin-bottom:0;line-height:21px;font-size:13px;font-weight:normal;}
#secondaryContent li{list-style-type: square;}
#secondaryContent li a{color:#556b2f;font-weight:bold;text-decoration:none;}
#secondaryContent li a:hover{color:#333;font-weight:bold;text-decoration:underline;}	
#secondaryContent .links li{padding-left:0px;background:none;}

/*===============================FOOTER=================================*/

#footer{
	clear:both;
	width:816px;
	text-align:center;
	font-size:11px;
	color:#003399;
	background-image: url(images/bkd-content-bottom.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 170px;
}
#footer ul{
	list-style:none;
	position:relative;
	float:right;
	padding-top: 70px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#footer li{
	list-style:none;
	font-size:11px;
	display: block;
	text-align: right;
}
li.footer_links{clear:none;}
#footer a{
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
#footer a:hover{color:#333;text-decoration:underline;}

/*===============================CLASS EXTRA=================================*/

.clear{clear:both;}

.search{
	float:right;
	padding-top:6px;
	padding-right:15px;
}

#featured{
	padding-left:23px;
	padding-bottom:10px;
	z-index:0;

}

.breadcrumb {
	float: left;
	width: 770px;
	font-size: 10px;
	color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 23px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EAEAEA;
	}
