/*
	Author Name	: Itamar Vieira
	Author Site	: http://setelombas.com.br
	Style Name	: SitioVagalume
	Style URI	: http://sitiovagalume.com
	Version		: 1.0
	Comments	   : Folha de estilos para o site www.SitioVagalume.com
*/

body {
	background: #F0F0F0;
	padding: 0;
	color: #333;
	margin: 0;
	}
#header {
	background: url(imagem.jpg) no-repeat;
	width: 100%;
	height: 200px;
	border-top: 20px solid #FFF;
	}
h1 {
	padding: 50px 0 0 40px;
	position: absolute;
	top: 10px;
	left: 0;
	}
.description {
	position: absolute;
	top: 100px;
	left: 0;
	}
#page {
	padding: 0;
	border: 1px solid #CCC;
	width: 780px;
	_width: 700px;
	}
#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}

#footer a {
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: black;
	}
.primary {
	padding-left: 25px;
	}
#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: White;
	}
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: Black !important;
	text-decoration: none;
	}
ul.menu li a:hover {
	background: #003300;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	color: #333300 !important;
	}
h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
	color: #555 !important;
	font-weight: normal !important;
	}
.primary .metalink a, .primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #333;
	font-weight: normal;
	}
.counter a {
	color: #222;
	}
.commentlist li {
	color: #666;
	}
.commentlist li:hover {
	background: none;
	}
blockquote {
	background: White url(comment-quote-bg.gif) no-repeat top left;
	border-color: #222;
	}
#weightedcategories, .authorcomment {
	background: #F0F0F0;
	border-color: #222;
	}
.primary img {
	border-color: #222;
	background: #111;
	}
.inputcontainer {
	margin-bottom: 6px;
	}
/* Gray Color */
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #777;
	}
/* Gray Color */
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #555;
	}
a, a:visited, .sidebar a:visited {
	color: #0066FF;
	}
.post p a:visited {
	color: #0066FF;
	}
#af-ela-menu li {
	border: none;
	background: #161616;
	}
#af-ela-menu, #af-ela-menu li {
	border-bottom: 1px solid #333;
	}
#af-ela-menu li.selected {
	background: #333;
	}
/* Hovering state of the table items */
#af-ela-year li:hover, #af-ela-month li:hover, #af-ela-post li:hover, #af-ela-category li:hover {
	background: #222;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}
/* Active or hovered item in list */
#af-ela-year li.selected, #af-ela-month li.selected, #af-ela-post li.selected, #af-ela-category li.selected, #af-ela-post li:hover {
	background: #222;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}
#af-ela-post {
	border-left: 1px solid #333;
	border-right: none;
	}
.item {
	/* Each entry is contained within the 'item' class */
	}
.itemtext {
	/* The meat and potatoes of every entry */
	}
.secondary {
	/* Contains the sidebar */
	}
.rpc_photo {
	margin: 8px 5px 0 0;
	}
	
/** Formulário **/
	
.custom_contact_row {
	margin: 0px;
	padding: 0px;
	clear: left;
	}
.custom_contact_label {
	font-size: 1em;
	float: left;
	width: 100px;
	padding-left: 5px;
	}
.custom_contact_label_option {
	font-size: 1em;
	float: left;
	width: 300px;
	padding-left: 5px;
	}
.custom_contact_label_required {
	font-weight: bold;
	font-size: 1em;
	float: left;
	width: 100px;
	padding-left: 5px;
	}
.custom_contact_label_option_required {
	font-weight: bold;
	font-size: 1em;
	float: left;
	width: 300px;
	padding-left: 5px;
	}
.custom_contact_data {
	float: left;
	padding: 0 0 0 5px;
	margin: 0;
	}
.custom_contact_data textarea {
	width: 85%;
	}
.custom_contact_buttons {
	clear: left;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid gray;
	}
	