/*
Theme Name: OSDevBrasil.net
Theme URI: http://www.osdevbrasil.net/
Description: Tema desenvolvido por Mauro Joel Schutz.
Author: Mauro Joel Schutz
Author URI: http://www.optisoft.com.br
Version: 1.0
*/


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 0px 5px 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(images/matrix2.jpg);
	color: #fff;
}

#formbusca{
	margin: 5px;
	padding: 5px;
	text-align: center;
}

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;
        overflow: hidden;
}

#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;
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.menu {
	list-style: none;
	margin: 10px 10px 20px 10px;
	padding: 0;
}	

.menu li {
	margin-bottom: 4px;
}

.menu li a.fora{
	text-decoration: line-through;
}

.menu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background: url(images/menu_b.gif) center repeat-x;
	border-left: 4px solid #505050;
}	
	
.menu li a:hover {
	background: url(images/menu_b2.gif) center repeat-x;
	color: #286ea0;
	border-left: 4px solid #286ea0;
}

.menu li ul{
       list-style: none;
       margin-top: 4px;
}

.menu li ul li{
       margin-bottom: 4px;
}

.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;
}

.down{
	margin: 10px;
	padding: 3px;
	border: 2px solid #ccc;
	background: #a9a6a6 url(images/menu_b.gif) center repeat-x;
}

/* Para o blog */

.post{
	padding: 5px;
	margin: 5px;
}

.post .post-title-info{
	text-align: center;
	background: url(images/menu_b.gif) center repeat-x;
	margin: 2px 0px 2px 0px;
}

.post .post-entry{
	margin: 0px;
	padding: 5px;
}

.post .post-entry p{
	margin: 5px;
	padding: 0px;
}

.post .post-info{
	border: 1px solid #00ff00;
	background: url(images/menu_b.gif) center repeat-x;
	text-align: right;
	padding: 2px;
}
