/*  
Theme Name: Plane Jane
Theme URI: http://jimmitchell.org/projects/themes/plane_jane v2
Description: Plane Jane v2 - A Fireballish theme for Wordpress
Version: 2.5
Author: Jim Mitchell
Author URI: http://jimmitchell.org/

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

/* html selectors --------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	font: normal 12px Verdana, Arial, Tahoma, sans-serif;
}

input, textarea {
	outline: none;
}

p {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font: normal 12px Verdana, Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

blockquote {
	border-left: 3px solid #5D6772;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	margin-bottom: 20px;
	line-height: 180%;
	font-style: italic;
}

code {
	font: 1.2em "Lucida Console", "Courier New", "Courier", monospace;
	padding: 8px;
	background: #4F5962;
	border: 1px solid #5D6772;
	display: block;
}

/* classes ------------------------------------------ */

.bold {
	font-weight: bold;
}

.pointer {
	cursor: pointer;
}

/* page margins ---------------------------------- */

#blog, #page {
	width: 1057px;
	padding: 0;
	margin: 0 auto;
}

/* blocos --------------------------------------*/

#blog-left {
	width: 542px;
	margin: 0 77px 0 0;
	float: left;
}

#blog-right {
	width: 438px;
	float: left;
}

/* banner --------------------------------- */

#banner {
	width: 501px;
	height: 182px;
	padding: 0;
	margin: 0;
}

#banner #logo-img {
	margin: 73px 0 0 64px;
}

/* main content --------------------------------- */

#main {
	width: 542px;
	float: left;
}

#wide {
	width: 542px;
	float: left;
}

#paginacao {
	width: 455px;
	height: 23px;
	float: right;
	margin: 0 0 75px 0;
}

.postnav {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.postnav li.left {
	display: block;
	float: left;
	width: 100px;
	height: 23px;
}

.postnav li.right {
	display: block;
	float: right;
	width: 98px;
	height: 23px;
}

.postnav .left a {
	display: block;
	width: 100px;
	height: 23px;
	background: url(images/anterior.jpg) no-repeat left top;
}

.postnav .left a:hover {
	background: url(images/anterior_hover.jpg) no-repeat left top;
}

.postnav .right a {
	display: block;
	width: 98px;
	height: 23px;
	background: url(images/proximo.jpg) no-repeat left top;
}

.postnav .right a:hover {
	background: url(images/proximo_hover.jpg) no-repeat left top;
}

/* post ---------------------------------- */

#post-left {
	width: 71px;
	margin: 0 16px 0 0;
	float: left;
}

#post-data {
	width: 71px;
	height: 65px;
	background: url(images/fundo_data.jpg);
	color: #333333;
	position: relative;
}

#post-data .dia {
	font-size: 21px;
	font-weight: bold;
	position: absolute;
	top: 22px;
	left: 29px;
}

#post-data .mes-ano {
	font-size: 10px;
	position: absolute;
	top: 44px;
	left: 29px;
}

#post-right {
	width: 455px;
	float: left;
}

#post-right p {
	margin: 0 0 18px 0;
}

#titulo-post {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -0.05em;
	padding: 26px 0;
}

#links {
	margin: 25px 0 0 0;
}

.addtoany-share {
	float: right;
	width: 212px;
}

#comentarios {
	width: 116px;
	height: 30px;
	margin: 0 0 25px 0;
	position: relative;
}

#comentarios-balao {
	width: 27px;
	height: 30px;
	float: left;
	z-index: -3;
}

#comentarios-texto {
	position: absolute;
	left: 7px;
	top: 6px;
	font-size: 10px;
	font-weight: bold;
}

#comentarios-img {
	position: absolute;
	right: 0;
	top: 0;
}

#tags-titulo {
	font-weight: bold;
}

#tags-links {
	color: #666666;
}

#tags-links a {
	color: #666666;
}

.voltar {
	margin: 20px 0 0 0;
}

#btVoltar {
	cursor: pointer;
}


/* comments & trackbacks --------------------------------- */

#separa-post-comentarios {
	margin: 31px 0 22px 0;
}

#post-right .comment_area p.commenter {
	margin: 0 0 15px 0;
}

.aguarda-moderacao {
	color: #ff0000;
}

#separa-comentario-formulario {
	margin: 10px 0 30px 0;
}

#titulo-form-comentarios {
	margin: 0 0 35px 0;
}

.label-formulario-comentarios {
	font-size: 12px;
	font-weight: normal;
}

.input-transp {
	border: none;
	background: transparent;
}

.input-form-comentarios {
	height: 18px;
	font-size: 11px;
}

.div-input-nome-comentarios {
	width: 395px;
	background: url(images/input_nome.jpg) no-repeat left top;
	text-align: center;
	height: 18px;
}

.div-input-email-comentarios {
	width: 393px;
	background: url(images/input_email.jpg) no-repeat left top;
	text-align: center;
}

.div-input-site-comentarios {
	width: 414px;
	background: url(images/input_site.jpg) no-repeat left top;
	text-align: center;
}

.input-nome-comentarios {
	width: 389px;
}

.input-email-comentarios {
	width: 387px;
}

.input-site-comentarios {
	width: 408px;
}

.textarea-comentarios {
	width: 450px;
	height: 197px;
	font-size: 11px;
	font-family: Verdana;
	margin: 5px 0 0 0;
}

.div-textearea-comentarios {
	width: 448px;
	height: 208px;
	background: url(images/textarea.jpg) no-repeat left top;
}

.comment_area, .trackback_area {
	padding: 0;
}

.comment_area ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment_area li {
	margin-bottom: 28px;
}

.comment_area form li {
	margin-bottom: 0;
}

.commenter {
	font-weight: bold;
	color: #000000;
	padding-left: 0;
	margin-left: 0;
}

.comment_info {
	font-weight: normal;
}

.comment_number {
	font-family: georgia, times, serif;
	font-size: 2.46em;
	color: #4F5962;
	margin-left: 0;
	margin-right: 10px;
}

.submit {
	font-weight: bold;
	font-size: 1.16em;
	color: #dddddd;
	padding-left: 0;
}

.comment_area textarea {
	width: 95%;
}

.trackback_area ol {
	list-style: none;
	padding: 5px;
	padding-left: 15px;
}

.trackback_area li {
	line-height: 180%;
}

/* sidebar --------------------------------- */

#side {
	width: 389px;
	float: left;
	padding: 0;
	margin: 0;
}

#side #sidebar {
	width: 244px;
	margin: 0 auto;
}

#manifesto .manifesto-titulo {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 16px 0;
}
#manifesto .manifesto-texto {
	font-size: 11px;
	line-height: 150%;
}

#side #busca {
	width: 244px;
	height: 28px;
	margin: 25px 0 19px 0;
	background: url(images/buscar_fundo.jpg) no-repeat left 1px;
}

#side #inp-busca {
	width: 148px;
	height: 14px;
	font-size: 11px;
	margin: 5px 0 0 57px;
	background: transparent;
	border: none;
}

#side #ok {
	width: 29px;
	height: 27px;
	float: right;
}

#side #btBuscar {
	cursor: pointer;
}

#titulo-news {
	background: url(images/zine.jpg) no-repeat left top;
}

#texto-news {
	font-size: 11px;
}

.label-news {
	font-size: 10px;
	font-weight: bold;
}

#div-inp-news {
	background: url(images/inp_fundo.jpg) no-repeat left top;
	width: 200px;
	height: 18px;
	text-align: center;
}

#div-inp-news-code {
	background: url(images/inp_code_fundo.jpg) no-repeat left top;
	width: 67px;
	height: 18px;
	text-align: center;
}


.erro {
	font-size: 10px;
	color: red;
	font-weight: bold;
}

#linha-sidebar {
	width: 245px;
	height: 28px;
	background: url(images/linha_sidebar.jpg) no-repeat left top;
}

.inp-news {
	background: transparent;
	border: none;
	width: 194px;
	height: 18px;
	font-size: 11px;
}

#recentcomments {
	list-style: none;
	font-size: 10px;
	width: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border-top: 1px solid #5D6772;
}

#side ul.sidelist {
	padding-bottom: 15px;
}

.recentcomments {
	padding: 5px 0;
	width: 94%;
	padding-left: 6%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #5D6772;
	color: #dddddd;
}

#historicoPost {
	margin: 0 0 20px 0;
}

#linksHistorico ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#linksHistorico ul li {
	font-size: 12px;
	font-weight: bold;

}

#linksHistorico ul li ul {
	padding-left: 6px;
	margin: 5px 0 0 0;
}

#linksHistorico ul li ul li {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: 0 0 5px 0;
}

#linksHistorico ul li ul li a {
	color: #666666;
}
/* footer --------------------------------- */

#foot {
	width: 552px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	clear: both;
	height: 41px;
}

#barra-footer {
	text-align: right;
}

#links-footer {
	float: right;
	margin: 5px 10px 0 0;
	width: 455px;
}

#logo-box-footer {
	float: left;
}

#rss {
	float: right;
}

#rss a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(images/rss.jpg) no-repeat left top;
}

#rss a:hover {
	background: url(images/rss_hover.jpg) no-repeat left top;
}


/* misc stuff --------------------------------- */

ul.linklist, ul.linklist ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}

ul.linklist {
	padding-left: 25px;
	padding-bottom: 25px;
}

ul.linklist h2 {
	font-size: 1.18em;
	margin: 15px 10px 10px 10px;
}

ul.linklist a {
	padding: 0.2em 0;
	margin-left: 20px;
	padding-left: 0;
	line-height: 180%;
}

#searchform {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

.lh100 {
	line-height: 100%;
	padding: 5px 0;
}

.cloud {
	padding: 0;
	width: 169px;
	margin: 0;
	margin-bottom: 15px;
	border: none;
	display: block;
}

.cloud a {
	border-bottom: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.cloud img {
	margin: 3px;
	margin-top: 0;
}

.flickr {
	color: #4488CC;
}

.flickr span {
	color: #CC6666;
}

.contactform {
	padding: 0 10px;
	margin: 0 20px;
}
