/*
Theme Name: Futuramb
Description: Futuramb theme for www.futuramb.com
Version: 1.0
Author: Helder Encarnacao
Author URI: http://www.eniciativa.com
*/

	@import url('./style-reset.css');
	
/* Gerais */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea, select {
	color: #333;
	font-family: 'Trebuchet MS', Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #666;
	font-family: 'Trebuchet MS', Arial, sans-serif;
}
body {
	background-color: #D7DFE2;
	font-size: 75%;
	line-height: 150%;
}
p {
	padding: 0 0 20px 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0 0 12px;
}
h1, h2, h3 {
	font-weight: bold;
	line-height: 100%;
}
h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 220%;
}
h2 {
	font-size: 220%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active {
	color: #333;
	text-decoration: underline;
}
abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
dl {
	margin-left: 20px;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 40px;
}
blockquote {
	margin: 0 0 20px 0;
	padding: 6px 12px 6px;
	background-color: #fff;
	border: 1px solid #EAEAEA;
	border-left-width: 3px;
}
blockquote p {
	padding: 6px 0;
}
blockquote blockquote {
	margin: 6px 0;
	background-color: #fff;
}
code, pre {
	display: block;
	white-space: pre;
	padding: 6px 12px 6px;
	margin: 0 0 20px 0;
	background-color: #fff;
	border: 1px solid #EAEAEA;
	border-left-width: 3px;
	font-size: 110%;
	font-family: "Monaco", monospace;
}
p code {
	display: inline;
	padding: 3px 6px;
	margin: 0;
	border: 0;
	white-space: normal;
}
hr {
	margin: 0 0 20px 0;
	border: 0;
	height: 1px;
	border-bottom: 1px solid #ccc;
}
input.button {
	float: none;
	clear: both;
	margin: 3px 0 0 0;
	padding: 3px 6px;
	font-size: 100%;
	font-weight: normal;
}
input.text, textarea.text, input.textbox, textarea.textbox {
	padding: 4px 4px;
	background: #fff url('images/input.png') repeat-x top left;
	border: 1px solid #CCCCCC;
	border-top-color: #BDBDBD;
	border-bottom-color: #DDDDDD;
	margin-bottom: 10px;
	width: 200px;
}
input.text, textarea.text {
	width: 230px;
	font-size: 100%;
}
textarea.text {
	width: 385px;
	height: 70px;
	padding: 5px;
	margin-bottom: 6px;
}
textarea.text:focus, input.text:focus {
	outline: none;
	border-color: #666;
}
table {
	width: auto;
	margin: 0 0 20px 0;
}
table caption, table tfoot {
	text-align: center;
	padding: 3px 0;
	font-weight: bold;
	color: #000;
}
table th {
	text-align: center;
	padding: 6px 12px;
	font-weight: bold;
	color: #666;
}
table tr {
	text-align: center;
}
table tr.alt th, table tr.alt td {
	background-color: #F7F7F7;
}
table td {
	text-align: center;
	font-size: 1.0em;
	line-height: 100%;
	padding: 6px;
	vertical-align: middle;
}
p.green {
	color: #d4f0ba;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
.container {
	width: 800px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.small {
	width: 270px;
	float: left;
	padding-left: 20px;
	height: 100%;
}
.large {
	width: 510px;
	float: left;
}
.full {
	width: 100%;
	float: left;
}
.container.body {
	padding: 20px 0 0;
	height: 100%;
	border-top: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #91C228;
	border-left: 1px solid #ccc;
}
/* header */
#header {
	width: 798px;
	margin: 15px auto 0 auto;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 3px solid #91C228;
	border-left: 1px solid #ccc;
	background-color: #fff;
}
#header .container {
	padding: 10px 0 0;
	position: relative;
}
#header h1, #header p {
	text-transform: uppercase;
}
#header h1, #header p, #header h1 a {
	color: #fff;
}
#header h1 {
	font-weight: normal;
	padding: 0 0 3px;
	margin: 0;
}
#header h1 a {
	text-decoration: none;
	width: auto;
}
#header p {
	font-size: 120%;
	letter-spacing: 2px;
	padding: 0;
	color: #E6E6E6;
	font-family: 'Trebuchet MS', Arial, sans-serif;
}
/* Menu */
#menu {
	background-color: #5E840A;
	float: left;
	margin-left: -1px;
}
#menu ul {
	width: 799px;
	padding: 0px;
	margin: 0;
	list-style: none;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	border-left: 1px solid #fff;
	font-size: 100%;
	font-weight: bold;
	padding: 7px 5px 6px 6px;
	float: left;
	background-color: #5E840A;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#sub-menu ul li.menu-home {
	border-left: 0;
}
#menu ul li a:hover {
	background-color: #78A419;
}
#menu li a:active, #menu li.current_page_item a, #menu li.current_page_parent a {
	text-decoration: none;
	color: #fff;
	background-color: #91C228;
}
/* Sub menu*/
#sub-menu {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color: #996633;
	border-bottom: 1px solid #CCCCCC;
}
#sub-menu ul {
	padding: 0px 0px 0px 4px;
	height: 100%;
	color: #fff;
	font-weight: bold;
}
#sub-menu ul li {
	display: block;
	float: left;
	border-left: 1px solid #ccc;
	padding: 0 4px;
}
#sub-menu ul li.first {
	border-left: 0;
}
#sub-menu ul li a {
	display: block;
	line-height: 100%;
	float: left;
	padding: 4px;
	color: #fff;
}
#sub-menu ul li a:hover {
	color: #ccc;
	text-decoration: none;
}
#sub-menu ul li.current-cat a {
	color: #333;
	text-shadow: none;
}
#sub-menu ul li ul {
	display: none;
}
#home-top {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url('images/header.png') no-repeat left top;
	background-color: #91C228;
	position: relative;
}
#home-top .post {
	padding: 12px 20px 12px;
	min-height: 100%;
}
#home-top .post h2, #home-top .post h2 a {
	font-size: 150%;
	line-height: 100%;
	color: #fff;
	text-shadow: 0px 1px 2px #4F6C11;
}
#home-top .post h2 a:hover, #home-top .post a.more-link:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
#home-top .post p {
	padding: 0 0 12px;
}
#home-top .post p.read-more {
	height: 100%;
	text-align: right;
}
#home-top .post p a, #home-top .post p a:visited {
	color: #fff;
	font-weight: bold;
}
#home-top .post a.more-link {
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-shadow: 0px 1px 2px #4F6C11;
}
#home-top .small {
}
#home-top .sidebar {
	padding: 12px 20px 0 0;
}
#home-top .sidebar h3, #home-top .sidebar h3 a {
	color: #fff;
	padding: 3px 0 6px;
	text-shadow: 0px 1px 2px #4F6C11;
}
#home-top .sidebar h3 a:hover {
	color: #F0FFD1;
	text-decoration: none;
}
#home-top .sidebar p {
	padding-bottom: 6px;
}
#home-top ul {
	padding: 0 0 6px;
	list-style-type: none;
}
#home-top ul li {
	background: url('images/bullet.gif') no-repeat 2px 6px;
	padding: 0 0 0 14px;
}
#home-top .sidebar p, #home-top .sidebar ul li, #home-top .sidebar a, #home-top .sidebar a:visited {
	color: #EBFFC1;
}
/* content */
#content {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
#content .container {
	background: url('images/sidebar.png') repeat-y 510px top;
	background-color: #fff;
}
#content #content {
	background: #fff;
	width: auto;
	padding: 20px;
	margin: 0;
	border: 0;
}
#content p a, #content p a:link, #content p a:visited {
	color: #DE7A01;
}
#content ul li a, #content ul li a:link, #content ul li a:visited {
	color: #DE7A01;
	text-decoration: underline;
}
#content h1 {
	color: #000;
}
#content h2 {
	padding: 0px 0 6px;
	font-size: 1.5em;
	color: #DE7A01;
	font-weight: normal;
	text-transform: uppercase;
}
#content h2 a, #content h2 a:link, #content h2 a:visited {
	color: #336699;
	text-decoration: none;
}
#content h2 a:hover, #content h3 a:hover {
	color: #333;
	text-decoration: underline;
}
#content h3 {
	padding: 6px 0 12px;
}
#content h3 a, #content h3 a:link, #content h3 a:visited {
	color: #78AF3D;
	text-decoration: none;
}
#content h4 a, #content h4 a:visited {
	color: #666;
}
#content ul {
	list-style-type: none;
}
#content ul, #content ol {
	padding: 0 0 20px;
}
#content ul li, #content ol li {
	background: url('images/bullet.gif') no-repeat 16px 9px;
	padding: 3px 0 3px 30px;
}
#content ul li a {
	font-weight: normal;
	text-decoration: none
}
#content ul li a:hover {
	text-decoration: underline
}
#content ul ul {
	padding: 0;
}
#content ol {
	margin-left: 30px;
}
#content ol li {
	padding-left: 0;
	background-image: none;
}
img.right, img.align-right, img.alignright {
	float: right;
	margin: 0 0 6px 12px;
	display: inline;
}
img.left, img.align-left, img.alignleft {
	float: left;
	margin: 0 12px 6px 0;
	display: inline;
}
img.centered {
	display: block;
	margin: 0 auto 6px;
}
img.wp-smiley {
	border: none;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* News */
#content .post, #content .post-nav, #content #comments {
	clear: both;
	padding: 0 20px 0 20px;
	height: 100%;
}
#content .post-title h2 {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #EAEAEA;
}
#content .post-title h2 a:hover {
	color: #666;
	text-decoration: underline;
}
#content .post-footer h4 {
	font-size: 110%;
	padding: 0 0 12px;
}
#content .post-footer h4, #content .post-footer h4 a, #content .post-footer h4 a:link, #content .post-footer h4 a:visited {
	color: #999;
}
.postmeta {
	margin: 0;
	font-size: 0.7em;
	color: #666;
	background: url(images/file_icon.gif) no-repeat left;
}
.comments-link {
	padding: 0 0 0 20px;
	background: url(images/comments.png) no-repeat left;
	margin-left: 20px;
}
.date {
	padding: 0 0 0 20px;
	background: url(images/clock.png) no-repeat left;
}
/* News Comments */
#comments #comment_form {
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 12px 12px 9px;
	background-color: #fff;
	border: 1px solid #EAEAEA;
	border-left-width: 3px;
}
#comments .comment-wrap {
	height: 100%;
	overflow: auto;
	margin: 0 0 12px 0;
	padding: 0 12px 0;
	clear: both;
	background-color: #fff;
	border: 1px solid #EAEAEA;
}
#comments h3 {
	padding-top: 0;
}
#comments .comment-wrap img.avatar {
	margin: 0;
	margin-bottom: 12px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
}
#comments .comment-wrap .left {
	width: 65px;
	padding-top: 12px;
	float: left;
}
#comments .comment-wrap .right {
	width: 322px;
	float: left;
	padding: 12px 0 6px 12px;
}
#comments .comment-wrap .right a {
	text-decoration: none;
}
#comments .comment-wrap .right a:hover {
	text-decoration: underline;
}
#comments .comment-wrap .right cite {
	margin: 0;
	padding: 0;
	font-style: normal;
	display: block;
	height: 100%;
	overflow: auto;
}
#comments .comment-wrap .right cite b {
	float: left;
}
#comments .comment-wrap .right cite b a {
	color: #333;
}
#comments .comment-wrap .right cite small {
	font-size: 80%;
	float: right;
}
#comments .comment-wrap .right p {
	padding: 6px 0;
	clear: both;
}
#comments .comment-wrap .right blockquote, #comments .comment-wrap .right code, #comments .comment-wrap .right pre {
	margin: 6px 0;
	clear: both;
}
#comments .alt {
	background-color: #F6F6F6;
}
#comments .author {
	background-color: #F6F7D6;
	border-color: #F1E4BC;
}
/* sidebar */
.textwidget  {
	width: 250px;
}
#content .sidebar {
	margin: 0 30px 20px 0;
	clear: both;
	color: #888;
}
#content .small h3 {
	color: #996633;
	padding: 0 0 6px 0;
	margin: 0;
	font-weight: normal;
}
#content .small h4 {
	padding: 0;
}
#content .small p a, #content .small table a, #content .small h3 a, #content .small h3 a:visited {
	color: #333;
}
#content .small p {
	padding-right: 0;
	padding-bottom: 12px;
	margin: 0;
	color: #666;
}
#content .small ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #F1E4BC;
}
#content .small ul li {
	color: #666;
	line-height: 125%;
	padding: 6px 0;
	background-image: none;
	border-bottom: 1px solid #F1E4BC;
}
#content .small ul li a:link, #content .small ul li a:visited {
	color: #888;
	text-decoration: none;
}
#content .small ul li a:hover, #content .small ul li a:active {
	color: #333;
	text-decoration: underline;
}
#content .small ul li.current_page_item a {
	color: #333;
}
#content .small ul li ul {
	border: 0;
}
#content .small ul li input, #content .small ul li select {
	margin-bottom: 0;
}
#content .small ul li span.recent_date {
	padding-left: 3px;
	font-size: 80%;
	font-weight: bold;
	color: #889763;
}
#content .sidebar ul li a:hover {
	text-decoration: none;
}
#content .small ul ul {
	border: 0;
	padding: 0 0 0 20px;
}
#content .small ul ul li {
	border: 0;
	padding: 3px 0;
}
#content .sidebar.tiny {
	float: left;
	clear: none;
	margin-right: 0;
}
#content .sidebar.tiny ul {
	margin-right: 20px
}
/* Footer */
#footer {
	font-size: 11px;
	color: #888;
}
#footer a {
	font-size: 11px;
	color: #888;
}
#footer .footer-left {
	float: left;
}
#footer .footer-right {
	text-align: right;
}
.worm {
	float: left;
	padding: 0px;
	margin: 25px 10px 10px 10px;
}
#servico_a {
	height: 120px;
	padding: 10px 0 5px 0;
	margin: 0 0 15px 15px;
}
#servico_a p {
	font-size: 0.9em;
}
#servico_a img {
	float: left;
	margin: 25px 20px 0 0;
}
#servico_a h3 {
	color: #78AF3D;
	font-size: 12px;
}
#servico_b {
	height: 120px;
	padding: 10px 0 5px 0;
	margin: 0 0 15px 15px;
}
#servico_b p {
	font-size: 0.9em;
}
#servico_b img {
	float: left;
	margin: 40px 20px 0 0;
}
#servico_b h3 {
	color: #78AF3D;
	font-size: 12px;
}
#servico_c {
	height: 120px;
	padding: 10px 0 5px 0;
	margin: 0 0 15px 15px;
}
#servico_c p {
	font-size: 0.9em;
}
#servico_c img {
	float: left;
	margin: 30px 20px 0 0;
}
#servico_c h3 {
	color: #78AF3D;
	font-size: 12px;
}
#servico_d {
	height: 120px;
	padding: 10px 0 5px 0;
	margin: 0 0 15px 15px;
}
#servico_d p {
	font-size: 0.9em;
}
#servico_d img {
	float: left;
	margin: 35px 20px 0 0;
}
#servico_d h3 {
	color: #78AF3D;
	font-size: 12px;
}
#servico_e {
	height: 120px;
	padding: 10px 0 5px 0;
	margin: 0 0 15px 15px;
}
#servico_e p {
	font-size: 0.9em;
}
#servico_e img {
	float: left;
	margin: 35px 20px 0 0;
}
#servico_e h3 {
	color: #78AF3D;
	font-size: 12px;
}
.read_more_link a {
	width: auto;
	float: right;
	padding: 0px 15px 3px 0;
	background: url('images/more.gif') no-repeat right;
	color: #59AF3D;
	margin-top: -10px;
}
.widgettitle h2 {
	color: #369;
}
#read_more a {
	color: #fff;
}
#read_more a:hover {
	color: #369;
	background-color: #ffffff;
	text-decoration: none;
	border: 1px solid #336699;
}
.read_more {
	width: auto;
	height: 15px;
	float: right;
	padding: 5px;
	margin: 6px 0 10px 0;
	background-color: #336699;
	text-align: center;
	border: 1px solid #fff;
	cursor: pointer;
	color: #ffffff;
}
/* Tables */
#table1 {
}
#table1 p {
	border: 0px solid #fff;
	color: #363636;
	font: 0.9em Arial, Helvetica, sans-serif;
}
#table1 img {
	padding: 3px;
	border: 1px solid #EAEAEA;
	max-width: 417px;
}
.table {
	border: 1px solid #ccc;
	color: #363636;
	width: 100%;
	font: 0.9em Arial, Helvetica, sans-serif;
}
.table th {
	border: 1px solid #ccc;
	background-color: #369;
	color: #fff;
}
.tr-b {
	background-color: #e2e2e2;
}
.table td {
	border: 1px solid #ccc;
}
.tdleft {
	text-align: left;
	line-height: 150%;
	width: 380px;
	*width: 420px;
	padding-right: 10px;
}
#content .submenu ul li a {
	font-weight: normal;
	text-decoration: underline;
}
#ler {
	width: 300px;
}
#contactform {
	width: 430px;
	padding: 30px 10px 10px 30px;
	font-size: 12px;
	background: #fff url('images/contactbkg.jpg') repeat-x;
	color: #666;
	margin-left: -5px;
}
#contactform p {
	padding: 6px 0px;
	margin: 0px;
}
#contactform #checkin {
	padding: 2px 25px 2px 0;
	background: url('images/calendar.png') no-repeat right;
	border: 1px solid #ccc;
	cursor: pointer;
}
#contactform .radio {
	padding: 1px;
	margin: 1px;
}
div.scroll {
	margin-bottom: 10px;
}
.cost {
	margin: 0;
	padding: 0;
}
.note {
	border: 1px solid #cccccc;
	background: #F6FAE6 url('images/note.png') no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
	margin-bottom: 25px;
}
.book {
	border: 1px solid #cccccc;
	background: #F6FAE6 url('images/accept.png') no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
	margin: 45px 0 25px 0;
}
.box {
	border: 1px solid #cccccc;
	background: #F6FAE6 url('images/accept.png') no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
	margin: 0 0 25px 0;
}
#wlmember_loginwidget {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 15px;
	margin-bottom: 10px;
}
#wlmember_loginwidget input {
}
#wlmember_loginwidget label {
	font-size: 100%;
	line-height: 100%;
	white-space: pre;
	display: block;
	color: #999;
	text-align: left;
	cursor: pointer;
	margin: 0;
}
#wlmember_loginwidgetb {
	margin-bottom: 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px;
}
.wp-polls .pollbar {
	margin: 1px;
	font-size: 6px;
	line-height: 8px;
	height: 8px;
	background-image: url('http://www.futuramb.com/wp-content/plugins/wp-polls/images/default/pollbg.gif');
	border: 1px solid #c8c8c8;
}
#sliding_cart {
	color: #369;
}
.prodtitles span {
	font-size: 14px;
	text-transform: capitalize;
	width: 300px;
}
.prodtitles a {
	font-size: 10px;
	text-transform: capitalize;
}
.wpsc_product_title {
	font-size: 10px;
	text-transform: capitalize;
}
#tabela {
	width: auto;
	margin: 0 0 20px 0;
}
#tabela caption, #tabela tfoot {
	text-align: left;
	padding: 3px 0;
	font-weight: bold;
	color: #000;
}
#tabela th {
	text-align: left;
	padding: 6px 12px;
	font-weight: bold;
	color: #666;
}
#tabela tr {
	text-align: left;
}
#tabela tr.alt th, #tabela tr.alt td {
	background-color: #F7F7F7;
}
#tabela td {
	text-align: left;
	font-size: 1.0em;
	line-height: 150%;
	padding: 6px;
	vertical-align: middle;
}
.shopping-cart-wrapper {
	text-align: left;
	color: #fff;
	font-size: 1.0em;
	padding: 6px;
}
#sliding_cart {
	text-align: left;
	color: #fff;
	font-size: 1.0em;
	padding: 6px;
}
#shopping-cart {
	text-align: left;
	background-color: #7DCEE7;
	font-size: 1.0em;
	padding: 6px;
	width: 240px;
}
#shopping-cart h3 {
	color: #fff;
}
.shoppingcart th {
	text-align: left;
	color: #fff;
	font-size: 1.0em;
	padding: 6px;
}
.shoppingcart td {
	text-align: left;
	color: #fff;
	font-size: 1.0em;
	padding: 6px;
}
.items {
	text-align: left;
	color: #fff;
	font-size: 1.0em;
	line-height: 150%;
	padding: 6px;
	vertical-align: middle;
}
.sidebar li {
	list-style-type: none;
}
#products_page_container {
	width: 420px;
	overflow: hidden;
}
.producttext {
	width: 120px;
}
#product__submit_button {
	cursor: pointer;
	width: 115px;
	height: 32px;
}
.wpsc_description {
	width: 280px;
}
#bioparceiros {
	position: absolute;
	top: 50px;
	right: 60px;
}
#top {
	height: 10px;
}
#news {
	position: relative;
	right: -540px;
	top: -90px;
}
#flags {
	position: relative;
	right: -745px;
	top: -105px;
}
#sabiaque {
	padding: 4px;
	background-color: #91C228;
	color: #ffffff
}
#sabiaque img {
	float: left;
	margin: 0 5px 30px 0
}
.wp-polls-form p {
	text-align: left;
}
#products-table img {
	border: 1px solid #f4f4f4;
}
#products-table a {
	color: #78AF3D;
}
#products-table td {
	width: 130px;
}
div.post #breadcrumb a {
	color: #78AF3D;
}
