/*  
Theme Name: blog.invisivel.net
Theme URI: http://blog.invisivel.net/
Description: Theme for the blog.invisivel.net weblog.
Version: 1.1
Author: Filipe Correia
Author URI: http://blog.invisivel.net/
*/

/*
 green: #73a37a
 blue: #437abe
 yellow: #ffce63
*/

/* Begin shared property values */
body, div, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

body, body #page {
	min-height: 100%;
	height: 100%; /*this is an IE5+/Win hack */
	width: 100%;
}

html>body, html>body #page {
	height: auto; /*this corrects the hack for good UAs */
}

#header, #content, #footer {
	margin-right: 206px;
}

#sidebar, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar ul ul li, #sidebar ul ol li, #sidebar a {
	color: white;
}
/* End shared property values */


/* Begin main layers */
body {
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
	color: #73a37a;
}

/* Begin header */
#header {
	margin-top: 15px;
}

a.title{
	position: relative;
	top: -10px;
	left: 20px;
}

#description {
	position: relative;
	top: -15px;
	left: 168px;

	width: 415px;
	
	font-size: 10pt;
	color: #73a37a;

}
/* End header */


#page {
	position: absolute;
	
	text-align: left;
	/* extra rule for sidebar background included in template header file */
}

#content {
	padding: 30px;
	padding-left: 58px;
	padding-right: 58px;
	margin-bottom: 25px;
}

#sidebar {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 206px;
}

#footer{
	position: absolute;
	bottom: 0px;
	width: 80%;
	height: 30px;

	margin: 0px;
	padding: 0px;
	text-align: center;


	font-size: 8pt;
	color: #437abe;
}

#footer p{
	margin: 2px;
}
/* End main layers */



/* Begin general formatting */

html {
	/* always show vertical scrollbars to avoid "jumps" when scrollbars are shown */
/*	overflow: -moz-scrollbars-vertical;  / would work for FF but is not considered valid CSS */
/*	overflow-y: scroll;  for firefox this will only work with version 1.1, but it is not valid CSS */
}

/* Begin headings */
h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
}

h2 {
	font-size: 16pt;
}

h2.pagetitle {
	font-size: 14pt;
}

#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
}

#sidebar form {
	margin: 0px;
}

h3 {
	font-size: 12pt;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	}

h1, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, a, a:visited {
	color: #437abe;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
/* End headings */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote, strike {
	color: #73a37a;	
}

small{
	font-size: 9pt;
	color: #437abe;
}

.nocomments, .postmetadata, .categories, .comments {
	color: #437abe;
}

.postmetadata {
	margin: 0px;
	padding: 1px;
	padding-left: 0px; 
	font-size: 9pt;
}

.categories{
	float: left;
}

.comments{
	float: right;
}

.post {
	margin-bottom: 45px;
}

.postdate{
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	color: #437abe;
}

.webbuttons{
	position: relative;
	top: 20px;
}

/* End general formatting */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

#sidebar ul ul.webbuttons li:before {
	content: " ";
}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul {
	margin-top: 100px;
	margin-left: 44px;
	margin-right: 14px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

dt{
	font-weight: bold;
}

dt:after{
	content: ":";
}

dt {float: left; margin-right: 0.5em;}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 78px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px;
	text-align: justify;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #DDDDDD;
}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

/*
blockquote {
	margin: 0px 30px 20px 10px;
	padding-top: 9px;
	padding-bottom: 3px;
	padding-left: 20px;
	width: 80%;
	font-style: italic;
}

blockquote p:last-child{
	padding-bottom: 12px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
*/

blockquote {
	margin: 0px;
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 20px;
	margin-top: 15px;
	width: 90%;
	font-style: italic;
/*
	padding-top: 9px;
	padding-bottom: 3px;
	padding-left: 20px;
*/

/*	background-color: red; */
}


blockquote p{
/*	padding-bottom: 12px;*/
	margin: 0px;
	padding: 0px;
	padding-bottom: 13px;

/*	background-color: blue; */
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin-top: 2px;
	margin-bottom: 28px;
	color: #437abe;
}

code{
	text-align: left;
}
/* End Various Tags & Classes*/


/* Start tables */
table.tabeladados, table.tabeladados td{
	border: 1px solid #73a37a;
}

table.tabeladados .tabelacabecalhosuperior{
	text-align: center;
	font-weight: bold;
	color: #437abe;
}

table.tabeladados .tabelacabecalholateral{
	font-weight: bold;
	color: #437abe;
}

table.tabeladados td{
	vertical-align: top;
}

table th.colunanumero, table th.colunalookup, table td.colunanumero, table td.colunalookup{
	text-align: center;
}

table td.colunalookup{
	text-align: center;
}
/* End tables*/


/* Start debugging */
/*
body {
	background-color: red;
	border: 1px solid;
}

#header {
	background-color: green;
	border: 1px solid;
}

#description {
	background-color: yellow;
}

#page {
	background-color: blue;
	border: 1px solid;
}

#content {
	background-color: white;
	border: 1px solid;
}

#sidebar{
	background-color: cyan;
	border: 1px solid;
}

#footer{
	background-color: fuchsia;
	border: 1px solid;
}

.navigation {
	background-color: green;
	border: 1px solid;
}
*/
/*
ul{
	color: black;
	border: 1px solid;
}
*/
/* End debugging */
