/*
Theme Name: Oneword
Theme URI: http://onebit.com.br/blog/
Description: The theme designed for a blog of a brazilian webdesign agency.
Version: 1.0
Author: André Luiz Trabuco
Author URI: http://onebit.com.br/
Tags: red, custom header, fixed width, two columns, widgets

	Oneword v1.0
	 http://onebit.com.br/blog/

	This theme was designed and built by André Luiz Trabuco,
	whose blog you will find at http://onebit.com.br/blog/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #3f3f3f;
	background: #343434 url(images/header_fundo.png) repeat-x center 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	height: 100%;
}

html, body {
	height: 100%;
}


ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym { 
	cursor: help;
	border-bottom: 1px dashed #333; 
}

pre, code { 	
    display: block; 	
    margin: 25px 0; 
    padding: 15px; 
	border-left: 3px solid #abb0b0; 
    background: #e0e5e5;
	font-size: 1.5em;
    } 
p > code { 	
	font-size: 1.0em;
	line-height: 1.2em;
    }   
pre code { 
	border: none; 
}
strong {
	font-weight: bold;
	letter-spacing: 0;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.clear {
	clear: both;
}


/* Link Styles */
a:link, a:visited {
	color: #a51a1a;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:none;
}
a:active {
	color: #a51a1a;
	text-decoration:none;
}
.a_heading a:link, .a_heading a:visited {
	color: #3f3f3f;
	text-decoration:none;
}
.a_heading a:hover {
	color: #3f3f3f;
	text-decoration:none;
}
.a_heading a:active {
	color: #3f3f3f;
	text-decoration:none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px 0 0px 0;
	color: #000;
}
h1 {
	font-size: 3.4em;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-top: 10px;
}
h2 {
	margin-top: 20px;
	font-size: 2.8em;
}
h3 {
	font-size: 2.5em;
	margin: 30px 0 20px 0;
}
h4 {
	font-size: 2.2em;
}
h5 {
	font-size: 1.9em;
}
h6 {
	font-size: 1.6em;
}


/* General Classes */
.hidden {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}

/* Header */
#header {
	position: relative;
	height: 114px;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding:20px 0 0 0;
}

.description {
	position:absolute;
	top:35px;
	font:14px 'Trebuchet MS',Verdana,Tahoma,Helvetica,sans-serif;
	color:#C1C1C1;
	left:240px;
}

/****************************
MENU
****************************/
#menu {
	position:absolute;
	top:105px;
	right:0;
}

#menu ul li {
	display:inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform: uppercase;
	margin:0 0 0 5px;

}

#menu ul li a {
	color:#CCC;
}

#menu ul li a:hover {
	color:#3f3f3f;
}

/****************************
		WRAPPER	
****************************/

#wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}


/****************************
		SIDEBAR
****************************/

#sidebar {
	width: 170px;
	margin-right: 1px;
	padding-bottom: 30px;
	background: url(images/fundo_busca.png) repeat-y;
	float:right;
}

#sidebar li {
	list-style:none;
	text-transform:uppercase;
}

#sidebar .caixa_busca {
	background: url(images/fundo_busca.png) repeat-y;
	padding: 15px 0;
	border-bottom: 1px solid #a5aaaa;
}
#sidebar .caixa_busca fieldset {
	margin: 0;
	padding: 0;
}
#sidebar .caixa_busca input {
	display: block;
	margin: 0 auto;
	border: 1px solid #9e9e9e;
	padding: 3px;
	padding-right: 24px;
	width: 115px;
	background: #fff url(images/search_icon.png) no-repeat 100% 50%;
}

#sidebar .caixa_busca input {
	display: block;
	margin: 0 auto;
	border: 1px solid #9e9e9e;
	padding: 3px;
	padding-right: 24px;
	width: 115px;
	background: #fff url(images/search_icon.png) no-repeat 100% 50%;
}

#sidebar a img {
	padding:2px 5px 2px 10px;
}

#sidebar .caixa_busca input#searchsubmit {
	display:none;
}

#sidebar a:link, #sidebar a:visited {
	color: #8b8f8f;
	text-decoration:none;
}
#sidebar a:hover {
	color: #000;
	text-decoration:none;
}
#sidebar a:active {
	color: #8b8f8f;
	text-decoration:none;
}
#sidebar h3 {
	font-size: 1.0em;
	margin: 0;
	margin-bottom: 10px;
	color: #3a3a3a;
}

#sidebar #advert_div {
	background: url(images/advert_bg.png) repeat-y;
	padding: 10px;
	border-top: 1px solid #d8dada;
	border-bottom: 1px solid #b7bbbb;
}
#sidebar #advert_div_inner {
	display: block;
	margin: 0 auto;
	width: 125px;
}
#sidebar #advert_div img {
	margin: 5px 0;
}
#sidebar .subscribe_div {
	background: url(images/sidebox_bg.png) no-repeat 0 100%;
	padding: 15px;
	padding-left: 25px;
	border-top: 1px solid #f1f3f3;
	color: #8b8f8f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform: uppercase;
}
#sidebar  h2 {
	padding-bottom: 5px;
	font:12px 'Trebuchet MS',Verdana,Tahoma,Helvetica,sans-serif;
	text-transform:uppercase;
	
}


/****************************
		CONTENT
****************************/

#content {
	width: 729px;
	padding: 40px;
	padding-bottom: 20px;
	float:left;
	background:#FFF;
}
#content {
	padding-right: 20px;
}

.small_img {
	background: url(images/logo_small.gif) no-repeat 100% 0px;
	width: 175px;
}
.medium_img {
	background: url(images/logo_medium.gif) no-repeat 100% 0px;
	width: 300px;
}
.large_img {
	background: url(images/logo_large.gif) no-repeat 100% 0px;
	width: 426px;
}
#header .logo a {
	color: #fff;
}


#header .description {
	float: left;
	height: 60px;
	color: #a9adad;
	font-size: 14px;
	line-height: 60px;
	margin-left: 15px;
}
#header ul#navigation {
	height: 3.2em;
	position: absolute;
	right: 3px;
	bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform: uppercase;
	z-index: 99;
}
#header ul#navigation li {
	display: inline;
	padding: 0.5em 1.5em 0.5em 0;
	letter-spacing: -0.05em;
}
#header ul#navigation a:link, #header ul#navigation a:visited {
	color: #727272;
	text-decoration:none;
}
#header ul#navigation a:hover {
	color: #fff;
	text-decoration:none;
}
#header ul#navigation li.current_page_item a {
	color: #fff;
	text-decoration:none;
}
#header ul#navigation a:active {
	color: #727272;
	text-decoration:none;
}
#header ul#navigation .subscribe {
	background: url(images/rss_icon_nav.gif) no-repeat 100% 50%;
	padding-right: 2.8em;
	line-height: 1.6em;
}

/* Wrapper */

#wrapper {
	width:960px;
	margin:0 auto;
	border-bottom: 1px solid #191a1a;
}


#content p {
	font-size: 1.5em;
	line-height: 1.7em;
	margin: 15px 0 15px 0;
}
#content ol, #content ul {
	margin: 0 0 0 20px;
	font-size: 1.5em;
	line-height: 1.7em;
}
#content ol ol, #content ul ul {
	font-size: 1.0em;
}
#content ol li {
	list-style: decimal;
}
#content ul li {
	list-style: none;
	background: url(images/li_square.png) no-repeat 0 9px;
	padding-left: 16px;
}
#content dl {
	font-size: 1.5em;
	line-height: 1.5em;
}	
#content dl dt { 
	margin-top: 15px;
	font-weight: bold; 
}	
#content dl dd { 
	margin: 0; 
}
#content blockquote {
	font-size: 0.8em;
	line-height: 1.0em;
	font-style: italic;
	padding: 20px 20px 20px 60px;
	margin: 20px 0;
	background: url(images/quote.png) no-repeat 0 0;
}
#content .post_nav {
	width: 13em;
}

p.button {
	margin: 0;
	padding: 0;
}

.button a:link, .button a:visited {
	background: #a61a1a url(images/more_bg_hover.png) no-repeat 85% 50%;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0.5em 2.0em 0.5em 1.0em;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.button a:hover {
	background: #a61a1a url(images/more_bg.png) no-repeat 85% 50%;
	color: #f38e8e;
	text-decoration:none;
}
.button a:active {
	color: #fff;
	text-decoration:none;
}
.button_l a:link, .button_l a:visited {
	background: #a61a1a url(images/more_bg_hover_l.png) no-repeat 15% 50%;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0.5em 1.0em 0.5em 2.0em;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.button_l a:hover {
	color: #f38e8e;
	background: #a61a1a url(images/more_bg_l.png) no-repeat 15% 50%;
	text-decoration:none;
}
.button_l a:active {
	color: #fff;
	text-decoration:none;
}
.b_push a {
	margin-left: 5px;
}
#content .entry {
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top:10px;
}

#content .entry h2 {
	display:block;
}

#content textarea {
	width:500px;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

/****************************
FOOTER
****************************/

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 15px;
	text-align: left;
	color: #e2e2e2;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear:both;
}
#footer p {
	padding-left: 2px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#footer a:link, #footer a:visited {
	color: #f38e8e;
	text-decoration:none;
}
#footer a:hover {
	color: #fff;
	text-decoration:none;
}
#footer a:active {
	color: #ff9477;
	text-decoration:none;
}
