/*  
Theme Name: Corporate
Description: The Corporate wordpress theme. Cross-browser, XHTML Strict v1.0 and CSS 2.1 valid. Great for businesses, corporate blogs and web sites. Comes with customizable intro text, for information read Instructions.txt. NOTICE: This version contains a few critical bug fixes, so make sure you have the latest version.
Version: 1.4.1
Author: Ori Pearl
Author URI: http://www.oripearl.com/
Tags: business, corporate, xhtml, css, simple, clean, clear, white, grey, orange, fixed width, intro, banner, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS, blueprint, blueprintcss
*/

body
{
	background: #666666 url('images/bodybg.jpg') repeat-x 0 0;
	font-size: 11px;
	color: #525252;
}

h2, a
{
	color: #525252;
	outline:none;
}

pre, code {white-space: normal;}


#top
{

	text-align: right;
	height: 24px;
}

#top .menu
{
	padding-top: 7px;
}

#top .menu li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}


#top .menu a
{
	text-decoration: none;
	color: #fff;
}

#top .menu a:hover
{
	color: #000;
}

#contenttop
{
	background: transparent url('images/topbg.png') no-repeat 0 0;
	height: 37px;
}

#contentwrapper
{
	position:relative;
	background: transparent url('images/contentbg.png') repeat-y 0 0;

}

#header
{
	height: 50px;
}

#header #title
{
	
}

#header #title .logo
{
	float: left;
}

#header #title #blogtitle
{
	margin-left: 68px;
}

#header #title h1
{
	font-size: 24px;
	font-weight: bold;
	color: #525252;
	margin-bottom: 5px;
}

#header #title h2
{
	font-size: 14px;
	color: #525252;
}

#header #searchbar
{
	margin-top: 20px;
}

#introcontainer
{
	margin-top: 40px;
}

#intro
{
	
	height: 200px;
	background: url('images/introbg.jpg') no-repeat 0 0;
	margin-left: 7px;
}


#intro #introtext
{
	float: left;
	height: 165px;
	margin: 20px auto auto 20px;
	overflow: hidden;
}


#intro #introtext h1
{
	font-size: 18px;
	color: #00599d;
	margin-bottom: 16px;
}

#intro #introtext p
{
	font-size: 16px;
}

#intro #introicon
{
	float: right;
	margin: 35px 50px;
}

.post
{
	background: #fafafa;
	border: solid 1px #eeeeee;
	margin: 40px 5px 20px 5px;	
	padding: 15px;	
	_padding: 7px;
}

.post .postheader .commentcount
{
	width: 27px;
	line-height: 12px;
	float: left;
	text-align: center;
	padding-right: 10px;
}

.post .postheader .commentcount a
{
	text-decoration: none;
	color: #4884bc;
}

.post .postheader .posttitle
{
	
	line-height: 20px;
}

.post .postheader .posttitle h2
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.post .postheader h2 a
{
	text-decoration: none;
}

.post .postheader .posttitle .postmeta
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
}

.post .postcontent
{
	margin-top: 20px;
	line-height: 17px;
}

.post .postcontent p
{
	margin-bottom: 10px;
}

.post .posttags, .post .posttags a
{
	color: #959595;
	clear:both;
	margin-top: 20px;
	text-align: right;
}

.commentbox
{
	background: #fff;
	border: solid 1px #eeeeee;
	margin: 10px 5px 20px 5px;
	padding: 15px;
	_padding: 7px;
}

.commentmeta .avatar
{
	float: left;
	padding-right: 6px;
	_padding-right: 3px;
}

.commenttext
{
	clear: both;
	margin-top: 10px;
}

.commentform input
{
	padding: 0;
	margin: 0;
	line-height: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

.navlinks
{
	margin: 0px 5px 40px 5px;	
}

.navlinks a
{
	text-decoration: none;
}

.navlinks img
{
	margin-right: 5px;
}

#sidebar #wrapbox
{
	background: #fafafa;
	border: solid 1px #eeeeee;	
	padding: 17px;
	margin: 40px 5px 20px 5px;
	_margin: 40px 0px 20px 0px;
}

#sidebar .sidebarbox
{
	line-height: 20px;
	margin-bottom: 20px;
}

#sidebar .sidebarbox h3
{
	font-size: 14px;
	color: #e65a05;
	margin-bottom: 10px;
}

#sidebar .sidebarbox a
{
	text-decoration: none;
}

#sidebar .sidebarbox ul
{
	list-style-type: none;
	text-indent: -1.5em;
}

#sidebar .sidebarbox .pages ul
{
	text-indent: -3em;
}

#footer
{
	height: 52px;
	background: url('images/bottombg.png') no-repeat 0 0;
}



.searchform #searchbox
{
	float: left;
	background: #f1f1f1;
	border: solid 1px #e3e3e3;
	width: 120px;
	height: 14px;
	font-size: 11px;
}

.searchform #searchbutton
{
	height: 18px;
	width: 18px;
	margin-left: 6px;
	border: none;
	cursor: pointer;
	background: url('images/searchbutton.jpg') no-repeat 0 0;
}

/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   background: #fafafa;
   border: solid 1px #eeeeee;
   text-align: center;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/*========================================================Customizacao Layout TENDA*/

body{
	background:#fff url(img/bg-blog.gif);
}

body, .post .postheader .posttitle .postmeta{
	font-family:tahoma !important;
}

.container{
	width:896px;
	margin-top:10px;
}

#contentwrapper{
	background:none;
}

.header{
	position:relative;
	width:896px;
	height:245px;
	margin:0 auto;
}

.header h1 a{
	text-indent:-9999px;
	width:896px;
	height:195px;
	display:block;
	background:url(img/header.gif) no-repeat;
}

.header .searchbar{
	position:absolute;
	right:0;
	bottom:0;	
}

.searchform #searchbutton{
	width:63px;
	height:21px;
	margin:0;
	background:url(img/btnBuscar.gif);
	border:none;
}

.searchform #searchbox{
	width:180px;
	height:21px;
	background:url(img/bgForm.gif) no-repeat;
	border:none;
	padding:2px 0 0 5px;
}

#posts{
	width:595px;
	float:left;
	margin-right:25px;
	background:#FFF;
	border:solid 1px #e0dbdb;
	position:relative;
}

#posts .bg-top{
	position:absolute;
	display:block;
	width:595px;
	height:16px;
	background:url(img/bg-top-posts.gif) left top no-repeat;
	top:-15px;
	left:0px;
}

.post{
	background:none;
	border:none;
	margin:0 !important;
}

.post .postcontent{
	color:#373737;
	font-size:12px;
	line-height:180%;
}

#sidebar #wrapbox{
	position:relative;
	width:217px;
	margin:0 !important;
	padding:30px;
	background:#f4f4f4;
	border:solid 1px #d2d2d2;
}

.bltTenda, .bltRSS{
	position:absolute;
	display:block;
	width:18px;
	height:18px;
	left:-25px;
}

.bltTenda{
	background:url(img/bulletTenda.gif);
}

.bltRSS{
	top:23px;
	background:url(img/bulletRSS.gif);
}

.post{
	clear:both;
}

.post .postheader .posttitle h2{
	font-family:tahoma;
	font-size:24px;
	font-weight:bold;
	color:#cf0010;
	margin-bottom:5px;
	line-height:30px;
	width:100%;
}

.post .postheader .posttitle h2 a{
	color:#cf0010;
}

.post .postheader .posttitle .postmeta{
	padding-left:18px;
	background:url(img/icoRelogio.gif) left top no-repeat;
}

.post .postheader .commentcount {
	float:right;
	display:block;
	width:115px;
	margin-top:5px;
}

.post .postheader .commentcount a{
	padding-left:10px;
	background:url(img/icoComentario.gif) left top no-repeat;
	display:block;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#cf0010;
}

.post .compartilhe{
	border-style:solid;
	border-width:1px 0 1px 0;
	border-color:#c9c9c9;
	padding:10px 5px;
	clear:both;
	position:relative;
	*border-top-width:2px;
}

.post .compartilhe a{
	text-decoration:none !important;
}

.post .compartilhe .mailPost{
	width:100px;
	margin-right:10px;
}

.post .compartilhe .mailPost a{
	padding-left:20px;
	background:url(img/icoMail.gif) left 1px no-repeat;
}

.post .compartilhe a.permalink{
	padding-left:18px;
	background:url(img/icoLink.gif) left 4px no-repeat;
}

.post .compartilhe .sociable{
	position:absolute;
	right:7px;
	top:-7px;
}

.post .compartilhe .sociable .sociable_tagline{
	float:left;
}

#footer{
	background:none;
}

#wrapbox{
	background-color:#f1f1f1;
}

#sidebar{
	font-family:tahoma !important;
	position:relative;
}

#sidebar .bg-top{
	position:absolute;
	display:block;
	width:279px;
	height:14px;
	background:url(img/bg-top-sidebar.gif) left top no-repeat;
	top:-13px;
	left:0;
	z-index:500;	
}

#sidebar h3, #sidebar .sidebarbox h3{
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:#525252;
}

#sidebar .sidebarbox h3 a{
	background:url(img/seta.gif) right center no-repeat;
	text-decoration:none;
	border:0;
	display:inline;
	padding-right:23px;
}

#sidebar p{
	color:#767676;
	margin-left:3px;
}

#sidebar .sidebarbox ul{
	text-indent:0;
	margin-left:3px !important;
}

#sidebar .sidebarbox a {
	display:block;
	width:200px;
	border-bottom:solid 1px #e2e2e2;
	color:#767676;
}

#sidebar a.bnAgendamentos, #sidebar a.bnYoutube, #sidebar a.bnTwitter{
	display:block;
	width:229px;
	height:107px;
	margin:0 0 20px -8px;
	text-indent:-9999px;
}

#sidebar a.bnAgendamentos {
	background:url(img/bannerAgendamentos.gif) no-repeat;
}

#sidebar a.bnYoutube {
	background:url(img/banner_youtube.gif) no-repeat;
}

#sidebar a.bnTwitter {
	background:url(img/banner_twitter.gif) no-repeat;
}

#sidebar a.feedRSS {
	display:block;
	padding-left:20px;
	background:url(img/icoFeed.gif) left top no-repeat;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:20px;
}

.allcomments{
	clear:both;
	float:none;
	margin-left:30px;
}

#commentform{
	clear:both;
	margin-left:30px;
	
}

#sidebar .sidebarbox li{
	border-bottom:1px solid #E2E2E2;	
}

#sidebar .sidebarbox li a{
	border-bottom:none;
}

input.aSendPostMail {
background:transparent url(img/icoenviarporemail.gif) no-repeat scroll 0 0;
font-size:10px;
color:#525252;
width:85px;
border:0;
}

.btEnviar{
	width:57px;
	height:21px;
	border:none;
	background:url(img/btnEnviar.gif);
}

.btEnviaComent{
	width:140px;
	height:21px;
	border:none;
	background:url(img/btnEnviarComentario.gif);
}

.avatar {
	display:block;
	width:50px !important;
	height:50px !important;
	background:url(img/gravatar.gif) !important;
	padding:0 !important;
	margin:0 10px 5px 0;
}

#sidebar select { /* Customização do Select da barra lateral */
			position: absolute;
			width: 158px; 
			height: 21px;
			padding: 0 24px 0 8px;
			color: #fff;
			font: 12px/21px arial,sans-serif;
			background: url(img/select.gif) no-repeat;
			overflow: hidden;
		}