/*
Theme Name: Pousada Fazenda do Açude
Theme URI: http://www.vanderleimendes.com.br
Description: Layout desenvolvido para Pousada Fazenda do Açude.
Version: 1.0
Author: Vanderlei Mendes
Author URI: http://www.vanderleimendes.com.br/
*/
body {
	margin: 0;
	padding: 0;
	background: url(/images/cabecalho.jpg) repeat-x;
	background-color:#006FA4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#29166F ;
}
form {
	margin: 0;
	padding: 0;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
h1, h2, h3 {font-family: Arial, Helvetica, sans-serif;}
h1 {font-size: 3em;}
h2 {font-size: 2em;}
h3 {font-size: 1em;}
ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}
ul, ol {}
blockquote {}
a {	color:#6699FF;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
hr {
	display: none;
}
/* Menu */
#menu {
	margin-left:5px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
}
#menu ul {
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(/wp-content/themes/default/images/img03.png) no-repeat;
	list-style: none;
}
#menu li {
	float: left;
	height: 30px;
	background: url(/wp-content/themes/default/images/img03.png) no-repeat right top;
}
#menu a {
	background: url(/wp-content/themes/default/images/img02.png) repeat-x right top;
	float: left;
	height: 30px;
	margin: 0px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size:14px;
	font-weight: bold;
	color: #FFF;
}
#menu a:hover {
	background: url(/wp-content/themes/default/images/img01.png) repeat-x;
	color:#3FF;
	height: 30px;
}
#menu ul li.current_page_item a {
	background: url(/wp-content/themes/default/images/img01.png) repeat-x;
	color:#3FF;
	height: 30px;
}.widget_pages li.current_page_item a{
   background-image:url(/wp-content/themes/default/images/img02.png) repeat-x;
}
/* Splash */
#splash {
	width: 960px;
	margin: 0 auto;
}
/* Logo */
#logo {
	width: 960px;
	height: 91px;
	margin: 0 auto;
	border-bottom: 6px solid #3F3F3F;
	color: #414141;
}
#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}
#logo h1 {
	float: left;
	padding-top: 30px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size: 3em;
}
#logo h2 {
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
#logo a {
	text-decoration: none;
	color: #414141;
}
/* Page */
#page {
	margin: 0 auto;
	padding: 30px;
	background: #29166F;
}
/* Content */
#content {
	float: right;
	padding: 15px;
	width: 70%;
}
/* Sidebar */
#sidebar {
	margin-left:10px;
	float: left;
	width: 265px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin-bottom: 20px;
}
#sidebar li ul {
	padding: 20px;
}
#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(/wp-content/themes/default/images/img04.gif) no-repeat left 50%;
}
#sidebar p {
	padding: 0 20px;
}
#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 0px;
	background: url(/wp-content/themes/default/images/img07.jpg) no-repeat;
	border-bottom: 1px solid #B9B9B9;
	text-transform: uppercase;
	font-size: 14px;
	font-style:italic;
	font-weight: bold;
	color:#9FF;
}
/* Search */
#search form {
	padding: 20px;
}
#search br {
	display: none;
}
#search #s {
	width: 135px;
}
/* Footer */
#footer {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	font-size: smaller;
}
#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}
/* UL DATAS */	
ul li{
	list-style-type:none;
	margin: 0em 0px 0em 0em;
}
ul.counts .count{
	color: #7A7A7A;
	float: right;
}
ul.dates .date{
	color: #7A7A7A;
	padding: 0px 1px 0px 0px;
}
ul.dates a, ul.counts a{
	color: inherit;
	color: #404040;
	text-decoration: none;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count{
	color: #FFFFFF;
}
ul.dates li, ul.counts li{
	border-bottom: 1px solid #0000;
	list-style-type: none;
	margin: 0px;
	padding: 1px 0px;
}
ul.dates, ul.counts{
	border-top: 1px solid #0000;
	list-style-type: none;
	margin: 1px 0px;
}
/* LAYERS DO SITE */	
#topo {
	position:absolute;
	left:30px;
	top:0;
	width:980px;
	height:118px;
	z-index:2;
}
#corpo {
	position:absolute;
	left:30px;
	top:135px;
	width:930px;
	height:390px;
	z-index:1;
}
#corpo_home {
	position:absolute;
	left:30px;
	top:460px;
	width:930px;
	height:150px;
	z-index:1;
}