/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #08080A url(imagens/back.jpg) repeat-x;
	font-size: 13px;
	color: #DBD8AE;
	font-family: Arial, Helvetica, sans-serif;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #C2C487;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.5em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}
.entry blockquote {
	font-size: 0.9em;
}


a {
	color: #EBBD65;
}

a:hover {
	text-decoration: none;
}

img { border: none; }

/* Header */

#header {
	background-image: url(imagens/top_otavio.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	height: 400px;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Logo */

#logo {
	height: 310px;
	background: no-repeat left 65%;
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 50px;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float: right;
	padding: 68px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #372412;
}

/* Gallery */

#gallery {
	clear: both;
	width: 830px;
	height: 300px;
	margin: 0 auto;
	
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

/* Menu */

#menu {
	width: 830px;
	height: 77px;
	background-image: url(imagens/backmenu3.jpg);
	background-repeat: no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 166px;
	height: 62px;
	padding-top: 46px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
	color: #EBBD65;
}

#menu a:hover {
	background: url(imagens/botao.jpg) no-repeat;
	color: #372412;
}

#menu .active a {
	background: url(imagens/botao.jpg) no-repeat;
	color: #372412;
}
#menu a:active {
	background-image: url(imagens/botao.jpg);
	background-repeat: no-repeat;
}


/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 522px;
	padding-left: 10px;
}
.entry p {
	font-size: 1.1em;
}


.post {
	padding: 0 0 20px 0;
}
#fonte {
	font-size: 0.7em;
	text-align: right;
}
#fonte a {
	color: #B7B971;
	text-decoration: none;
}




.title {
	margin: 0;
	border-bottom: 2px solid #4A3903;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background-image: url(images/img06.gif);
	background-repeat: no-repeat;
	background-position: 15px 50%;
}


#sidebar h2 {
	margin: 0;
	padding: 2px 0 5px 30px;
	background: url(imagens/list.jpg) no-repeat left 5px;
	border-bottom: 2px solid #4A3903;
	color: #CED08F;
	height: 26px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#parceiros td {
	margin: 0px;
	padding: 0px;
	height: 150px;
	border: 1px solid #E5BF6C;
}


/* Footer */

#footer {
	clear: both;
	background: #818336;
	border-top: 3px solid #E5BF6C;
	text-align: center;
	font-size: 0.85em;
	color: #4D4E1F;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	display: block;
	height: 60px;
	margin-top: 25px;
}

#footer a {
	color: #4D4E1F;
}
#footer a:hover {
	text-decoration: underline;
}
#gaucho {
	float: left;
	height: 251px;
	width: 222px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
}
#contador {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
