@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial;
	background:url(images/bg-html.jpg) fixed left top;
	font-size:85%;
}
#header {
	padding-top:0px;
	width:910px;
	margin:0 auto;
}
#logo {
	width:100%;
	height:108px;
	background-position:left;
	background-image:url(images/logo1.png);
	background-repeat:no-repeat;
	margin-bottom:0px;
}
#blog, #fullbanner, #artigos, #agenda, #newsletter, #colunista1, #colunista2, #colunista3 {
	padding:5px 10px;
	background:url(images/bg-30.png) repeat;
}
#inovate{
	float:right;
	margin-top:-107px;
	width:10px;
	margin-right:-10px;
}
		
#imagem {
	border:none;
	width:370px;
	height:209px;
	padding:6px 8px 0 12px;
	background:url(images/bg-30.png) repeat;
	float:left;
}
#imagem a, #imagem img{
	border:none;
}
#noticias {
	border:none;
	width:490px;
	height:195px;
	padding:10px;
	background:url(images/bg-30.png) repeat;
	float:right;
}
#menu {
	border:none;
	width:100%;
	height:50px;
	/*background:url(images/bg-50.png) repeat;*/
	margin-top:10px;
	float:left;
}
#content {
	width:890px;
	background:url(images/bg-30.png) repeat;
	padding:10px;
	margin:0 auto;
	clear:both;
}
#content-duplo{
	width:910px;
	margin:0 auto;
	clear:both;
}
#content-ad{
	width:740px;
	background:url(images/bg-30.png) repeat;
	padding:10px;
	margin:0 auto 10px auto;
	clear:both;
	float:left;
	min-height:600px;
}
#content-sidebar{
	width:490px;
	background:url(images/bg-30.png) repeat;
	padding:10px;
	margin:0 auto 10px auto;
	clear:both;
	float:left;
	min-height:610px;
}
#content-esquerda{
	width:425px;
	background:url(images/bg-30.png) repeat;
	padding:10px;
	margin:0 auto 10px auto;
	float:left;
	min-height:610px;
}
#content-direita{
	width:425px;
	background:url(images/bg-30.png) repeat;
	padding:10px;
	margin:0 auto 10px 10px;
	float:right;
	min-height:610px;
}
#right-content{
	width:230px;
/*	background:url(images/bg-30.png) repeat;*/
	padding:0px;
	margin:0 15px 10px 15px;
	float:left;
	min-height:610px;
}
#content-home{
	clear:both;
	width:910px;
	margin:0 auto 10px auto;
}

#content-camp{
	width:890px;
	background:url(images/bg-30.png) repeat;
	padding:10px;
	margin:0 auto 10px auto;
	clear:both;
	float:left;
	min-height:610px;
}

#links{
	float:right;	
}
#links img{
	border:none;
}
#content-home h1, #content h1, #noticias h1, #content-duplo h1 {
	margin:0 0 5px 0;
	padding:0;
	color:#003300;
	font-size:135%;
	text-transform:uppercase;
	font-weight:normal;
	font-weight:500;
}
#content-home h2, #content h2, #content-duplo h2 {
	font-weight:normal;
	margin:5px 0;
	padding:0;
	color:#fff;
	font-size:100%;
	text-transform:uppercase;
}

#content h3, #content-home h3, #content-duplo h3 {
	font-weight:normal;
	margin:0;
	padding:0;
	color:#fff;
	font-size:95%;
/*	font-style:italic;*/
}
#content h4, #content-home h4{
	font-weight:bold;
	margin:0;
	padding:0;
	color:#030;
	font-size:95%;
	text-transform:uppercase;
	margin:5px 0 10px 0;
}
#content input, #content textarea,#content select, #content-ad input, #content-ad textarea, #content-home input, #content-home textarea, #content-home select{
	border:solid 1px #52FDB7;
	background-color:transparent;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	padding:2px;
	vertical-align:text-top;
}
#content input{

	width:350px;
}
#content option{
	background-color:transparent;
	color:#000;
}
#content label, #content-ad label, #content-home label{
	text-align:right;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#FFFFFF;
	font-weight:bold;
}
#login{
	float:right;
	margin-top:-35px;
}
#login input, #login textarea{
	border:solid 1px #52FDB7;
	background-color:transparent;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	padding:2px;
	vertical-align:middle;
	width:85px;
}
#login label{
	text-align:right;
	margin-bottom:10px;
	color:#FFFFFF;
	font-size:80%;
}
input:focus, textarea:focus {
	background:transparent url(images/bg-30.png);
}
#imagem p {
	color:#000;
	padding:2px 0;
	margin:0;
	font-size:80%;
}

#imagem p a:visited, #imagem p a:active, #imagem p a:link {
	text-decoration: none;
	color:#FFFFFF;
}
#imagem p a:hover {
	color:#FFF;
	text-decoration:underline;
}

#noticias a:link,
#noticias a:visited,
#noticias a:active {
	text-decoration:none;
	color:#000;
}

#noticias a:hover {
	text-decoration: underline;
	color:#000;
}

#noticias p {
	color:#fff;
	padding:0 0 14px 0;
	margin:0;
	font-size:80%;
}
#noticias h2 {
	font-weight:normal;
	margin:0 0 2px 0;
	padding:0;
	color:#fff;
	font-size:90%;
}

#noticias h2 a:visited, #noticias h2 a:active, #noticias h2 a:link {
	text-decoration: none;
	color:#FFFFFF;
}
#noticias h2 a:hover {
	color:#FFF;
	text-decoration:underline;
}
#content p, #content-home p, #content-duplo p {
	color:#000;
	padding:2px 0;
	margin:0 0 3px 0;
	font-size:85%;
	text-align:justify;
	line-height:16px;
}
#content a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:95%;
}
#content a:hover {
	text-decoration:underline;
	font-size:95%;
}
#content-home a:link, #content-home a:visited {
	text-decoration: none;
	color:#000000;
}
#content-home a:hover {
	text-decoration: underline;
	color:#000000;
}
#content-home a:visited, #content-home a:active {
	text-decoration: none;
	color:#000000;
}
#content-home h2 a:link,#content-home h2 a:visited, #content h2 a {
	font-weight:normal;
	margin:5px 0 6px 0;
	padding:0;
	color:#fff;
	font-size:105%;
	text-transform:uppercase;
	text-decoration:none;
}
#noticias a:link,
#noticias a:visited,
#noticias a:active {
	text-decoration:none;
	color:#000;
}

#noticias a:hover {
	text-decoration: underline;
	color:#000;
}
#blog {
	border:none;
	width:394px;
	height:179px;
	float:left;
	margin-bottom:10px;
}
#fullbanner {
	border:none;
	width:480px;
	height:60px;
	background-position:left;
	float:right;
	margin-bottom:10px;
	padding:5px 0px 5px 5px !important;	
}
/*
Estilo usado em páginas de duas colunas*/
#banner-sky{
	width:140px;
	margin-left:10px;
	background:url(images/bg-30.png) repeat;
	float:right;
	padding:10px 0;
	margin-bottom:10px;
	text-align:center;
}
/*
Estilo usado em páginas de TRES colunas*/
#banner-sky2{
	width:140px;
	background:url(images/bg-30.png) repeat;
	float:right;
	padding:10px 0;
	margin-bottom:10px;
	text-align:center;
}
#fullbanner img, #banner-sky img, #banner-sky2 img{
	border:none;
}
#right-sidebar{
	width:120px;
	margin-left:10px;
	background:url(images/bg-30.png) repeat;
	float:right;
	padding:10px;
	margin-bottom:10px;
	min-height:610px;
}
#right-sidebar p{
	text-align:left;
}
#right-sidebar a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#dualBanner {
	clear:both;
	width:910px;
	height:110px;
	margin:10px auto;
	background:url(images/bg-30.png) repeat;
}
#leftBanner {
	padding:10px;
	width:468px;
	float:left;
}
#rightBanner {
	padding:10px;
	float:right;
}
#artigos {
	border:none;
	width:465px;
	height:99px;
	background-position:left;
	float:right;
}
#agenda {
	border:none;
	width:632px;
	height:95px;
	background-position:left;
	float:left;
	margin-bottom:10px;
}
#agenda p {
	text-align:left !important;
}
#newsletter {
	border:none;
	width:229px;
	height:95px;
	background-position:left;
	float:right;
}
#newsletter input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#colunista1, #colunista2, #colunista3 {
	margin-bottom:15px;
	height:205px;
	min-height:205px;
	padding:10px;
}
#colunista1 {
	border:none;
	width:273px;
	float:left;
}
#colunista2 {
	border:none;
	width:273px;
	float:left;
	margin-left:15px;
}
#colunista3 {
	border:none;
	width:273px;
	float:right;
}
#footer {
	background:url(images/bg-30.png) repeat;
	clear:both;
	margin:10px auto;
	padding:10px;
	width:890px;
	text-align:center;
}
#footer a {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	margin:0 3px;
}
#footer a:hover {
	text-decoration:underline;
}
/**********************************************************************************************
/* Menu */
#menuhor {
	border:none;
	font: 12px Arial;
	margin-top:0px;
	line-height: 28px;
}
#menuhortd table {
	margin:0;
	padding:0;
}
#menuhor .menuitem {
	list-style: none;
	display: inline;
	padding:8px 0;
	margin:0;
}
#menuhor td{
	background:transparent url(images/bg-menu.png) repeat;
	text-align:center;
	min-width:75px;
}
#menuhor .spacer{
	width:5px;
	background:transparent none;
	padding:0;
	min-width:5px;
}
a.menuitem {
	text-decoration: none;
}
a:link.menuitem {
	color: #fff;
}
a:visited.menuitem {
	color: #fff;
}
a:hover.menuitem{
	color: #fff;
	text-decoration:underline;
}
.menuLast{
	width:20%;
}
/**********************************************************************************************
/* Fim do Menu */

.clear {
	clear:both;
	margin-bottom:10px;
	border:transparent 0px hidden;
}
.vejaMais {
	float:right;
	margin-top:-15px;
	border:none;
}
.sobre{
	background:url(images/bg-50.png) repeat;
	width:50%;
	margin:5px 10px;
	padding:5px 10px;
	clear:both;
	float:right;
}
.sobre img{
	margin:0 10px 0 0;
}
.sobre-colunista{
	background:url(images/bg-30.png) repeat;
	width:30%;
	margin:5px auto;
	padding:5px 10px;
	clear:both;
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
#content .sobre-colunista p, #content-ad .sobre-colunista p{
	text-align:left;
}
.sobre-colunista2{
	background:url(images/bg-30.png) repeat;
	margin:5px auto;
	padding:5px 10px;
	clear:both;
	margin-left:15px;
	width:300px;
	min-height:120px;
}
#content .sobre-colunista2 p, #content-ad .sobre-colunista2 p{
	text-align:left;
}
#content .sobre-colunista2 a, #content-ad .sobre-colunista2 a{
	color:#FFFFFF;
}
#content hr, #right-sidebar hr{
	border:none;
	border-bottom:solid 1px #CFC;
	line-height:1px;
}
.imageLeft{
	margin:0 10px 10px 0;
}
.imageColunista{
	margin:0 10px 10px 0;
}
#comments{
	padding-left:30px;
	margin-bottom:20px;
}
#add-comments p{
	text-align:right !important;
}
#share{
	float:right;
}
.right-box{
	background:url(images/bg-30.png) repeat;
	padding:10px;
	margin-bottom:15px;
}
.seta{
	text-indent:12px;
	margin-left:10px;
	background:url(images/li-seta.gif) left no-repeat;
	color:#FFFFFF !important;
	font-size:80%;
}
#right-content .seta a{color:#FFFFFF;}
#right-content .seta a:hover{color:#FFFFFF; text-decoration:underline;}
.comentarios{
	border-bottom:solid 2px #004210;
	text-align:right;
	margin-bottom:15px;
}
.comentarios img{
	vertical-align:bottom;
	border:none;
}
.required{
	color:#000000 !important;
}
.fakeLink{
	cursor:pointer;
}