/*
Tema: Imagenista Vertical
Descrição: Feito para valorizar a galeria de imagens 
		usando um mínimo de texto indispensável.
		Também não tem "pé" nem "cabeça" ;-)
		Largura fixa (730). Três colunas . Centralizado.
Autor: Romo » http://romo.art.br
Versão: 1.26.10.2009
*/ 
body {
	position: relative;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: auto; 
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccf;
	background: #606d6e;
	}
#pagina {
	position: relative;	
	width: 700px;
	margin-right: auto; 
	margin-left: auto;
	}
#conteudo {
	/* position: absolute; */
	width: 510px;
	margin-left: 211px;
	margin-top: -15px; /* ? */
	text-align: center;
	border: dotted #ccf 1px;
	background: url(../imagens/fundo.png) repeat fixed top center;
	}
#conteudo div{
	border-bottom: dotted #ccf 1px; 
	padding:0px 0px 20px;
	margin: 0px 0px 30px;
	}
#conteudo div.secao{
	border-bottom: none; 
	}
						div.secao h1{
							color: #f00;
							font-size: 2.2em;
							font-weight: bold;
							text-transform: lowercase;
							letter-spacing: 0.1em;
							text-align: right;
							background-color: #000;
							padding: 3px 0px 4px 5px;
							margin-top: 0px;
							}
						
						#conteudo div.secao p{
							padding:5px;
							text-align: right;
							margin: 10px 43px;
							}
						#conteudo p.descricao{
							padding:5px;
							text-align: left;
							border: dotted #ccf 1px; 
							padding:20px 20px;
							margin: 10px 43px;
							}
#conteudo img {
	padding: 10px;
	margin: 30px 10px 5px;
	border: dotted #ccf 1px;
	text-align: center;
	}
#conteudo p{
	padding:5px 40px 20px;
	}		
#lateral {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: auto;
	padding: 0px 0px 30px;
	border: dotted 1px #69f; 
	border-right:none;
	text-align: right;
	background: #2d2e4c;
	}
#lateral p {
	margin: 0px 10px 10px;
	}
#lateral ul li{
	list-style-type: none;
	padding: 2px 10px 2px;
	font-size: 1.0em;
	}	
#menu ul {
	margin: 0px 10px 20px -30px;
	}	
#menu ul li{
	text-transform: lowercase;
	list-style-type: none;
	padding: 2px 0px 2px;
	font-size: 1.0em;
	}	

#logo {
	position: absolute;
	top: 0px;
	right: -51px;
	width: 28px;
	}
h1 {
	font-size: 1.0em;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	text-align: right;
	background-color: #66c;
	padding: 3px 0px 4px 5px;
	margin-top: 0px;
	}
h2 {
	font-size: 1.4em;
	color: #f00;
	background: #000;
	font-weight: bolder;
	font-style: italic;
	text-transform: lowercase;
	padding: 0px 8px 3px 0px;
	margin-top: 0px;
	}	
h3 {
		color: #000;
		font-size: 1.3em;
		font-weight: bold;
		text-transform: lowercase;
		padding: 2px 10px 2px 0px;
		background: #669 /* #606d6e */;
		}
h4 {
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: left;
	text-transform: lowercase;
	padding: 0px 0px  0px 5px;
	background-color: #669;
	/* float: left; */
	display: inline;
}
small{
	font-size: 1em;
	font-weight: normal;
	text-transform: lowercase;
	color: #66c; 
	background-color: #2d2e4c;
	padding: 4px 5px;
	}
h4 small{
	padding: 1px 5px;
	}	
hr { 
	margin: 30px 0px 30px;
	}
a:link { 
	color: #ff0;
	text-decoration: none;
	font-weight: bold;
	}
a:visited { 
	color: #00f;
	text-decoration: none;
	}
a:active { 
	color: #f00;
	text-decoration: none;
	}
	
#lateral a:hover { 
	color: #c0f;
	text-decoration: none;
	background: #ccf;
	display: block;
	}	
.copyright {
	color: #000;
	font-size: x-small;
	}
.navegacao {
	width: 210px
	padding: 0;
	margin-right: -10px;
	}	
.navegacao a {
	font-weight: bold;
	display: block;
	padding: 2px 8px 2px 0;
	}	
.navegacao a:link { 
	color: #fff;
	background:#8080c0;
	border-top: solid 1px #8080ff;
	border-bottom: solid 1px #3e3c5f;
	}
.navegacao a:visited { 
	color: #fff;
	background: #2d2e4c;
	border-top: solid 1px #404080;
	border-bottom: solid 1px #404080;
	}
.navegacao a:active { 
	background: #ccf;
	border-bottom: solid 1px #3e3e7b;
	}	
.navegacao a:hover{ 
	color: #c0f;
	background: #ccf;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccf;
	}




