/*  
Theme Name: Paulo Ribeiro
Theme URI: http://www.pauloribeiro.net
Description: This is my theme
Version: 1.0
Author: Paulo Ribeiro
Author URI: http://www.pauloribeiro.net

*/

/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*#####################################################################################################*/

.esquerda {
	width:880px;
	float:left;
	padding: 15px 0 0 30px;
}

.sidebar {
	width:160px;
	float:left;
	margin: 30px 0 0 30px;
}

.central {
	width:500px;
	position:absolute;
	left: 380px;
	top: 0px;
	padding: 15px 0px 0 30px;
}
/*#####################################################################################################*/
body {
	background:url(imagens/background.gif) repeat-y;
}
body, h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
}
h1{
	font-size:36px;
	letter-spacing: -2px;
	color:#d7d7d7;
}
h2{
	font-size:24px;
	color:#999999;
	letter-spacing: -2px;
	margin: 10px 0 6px -1px;
}
body, h4{
	font-size:14px;
	letter-spacing: -1px;
}


/*#####################################################################################################		GERAL		*/


a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	letter-spacing: -1px;
	text-decoration: none;
	color: #33ccff;
}
a:hover {
	text-decoration: underline;
}


/*#####################################################################################################		MENU		*/
.menu {
}

li.menu  {
	float: left;
	padding: 0 10px 0 0 ;
	letter-spacing: -1.2px;
}
/*#####################################################################################################		header		*/
.blog_title {
	margin: 30px 0 0 0;
}
.blog_titles {
	margin: 30px 0 0 0;
}
.title{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	font-size:36px;
	letter-spacing: -2.5px;
	margin-left:-2px;
}
.title:hover{
	text-decoration: none;
}
/*#####################################################################################################		modulos		*/
.modulo {
	margin: 40px 0 0 0 ;
	width: 320px;
}
.subtitle{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF66E3;
	font-weight:bold;
	font-size:24px;
	letter-spacing: -2.5px;
	margin:0 0 161px -2px;
}
.textwidget {
	width: 320px;
}
.textwidget img {
	margin:10px 5px 30px 0;
}
.widgettitle {
	margin:30px 0 10px 0;
}
/*#####################################################################################################		post		*/
.post {
	margin:0 0 100px 0;
}
.divisoria {
	margin:8px 0px 10px 0;
}
a.post_title_link {
	font-size:24px;
}
.post_title {
	float:left;
	margin:15px 4px 0 -1px;
}
.post_comments {
	margin:12px 0 0 0;
}
.post_data {
	margin:0 0 10px 0;
	float:left;
	color:#cccccc;
}
.post_tags {
	margin:0 0 10px 0;
	text-align:right;
}
a.post_tags_link {
	color:#ff66e3;
}
.content {
	padding: 8px 0 0 0;
}
ol.content {
	margin: 0 0 0 5px;
}
/*#####################################################################################################		comments		*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	/*font-size: 12px;*/
	color:#999999;
	padding: 0 0 0 25px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	color:#666666;
	font-weight:bold;
	
}
