/*
Theme Name: Elaborar
Theme URI: http://elaborar.com.br/
Description: Wordpress theme for the Elaborar site.
Version: 1.0
Author: Marcos Gurgel
Author URI: http://mariachis.com.br/
Tags: 
*/

body {
	margin: 0;
	padding: 0;
	font-family: HelveticaNeue, Helvetica, Arial, Verdana, sans-serif;
	background-color: #f0f0e7;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}

#container {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	z-index: 100;
}

#header {
	color: #666;
}

#header #logo {
	height: 70px;
	border-bottom: 1px #666 dotted;
}

#header #logo #simbolo {
	float: right;
}

#header #subheader {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 0;
}

h1, h2, h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
}

#content {
	margin-top: 20px;
	width: 590px;
	float: left;
	border-right: 1px #666 dotted;
	padding-right: 10px;
}

#content.informativo {
	margin-top: 10px;
	width: 900px;
	border-right: none;
	padding-right: 0;
}

#intro {
	min-height: 310px;
}

#sidebar {
	margin-top: 20px;
	margin-left: 5px;
	padding-left: 10px;
	width: 270px;
	float: left;
}

#sidebar .menuitem {
	margin-bottom: 10px;
}

#sidebar #menu {
	height: 290px;
}

#sidebar #informativo {
	font-size: 12px;
	color: #666;
	height: 200px;
}

#sidebar #informativo p {
	margin-top: 0;
	line-height: 1.4em;
}

#sidebar #informativo label {
	display: block;
	float: left;
	width: 50px;
}

#sidebar #informativo input[type="text"] {
	width: 180px;
	background-color: transparent; 
	border: 1px solid #666; 
}

#sidebar #informativo input[type="submit"] {
	margin-left: 50px;
	background-color: transparent;
	border: 1px solid #666;
}

#sidebar #informativo a, #sidebar #informativo h2 {
	display: none;
}

#intro h1 {
	color: #D9B529;
	font-size: 28px;
	line-height: 1.3em;
	margin: 10px 15px;
	padding: 0;
	text-align: center;
}

#intro p {
	color: #666;
	font-size: 14px;
	line-height: 1.5em;
	margin: 20px 10px;
	padding: 0;
}

#content p.intro small.credit {
	font-style: italic;
	line-height: 2em;
	font-size: 10px;
}

#content .colunas {
	margin: 30px 0;
}

#content .colunas .coluna {
	float: left;
	width: 280px;
	margin-right: 15px;
	overflow: hidden;
}

#content .coluna.last {
	margin-right: 0;
}

#content p a {
	color: #333;
}


.section-link {
	margin: 5px 0 0 0;
	border-top: 1px #999 solid;
	padding: 5px 0 0 0;
	text-align: right;
	font-size: 12px;
}

.section-link a {
	color: #D9B529;
	text-decoration: none;
}

.section-link a:hover {
	text-decoration: underline;
}

.single, .archive {
}

.hentry {
	margin: 15px 0 20px 0;
}

.hentry h1  {
	color: #D9B529;
	font-size: 28px;
	line-height: 1.3em;
	margin: 10px 0;
	padding: 0;
}

.archive .post h1 {
	font-size: 22px;
}

.archive .post {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px #999 dotted;
}

.hentry h1 a {
	text-decoration: none;
}

.hentry h1 a {
	color: #D9B529;
}

.page h1 a {
	color: #090;
}

.hentry h1 a:hover {
	text-decoration: underline;
}

.hentry h2 {
	font-size: 16px;
	color: #333;
	line-height: 1.2em;
	margin: 5px 0 0 0;
}

.hentry h2 a {
	color: #333;
}

.hentry p a  {
	color: #666;
}

.hentry p a, .hentry h2 a  {
	text-decoration: none;
}

.hentry p a:hover, .hentry h2 a:hover {
	text-decoration: underline;
}

.hentry p  {
	font-size: 14px;
	color: #666;
	line-height: 1.5em;
	margin: 5px 0 10px 0;
}

#footer {
	border-top: 1px #D9B529 dotted;
	border-bottom: 1px #D9B529 dotted;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 0;
	color: #666;
	margin: 20px 0;
	text-align: center;
}

#clear-foot {
	clear: both;
	height: 30px;
}

#footer a {
	color: #666;
}

.clear {
	clear: both;
}
