/* css desenvolvido por alexandre mattos

tipografia e tabela de cores

#cor 1 - Links #0099ff;
#cor 2 - Texto #999999;
#cor 3 - fundo #ffffff;
#cor 4 - LinkV #cccccc;


*/

html {
font-family: Georgia;
font-size: 16px;
color:#999999;
/* background: #ffffff url('../imagens/fundo.jpg') top right no-repeat; */
	background: url('../imagens/bg.png') top left repeat-x;
}

body {
	
}

a:link, a:visited{
	color:#0099FF;
	text-decoration: none;
}

a:hover{
	color:#cccccc;
	text-decoration: underline;
}

#align{
	margin: auto;
	width: 990px;
	background: url('../imagens/bg-title.jpg') top left repeat-x;
}

/******************************* Header - cabeçalho ****************************************/

header {
	float: left;
	width: 970px;
	padding: 0 10px 10px 10px;
	
}

header .logo {
	float: left;
	padding: 10px;
}

header nav{
	margin: 0 15px 15px 15px;
	float: right;
	background: #ffffff;
	padding: 10px;
	color: #666666;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
}

header nav a:link,
header nav a:visited{
	color: #666666;
	text-decoration:none;
}

header nav a:hover {
	color: #0099ff;
	text-decoration:underline;
}

.mensagem {
font-size: 30px;
font-style:italic;
text-align: center;
color: #666666;
clear: both;
padding: 10px;
border-bottom: 1px solid #ccc;
}

/******************************* Content - Conteúdo ****************************************/
article {
width: 670px;
float: left;
padding: 10px;
}

section {
float: left;
border-bottom: 1px dashed #ccc;
padding: 0 0 30px;
}

section:last-child {
	border: 0;
}

section h1{
	font-size:30px;
	color:#0099FF;
	font-style: italic;
	padding: 10px;
	font-weight: lighter;

}

section h3{
	font-size:16px;
	color:#0099FF;
	font-style: italic;
	padding: 20px 10px 20px 10px;
	font-weight: lighter;
}

section p {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	padding: 4px;
}

section a:link img, section a:visited img {
	border: 1px solid #cccccc;
	padding: 2px;
	background: #ffffff;
	float: right;
	margin: 20px;
}

section ul a:link img, section ul a:visited img, section ul a:hover img{
float: left;
}

section a:hover img {
	border: 1px solid #0CF;
	padding: 2px;
}

section ul, section ul li, a img, a img{
float: left;
}

section .left {
float: left;
}

section ol{
background: #ffffff;
}
/************************************* Sidebar *********************************************/

aside {
border-left: 1px solid #cccccc;
width: 279px;
float: left;
padding: 10px;
}

aside h1{
color:#0099ff;
font-size: 26px;
margin: 10px 0 10px 0;
font-style: italic;
font-weight: normal;
}

aside .box {
padding: 5px 5px 10px 5px;
border-bottom: 1px dashed #cccccc;
}

aside a:link, aside a:visited{
color: #FF6600;
}

aside a:hover {
color: #999999;
}

aside .box:last-child {
	border: 0;
}

aside .box h1{
color:#ff6600;
font-size: 16px;
margin: 15px 0 15px 0;
font-style: italic;
}

aside .box p{
color:#999999;
}

aside .box span {
color: #999999;
font-weight:normal;
}

aside .box a:link img, aside .box a:visited img {
	border: 1px solid #cccccc;
	padding: 2px;
	background: #ffffff;
	float: right;
	margin: 5px;
}

aside .box a:hover img {
	border: 1px solid #F90;
	padding: 2px;
}

aside .box h2 {
color: #FF6600;
font-size: 16px;
padding: 5px;
font-weight: normal;
}

/******************************* Content - Conteúdo ****************************************/

/******************************* Footer - Rodapé ****************************************/

footer {
	padding: 20px;
	border-top: 1px solid #ccc;
	width: 950px;
	float: left;
	margin: 5px 0 5px 0;
}

footer a:link,
footer a:visited{
	color:#0099FF;
	text-decoration: none;
}

footer a:hover{
	color:#cccccc;
	text-decoration: underline;
}

footer .float-left{
float: left;
}

footer .float-right{
float: right;
}