/*
Theme Name: Blog Consumo
Theme URI: http://consumo.seucaminho.com/
Description: The Blog Consumo theme 
Version: 1.0
Author: Fabio A. Mazzarino
Author URI: http://dosesdiarias.seucaminho.com/
Tags: blog consumo

	Blog Consumo v1.0
	 http://consumo.seucaminho.com/

*/

* {
	margin: 0; padding: 0;
	font: 10pt Arial;
}

strong {
	font-weight: bold;
}

a {
	color: #d46a00
}


/* *** BASIC LAYOUT *** */

body {
	background: #f68f2a url('images/bg.jpg') repeat-x;
	margin: 0; padding: 0;
	width: 100%;
}

#container {
	background: white;
	margin: 0 auto;
	padding: 10px;
	width: 900px;
}

#header {
	background: url('images/header.jpg') no-repeat;
	height: 200px;
	width: 900px;
}

#content {
	padding-top: 10px;
	width: 900px;
}

#sub-header {
	background: url('images/subheader.jpg') no-repeat;
	display: block;
	height: 160px;
	padding-bottom: 20px;
	width: 480px;
}

#blog-entries {
	border-right: 1px solid black;
	display: block;
	float: left;
	padding-right: 20px;
	width: 480px;
}

#side-ad {
	display: block;
	float: left;
	height: 600px;
	margin: 0 20px;
	width: 160px;
}

#side-menu {
	display: block;
	float: left;
	margin-left: 20px;
	width: 160px;
}

#footer {
	clear: both;
	padding: 40px 0 20px 0;
	width: 900px;
}





/* *** HEADER *** */
#header #logo h1 a{
	display: block;
	float: left;
	height: 130px;
	margin: 40px 0 0 30px;
	overflow: hidden;
	text-indent: -9999px;
	width: 180px;
}

#header ul {
	display: block;
	float: left;
	height: 35px;
	list-style-type: none;
	margin-left: 190px;
	margin-top: 140px;
}

#header ul li {
	display: block;
	float: left;
	height: 40px;
	margin-right: 5px;
	text-align: center;
	width: 100px;
}

#header ul li a {
	display: block;
	height: 40px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	width: 100px;
}


/* HEADER MENU */
#header ul li.menu-blog a {
	background: url('images/header-menu.png') no-repeat 0 -45px;
}	
#header ul li.menu-blog a:hover {
	background: url('images/header-menu.png') no-repeat 0 -90px;
}
#header ul li.menu-blog a.selected {
	background: url('images/header-menu.png') no-repeat 0 0;
}

#header ul li.menu-sobre a {
	background: url('images/header-menu.png') no-repeat -105px -45px;
}
#header ul li.menu-sobre a:hover {
	background: url('images/header-menu.png') no-repeat -105px -90px;
}
#header ul li.menu-sobre a.selected {
	background: url('images/header-menu.png') no-repeat -105px 0
}

#header ul li.menu-contato a {
	background: url('images/header-menu.png') no-repeat -210px -45px;
}
#header ul li.menu-contato a:hover {
	background: url('images/header-menu.png') no-repeat -210px -90px;
}
#header ul li.menu-contato a.selected {
	background: url('images/header-menu.png') no-repeat -210px 0
}

/* *** SUB HEADER *** */
#sub-header h2 {
	overflow: hidden;
	text-indent: -9999px;
}

#sub-header p {
	margin-top: 80px;
	margin-left: 160px;
	margin-right: 25px;
	text-align: justify;
}


/* *** BLOG ENTRIES *** */
#blog-entries h2 {
	font: bold 14pt Arial;
	color: #d46a00
}

.blog-entry {
	padding: 20px 0;
}

/* ENTRY HEADER */
.blog-entry-header h1 {
	color: black;
	font: 16pt Arial;
	font-weight: bold;
	/* line-height: 12pt; */
	padding-bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.blog-entry-header h1 a {
	color: black;
	font: bold 16pt Arial;
	text-decoration: none;
	text-transform: uppercase;
}

.blog-entry-header ul {
	list-style-type: none;
	margin-left: 5px;
	margin-top: -5px;
} 

.blog-entry-header ul li.date, .blog-entry-header ul li.cat {
	float: left;
	padding-right: 20px;
}

.blog-entry-header ul li.author {
	clear: both;
}


/* ENTRY CONTENT */
.blog-entry-content {
	margin: 10px 5px;
}

.blog-entry-content p.more {
	margin: 15px 0;
}

.multi-ad {
	margin: 25px 0;
}


.blog-entry-content p {
	margin: 5px 0;
}

.blog-entry-content strong {
	font-weight: bold;
}

.blog-entry-content em {
	font-style: italic;
}

.blog-entry-content ul, .blog-entry-content ol {
	list-style-position: inside;
	margin-left: 10px;
}

.blog-entry-content blockquote p {
	margin: 25px 15px;
	font: italic 12pt Times New Roman; 
}

.blog-entry-content h1 {
	font: bold 16pt Arial;
	margin: 20px 0 0 0;
}

.blog-entry-content h2 {
	font: bold 14pt Arial;
	margin: 20px 0 0 0;
}

.blog-entry-content h3 {
	font: bold 12pt Arial;
	margin: 20px 0 0 0;
}

.blog-entry-content h4 {
	font: 12pt Arial;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}

.blog-entry-content h5 {
	font: bold 10pt Arial;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}

.blog-entry-content h6 {
	font: italic 10pt Arial;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}

.blog-entry-content img {
	margin: 10px; 
}

.blog-entry-content a img {
	border: 0;
}

.blog-entry-content .alignleft {
	float: left;
}


.blog-nav {
	padding-top: 10px;
	padding-bottom: 40px;
	width: 100%;	
}

.blog-nav .nav-older {
	float: left;
}

.blog-nav .nav-newer {
	float: right;
}

.blog-nav a {
	color: black;
	font: bold 10pt Arial;
	text-decoration: none;
	text-transform: uppercase;
}

.blog-nav a:hover {
	color: #d46a00;
	text-decoration: underline;
}

.post-nav {
	padding-bottom: 20px;
	width: 100%;
}
.post-nav .nav-older {
	float: left;
}
.post-nav .nav-newer {
	float: right;
}


#post-comments {
	margin: 50px 0;
	width: 100%;
}
#post-comments h2 {
	font: bold 14pt Arial;
	line-height: 8pt;
	padding: 0 0 5px 0; margin: 0;
	text-transform: uppercase;
}
#post-comments h3 {
	font: 10pt Arial;
	padding: 0; 
	margin: 0 0 10px; 
}

#post-comments h3 span.nocomments {
	display: block;
	margin-bottom: 40px;
	font-weight: bold;
}

#post-comments .post-comment {
	margin-bottom: 30px;
	padding-bottom: 20px;
	/* border-bottom: 1px solid black; */
}

.post-comment p {
	font: 10pt Arial;
}

.post-comment p.comment-content {
	font: italic 10pt Arial;
	margin: 5px 15px;
}

#comment-form { 
	padding: 0 15px;
}

#comment-form h3 {
	font: bold 14pt Arial;
	padding: 0; margin: 0;
	margin-bottom: 10px;
	margin-left: -15px;
	text-transform: uppercase;
}

#comment-form p {
	font: 10pt Arial;
	margin: 5px 0;
}

#comment-form p label {
	font: italic 10pt Arial;
	margin-left: 10px; 
}

#comment-form textarea {
	margin-top: 10px;
} 


/* *** SIDE MENU *** */
.side-entry {
	margin-bottom: 20px;
}

li.rss-tag a {
	background: url('images/rsstag.jpg') no-repeat;
	display: block;
	height: 120px;
	overflow: hidden;
	text-indent: -9999px;
	width: 120px;
}

.side-entry h1 {
	font: 14pt Arial;
	font-weight: bold;
	margin-bottom: 5px;
}

.side-entry input {
	margin: 2px 0;
}

.side-entry input.text {
	width: 150px;
}

.side-entry ul {
	list-style-type: none;
}

.side-entry ul li {
	margin-left: 10px;
}

.side-entry h2.poll-title {
	font: bold 10pt Arial;
	maring-bottom: 5px;
}

.side-entry ul.poll {
	margin: 5px 0;
}
.side-entry ul.poll li {
	font: 9pt Arial;
	margin: 0;
}
.side-entry ul.poll li label {
	font: 9pt Arial;
}


/* *** FOOTER *** */
#footer {
}

#footer p, #footer p * {
	font: 8pt Arial;
}

