* { margin: 0; padding: 0; border: 0 none; list-style: none; }

.clear { clear: both; }
 
body
{
    font-family: Arial, Verdana;
    font-size: 13px;	
    background: #FFF url(../Imagens/Background/main-bg.jpg) no-repeat top left;
}

a { color: #666; }

div#container
{
    width: 980px;
    margin: 0 auto;	
}

div#header
{
    height: 133px;
}

div#header h1
{
	width: 489px;
	height: 100px;
	overflow: hidden;
	float: left;
}

div#header h1 a
{
	background: transparent url(../Imagens/Logo/logo.png) no-repeat;	
	width: 480px;
	height: 100px;
	text-indent: -9999px;
	display: block;
}

div#header ul
{
	float: right;
}

div#header ul li
{
	display: block;	
	float: left;
	width: 77px;
	text-align: center;
}

div#header ul li a 
{
	display: block;
	float: left;
	height: 86px;
	width: 77px;
	overflow: hidden;
	background-color: #FFF;
	background-image: url(../Imagens/Background/menu-bg.png);
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	line-height: 130px;
	font-size: 11px;
}

div#header ul li a:hover,
div#header ul li.active a,
.blog div#header ul li.blogs a
{
	color: #FFF;
	font-weight: bold;
	background-color: #333;	
}

div#header ul li.active a, 
.blog div#header ul li.blogs a,
div#header ul li.active a { background-color: #666; }

div#header div#menu-adsense 
{ 
	clear: both; 
	background-color: #222; 
	height: 10px; 
	padding: 10px 25px;
	color: #FFF;
	border-bottom: 2px solid #ffc600;
	/* background-image: url(../Imagens/Background/menu-adsense-bg.png); */
}

div#header div#menu-adsense a
{ 
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

div#banner
{
    background-color: #000;
    height: 200px;
    margin-bottom: 20px;	
    background-image: url(../Imagens/Background/musa.jpg);
    background-position: center;
    position: relative;
}

div#banner.open
{
    height: 400px;	
}

div#banner a
{
    position: absolute;
    bottom: 0;
    padding: 5px;
    display: block;
    width: 970px;
    border-bottom: 3px solid #ffc600;
    background-image: url(../Imagens/Background/bg2.gif);
    color: #FFF;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
}

div#banner a#banner-close
{
    display: none;	
}

div.adsense
{
    height: 90px;
    border: 1px solid #CCC;
    padding: 15px;
    text-align: left;	
    margin: 15px 0;
    background: #FFF url(../Imagens/Background/palmeiras-distintivo.jpg) no-repeat top right;
}

div#footer
{
    text-align: center;	
    padding: 10px 0 10px;
}

div#noticias
{
	float: left;
	border-right: 2px solid #EEE;	
	width: 755px;
	margin-right: 18px;
}

div#noticias div h2
{
    margin-bottom: 10px;	
}

div#noticias div
{
    margin: 0 7px 30px 7px;
    width: 235px;
    float: left;
}        

div#noticias ul
{
    border: 1px solid #CCC;
    height: 350px;
    overflow: auto;
    padding: 10px;
}

div#noticias ul li
{
	display: block;
	border-bottom: 1px dotted #CCC;
}


div#noticias ul li a
{
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #666;
	border: 1px solid #FFF;
}

div#noticias ul li a:hover
{
	background-color: #333;
	color: #ffc600;
}


div#noticias ul li.first
{
    padding-bottom: 10px;
}

div#noticias ul li.first a
{
    font-size: 20px;
    color: #000;
    /* height: 140px; */
}

div#noticias ul li.first a:hover
{
    background-color: #FFF;
    text-decoration: none;
    color:#666;
}

div.action-buttons
{
	text-align: center;	
	display: block;
}

div.action-buttons img
{
	margin: 0 5px;
}

div#content { padding: 10px; }

div#content h2.pagina-titulo
{
	font-size: 20px;
	color: #000;
}

div#content h3.pagina-descricao
{
	font-size: 11px;
	color: #666;
	font-weight: normal;
	margin-bottom: 30px;
}

div#content h3.pagina-descricao span.pagina-data
{
	display: none;
}

div#content div.action-buttons
{
	text-align: left;
}

div#content div.action-buttons ul li
{
	display: inline;
	margin: 0 10px 0 0;
}

div#content p
{
	margin: 0 0 20px 0;
	line-height: 20px;	
}

div.breadcrumbs { display: block; margin: 10px 0 20px; }
div.breadcrumbs li { display: inline; }
div.breadcrumbs li, div.breadcrumbs a { font-size: 11px; }

div#pagina-ad-sense
{
	border: 3px solid #EEE;
	padding: 1px;
	background-color: #FFF;
	float: right;
	margin: 0 0 10px 10px;	
}

table.edit 
{
	width: 100%;	
}

table.edit th,
table.edit td
{
	padding: 3px;
}


table.edit th
{
	width: 130px;
	text-align: right;
	margin-right: 5px;	
}

input, textarea, select
{
	font-size: 12px;
	font-family: Arial;
	border: 1px solid #666;		
	color: #666;
}

input.botao
{
	border: 1px solid #333;		
	padding: 3px;
	background-color: #666;		
	color: #FFF;
	font-weight: bold;
	height: 25px;
}

.novo-comentario label
{
	width: 130px;
	text-align: right; 
	margin-right: 5px;	
	float: left;
	clear: both;
	line-height: 25px;
}

.novo-comentario legend
{
	margin-bottom: 20px;	
}

.comentario-email,
.comentario-website,
.comentario-nome
{
	width: 350px;
}

.comentario-descricao
{
	width: 350px;
	height: 100px;	
}

.comentario-validacao
{
	width: 40px;	
}

div.comentarios
{
	margin: 30px 0;	
}


/*componentes asp.net*/

.gv
{
	background-color: #FFF;
	width: 100%;
	border: 1px solid #CCC;
}

.gv th, .gv td
{ padding: 5px; text-align: left; }

.gv-alternate
{
	background-color: #F1F1F1;
	border-bottom: 1px solid #EEE;	
}

.gv-header
{
	background-color: #666;
	background-image: url(../Imagens/Background/menu-adsense-bg.png);
	color: #FFF;
	border-bottom: 1px solid #CCC;
}

#blog-left
{
	width: 180px;
	float: right;	
}

#blog-content
{
	margin-right: 250px;	
}

#cabecalho-blog
{
	margin-bottom: 20px;	
}

.author { margin-bottom: 20px; font-size: 11px; }

div.box
{
	margin-bottom: 20px;	
}

.lista-de-blogs
{
	margin-top: 20px;	
}

.lista-de-blogs li
{
	display: block;
	margin-bottom: 15px;	
	font-weight: normal;
}

.lista-de-blogs li a
{
	font-weight: bold;
}

div#barra-lateral
{
	float: left;
	padding-top: 22px;
	width: 180px;
	overflow: hidden;
}

div#barra-lateral h2
{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #CCC;	
	margin-bottom: 10px;
}

div#barra-lateral div.box
{
	margin-bottom: 50px;
}

#blog-content td
{
	padding-bottom: 50px;
}

div.action-buttons,
div.breadcrumbs
{ display: none; }



div.comentarios ul li
{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #666;	
}

div.comentarios ul li h4
{
	margin-bottom: 10px;
}