/*
Theme Name: Spesa
Theme URI: http://spesa.com.br/
Description: Tema criado para o site Spesa.com.br
Version: 1.0
Author: Nando Vieira
Author URI: http://spesa.com.br/
*/

p img {
	padding: .5em;
	border: 1px solid #ccc;
	border-width: 2px 1px 1px 2px;
	margin: 15px 0;
}

#header h1 a,
#nav a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

#page:after,
.postmetadata:after,
.navigation:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#page,
.postmetadata,
.navigation {display: inline-block;}

/* Hides from IE-mac \*/
* html #page,
* html .postmetadata,
* html .navigation {height: 1%;}
#page,
.postmetadata,
.navigation {display: block;}
/* End hide from IE-mac */

/*=general*/
body {
	background: #e5e5e5 url(images/bg-degrade.jpg) repeat-x;
	font-family: arial, trebuchet ms, sans;
	font-size: x-small;
	padding: 1em 0;
	text-align: center;
}

/* hacking \*/
* html body {
	font-size: 1.25ex;
}
/* IE/Mac */

* {
    margin: 0;
    padding: 0;
	color: #333;
}

p, #nav a span, dd, legend, li, #footer span, dt, td, th {
	font-size: 1.2em;
}

p, dd {
	line-height: 1.3;
}

h2, li p {
	font-size: 1em;
}

h2 a, .more a {
	color: #4197E3;
}

h2 a {
	font-family: "arial narrow",sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*=page*/
#page {
	background: #fff;
	border: .2em solid #ccc;
	border-width: .1em .1em .2em .2em;
	margin: 0 auto;
	padding: 2em;
	position: relative;
	text-align: left;
	width: 73em;
}

/*=header*/
#header h1 a {
	background: url(images/spesa-blog.png) no-repeat;
	height: 36px;
    width: 153px;
}

/*=nav*/
#nav {
	background: #9dd20c url(images/nav-bg.gif) no-repeat .9em center;
	height: 2.6em;
	list-style: none;
	margin: 1em 0;
	padding: .4em .4em 0 0;
	position: relative;
}

#nav li {
	float: right;
	margin-left: .5em;
}

#nav a {
	height: 22px;
}

/*=main*/
#main {
	float: left;
	width: 52.5em;
	padding-bottom: 3em;
}

#sidebar {
	width: 18em;
	float: right;
	padding-bottom: 3em;
}

/*=post*/
.post {
	padding: 1em 0 1em 4.2em;
	position: relative;
}

.post p, .commentlist p {
	padding-top: .5em;
}

.entry {
	padding: 0 0 .5em 0
}

.entry ul {
	list-style: square;
	margin: 1em 0 1em 3em;
}

.single .entry {
	padding-bottom: 2em;
}

.comments {
	left: 0;
	position: absolute;
	top: 1em;
	background: url(images/comments_baloon.gif) no-repeat;
}

.postmetadata {
	list-style: none;
}

.postmetadata li {
	float: left;
	border-right: 1px solid #bbb;
	padding: 0 .7em;
}

body .comments,
body .comments a {
	width: 29px;
	height: 28px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	display: block;
	line-height: 19px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	padding: 0;
}

li.more,
.single li.author {
	padding-left: 0;
}

li.more a {
	background: url(images/more_icon.gif) no-repeat right center;
	padding-right: 15px;
}

li.date {
	border: none;
}

/*=older*/
.older {
	padding: 2em 0 0 6em;
}

.older dt {
	font-size: 2em;
	color: #777;
}

#sidebar li {
	list-style: none;
}

#sidebar h3 {
	padding-top: 1em;
	font-size: 1.3em;
}

#sidebar li {
	padding: .2em 0;
	font-size: 1em;
}

#sidebar li li {
	background: url(images/more_icon.gif) no-repeat left center;
	padding-left: 20px;
	font-size: 1.2em;
}

.notfound h2 {
	font-size: 1.9em;
}

.pagetitle {
	font-size: 1.7em;
}

.commentlist {
	padding-bottom: 2em;
}

.commentlist {
	list-style-position: inside;
}

body .commentlist li {
	padding: 1em;
}

.commentlist li {
	border: 1px solid #fff;
	margin-top: 1em;
}

.commentlist li.alt {
	border: 1px solid #ccc;
	background: #f9f9f9;
}

body .commentlist .admin {
	background: #ffc;
	border: 1px solid #fff47f;
}

.commentlist div {
	padding-left: 1.7em;
}

textarea {
	width: 38em;
	margin: 1em 0 .3em 0;
}

#respond,
#comments {
	padding-top: 1em;
	font-size: 1.8em;
}

.navigation {
	font-size: 1.1em;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

.home .alignleft {
	padding-left: 4em;
}

form {
	padding-top: 1em;
}

label {
	display: block;
}

form p {
	padding: .5em 0
}

form input {
	padding: .2em;
	width: 25em;
}

form input:focus,
textarea:focus {
	background: #fafafa;
}

.button {
	width: auto;
	padding: 0
}

#nav a {
	display: block;
	width: 105px;
	height: 22px;
	background: url(images/button.gif) no-repeat;
}

#nav a:hover {
	background-position: 0 -22px;
}

.image-block {
	display: block;
	text-align: center;
	padding: 1em 0;
}

a img {
	padding: .5em;
	border: 1px solid #ccc;
}

/*=footer*/
#footer {
	clear: both;
	background: url(images/dotted.gif) repeat-x;
	margin-top: 2.5em;
	padding-top: 1em;
	position: relative;
}

#footer .footer-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 1em;
}

#footer .footer-nav li {
	display: inline;
	padding-left: .5em;
}

blockquote {
	border-left: 10px solid #eee;
	margin: 1.5em 0;
	padding-left: 2em;
}

form input.image {
	width: auto;
}