/*
Theme Name: Torre de Marfim
Author: Lia Siqueira
Author URI: http://www.liasiqueira.com.br
*/

/********************************************* page */

*{
	padding:0;
	margin:0;
}

body {
  font:12px "Verdana", sans-serif;
  background:#fff;
  }
  
#page{
	width:756px;
	border:3px solid #000;
	background: url(images/bg.gif) repeat-y;

	left:50%;
	margin-left:-381px;
	position:relative;
	_position:absolute;

	height:20px;
	min-height:20px;
	max-height:100%;
	float:left;
}
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/header.jpg) no-repeat top;
	height:86px;
	padding-top:272px;
}

#header h1, #header div.description{
	display:none;
}

/********************************************* content */

#content{
	width:497px;
	padding:20px;
	float:left;
}

#content p {
/*	line-height: 150%; */
	margin-bottom: 10px;
	}

#content blockquote {
	line-height: 150%;
	}

#content li {
	line-height: 150%;
	}

#content h2 {
	font:18px "Lucida Grande", Trebuchet MS;
	margin-bottom: 10px;
	font-weight:bold;
}

#content img{
	display:block;
}

span.data{
	display:block;
	margin-bottom:10px;
	font-weight:bold;
}

.postmetadata{
	font-size:10px;
	color:#666;
}

.post{
	margin-bottom:40px;
}

/********************************************* sidebar */

#sidebar{
	width:189px;
	padding:15px;
	background:#FEFADD url(images/img01.jpg) no-repeat top;
	float:left;
	padding-top:200px;
}

#sidebar h2 {
	font-size:12px;
	color:#000;
	margin-bottom:15px;
	}

#sidebar ul, #sidebar div{
	margin-bottom: 30px;
	}

#text-5 div{
	margin-bottom:0px;
}

#sidebar li {
	color: #666666;
	list-style:none;
	margin-bottom:5px;
	}

/********************************************* comentarios */

#comments{
	margin-bottom:40px;
}

#comments li{
	background:#FEFADD;
	margin-left:20px;
	padding:5px;
	margin-bottom:10px;
}

#comments li p{
	margin-top:5px;
	padding-top:10px;
	border-top:1px solid #F2E3B2;
}

#comments li p a{
	text-decoration:underline;
}

/*#respond{
}*/

#commentform textarea{
	width:494px;
	_width:490px;
	border:2px solid #e4d39b;
}

#commentform input[type=text]{
	height:20px;
	width:494px;
	border:2px solid #e4d39b;
}

/********************************************* footer */

#footer{
	clear:both;
	background:purple;
	display:none;
}

/********************************************* estilos */
 
a, a:active, a:visited{
  color: #A68208;
  text-decoration: none;
  }

a:hover {
  text-decoration: underline;
  }
  
h3{
	font:18px "Lucida Grande", Trebuchet MS;
	border-bottom:1px solid #A68208;
	padding-bottom:10px;
	margin-bottom:20px;
}

