body {
	background: #0C0B00;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 110%;
	color: #999;
}

#nav {
	background: url(images/linhas.png) no-repeat 0 40px;
	position: fixed;
	top: 41px;
	left: 18px;
	width: 228px;
}

#conteudo {
	width: 600px;
	margin: 41px 0 0 316px;
	padding: 0;
}
/*------Fim Estrutura-----*/

#logo {
	margin: 0;
	padding: 0;
}

#logo a {
	background: url(images/logo.png) no-repeat;
	display: block;
	width: 228px;
	height: 100px;
	margin: 0 0 3px 0;
	padding: 0;
}

#logo a span {
	display: none;
}


#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	margin: 10px 0 0 0;
	padding: 0;
}

#menu li a span {display: none;}

#menu li a {
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 228px;
	height: 20px;
}

#menu li a:hover {
	background-position: bottom;
}

address {
	padding: 0;
	margin: 40px 0 10px 0;
	font-size: 12px;
	line-height: 150%;
}

address a {
	color: #999;
}

#nav_posts {
	background: #00B1BF;
	height: 20px;
}

#post_anterior, #proximo_post {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #0C0B00;
	padding: 0;
	text-decoration: none;
}

#post_anterior {
	margin: 2px 0 0 6px;
}

#proximo_post {
	margin: 2px 0 0 32px;
}

#post_anterior:hover, #proximo_post:hover {
	text-decoration: underline;
}


.post {
 margin: 0 0 100px 0;	
}

.post h1 {
	margin: 0 0 8px 0;
}

.post h1 a {
	font-size: 50px;
	font-weight: 100;
	color: #00B1BF;
	text-decoration: none;
	line-height: 95%;
}

.barra_post {
	background: #00B1BF;
	height: 20px;
	margin: 0 0 10px 0;
}

.barra_post span, .barra_post a {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #0C0B00;
	text-decoration: none;
}

.barra_post span { margin: 3px 0 0 5px; }
.barra_post a { margin: 3px 0 0 333px; }