/*
Theme Name: Novos Elementos
Theme URI: http://www.novoselementos.com.br/
Description: Novos Elementos
Version: 1.0
Author: Novos Elementos
Author URI: http://www.novoselementos.com.br/
*/

@import url("rtl.css");

body {
	background-image:url(images/fundo.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	background-color:#282828;
	font-family: "Times New Roman", Times, serif;
	color:#FFF;
	margin:0px;
	padding:0px;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:link, a:visited, a:active {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#FC0;
	text-decoration:none;
}
#topo {
	background-image:url(images/fundoTopo.jpg);
	background-repeat:repeat-x;
	text-align:center;
	height:449px;
	width:100%;
	margin:0px auto;
}
#meio {
	width:835px;
	margin:20px auto 0px auto;
}
#lateral {
	width:120px;
	float:left;
	margin:0px 10px 0px 0px;
}
#conteudo {
	width:650px;
	margin:10px 20px 0px 0px; /* todos */
	margin /*\**/:10px 20px 0px 0px\9; /* hack para o ie 8 não pode tirar o \9 do final */
	*margin:10px 20px 0px 0px; /* hack para o ie 7 */
	_margin:10px 10px 0px 10px; /* hack para o ie 6 */
	clear:both;
	float:right;
	font-size:0.8em;
}
#conteudo p {
	line-height:20px;
	font-size:1em;
	text-align:justify;
}
#conteudo h1 {
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	margin:0px 0px 15px 0px;
	line-height:25px;
	font-size:1.3em;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#343434;
}
#conteudo h1 a {
	color:#FFF;
	text-decoration:none;
}
#conteudo h1 a:link, #conteudo h1 a:visited, #conteudo h1 a:active {
	color:#FFF;
	text-decoration:none;
}
#conteudo h1 a:hover {
	color:#FC0;
	text-decoration:none;
}
#rodape {
	background-color:#000;
	height:40px;
	line-height:40px;
	margin:30px auto 0px auto;
	text-align:center;
	font-size:1.2em;
}
#rodape a {
	color:#FFF;
	text-decoration:none;
}
#rodape a:link, #rodape a:visited, #conteudo a:active {
	color:#FFF;
	text-decoration:none;
}
#rodape a:hover {
	color:#FC0;
	text-decoration:none;
}
.voltar {
	padding: 3px;
	background-color: #343434;
	border: 1px solid #1E1E1E;
	font-size: 1.5em;
	width: 52px;
	text-align: center;
}
