body{
	background: #EEE;
	color: #000;
	font-size: 80%;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}
#page{
	background: #fff url(http://www.poutz.com/imagens/meio.png) repeat-y center top;
	color: inherit;
}
 
#top{
	height: 90px;
	/*padding-top: 10px;*/
	background: #FFF url(http://www.poutz.com/imagens/topo.png) no-repeat left top;
}

#bot{
	height: 90px;
	/*padding-top: 10px;*/
	background: #FFF url(http://www.poutz.com/imagens/rodape.png) no-repeat left bottom;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 25px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}
#prelude{
	background: transparent;
	color: #888888;
	text-align: center;
	font-size:0.85em;
}

#prelude a{
	color: #888888;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

.post-title{
font-size:0.85em;
	color: #00baff;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #00baff;
	background: transparent;
	text-decoration: none;
}

.post-title a:hover{
	color: #9ed200;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #bbbbbb;
	font-size:0.85em;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #006dab;
	background: transparent;
	text-decoration: none;
}

.post-info a:hover{
	color: #00baff;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
	font-size:0.85em;
	color:#888888;
}

.post-content a{
	text-align: justify;
	color:#888888;
	text-decoration:none
}

.post-content a:hover{
	text-align: justify;
	color:#313131;
	text-decoration:none
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	font-size: 0.85em;
}

.post-info-co a{
	color:#006dab;
	text-decoration:none;
}

.post-info-co a:hover{
	color:#00baff;
	text-decoration:underline;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}
#sidebar div{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

#sidebar a{
	color:#888888;
	font-size:0.85em;
	text-decoration:none; }
	
#sidebar a:hover{
	color:#5b5b5b;
	text-decoration:none; }

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	font-size:0.85em;
	color: #006dab;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 0.85em;
	margin: 0;
	
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}
#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
}

#footer a{
	color: #999;
}

