/*  
Theme Name: Layout
Theme URI: http://estalo.org
Description: Tema oficial
Version: 1.0
Author: Luiz Yassuda
Author URI: http://yassuda.org
*/

body {
	margin: 0;
	font-family: "Trebuchet MS", Tahoma, Arial, sans_serif;
	background: #000000;
}

div#tudo {
	width: 760px;
	margin: 0 auto;
}

div#header {
	float: left;
	background: url(header.jpg) no-repeat;
	width: 401px;
	margin: 0 0 0 18px;
	padding: 126px 0px 0px 324px;
	height: 54px;
        cursor: pointer;
}

div#content {
	float: left;
	background: url(fundolho.jpg) repeat-y;
	width: 689px;
	margin: 0px 0px 0px 18px;
	padding: 18px;
}

div#postagens {
	float: left;
	width: 496px;
	margin: 0px;
	padding: 0px;
}

div#sidebar {
	float: right;
	width: 160px;
	margin: 0px;
	padding: 0px;
}

div#footer {
	float: left;
	width: 725px;
	margin: 18px 0px 0px 18px;
}

/* Textos */

p {
 	font-size: 13px;
	color: #555555;
	line-height: 18px;
 	text-align: justify;
}

h1 {
	visibility: hidden;
}

h2 {
	margin: 0px;
	font-size: 26px;
        font-weight: bold;
	text-transform: lowercase;
	color: #555555;
	line-height: 36px;
}

h3 {
	font-size: 16px;
	color: #555555;
	line-height: 18px;
}

h4 {
	margin: 0px 0px 18px 0px;
	font-size: 12px;
	color: #555555;
	line-height: 18px;
	font-weight: normal;
}

ul {
	margin: 18px 0px 18px 0px;
        padding: 0px;
	font-size: 12px;
	color: #555555;
	line-height: 18px;
	font-weight: normal;
}

li {
	list-style-type: none;
}

a {
	text-decoration:none;
	color:#990000;
}

a:hover {
	text-decoration:underline;
	color:#990000;
}

div#footer p {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

div#header ul  {
	margin: -18px 0px 0px 0px;
        padding: 0px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: normal;
}

#content img, #content object {
	padding: 18px 0px;
}

