/*  
Theme Name: Sonho Seguro
Theme URI: http://sonhoseguro.com.br
Description: Tema oficial
Version: 1.0
Author: Luiz Yassuda
Author URI: http://yassuda.org
*/


body {
	background: #EEEEEE url('images/fundo_principal.gif') repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

div#tudo {
	margin: 0 auto;
	width:954px;
	background: #FFF;
}

div#header {
	float: left;
	background: #FFF url('images/header.gif');
	width:954px;
	height:204px;
	margin: 0;
}

div#content {
	float: left;
	background: #FFF;
	width:954px;
	padding: 50px 0 18px;
}

div#footer {
	float: left;
	background: #FFF;
	width:954px;
	padding: 18px 0;
	font-size: 10px;
	text-align: center;
}

div#postagens {
	float: left;
	background: #FFF;
	width:522px;
	margin: 0 0 0 15px;
	padding: 0 0 18px 0;
}

div#sidebar {
	float: left;
	background: #FFF;
	width:198px;
	margin: 0 0 0 36px;;
}

div.news {
       padding: 0 18px 18px;
}

div#sidebar2 {
	float: left;
	background: #FFF;
	width:140px;
	margin: 0 0 0 16px;
}

.box_topo {
	width: 196px;
	height: 18px;
	background: #FFF url('images/box_topo.gif') no-repeat;
	margin: 0;
}

.box_base {
	width: 196px;
	height: 18px;
	background: #FFF url('images/box_base.gif') no-repeat;
	margin: 0 0 18px;
}

.box_corpo {
	width: 160px;
	padding: 0 18px;
	background: #FFF url('images/box_corpo.gif') repeat-y;
	margin: 0;
}

/* T�tulos, Textos e afins */

h1 {
	visibility: hidden;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 22px;
	line-height: 36px;
	margin: 0;
	font-weight: bold;
}

div.box_corpo h3 {
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	color: #FFF;
	font-weight: bold;
}

#sidebar2 h3, h3.news {
        color: #333;
	font-size: 15px;
	line-height: 18px;
	margin: 18px 0 0;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	font-weight: normal;
}

p {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

#sidebar ul {
	margin: 8px 0 0 14px;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
}

.newsl {
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
}

#sidebar2 ul, .news ul {
	margin: 8px 0 0 14px;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
}

#sidebar li, #sidebar2 li {
	list-style-type: square;
	margin: 0;
}

#postagens a:hover, #sidebar2 a:hover, .news a {
	color:#006600;
	text-decoration: underline;
	background: #CCC;
}

#postagens a, #sidebar2 a, .news a {
	background:#006600;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: underline;
	color: #FFFFFF;
}

#sidebar a:hover {
	color:#006600;
	text-decoration: none;
	background: #CCC;
}

/* Imagens */

img.alignright {float:right; margin:0 0 18px 18px}
img.alignleft {float:left; margin:0 18px 18px 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 18px 18px}
a img.alignleft {float:left; margin:0 18px 18px 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img {background: none;}
img.newsl {border:1px; color:#333;}
