* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #F9F9F7 url("images/fundo.gif") repeat-x;
	font-size: 10px;
	font-size: small;
	font-family: Verdana, "trebuchet ms", helvetica, sans-serif;
	color: #3a3a3a;
	line-height: 18px;
	font-size: 70%;
}

a {
	color: #0044AA;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 14px;
}

ul, ol {
	margin: 1em;
	padding: 0px;
}

li {
	margin: 0px 1em;
	padding: 0px;
}

blockquote {
    margin: 10px 20px;
    padding-left: 10px;
    border-left: #ccc 2px solid;
}

fieldset {
	border: none;
}

img.left {
	float: left;
	margin: 0px 14px 3px 0px;
}

img.right {
	float: left;
	margin: 0px 14px 3px 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Georgia, "Lucida Sans Unicode", Tahoma, Arial, Serif;
}

#upbg {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff url("images/upbg.gif") no-repeat;
	width: 747px;
	height: 264px;
	z-index: 1;
	background-color: #fff;
}

#main {
	position: relative;
	width: 747px;
	margin: 0 auto;
	background: #fff url("images/bgdelimiter.gif") repeat-y;
}

#header {
	position: absolute;
	background: #89C3FA url("images/topo.jpg") no-repeat;
/*	background: #89C3FA;*/
	width: 687px;
	height: 98px;
	z-index: 2;
}

#header #topBusca {
	position: relative;
	padding: 65px 0 0 450px;
}

#header #topBusca .span {
	width: 250px;
	padding: 5px 0 5px 5px;
	color: #555555;
	font-weight: bold;
/*	background: #5787DC;
	border: solid #555555 1px;
	*/
}

#inner {
	position: relative;
	padding: 13px 30px 13px 30px;
	z-index: 3;
}

#content {
	position: relative;
	width: 500px;
	float: left;
/*	float: right;*/
}

#content .post .entry {
	padding: 0px 15px 0px 15px;
	padding-top: 0px;
	text-align: justify;
}

#content .post .header {
	background: url("images/linha.gif") bottom repeat-x;
	padding: 0px 0px 10px 10px;
	margin-bottom: 0px;
	position: relative;
}

#content .post .entry .lista_imagens ul {
	border: 1px dashed #555;
	background-color: #f5f5f5;
	width: 464px;
	height: 1%;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content .post .entry .lista_imagens ul li {
	display: inline;
	text-align: center;
	width: 232px;
	height: 150px;
}

#content .post .entry textarea {
	width: 450px;
	border: 1px solid #ccc;
	color: #777;
}

#content .post .entry .input_text {
	width: 400px;
	border: 1px solid #ccc;
	color: #777;
}

#content .post .entry .input_text:focus,
#content .post .entry textarea:focus {
	background-color: #fefeef;
}

#content h3,
#content h2 {
	position: relative;
	top: 2px;
	font-size: 18px;
	line-height: 25px;
	color: #656551;
}

#content ul {
    margin: 1px;
    padding: 0px 1px;
    list-style-type: square;
}

#content ol {
    list-style-type: decimal;
    margin: 1px;
    padding: 0px;
}

#content .post {
	margin-bottom: 0px;
}

#content .post .img_index {
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	margin-left: 6px;
	background: url("images/fundo_index.jpg");
	width: 470px;
	height: 143px;
	z-index:2;
}

#content {
	margin-bottom: 15px;
}

#content .post .footer {
	background: url("images/fundo_texto.gif") repeat-x bottom;
	padding-right: 20px;
}

#content .post .footer ul {
	list-style: none;
	text-align: right;
	padding: 20px 0px;	
}

#content .post .footer ul li,
#content .post .footer_less ul li {
	display: inline;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 2px 0px 5px 18px;
}

#content .post .footer ul li.comentario,
#content .post .footer_less ul li.comentario {
	background-image: url("images/comment.gif");
}

#content .post .footer ul li.readmore,
#content .post .footer_less ul li.readmore {
	background-image: url("images/folha.gif");
}

#content .post .footer ul li.topo,
#content .post .footer_less ul li.topo {
	background-image: url("images/link_topo.gif");
}

#content .post .footer ul li.screen,
#content .post .footer_less ul li.screen {
	background-image: url("images/screenshot_icon.jpg");
}

#content .post .footer_less {
	background: url("images/fundo_noticias.gif") repeat-x bottom;
	height: 34px;
	text-align: right;
	padding-right: 20px;
}

#content .post h4 {
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Serif;
}

#content .post h4 em {
	font-style: normal;
	float: right;
	font-weight: normal;
}

#sidebar {
	position: relative;
	width: 180px;
	float: right;
}

#sidebar h2 {
	position: relative;
	font-size: 12px;
	color: #656551;
	background: url("images/border.gif") bottom repeat-x;
	padding: 0 0 15px 0 ;
	margin: 10px 0;
	font-family: Arial, Georgia, Tahoma, Verdana, Serif;
}

#sidebar li ul li h2 {
	background: url("images/linha.gif") bottom repeat-x;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}

img.sidebar_foto {
	position: relative;
	top: -2px;
	width: 145px;
	padding: 7px;
	border: 0px none;
}

img.sidebar_foto_fundo {
	position: relative;
	top: -2px;
	background: url("images/sidebar_fundo2.gif") no-repeat;
	width: 146px;
	height: 75px;
	padding: 7px;
	border: 0px none;
}

img.sidebar_foto_fundo_menor {
	position: relative;
	top: -2px;
	background: url("images/sidebar_fundo3.gif") no-repeat;
	width: 146px;
	height: 41px;
	padding: 7px;
	border: 0px none;
}

#sidebar ul {
	list-style: none;
	padding: 0 10px;
	margin: 0 0 20px 0;
}

#sidebar ul li {
	list-style: none;
	padding: 3px 0;
	margin: 0;
}

.input {
	width: 120px;
	border: 1px solid #ccc;
	color: #777;
}

.input:focus {
	background-color: #fefeef;
}

.input_button {
	list-style: none; 
	height: 20px;
	background-color: #eee;
	border: 1px solid #ccc;
	color: #555;
}

#sidebar ul ul {
	padding: 0 0 0 15px;
	margin: 0;
}

#sidebar ul ul ul li {
	list-style-image:url("images/arrow.gif");
	padding: 3px 0;	
	margin: 0;
}

#main .noticias {
	margin: 0;
	padding: 0;
}

.noticias li {
	list-style:none;
	margin: 10px 0px;
	padding: 5px;			
}

.noticias li p {
    margin: 0px 10px;
}

.noticias .resultado_busca {
	color: #5533dd;
	border: 1px dashed #5533dd;
}

.noticias li.alt p {
	text-align: justify;
}

.noticias li.alt .cmtinfo {
	font-size: 1em;	
	background: url("images/fundo_comment.gif") repeat-x top;
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
	border: #ddd 1px solid;
}

.noticias li .cmtinfo {
	font-size: 1em;	
	background: url("images/a32.gif") repeat-x top;
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
	border: #eee 1px solid;
}

.noticias li .cmtinfo em {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-style: normal;			
	color: #999;	
}

.noticias li cite {
	font-style: normal;
	font-weight: bold;
}

#rodape {
	position: relative;
	clear: both;
	height: 65px;
	text-align: center;
	line-height: 18px;
/*	background-image: url("images/fundo_rodape.gif");*/
	background-image: url("images/menu_fundo.gif");
/*	color: #A8A88D;*/
	color: #fff;
	width: 100%;
}

#rodape p {

	position: absolute;
	width: 670px;
	top: 7px;
	left: 7px;
}

#rodape .valid_xhtml,
#rodape .valid_css {
	position: absolute;
	left: 600px;
	width: 80px;
	height: 15px;
}

#rodape .valid_xhtml {
	top: 8px;
}

#rodape .valid_css {
	top: 25px;
}

#rodape a {
	width: 100px;
	border: 0px none;
}

#header, 
#content, 
#sidebar, 
#rodape {
    overflow: hidden;
}

#sub_rodape {
	position: relative;
	text-align: center;
	color: #ffffff;
	width: 100%;
	border: 0px;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
}

#sub_rodape a {
	width: 100px;
	border: 0px none;
}
div#popup {
	position:absolute;
	top:180px;
	left:200px;
	z-index:5;
}
.ico-iso-home {
	float:left;
	margin:3px 10px 0 0px;
	z-index:100;
}
