* {
margin:0;
padding:0;
list-style:none;
vertical-align:baseline;
}

body {
	background:url(imagens/bg1.jpg) #000000 no-repeat top fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img {
	border:none;
}

p {
	font-size:12px;
	color:#FFF;
}

h1, h2, h3, h4, h5, h6 { color:#fff; font-weight:lighter; }

h1 { font-size:20px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:12px; color:#202fb3; }


/* inicio da estrutura */

#wrapper {
	width:786px;
	margin:auto; padding:auto;
}

/* topo */

#topo {
	width:786px;
	height:60px;
}

#menu {
	width:648px;
	height:60px;
	float:left;
}

#menu li { 
	float:left;
	margin:28px 0 0 30px;
	font-size:11px;
}

#menu a { 
	text-decoration:none;
	color:#fff;
}

#menu a:hover {
	border-bottom:dashed 1px #fff;
}

#player {
	width:138px;
	height:60px;
	/*background-color:#fff;*/
	float:left;
}

/* esquerdo */

#esquerdo {
	width:496px;
	float:left;
}

		/* bem-vindo */
		
#bem-vindo {
	width:496px;
	height:157px;
}

	/* blog */
	
#pagina {
	width:496px;
}

#separador-blog {
	width:496px;
}

.post {
	padding-bottom:20px;
}

#separador {
	padding-top:10px;
	height:1px;
	width:496px;
	background:url(imagens/separador.png) no-repeat;
}

.info-post {
	float:left;
	color:#000;
}

.info-post a {
	color:#fff;
}

.info-post2 {
	float:right;
}

.info-post2 a {
	color:#1c2b39;
	border-bottom:dashed 1px #1c2b39;
	text-decoration:none;
}

.info-post2 a:hover {
	border-bottom:none;
}

.more-link {
	color:#fff;
}

/* direito */ 

#direito {
	width:280px;
	float:right;
}

/* foto */

#foto-apresentacao {
	width:290px;
	height:384px;
	background:url(imagens/fundo_foto_destaque.png) no-repeat;
}

#sidebar {}

#titulo {
	height:35px;
	background:url(imagens/fundo-widget.png);
	padding:20px 0 0 30px;
	font-size:16px;
	font-weight:lighter;
	color:#FFFFFF;
}

.textwidget {
	color:#fff;
	font-size:12px;
	margin: 10px 0 0 35px;
	
}

/* rodape */

#rodape {
	width:786px;
	margin:auto;
	text-align:center;
	float:left;
	margin-top:30px;
	border-top:solid 1px #2c2a1b;
	padding-top:5px;
	line-height:18px;
}

#rodape a { color:#fff; text-decoration:none; border-bottom:1px dashed #fff; }