/* CSS Document */

*{ 
	margin:0px; 
	padding:0px; 
	outline:none; 
	border:0px;
}


body{ 
	margin:0px; 
	padding:0px; 
	background:#f99c1c url(../images/bg2.jpg) repeat-x top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}



a{
	text-decoration:none;
}

ul, ol{
	list-style:none;
}

img{
	border:none;
}

#page{
	width:846px;
	margin:0px auto 0px auto;
}

#headerLink{
	width:846px;
	padding:8px 6px 8px 6px;
}

#headerLink a{
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}

#headerLink a:hover{
	color:#993300;
}

#header{
	width:846px;
	margin:0px auto 0px auto;
	padding-bottom:15px;
}

.logo{
	float:left;
	width:219px;
	margin-top:40px;
	margin-left:0px;
	
}

.clear{
	clear:both;
}

.menuVert{
	float:right;
	width:70%;
}

#banner{
	outline:0;
	margin:10px auto;
}

#content{
	width:836px;
	margin:10px auto;
}

/***Subtitle***/
.sub-title {
	height: 40px;
	overflow: hidden;
	top: 22px;
	position: relative;
	z-index: 199;
	text-transform: uppercase;
	width: 550px;
	clear: both;
	left: 0px;
}
.sub-title h2{
	letter-spacing: -7pt;
	margin: 0;
	padding: 0;
	color: #F4F4F4;
	font: bold 72px/55px "Arial Black", Gadget, sans-serif;
}
.sub-title {width:auto; top:-1px; }
.sub-title h2{
	letter-spacing: -5pt;
	font-size: 64px;
	line-height: 47px;
	color:#845D00;
}

.post{
	color: #333;
	width: 836px;
	/*background-image: url(../images/post_bg_white.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px -1px;
	border-top:2px solid #845D00;
}

.post h3{ 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:20px; 
	font-weight:lighter; 
	color:#812b0a;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}


.blog{
	width:50%;
	float:left;
	/*background:url(../images/separador.gif) no-repeat right top;*/
}
.twitter{
	width:45%;
	float:right;
}

.sobre{
	margin-top:10px;
	margin-bottom:30px;
	text-align:justify;
}

.sobre h2{
	padding:0 0 10px 0; 
	width:605px; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:30px; color:#fff;
	letter-spacing:-1px; 
	font-weight:lighter; 
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.sobre p{
	color:#6E3D03;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6em;

}

.datestamp{
	padding:0 0 10px 0; 
	float:left;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:16px; color:#000;
	font-weight:bold;
	letter-spacing:-1px;  
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	margin-right:8px;
}

.postBlog{
	padding-top:10px; 
	text-align:justify;
}

.blogPostTitle a{
	color:#fff;
	
}

.blogPostTitle a:hover{
	text-decoration:underline;
}

.blogPostDescription
{
    border-bottom:2px dashed #996600;  
    padding-bottom:15px;   
}

.blogPostDescription a{
	color:#993300;
}

.blogPostDescription a:hover{
	text-decoration:underline;
}

a.leiamais{
	color:#fff;
	font-size:13px;
}

.twitterPost {
background:url(../images/blockquote-twitter.png) no-repeat; 
display:block;
margin: 5px; 
margin-bottom:20px; 
padding-left:20px;
width:99.4%;
font-size:11px;
}

.twitterPost a{
	color:#993300;
}

.twitterPost a:hover{
	text-decoration:underline;
}

.spreader {clear: both;}

.thumbs { float:left; width:100%; margin-bottom:20px; clear:both; }
.thumbs li {
	float:left;
	display:inline;
	}
	.thumbs li a {
		float:left;
		margin:0 8px 16px;
		display:block;
		}
		.thumbs li a img { border:1px solid #b3c2ce; }
		.thumbs li a:hover img { border:1px solid #426b86; }


#footer{
	margin-top:15px;
	color:#fff;
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #000;
	width:846px;
}

#footer a{
	color:#fff;
}

#footer a:hover{
	text-decoration:underline;
}
