@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
list-style:none;
vertical-align:baseline;
}
a:link, a:visited, a:active {
	color:#50C3C7;
	font-weight: bold;
}
a:hover {
	color: #50C3C7;
	font-weight: bold;
	text-decoration:line-through;
}
a img{
	border: 0;
}
body{
background: #fff url(imgs/back2.jpg) fixed top;
	padding: 0px 0px 0px 20px;
	height: 100%;
}
foot{
	background: #fff;
}
#all{
        width: 1200px;
        height: 800px;
        background: none;
        margin: 0 auto;
		}

#esquerda{
        width: 250px;
        height: 800px;
        background:none;
        float: left;
}
#logo{
        width: 260px;
        height: 170px;
        background: url(imgs/logo.png) no-repeat top center;
}
#mensageiro, #dica, #twitter{
        width: 202px;
        background: #35270D;
        margin: 0 auto;
        margin-bottom: 40px;
		padding: 20px 14px 20px 14px;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 10pt;
		line-height: 13pt;
		color: #fff;
}
#mensageiro{
        height: 70px;
}
.form{
	background:#fff;
	border: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color:#000;
}
#dica{
        
		text-align: center;
}
#twitter{
		height: auto;
}
#tweets li{
	text-align:right;
	font-style:italic;
	padding-top: 10px;
}
#tweets a:link {
	text-decoration: none;
	color: #fff;
}
#meio{
        width: 900px;
        height: 700px;
        background: none;
        float: left;
}
#barra_menu{
        height: 104px;
        width: 896px;
        background: url(imgs/box_menu.png) no-repeat;
        margin-top: 20px;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:10pt;
		color: #f4df46;
}
#menu{
		padding: 20px 0px 0px 40px;
}
	
#menu a:link, a:hover, a:visited, a:active{
	color: #f4df46;
	border: 0;
	text-decoration: none;
	font-weight:100;
}
#menu a:hover{
	text-decoration:underline;
}
#menu li.titulos{
	float: left;
	padding-right: 40px;
	list-style: none;
}
#menu li.subtitulos{
}
#menu ul{
	list-style: none;
}
#conteudo{
        width: 870px;
        background: url(imgs/content.png) repeat-y;
        margin-left: 40px;
}
#post{
		width: 500px;
		padding: 20px 20px 20px 20px;
		font-family:Tahoma, Geneva, sans-serif;
		font-size: 11pt;
		line-height: 15pt;
		color: #000;
}
#rodape{
        height: 100px;
        width: 870px;
		margin-left: 40px;
        background: url('http://rodadegaia.com.br/novo/wp-content/themes/Roda%20de%20Gaia/imgs/rodape.png') no-repeat;
		font-family:Tahoma, Geneva, sans-serif;
		font-size: 9pt;
		color: #000;
		text-align: center;
		padding-top: 15px;
}
