/*
Theme Name: Alexandre Soares SIlva
Author: Lia Siqueira
Author URI: http://www.liasiqueira.com.br
*/

/********************************************* page */

*{
	padding:0;
	margin:0;
}

body {
	background:#fff url(images/bkgd.gif) repeat-x top;
	color:#333;

}

#content{
	font-weight:normal;
	line-height:150%;
	font:9pt "palatino",georgia,serif;
}

#content br{
	margin-bottom:15px;
}
  
#page{
	width:750px;
	margin:0px auto;
}
html>body #page{
	height:auto;
}

.navigation{
	width:100%;
	color: #A68208;
	font-weight:bold;
	height:10px;
	min-height:10px;
	max-height:100%;
	float:left;
}
html>body .navigation{
	height:auto;
}

.navinter{
	margin-bottom:20px;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}

/********************************************* header */

#header{
	background: url(images/vertigo.gif) no-repeat top left;
	padding-top:195px;
	margin-bottom:20px;
}

#header{
	text-align:right;
}

#header h1, #header div.description{
	display:none;
}

span.data{
	color:#5C0000;
	font-size:18px;
	font-weight:bold;
}

/********************************************* content */

#content{
	width:500px;
	float:left;
	margin-bottom:20px;
}

#content p {
	margin-bottom: 10px;
	line-height: 150%;
	}

#content blockquote {
	line-height: 150%;
	}

#content li {
	line-height: 150%;
	}

#content h2{
	font-size:17px;
	margin:10px auto;
}

#content h2 a {
	color:#2B2626;
	text-decoration:none;
}

.postmetadata{
	font:10px "Verdana", Geneva, sans-serif;
	color:#666;
}

.post{
	margin-bottom:40px;
}

/********************************************* comentarios */

#comments{
	margin-bottom:40px;
}

#comments h3{
	margin-bottom:10px;
}

#comments li{
	background:#f5f5f5;
	margin-left:20px;
	padding:5px;
	margin-bottom:10px;
}

#comments li p{
	margin-top:5px;
	padding-top:10px;
	border-top:1px solid #ddd;
}

#comments li p a{
	text-decoration:underline;
}

#commentform textarea{
	width:490px;
	border:2px solid #ddd;
}

#commentform input[type=text]{
	width:490px;
	border:2px solid #ddd;
	height:22px;
}

/********************************************* sidebar */

#sidebar{
	width:200px;
	float:left;
	margin-left:49px;
}

#sidebar h2 {
	color:#5C0000;
	font-size:13px;
	font-weight:bold;
	letter-spacing:3px;
	margin-bottom:10px;
	}

#sidebar li {
	list-style:none;
	margin-bottom:5px;
}

#sidebar div.textwidget{
	font-style:italic;
	font-size:11px;
}

#sidebar div.textwidget a{ border:0; text-decoration:none;}

#sidebar div, #sidebar ul{
	margin-bottom:30px;
}

.selo {
	margin-top: 30px;
	width: 130px;
	background: #ADADAD;
	padding: 3px;
	line-height: 130%;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 7pt; 
}

.selo a,
.selo a:link,
.selo a:active,
.selo a:visited {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: underline;
}

/********************************************* footer */

#footer{
	clear:both;
}

#footer p{
	display:none;
}

/********************************************* estilos */

h2.date-header {
  margin-top: 0;
  font-size: 12px;
  color: #000;
  }
  h3.post-title {
  margin-top: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 17px;
  letter-spacing: -1px;
  color: #A68208;
  }
.post-body  {
  margin-top: 0;
  font-size: 12px;
  color: #000;}
  
.titulo { font-size: 13px;}  

.post-footer {
  margin-top: 0;
  font-size: 11px;
  color: #000;}
.lado {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  }
  
a, a:link, a:visited {
	color: #9a0000;
	text-decoration: underline;
}

a:active, a:hover {
	color: #999999;
}

h1, h2, h3 {
	font-size: 1.0em;
}

