
body {
	margin-top: 20px;
	padding: 0;
	background: #FBFBF3; /* cor do fundo do texto */
	/*font-size: 11px;*/
	text-align: justify;
	color: #450101; /* cor do texto */
}

body, th, td, input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	/* antigas: "Trebuchet MS", "Times New Roman", Arial, Times, serif;*/
	text-align: justify;
}

h1, h2, h3 {
	font-family: "Helvetica", "sans-serif", Verdana, Arial;
	/* antigas: Georgia, "Times New Roman", Times, serif; */
	font-weight: normal;
	color: #6B2627; /* cor dos Subtitulos: artigos, nesta edicao, etc */
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%; /* entrelinhas do texto */
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: normal;
}

a {
	text-decoration: underline;
}

a:link { 
	color: #A8604A;
}

a:active {
	color: #A8604A;
}

a:visited {
	color: #A8604A;
}

a:hover {
	color: #A8604A; /* cor do mouse em cima */
	background: #F0BEAE; /* cor do fundo do link */
}

hr {
	display: yes;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	padding: 0;
}


/* cabeçalho */
#header {
	width: 700px;
	height: 40px; /* distância entre o título e o banner */
	margin: 0 auto;
	margin-bottom: 5px; /* distância entre o primeiro texto e a imagem da capa */
	padding: 0;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

#sumario { text-align: right;
}


#idautor {
	padding-left: 100px;
	text-align: justify;
	margin-bottom: 10px;

}

/* "olho" dos textos */
#olho{
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif; 
	/*font-size:15px;*/

}

#header p {
	margin: 0;
}

#header h1 {
	float: left;
	color: #6B2627; /* cor do texto do cabeçalho */
	font-size: 20px; /* tamanho da fonte do título */
	padding-left: 15px; /* distância do título à margem esquerda */
}

#header p {
	float: left;
	padding: 17px 0 0 10px; /* distância do txt ISSN em relação ao título */
	/*font-size: 12px;*/
	font-weight: bold;
}

#header a {
	text-decoration: none;
	color: #AB6A6C;
}

/* imagem flutuante a esquerda, no corpo do texto 
* foto dos autores
*/
#picfoto {  
	float:left;
	width: 90px;
	height: 90px;
}

/* impede que o texto "vaze" */
.floatstop { 
	clear:both;
}

/* Pagina */
#page {
	width: 700px;
	margin: 0 auto;
	margin-bottom: 15px;
}


/* Conteudo */
#content {
	float: right;
	width: 600px;
	margin: 0;
	padding: 20px 60px 15px 20px;
}

.post {
	padding: 0px 0 0 0;
}


.title {
	border-left: 5px solid #6B2627; /* cor das barrinhas do subtitulo */
	padding: 0 20px 0 10px; /* distância entre o texto e a barrinha */
	
	font-size: 20px;
}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}

.pagetitle {
}

.byline { /*texto logo abaixo dos titulos dos posts */
	margin: -15px 20px 0 17px;
	color: #646464;
}

.meta {
	text-align: justify;
	color: #646464;
	padding: 10px 20px 20px 17px;	
	font-family: "Helvetica", Georgia, "Times New Roman", Times, serif; /* fonte dos posts */
	font-size: 11px;
}

.meta .more {
	padding-left: 10px;
}

.meta .comments {
	padding-left: 10px;
}

.meta a {
	color: #AB6A6C; /* cor dos posting by... */
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0;
	padding-left: 0px; /* alinhamento a esquerda do post */
}

.last {
	border: none;
}


#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* rodapé */
#rodape { 
	width: 700px;
	height: 60px;
	min-height: 60px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ABABAB;
}

#rodape p {
	padding: 20px 0;
}

#rodape p a {
	color: #FFB300;
}

#legenda {
	padding-left: 30px;
	padding-right: 250px;
	text-align: justify;
	font-size: 10px;
	margin-bottom: 10px;

}
