/* CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
*:focus {outline:0;}

HTML, BODY {width: 100%;font-size: 12px;}
UL, UL LI {
	float: left;
	list-style:none;
}

P {margin: 5px 0px 15px 0px;}

A {
	color: #cc3333;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}

H1 {
	float: left;
	font-size: 30px;
	height: 40px;
	width: 600px;
	text-transform: uppercase;
	padding-top: 5px;
}
H1 A {color:#000;}

H2 {
	float: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 24px;
	font-weight: bolder;
	line-height: 27px;
	margin-bottom: 12px;
}

#cont-geral {
	width: 600px;
	margin: 0px auto;
}

#cont-head,
#cont-body,
#cont-footer {
	float: left;
	width: 100%;
}

#cont-left,
#cont-right,
#cont-head DIV,
#cont-head SPAN,
.post LI UL LI.tags-right,
.post LI UL LI.foot-post,
.bt-rss {display: none;}

#cont-head {margin-bottom: 10px;}

.post,
.post LI,
.post LI UL {width: 100%;}

.post {
	border-top: 1px solid #ececec;
	padding-top: 24px;
	margin: 5px 0px 20px;
}

.post LI UL LI.tags-left {
	width: 290px;
	margin-top: 18px;
}
.post LI UL LI.tags-left STRONG {font-size:10px;}
.post LI UL LI.tags-left A {font-size:10px;}
