/**

@name: Tema OSDevBrasil.net
@author: Mauro Joel Schutz
@copyright: OptiSoft.com.br
@data: 14/05/2008
@file: estilo2.css

*/

html, body {height:100%;}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 1.5em;
}
h2{
	font-size: 1.3em;
}
h3{
	font-size: 1.1em;
}
h4{
	font-size: 0.9em;
}
h5{
	font-size: 0.7em;
}
h6{
	font-size: 0.5em;
}

#borda{
	width: 100%;
	position: relative;
	text-align:left;
	min-height:100%;
	background: #fff;
}

* html #borda { height: 100%; }

#barra_cima p{
	padding: 2px;
	padding-right: 15px;
}

#barra_cima a{
	color: #fff;
}

.barra{
	text-align: right;
	background: #ccc;
}

.barra p{
	border: 1px solid #666;
	margin: 0px;
	font-size: 0.7em;
	font-weight: bolder;
	color: #000;
}

.barra a{
	color: #000;
	text-decoration: none;
}

.barra a:hover{
	color: #555;
	text-decoration: underline;
}

#direitos{
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	background: #ccc;
}

#topo{
	background: url(imagens/matrix2.jpg);
	color: #fff;
}

a img{
	border: 0px;
	margin: 0px;
}

.caminho{
	padding: 8px 16px 4px 16px;
	letter-spacing: 0.1em;
	height: 16px;
	background: #E2E2DB;
	font-size: 11px;
	text-align: left;
}

a, .caminho a{
	color: #0e8f26;
	text-decoration: none;
}

a:hover, .caminho a:hover{
	color: #14cf37;
	text-decoration: underline;
}

#conteudo{
	padding-bottom: 5em;
}

#menu_esquerdo{
	float: left;
}

#menu_direito{
	float: right;
}

#menu_esquerdo, #menu_direito {
	width: 20%;
	margin: 0px;
}

#principal{
	background: #fff;
	margin: 0px 20% 0px 20%;
}

#principal p{
	margin: 15px;
	text-indent: 10px;
	text-align: justify;
}

#principal p:first-letter{
	text-transform: uppercase;
}

.clear{
	clear: both;
}

.menu {
	list-style: none;
	margin: 10px 10px 20px 10px;
	padding: 0;
}	

.menu li {
	display: inline;
}

.menu li a.fora{
	text-decoration: line-through;
}

.menu li a {
	margin-bottom: 4px;
	display: block;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #505050;
	background: #a9a6a6 url(imagens/menu_b.gif) center repeat-x;
	border-left: 4px solid #505050;
}	
	
.menu li a:hover {
	background: url(imagens/menu_b2.gif) center repeat-x;
	color: #286ea0;
	border-left: 4px solid #286ea0;
}

.links {
	list-style: none;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
}

.anuncio{
	margin: 10px 10px 20px 10px;
	padding: 10px;	
	color: #505050;
	background-color: #f4f4f4;
	line-height: 1.3em;
}

.anuncio p{
	margin: 5px;
	text-indent: 0px;
	text-align: justify;
}

.feeds {
	margin-left: 5px;
	padding: 16px 0px 16px 35px;
	border-bottom: 1px dashed #000;
	background: url(imagens/Feeds_32x32.png) no-repeat center left;
}

.down{
	margin: 10px;
	padding: 3px;
	border: 2px solid #ccc;
	background: #a9a6a6 url(imagens/menu_b.gif) center repeat-x;
}

