body {
	font-family:  'verdana', 'arial', 'sans-serif'; 
	font-size: 12px;
	color: #666666; 
	background: #ffffff;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* shelf */

#shelfwrap { 
	background-image: url('images/bg-top.png');
	background-repeat: repeat-x; 
}

#shelf {
	width: 950px;
	min-height: 264px; 
	margin: auto; 
}

#shelf p {
	width: 300px;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
}

#shelf .left { 
}


#shelf .right {
}

#shelfbreak { 
}


/* navigation */

ul#navigation { 
	margin: 0;
	margin-top: 15px;
	list-style: none; 
}

ul#navigation li {
	padding-bottom: 5px;
}

ul#navigation img {
	border: 0;
}

/* recent posts */


ul#recentposts {
	list-style: none;
}		

ul#recentposts li {
	display: block;
	height: 20px;
	line-height: 17px;
	text-align: right;
	padding-right: 25px;
	font-size: 12px;
	color: #ffffff;
	background-image: url('images/seta-pra-esquerda.png');
	background-position: top right;
	background-repeat: no-repeat;
}

ul#recentposts li a{
	color: #ffffff;
	font-weight: bold;
}


/*
	Banner
*/

#banner {
	background-color: #ffffff;
	background-image: url('images/bg-bar.png');
	background-repeat: repeat-x; 
	height: 208px;
	margin: 0;
}

#foliage {
	background-image: url('images/bg-header.png');
	background-repeat: no-repeat; 
	width: 988px; 
	height: 208px;
	margin: 0;
	margin: auto;
	position: relative;
}

#logo {
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}

#pull {
	float: right;
	margin-right: 20px;
	margin-top: 30px;
}

#logo img, #pull img {
	border: 0;
}

#rssfeed {
	position: absolute;
	float: right;
	top: 170px;
	right: 20px;
}

#rssfeed img {
	border: 0;
}

/* content */
#top {
	background: #ffffff;
}

#wrapper{
	width: 988px;	
	text-align: left;
	background-image: url('images/bg-body.png');
	background-repeat: no-repeat;
	overflow: auto;
	margin: auto;
	margin-top: 0px;
}


#content { 
	width: 700px;	
	text-align: left;
	background-image: url('images/bg-body.png');
	background-repeat: no-repeat;
	overflow: auto;
	margin: auto;
	margin-top: 0px;
	float:left;
}

#sidebar{ 
	width: 280px;	
	text-align: left;
	overflow: auto;
	margin: auto;
	margin-top: 0px;
	float:left;
	
}

ul{
	padding-top: 4px;
	padding-bottom: 4px;
}

#twitter_update_list li{
	padding-top: 4px;
	padding-bottom: 4px;
}


/*
	content
*/

.post { 
	width: 90%;
	margin: auto;
	padding: 20px; 
	margin-bottom: 30px;
	border: 1px solid #E0E0E0;
}

h2 {
	background-image: url('images/seta-pra-direita.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 20px;
}

h2 a {
	text-decoration: none;
	color: #658700;
	font-variant: small-caps;
}

h2 a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #658700;
}

.chrondate { 
	padding-left: 25px; 
	font-size: 0.5em;
}

.chrondate a { 
	font-size: 0.5em;
	text-decoration: none;
}

.chrondate a:hover { 
}

.entrymeta { 
	margin: -1em 0 2em 0; 
	text-transform: lowercase; 
}		

.entry{
	font-size:14px;
}

.entry img { 
	padding: 3px;
} 


.entry img .wp-smiley{
	background: #FFF;
	border: 0;
	padding: 0;
}


.entry ul li, .mulch ul li { 
	list-style: none; 
	background: url(images/li.gif) no-repeat 0 0.3em; 
	padding-left: 1.5em; 
	margin-left: 2.2em; 
}

.entry ol, .mulch ol { 
	margin-left: 3.5em; 
}

.entry li, .mulch li { 
	padding-bottom: 0.3em; 
	width: 423px; 
	font-size: 1em;
}

.entry blockquote, .mulch blockquote { 
	margin-left: 3.9em; 
	color: #8F8F8F; 
	width: 423px; 
}

.entry strong, .mulch strong { 
	color: #EFB;
}

.returnhome { 
	float: right; 
}

/* content details */
.commentnote { 
	color: #B3BE82; 
	padding: 0.5em 0.3em 0 0.9em; 
}

#singlecontent { 
	width: 75em; 
	margin: 0 auto; 
	padding-bottom: 3em; 
	text-align: left; 
	line-height: 1.5em; 
}

#singlecontent .post { 
	float: left;
	width: 45em;
}

#commentscolumn { 
	color: #d6ddbc; 
	margin: 2em 0 3em 0; 
	float: right; 
	width: 28em; 
	background: #80AC01 url(images/snippet_right.gif) no-repeat bottom right; 
}

.comments {
	color: #d6ddbc; 
	margin: 0; 
	padding: 9px 9px 0 9px; 
	background: url(images/snippet_left.gif) no-repeat -1px -1px;
}

#commentwrap { 
	float: left;
	margin:0;
	padding-bottom: 3em;
}

#commentform small {
	color: #555;
}

.commentlist li {
	list-style: none;
	border-top: 1px solid #717A50;
	padding-top: 0.3em;
}

.author .commententry { 
	background: url(images/author.gif) no-repeat top right;
}

.commententry { 
	padding: 0 0.8em 0 0.9em; 
	overflow: hidden;
}

.commententry blockquote {
	color: #B3BE82; 
	margin-left: 1em;
}

#author, #email, #url, #comment {
	font: 12px verdana, arial, sans-serif;
	border: 1px solid #333;
	color: #666;
	padding: 2px;
}




#author, #email, #url {
	width: 185px;
}

#comment {
	width: 436px; 
	height: 125px; 
	overflow: auto; 
	font-size: 10px;
}

#submit {
	background: #80AC01; 
	border: 1px solid #D6DDBC; 
	color: #333; 
	font-size: 12px; 
	padding: 0 1em;
        cursor:pointer;
}

/* footer content */

#bottom {
	width: 100%;
	background-image: url('images/bg-footer-wide.png');
}

#footer {
	position: relative;
	background-image: url('images/bg-footer.png');
	width: 988px;
	height: 212px;
	margin: auto;
	overflow: auto;
	display:block;
}

#footer-brand {
	position: absolute;
	top: 110px;
	left: 20px;
}

#footer-brand a, #footer-go-top a {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

#footer-brand a b {
	color: #6a8e00;
}

#footer-go-top {
	position: absolute;
	top: 110px;
	right: 13px;
}


/* misc */

/*  floats */
.center {
	text-align: center;
}

.right { 
	float: right; 
}

.left { 
	float: left; 
}

.clear { 
	clear: both; 
}

.fix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.fix { 
	display: inline-block; 
}

* html .fix { 
	height: 1%; 
}

.fix { 
	display: block; 
}

.gallery {
	margin: auto;
}

.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: {$itemwidth}%;
}

.gallery img {
	border: 1px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
}

.wp-smiley{
	background: #FFF;
	border: 0;
}

#bt_search{
	border: 1px solid #ADD633;
	height: 25px;
	cursor:pointer;
	margin-top:4px;
	background-color:#ADD633;
	color:#FFF;
}


#text_search{
	border: 1px solid #ADD633;
	height: 20px;
}


#searchbar{
	margin-bottom:30px;
}
