/*  
Theme Name: 72 DPI 
Description: Layout do Blog 72 DPI
Version: 2.0
Author: Marcelo Alves
Author URI: http://www.marcelo-alves.com/
*/

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	background-color:#fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
	font-weight:bold;
	text-align:left;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

p, ol, ul {
	margin-top: 0;
	text-align: justify;
}

p{	
	margin-bottom:15px;
	display:block;
}
/* --------> Links */
a {
	display:block;
	}
p a, li a {
	display:inline-block;
	color:#fc8b06;
	text-decoration:none;
}

p a:hover, li a:hover {
	text-decoration: underline;
	color:#fcc506;
	}
p a:visited, li a:visited{
	color:#fc8b06;
	}
h3.data{
	border:0;
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:normal;
	color:#999;
	margin-bottom:20px;
	}
a img {
	border: none;
}
h1 a, h2 a, h3 a{
	color:#333;
	text-decoration:none;
	}
h1 a:hover, h2 a:hover, h3 a:hover{
	color:#666;
	text-decoration:none;
	}
h1 a:visited, h2 a:visited, h3 a:visited{
	color:#333;
	text-decoration:none;
	}
h1.title{
	font-size:20px;
	color:#00CCCC;
		}
/* --- */

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0 auto;
}


/* Wrapper */

.container {
	width: 900px;
	position:relative;
	margin: 0 auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header {
	height: 100px;
}

/* Logo */
img.logo_72dpi{
	width:181px;
	height:50px;
	position:relative;
	left:10px;
	top:20px;
	display:block;
	margin-bottom:40px;
	}


/* Menu */

#menu {
	height: 99px;
	float: right;
	width: 550px;
	height: 162px;
	background: url(images/bg04.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 99px 0 0 54px;
	list-style: none;
	line-height: normal;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

#menu li {
	float: left;
	width: 121px;
	height: 20px;
	margin: 0 10px 0 0;
	padding: 4px 0 0 10px;
}

#menu a {
	text-decoration: none;
	color: #2D2D2D;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active {
	background: #8E0000 url(images/homepage01.jpg) repeat-x;
}

#menu li.active a {
	color: #FFFFFF;
}


/** CONTENT */

#content {
	float: left;
	width: 450px;
	padding: 10px 30px 0 10px;
}

.photo {
}

.photo .caption {
	height: 22px;
	margin: 0;
	padding: 6px 0 0 0;
	line-height: normal;
	background: #500;
	color: #fff;
	text-align: center;
}

.photo .caption a {
	color: #fff;
}

.post {
	padding: 0px 0 40px 0px;
}

.post .title h2 {
	padding: 0;
	margin-bottom:5px;
	clear:both;
}

.post .title p {
	margin: 0;
	padding:0;
	/*background: url(images/homepage03.jpg) no-repeat;*/
	line-height: normal;
}

.post .title h2 a {
	text-decoration: none;
	font-size:22px;
	color:#00CCCC;
	margin:0;
	border:0;
	padding:0;
	}
.post .title h2 a:hover {
	color:#009999;
}
.post .entry {
	padding: 0px;
}

.post .meta {
	padding: 0 10px;
	line-height: normal;
}

.post .meta .more {
	padding: 0 30px 0 20px;
	background: url(images/homepage04.gif) no-repeat 0 50%;
}

.post .meta .comments {
	padding-left: 20px;
	background: url(images/homepage05.gif) no-repeat 0 50%;
}
div#anuncio_post{
	widows:450px;
	height:60px;
	position:relative;
	display:block;
	margin:10px 0;
	}
/** SIDEBAR */

#sidebar {
	float: right;
	width: 410px;
	padding: 10px 0px 0 0px;
	margin-top:-25px;
	}

#sidebar h2 {
	padding-top: 25px;
	padding-bottom:1px;
	margin-bottom:5px;	
	/*margin-top:25px;*/
	font-size: 16px;
	color:#666;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .section1 {
}

#sidebar .section1 h2 {
	
}

#sidebar .section2, #sidebar .section3 {
	float: left;
	width: 190px;
}

#sidebar .section2 h2, #sidebar .section3 h2 {
	
}

#sidebar .section2 {
}

#sidebar .section3 {
	margin-left: 30px;
	padding-top:20px;
}
li.72dpi_anuncio{
	display:block;
	width:200px;
	/*margin-bottom:15px;*/
	/*padding-bottom:25px;*/
	}
/** FOOTER */

#footer {
	height: 125px;
	}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	display:block;
	text-align: center;
	color: #919191;
	font-size:11px;
}
#footer p a{
	display:inline-block;
	color:#fc8b06;
	text-decoration:none;
	}
#footer p a:Hover{
	text-decoration:underline;
	}
#footer .legal {
}

#footer .links {
}

#footer a {
	color: #fc8b06;
}

#commentform {
	padding-left: 15px;
}

#comment {
	width: 430px;
	padding-left: 15px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
	padding-left: 15px;
}

.navigation {
	padding: 40px 20px 0px 20px;
}
.pagetitle {
	padding-left: 10px;
	font-size: 28px;
	color: #2D2D2D;
}
/* layout */
div#tarja{
	width:100%;
	height:3px;
	position:relative;
	display:block;
	background-color:#000;
	}
/* ----> Busca */
div#busca{
	width:240px;
	height:20px;
	position:absolute;
	top:50px;
	right:10px;
	display:block;
	}
input.busca_campo{
	background-image:url(images/icone_busca.gif);
	background-repeat:no-repeat;
	background-position:2px 2px;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	padding-left:30px;
	}
input.busca_botao{
	border:0;
	background-color:#000;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding:2px 5px;
	}

/* --- */
/* ----------> Similar post */
div#similar_post h3{
	font-size:14px;
	margin-bottom:10px;
	margin-top:35px;
	display:block;
	position:relative;
	}
div#similar_post ul{
	margin:0;
	padding:0;
	margin:0;
	list-style:none;
	}
div#similar_post ul li{
	margin:0;
	padding:0;
	border:0;
	margin-bottom:5px;
	display:block;
	}
div#similar_post ul li a{
font-size:12px;
	text-decoration:underline;
	color:#666;
	}
div#similar_post ul li a:hover{
	color:#fc8b06;
	text-decoration:none;
		}
/* --- */
/* ----------> Comentários */
ol.commentlist{
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
	margin-top:15px;
	}
ol.commentlist li {
	margin:0;
	padding:0;
	border:0;
	margin-bottom:30px;
	color:#666;
	}
small.commentmetadata{
	margin-bottom:5px;
	display:block;
	}
	/* --- */
span.codigo{
	color:#666666;
	width:400px;
	color:#666;
	font-style:italic;
	font-size:11px;
	}
/* ---> Mais populares <--- */
div.akpc_report ul li{
	text-align:left;
	margin-bottom:15px;
	}
div.akpc_report ul li a{
	text-align:left;
	display:block;
	}
/* ---> Banner rodapé Submarino <--- */
div#anuncio_submarino{
	width:728px;
	height:90px;
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	}
div#anuncio_google_post{
	width:234px;
	height:60px;
	display:block;
	position:relative;
	margin-bottom:10px;
	}
code{
	color: #006666;
	text-align:left !important;
	}
pre.codigo{
	color:#009966;
	font-size:11px;
	width:450px;
	display:block;
	}
