/*  
Theme Name: SkinMax Blog
Version: 1.0
Author: Vitor Justin
Author e-mail: vitor.justin@gmail.com

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 Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	color: #A4C540;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

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

a:hover, a:active {
	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;
}

input, textarea {
	outline: none;
	resize: none;
}

/* -- UTILITY : This id preloads theme images without the need for JavaScript -- */

#preloadImages {
	width: 0;
	height: 0;
	display: inline;
	background-image: url(images/anterior_hover.jpg);
	background-image: url(images/proximo_hover.jpg);
	background-image: url(images/bt_enviar_hover.jpg);
	background-image: url(images/comentarios_background_hover.jpg);
	background-image: url();
}

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

#blog, #page {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

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

#banner {
	background: url(images/topo_background.jpg) left top repeat-x;
	width: 100%;
	height: 200px;
	padding: 0;
	margin: 0;
}
#contentBanner {
	height: 182px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#banner #logo {
	background: url(images/logo.png) left top no-repeat;
	height: 68px;
	position: absolute;
	top: 72px;
	width: 234px;
}
#logo a {
	display: block;
	width: 234px;
	height: 68px;
}

#back-home {
	height: 52px;
	position: relative;
	width: 100%;
}

#back-home-content {
	margin: 0 auto;
	width: 960px;
	
}

#back-home-content a {
	background: url(images/home.jpg) no-repeat left top;
	bottom: 0;
	display: block;
	height: 11px;
	position: absolute;
	width: 113px;
}

#back-home-content a:hover {
	background: url(images/home_hover.jpg) no-repeat left top;
}



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

#contentM {
	width: 995px;
	margin: 0 auto;
}

#main {
	width: 572px;
	margin: 43px 26px 0 0;
	float: left;
}
#post {
	float: left;
	width: 572px;
}



#titlePost {
	clear: both;
	margin: 0 0 0 0;
}

.marcador-titulo {
	float: left; 
	margin: 16px 0 0 0;
	width: 11px;
}

.titulo {
	float: right;
	width: 555px;
}

#titlePost a {
	font-weight: normal;
}

#titlePost a:hover {
	text-decoration: none;
}

#contentPost {
	float: left;
	margin: 20px 0 70px 16px;
}
#contentMain {
	width: 572px;
}

/*------ data e hora */

#date-time {
	clear: both;
	height: 30px;
	margin: 0 0 8px 0;
	width: 100%;
}

#date-time .text {
	color: #686868;
	float: left;
	font-weight: bold;
	margin: 6px 0 0 0;
}

#date-time #time {
	float: left;
	margin: 0 22px 0 0;
}

#date-time #time .relogio {
	float: left;
	margin: 0 5px 0 0;
}

#date-time #date {

}

#date-time #date .calendario {
	float: left;
	margin: 0 5px 0 0;
}

/*------ /data e hora */


#contentMain p {
	margin: 0 0 5px 0;
}
#contentMain p.esp {
	margin: 0 0 25px 0;
}
#contentMain a.linkTexto {
	font-weight: normal;
}
#contentMain a.linkTexto:hover {
	text-decoration: underline;
}
#wide {
	width: 675px;
	padding: 10px 0;
	float: left;
}

#main p, #wide p {
	line-height: 180%;
	text-align: left;
}

#main ul, #wide ul, #main ol, #wide ol {
	line-height: 180%;
}

#main h2, #wide h2 {
	font-family: Arial;
	font-size: 30px;
	color: #676767;
	text-transform: uppercase;
}

#main h2 a, #wide h2 a {
	font-family: Arial;
	font-size: 30px;
	color: #676767;
	border: none;
	text-transform: uppercase;
}

#main h2 a:hover, #wide h2 a:hover {

}

#main h3, #wide h3 {
	font-size: 1em;
	font-weight: normal;
	color: #999999;
	padding-bottom: 10px;
}

a.extlink, a.extlink {
	padding-right: 12px;
	padding-top: 0px;
	background: #474F57 url(images/external-link.png) no-repeat right center;
}

#main ul, #main ol {
	line-height: 180%;
}

#main h2.pagetitle, #wide h2.pagetitle {
	font-size: 15px;
	margin: 15px 0 3px 0;
	color: #A4C53F;
	text-align: right;
	font-family: Tahoma;
	font-weight: bold;
}
#main h2.erro404 {
	font-size: 22px;
	margin: 15px 0 3px 75px;
	color: #A4C53F;
	font-family: Tahoma;
	font-weight: bold;
}
#links {
	margin: 58px 0 0 0;
}

.sharePost {
	width: 255px;
	float: right;
	margin: 50px 0 0 0;
}

#editarPost {
	float: right;
	margin: 25px 0 0 0;
}

#comentarios {
	float: left;
	height: 31px;
	width: 161px;
}

#comentarios a {
	background-image: url(images/comentarios_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	cursor: pointer;
	display: block;
	height: 25px;
	padding: 6px 0 0 8px;
	width: 155px;
}

#comentarios a:hover {
	background-image: url(images/comentarios_background_hover.jpg);
	text-decoration: none;
}



/*************** paginação */

#paginacao {
	float: right;
	margin: 0 0 50px 0;
	width: 557px;
}

#paginacao #linha {
	background: #FF591B;
	height: 2px;
	margin: 0 0 50px 0;
	width: 100%;
}

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

.postnav li.left {
	display: block;
	float: left;
	width: 165px;
	height: 34px;
}

.postnav li.right {
	display: block;
	float: right;
	width: 160px;
	height: 34px;
}

.postnav .left a {
	display: block;
	width: 165px;
	height: 34px;
	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: 160px;
	height: 34px;
	background: url(images/proximo.jpg) no-repeat left top;
}

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

/**** /paginação */

#mo_archive, #cat_archive {
	margin-bottom: 25px;
	float: left;
}

#mo_archive ul, #cat_archive ul {
list-style: none;
}

/* images --------------------------------- */

#main p img, #wide p img {
	padding: 0;
	max-width: 100%;
	}

.img_border {
	padding: 3px;
	margin: 3px;
	border: solid 1px #5D6772;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, .img_right {
	margin-left: 6px;
	margin-bottom: 2px;
	padding-top: 6px;
	display: inline;
	}

img.alignleft, .img_right {
	margin-right: 6px;
	margin-bottom: 2px;
	padding-top: 6px;
	display: inline;
	}

.alignright, .img_right {
	float: right;
	}
	
.alignleft, .img_left {
	float: left
	}
/* End Images */


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

#comments {
	border-top: 2px solid #FF591B;
	float: right;
	padding: 50px 0 0 0;
	width: 557px;
}

#comments h2 {
	border-bottom: 2px solid #FF591B;
	color: #373737;
	font-size: 15px;
	margin: 0 0 20px 0;
	padding: 0 0 12px 2px;
	text-transform: uppercase;
}

#titleComent {
	margin: 0 0 27px 0;
}

#titleEscrevaComment {
	margin: 0 0 15px 0;
}

.key {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.form-text {
	background: transparent;
	border: transparent;
	padding: 3px 0 0 0;
	width: 453px;
}

.form-textarea {
	font-family: Tahoma;
    font-size: 12px;
}

.inp-nome {
	background: url(images/input.jpg) left top no-repeat;
	height: 25px;
	width: 466px;
	text-align: center;
}
.inp-email {
	background: url(images/input.jpg) left top no-repeat;
	height: 25px;
	width: 466px;
	text-align: center;
}
.inp-site {
	background: url(images/input.jpg) left top no-repeat;
	height: 25px;
	width: 466px;
	text-align: center;
}
.inp-msg {
	background: url(images/textarea.jpg) left top no-repeat;
	height: 137px;
	width: 466px;
	text-align: center;
}

.pointer {
	cursor: pointer;
}

.notificacao {
	font-size: 12px;
}

#validaErro {
	text-align: right;
	font-weight: bold;
	color: #ff0000;
}

.comment_area, .trackback_area {
	padding: 0;
	margin-bottom: 30px;
}

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

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

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

.comment_area li p {
	color: #333333;
}

.commenter {
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.comment_info {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.comment_text {
	font-weight: normal;
	font-style: normal;
	color: #333333;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.comment_aguarda {
	color: #ff0000;
}
.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: 290px;
	float: left;
	margin: 50px 0 0 0;
}

#side div {
	margin: 0 0 45px 0;
}

#side div a {
	color: #676767;
	font-weight: normal;
}

#side #twitter {
	margin: 0 0 100px 0;
	text-align: right;
}

#side h2 {
	background: url(images/linha_side.jpg) left bottom no-repeat;
	color: #373737;
	font-size: 15px;
	margin: 0 0 20px 0;
	padding: 0 0 12px 2px;
	text-transform: uppercase;
}

#side .textwidget {
	color: #333333;
	margin: 0 0 45px 0;
	padding: 0 0 0 2px;
}

#side #historicoPost {
	width: 290px;
	height: 36px;
}

#side #linksHistorico {
	margin: 25px 0 45px 0;
}
#linksHistorico ul {
	margin: 0 0;
	padding: 0 0 3px 20px;
	list-style: none;
}
#linksHistorico ul li {
	padding: 0 0 5px 0;
}
#linksHistorico ul.ano li {
	list-style-image: url("images/marcador_ano.jpg");
	font-weight: bold;
}
#linksHistorico ul.mes {
	padding: 2px 0 0 18px;
}
#linksHistorico ul.mes li {
	list-style-image: url("images/marcador_mes.jpg");
	text-transform:capitalize;
}
#linksHistorico ul.mes li a {
	font-weight: normal;
}

#side ul.blogroll  {
	margin: 0 0 45px 0;
	padding: 0 0 3px 20px;
	list-style: none;
}
#side ul.blogroll li {
	list-style-image: url("images/marcador_ano.jpg");
	font-weight: normal;
	margin: 0 0 3px 0;
}
#side ul.blogroll li a {
	color: #484848;
	font-weight: normal;
}

/* footer --------------------------------- */

#foot {
	background: url(images/footer_background.jpg) left top repeat-x;
	clear: both;
	color: #464646;
	height: 127px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 100%;
}
#contentFoot {
	width: 995px;
	margin: 0 auto;
	position: relative;
}

#conteudoRodape {
	position: absolute;
	top: 50px;
}

/* 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;
}

