body {
	margin:0px;
	padding:0px;
	margin-left: 15px;
	margin-top: 15px;
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
}

p, form, input, select, img {
	padding:0px;
	margin: 0px;
}
input, textarea {
	font-size: 12px;
}
img {
	border: 0px;
}

.menu {
	list-style: none;
	line-height: 25px;
	height: 25px;
}
.botao {
	padding: 5px;
	font-weight: bold;
	color: #FFCC00 !important;
	background-color: #333333;
	border: 1px solid #666666;
}

.menu li {
	float: left;	
	height:25px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 15px;
	font-weight: bold;
	border: 1px solid #000000;
	cursor: pointer;
}

.menu li a:link, .menu li a:visited, .menu li a:active {
	color: #ffffff;
	text-decoration:none; 
}

.menu li a.hover, .menu li.selected a:link, .menu li.selected a:visited, .menu li.selected a:active{
	color: #FFCC00 !important;
	text-decoration:none; 
}

.menu li.selected, .menu li.hover {
	color: #FFCC00;
	background-color: #333333;
	border: 1px solid #666666;
}

.main {
	width: 700px; 
	height: auto; 
	background-color:#cccccc; 
	padding-bottom: 5px;
	margin-left: 30px; 
	margin-top:20px; 
	background-image: url(../imagens/site/main-bg.jpg);
}

.main .titulo {
	border:1px solid #333333; 
	background-color:#000000; 
	width: 663px; 
	height: 25px; 
	margin-bottom:15px; 
	font-weight:bold; 
	font-size:16px; 
	padding-top:5px; 
	background-image: url(../imagens/site/bg-titulo.gif);
	/*background-image: url(../imagens/site/main-title-bg.jpg);*/
	
}

.main .conteudo {
	width: 670px;
	height: 460px;
	padding: 5px;
	color: #000000;
	background-image: url(../imagens/site/main-bg-gray.png);
	overflow: auto;
}

#agenda .data {
	width: 180px;
	/*border: 2px solid orange;*/
	background-color: #5E5E5E;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}

#agenda .data a {
	color: white;
	font-size: 14px;
	font-weight: bold;
}

#agenda .selected {
	width: 180px;
	border: 2px solid #FFCC00;
	background-color: #5E5E5E;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	margin-bottom: 10px;
}

#agenda .eventos {
	margin-left: 10px;
	width: 430px;
	height: 430px;
	overflow: auto;
	padding: 10px;
	color: #7F7F7F;
	background-color: #FFFFFF;
}

#agenda .eventos span {
	color: black;
	font-weight: bold;
}

#agenda .evento_block {
	margin-bottom: 10px;
}

#fotos, #videos, #integrantes, #categorias {
	overflow: auto;
	height: auto;
}

#fotos ul, #videos ul, #integrantes ul, #categorias ul {
	list-style: none;
	margin: 0px;
	padding:0px;
}
#integrantes ul {
	display:table; 
	width:98%;
}

#integrantes li {
	float: left;
	padding: 7px;
	margin-bottom: 15px;
	height: 150px;
}

#integrantes .categoria {
	background: #5E5E5E;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
}

#integrantes .bloco {
	background: #5E5E5E;
	width: 130px;
	margin-right: 15px;
	text-align: center;
}

#integrantes .foto img {
	border: 1px solid #010101;
	background-color: white;
	padding: 2px;
	margin: 15px;
	margin-bottom: 10px;
}

#integrantes .nome {
	font-weight: bold;
	color: white;
	padding-bottom: 10px;
}

#categorias li {
    float: left;
    margin-bottom: 15px;
    padding: 7px;   
}
#fotos li, #videos li {
	float: left;
	padding: 7px;
	margin-bottom: 15px;
	height: 100px;
}
#fotos a:hover img, #categorias a:hover img {
	background-color: #FFCC00;	
}
#fotos img, #categorias img {
	border: 1px solid #010101;
	background-color: white;
	padding: 3px;
}

#videos img {
	border: 1px solid white;
	background: black;
	padding: 3px;
}



.menu-left, .online {
	width:198px; 
	margin-top:15px; 	
	text-align:center; 
	font-weight:bold; 
	padding:6px;
}

.online {
	background-color: #666666; 
	border:1px solid #666666;
	color: #000000; 
}

.menu-left {
	color: #FFCC00;
	background-color: #333333;
	border: 1px solid #666666;
	cursor:pointer;
	margin: 3px;
}

.menu-left a:active, .menu-left a:link,.menu-left a:visited {
	font-family: Verdana;
	color:white;
	font-size: 12px;
}

.menu-left a:hover, .menu-left .hover_a {
	color: #FFCC00 !important;
}

.menu-left-hover {
	border:1px solid #888888 !important; 
	background: black !important;
	color: #FFCC00; 
}

.recado {
	text-align:left;
	margin-bottom: 10px;
}

.recado .nome {
	border-top:2px solid white;
	padding: 3px;
	background: #666666;
	color: white;
}

.recado .mensagem {
	border-bottom: 2px solid black;
	background: #999999;
	padding:3px;
	padding-bottom:5px;
}
.visitantes {
	width:198px; border:1px solid #ffffff; text-align:center; margin-top:10px; color: #ffffff; font-weight:bold; padding:6px; font-size:14px;
}
.weedo-logo {
	margin-top: 10px;
	text-align: center;
}
.input {
	width: 310px;
	padding: 3px;
}
.textarea {
	width: 310px;
	padding: 3px;
	height: 50px;
}
.input-botao {
	background-image: url(../imagens/site/bg-botao.gif);
	font-size: 14px;
	padding-bottom: 2px;
	height: 28px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	border: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.highlight {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	cursor: pointer;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../imagens/site/bg-highlight.gif);
}
.paginas_box div {
	float: left;
	width: 80px;
	text-align: right;
}
.paginas {
	list-style: none;
	margin-bottom: 5px;
}
.paginas li {
	float: left;
	cursor: pointer;
	border:  1px solid #000000;
	padding: 5px;
	font-weight: bold;
	color:  #000000;
	margin: 5px;
}
.paginas li.selected {
	background: #000000;
	color:  #ffffff;
} 
.noticia-grande {
	background-color: #5E5E5E;
	border: 2px #000000 solid;
	color: #ffffff;
	padding: 10px;
}
.noticia-grande h2{
	padding: 0;
	margin: 0;
	color: #FFCC00;
	padding-bottom: 4px;
	border-bottom: 2px solid #000000;
	margin-bottom: 10px;
}
.noticia-grande a, .noticia-grande a:visited, .noticia-grande a:active, .noticia-grande a:link {
	color: #FFCC00;
}
.noticia-grande a:hover {
	text-decoration: underline;
}
.bloco {
    margin-top: 10px;
    width: 240px;
    height: 165px;
    background: url(../imagens/site/bg-home-quadro.jpg) no-repeat top;   
}
.bloco ul {
    list-style: none;   
    margin: 0;
    padding: 0;
    margin-left: 7px;
}
.bloco li {
    float:  left; 
    margin-left: 5px;
    margin-right: 5px;
}
.bloco img {
    padding: 1px;
    background: #ffffff;     
}
.bloco h2 {
    margin: 0;
    font-size: 18px;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 10px;   
    text-align: center;
    font-weight: normal;
}
.bloco a {
    color: #FFCC00 !important;  
    font-size: 10px !important; 
}
.bloco .even {
    margin-left: 4px;  
    font-size: 10px; 
}
.bloco .even a {
    font-size: 10px !important;   
}
.bloco a:hover {
    text-decoration: none !important;   
}
.bloco .even a:hover {
    text-decoration: underline !important;
}
