* {
    margin:0;
    padding:0;
	list-style:none;
	text-decoration:none;
}

body {
	background: fixed url(imgs/Wallpaper.jpg) no-repeat center;
	background-color:#000000;
}

#geral {
	width:1013px;
	margin:0 auto;
	background: #D5AA7D url(imgs/blank.jpg) no-repeat center 179px;
	/*background: #adadad;
	background: -moz-linear-gradient(top,  #adadad 0%, #bcbcbc 15%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#adadad), color-stop(15%,#bcbcbc), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #adadad 0%,#bcbcbc 15%,#dddddd 100%);
	background: -o-linear-gradient(top,  #adadad 0%,#bcbcbc 15%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #adadad 0%,#bcbcbc 15%,#dddddd 100%);
	background: linear-gradient(top,  #adadad 0%,#bcbcbc 15%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#dddddd',GradientType=0 );*/
	-webkit-box-shadow: 0 0 50px black;
	-moz-box-shadow: 0 0 50px black;
	box-shadow: 0 0 50px #000000;
}

#topo .redes {
	position: absolute;
	right: 10px;
	bottom: 45px;
}

#topo .redes ol li {
	float: left;
	margin-left: 10px;
}

#topo .redes ol li a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: center;
}

#topo .redes ol li a.youtube { background-image: url(imgs/youtube.png); }
#topo .redes ol li a.orkut { background-image: url(imgs/orkut.png); }
#topo .redes ol li a.facebook { background-image: url(imgs/facebook.png); }
#topo .redes ol li a.twitter { background-image: url(imgs/twitter.png); }

#topo {
	position: relative;
}

#topo ul {
	height: 39px;
	background: #e59826 url(imgs/menu.jpg) repeat-x top left;	
}

#topo ul li {
	float: left;	
}

#topo ul li a {
	font-family: 'Museo';
	display: block;
	float: left;
	padding: 8px 11px;
	color: white;
	font-size: 18px;
}

#topo ul li a:hover, #topo ul li a.current {
	background: url(imgs/h-menu.jpg) repeat-x top center;
	color: orange;	
}

#topo ul li a.special {
	color: orange;
}

#topo ul li a.special:hover {
	color: white !important;
	background: url(imgs/h-menu.jpg) repeat-x top center;
}

/* CONTEUDO ------------------------------------------------------------------ */

#conteudo {
	width:939px;
	margin:0 auto;
	margin-top:35px;
}

#descricaoV {
	float:right;
	width:400px;
	margin:20px;
}

h3 {
	font:bold 18px 'Museo', Arial, Helvetica, sans-serif;
	margin:10px;
	margin-left:0px;
}

#video {
	margin:20px;
	float:left;
}

#ulvideos {
	width:900px;
}

#ulvideos li {
	margin:15px;
	display:block;
	float:left;
    width:400px;
}

#ulvideos li a {
	font:bold 14px Georgia, Arial, Helvetica, sans-serif;
	color:#993300;
	background-color:#ead2b6;
	border-radius: 5px 5px 5px 5px;
	padding:7px;
}

#ulvideos li a:hover {
	background-color: #eee;
}

table {
	margin-bottom:25px;
}

table input {
	width:339px;
	padding:3px;
	border:solid 2px #666;
	font:bold 14px Georgia, Verdana, Arial, Helvetica, sans-serif;
}

table textarea {
	padding:3px;
	border:solid 2px #666;
	font:bold 14px Georgia, Verdana, Arial, Helvetica, sans-serif;
}

table input#submit {
	background-color:#999999;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	font:bold 14px Georgia, Arial, Helvetica, sans-serif;
	color:white;
	width:347px;
}

#conteudo label, table {
	font:bold 14px Georgia, Arial, Verdana;
	margin-right:20px;
}

#conteudo h2 {
	font:bold 25px 'Museo', Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-bottom:10px;
}

#conteudo p, span.alerta {
	font:bold 14px Georgia, Arial, Verdana;
	color:#333333;
	text-align:justify;
	margin-bottom:25px;
}

span.alerta {
	text-transform: uppercase;
}

span.alerta {
	color:red;
	padding:10px;
	margin:20px;
	background-color:#eee;
}

hr#repers {
	margin-top:25px;
}

p#msn {
	margin-top:25px;
}

#flash {
	width:631px;
	height:201px;
	float:right;
	margin-bottom:30px;
}

#reperHome {
	width:274px;
	height:201px;
	float:left;
	background-color:#c9c9c9;
	background:url(imgs/rep.jpg) no-repeat center;;
	margin-bottom:30px;
}

#reperHome h1 {
	font: 24px 'Museo', Arial, Helvetica, sans-serif;
	margin:20px;
	margin-top:15px;
}

#reperHome ul { margin:20px; }

#reperHome ul li { height:22px; background:url(imgs/ball.gif) no-repeat; margin-bottom:10px; }

#reperHome ul li a {
	font:14px Georgia, Arial, Helvetica, sans-serif;
	color:black;
	margin-left:35px;
}

#thumbsHome { clear:both; width:960px; }

#thumbsHome ul#thumbsH {}

#thumbsHome ul#thumbsH li { display:inline; margin-right:13px; }

#thumbsHome ul#thumbsH li img { border:0; }

#thumbsHome ul#thumbsH li a:hover img {
    opacity: .5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
}

.musica { margin-bottom:20px; }

.musica li {
	margin:10px;
	float:left;
}

.musica li h3, .adminmusica li h3 {
	font:bold 12px Georgia, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:7px;
}

#fotoAlvo {
	width:100%;
	margin: 0 auto;
	margin-top:10px;
	text-align:center;
}

#fotoAlvo img {
	border:10px solid white;
}

#ulfotos a {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

#ulfotos {
	margin:10px;
}

#ulfotos img {
	border:2px solid white;
}

#ulfotos li {
	display:inline;
	margin-right:5px;
}

div#reperHome p.testimonial {
	font-size:12px;
	font-weight:normal;
	width:230px;
	padding-left:20px;
}

div#reperHome p.testimonialName {
	font-size:10px;
	font-weight:normal;
	width:230px;
	padding-left:20px;
	margin-bottom:10px;
}

div#reperHome a.testmonialMais {
	font-size:11px;
	font-weight:normal;
	padding:5px;
	background-color:black;
	color:white;
	float:right;
	position:relative;
	bottom:3px;
	right:10px;
}

div#depoimentosForm {
	width:300px;
	float:right;
}

div#depoimentosForm label { display:block; margin-top:10px; }

div#depoimentosForm input, div#depoimentosForm textarea {
	width:280px;
	padding:5px;
	border:0;
	background-color:white;
	letter-spacing:-1px;
}

div#depoimentos {
	width:600px;
}

div#depoimentos div.depoimento {
	margin-bottom:25px;
	border-bottom:1px dashed #ffffff;
}

div#depoimentos div.depoimento p {
	font-size:13px;
	letter-spacing:-1px;
}

div#depoimentos div.depoimento h3 {
	font-size:20px;
	font-weight:normal;
	letter-spacing:-1px;
}

div#noticias {
	width:450px;
	float:right;
}

div#dicas {
	width:450px;
}

div.noticia {
	
	margin-top:10px;
}

div.noticia * { font-size:13px; color:#333; font-family: Georgia, Helvetica, Arial, sans-serif; }

div.noticia a {
	background-color:#eee;
	padding:10px;
	display:block;
}

div.noticia span.titulo {
	display:block;
	margin-bottom:5px;
	font-size:18px;
}

div.noticia span.mais {
	display:block;
	background-color:red;
	padding:3px;
	font-size:25px;
	color:white;
	float:right;
	position:relative;
	top:-10px;
	right:-9px;
	opacity: .0;
	filter:alpha(opacity=00);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;

}

div.noticia a span.tipo {
    display:block;
    float:right;
    padding:3px 5px;
    background-color:rgb(150, 101, 252);
    color:white;
    position:relative;
    top:-13px;
    right:-13px;
}

div.noticia a:hover {
	opacity: .3;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
}

div.noticia a:hover span.mais {
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
}

/* Mapa */

#mapa {
	float:right;
	border:5px solid white;
}

#banner {
	width: 545px;
	height: 375px;
	float: left;
	border: 4px solid #e59826;
}

#musicaHome, #deposHome {
	width: 300px;
	height: 143px;
 	padding: 16px;
	float: left;
	background: #eee url(imgs/area.jpg) left top repeat-x;
	border: 4px solid #e59826;
	position: relative;
	margin-bottom: 15px;
	margin-left: 35px;
}

#musicaHome h1, #deposHome h1 {
	font-family: 'Museo';
	color: #323232;
	font-size: 24px;	
	margin-bottom: 10px;
}

#deposHome p { margin-bottom: 10px; }

#musicaHome p, #deposHome p, #musicaHome ul li {
	font-weight: normal;
	font-family: Georgia;
	font-size: 14px;	
	font-style: italic;
}

#musicaHome a.mais, #deposHome a.mais {
	position: absolute;
	padding: 5px 10px;
	font-family: 'Museo';
	color: white;
	background-color: #e59826;	
	bottom: 5px;
	right: 5px;
}

#musicaHome a.mais:hover, #deposHome a.mais:hover {
	background-color: #6A6A6A;	
}

#musicaHome ul li {
	color: #333;
	list-style-image: url(imgs/bullet.jpg);
	margin-left: 30px;	
	margin-bottom: 10px;
}

/* RODAPE -------------------------------------------------------------------- */

#rodape {
	width:800px;
	height:70px;
	margin:0 auto;
	margin-top:25px;
	clear:both;
}

#rodape address {
	font:bold 12px Georgia, 'Trebuchet MS', Verdana;
	color:#4d4d4d;
}

#rodape span#end {
	font:12px Georgia, 'Trebuchet MS', Verdana;
	color:#676767;
}

/* AQUI COMEÃ‡A A PARTE DA ADMINISTARÃ§Ã‚O -------------------------------------------------------------------------- */

#adminMenu {
	margin-bottom:20px;
}

#adminMenu li {
	display:inline;
	margin-right:5px;
}

#adminMenu li a {
	background-color:black;
	color:white;
	padding:10px;
	font:bold 16px Georgia, Arial, Helvetica, sans-serif;
}

#adminMenu li a:hover {
	background-color:red;
}

#admCont {
	width:900px;
	margin:0 auto;
	background-color:white;
	padding:20px;
}

.adminmusica { width:400px; }

.adminmusica li { 
	margin: 2px;
	padding:10px;
	background-color:#eee;
}

.adminmusica li a.excluir {
	font:bold 30px Georgia, Arial, Helvetica, sans-serif;
	float:right;
	position:relative;
	top:-35px;
}

#ulusers {}

#ulusers li {}

#ulusers li a {
	padding:10px;
	background-color:#eee;
	font:bold 16px Georgia, Verdana, Arial, Helvetica, sans-serif;
}

div.categoria {
	clear: both;
	margin-bottom: 15px;
}

div.categoria ul {
	overflow: hidden;
}

div.categoria ul li {
	float: left;
	width: 460px;
	margin-bottom: 10px;
}

div.categoria ul li p {
	margin-bottom: 5px !important;
}

div.formacoes {
	overflow: hidden;
}

div.formacoes div {
	width: 430px;
	float: left;
	height: 140px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #c68e53;
	border-radius: 5px 5px 5px 5px;
	padding: 10px;
	background-color: #e5c5a0;
}

div.formacoes div h2 {
	font-size: 18px !important;
}

div.formacoes div ul li {
	font-size: 12px;
	/*font-weight: bold;*/
	font-family: Georgia, Arial;
	letter-spacing: 0;
	margin-left: 17px;
	list-style: square;
}
