/*
Theme Name: Vila
Description: Vila Dionisio
Version: 1.0
Author: Weber Ribeiro
Author URI: http://www.webeer.com.br/
Tags: vila dionisio
*/

@charset "iso-8859-1";
body {
	text-align: center;
	background-color: #000000;
}
#geral {
	position: relative;
	margin: auto;
	width: 975px;
}
#topo {
	position: absolute;
	left: 205px;
	top: 39px;
	width: 248px;
	height: 40px;
}
#posts {
	float:left;
	width: 570px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC9933;
	padding-right: 20px;
}
#sidebar {
	float:right;
	width: 146px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	border: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	border: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	border: none;
}
a:active {
	text-decoration: none;
	color: #FFFF99;
	border: none;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #CC9933;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.textog {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.textom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.caixa {
	background-color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border: 1px solid #CC9933;
	height: 25px;
	width: 110px;
	vertical-align: middle;
}
.botao {
	cursor: pointer;
}
