@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url("img/bg.jpg") top repeat-x #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;			
}
a:link {
	color:#808080;
	text-decoration:underline;
}
a:visited {
	color:#808080;
	text-decoration:none;
}
a:hover {
	color:#e6e6e6;
	text-decoration:underline;
}
a img {
	border: none;
}
#container {
	width: 1006px;			
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#topo {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#topo img {
	border: none;
}
#escreve {
	background: url("img/escreve_bg.jpg") top repeat-x #1E1E1E;
	width: 780px;
	margin-left: auto;
	margin-right: auto;			
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	border-bottom: #1E1E1E solid 10px;
}
#escreve_conteudo, #escreve_conteudo_inicial {
	margin-top: 10px;
	width: 780px;	
	overflow: auto;	
}
#escreve_conteudo {
	height: 448px;
}
#escreve_conteudo_inicial {
	height: 307px;
}
#escreve_conteudo p {
	margin: 7px;
}
#acessem {
	width: 770px;
	background: url("img/acessem_bg.jpg") top repeat-x #1A1A1A;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 5px;
}
#acessem ul {
	list-style-type: none;
	text-align: center;
}
#acessem ul li {
	display: inline;
	margin: 0px 10px;
}
#rodape {
	width: 1006px;
	height: 185px;
	background: url("img/rodape.jpg") top center no-repeat #990000;			
}

/*** Cute News ****/

/* Posts */

h2.date-header {
	margin:1.5em 0 .5em;
}
.post {
	margin:.5em 0 1.5em;
	border-bottom:1px dotted #000000;
	padding-bottom:1.5em;
}
.post h3 {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size:140%;
	font-weight:normal;
	line-height:1.4em;
	color:#e6e6e6;
}
.post h3 a, .post h3 a:visited, .post h3 strong {
	display:block;
	text-decoration:none;
	color:#e6e6e6;
	font-weight:bold;
}
.post h3 strong, .post h3 a:hover {
	color:#cccccc;
}
.post-body {
	margin:0 0 .75em;
	line-height:1.6em;
}
.post-body blockquote {
	line-height:1.3em;
}
.post-footer {
	margin: .75em 0;
	color:#777777;
	text-transform:uppercase;
	letter-spacing:.1em;
	font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	line-height: 1.4em;
}
.comment-link {
	margin-left:.6em;
}
.post img {
	padding:4px;
	border:1px solid #000000;
}
.post blockquote {
	margin:1em 20px;
}
.post blockquote p {
	margin:.75em 0;
}

/* Comments */

#comments-block {
margin:1em 0 1.5em;
line-height:1.6em;
}


