html {
	height: 100%;
	margin-bottom: 1px;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Sans-Serif;
	background-color: #eee;
	color: #444;
	text-align: center;
	margin: 0;
	padding: 0 0 20px 0;
	}

#page {
	text-align: left;
	background-color: white;
/*	border: 1px solid #bbb; */
	margin: 0 auto;
	padding: 0;
	width: 810px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	}

/* BANNERS */
#bannercanto {
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	height: 150px;
	}
#bannercanto img {
	border: 0;
	}

#header-large, #header-small {
	width: 808px;
	padding: 0;
	margin: 0 1px 0 1px;
	background: #9c0;
	position: relative;
	}

#header-large {
	height: 200px;
	}

#header-small {
	height: 75px;
	}

#header-large h1 {
	font-size: 3em;
	letter-spacing: -1px;
	padding-top: 75px;
	margin: 0 0 0 40px;
	font-weight: bold !important;
	}

#header-large .description {
	font-size: 1em;
	margin: 0 0 0 40px;
	}

#header-small h1 {
	font-size: 3em;
	font-weight: bold !important;
	letter-spacing: -1px;
	padding: 10px 0 0 25px;
	margin: 0;
	}

#header-small .description {
	font-size: 1em;
	padding-left: 25px;
	margin: 0;
	}

.menu {
	margin: 0 10px 0 40px;
	position: absolute;
	bottom: 0;
	}

.menu ul {
	padding: 0;
	margin: 0;
	}

.menu ul li {
	display: inline;
	margin: 0;
	}

.menu ul li a:link, .menu ul li a:visited {
	font-size: 1.1em;
	text-transform: lowercase;
	color: #333;
	margin: 0;
	text-decoration: none;
	}

.menu ul li a:hover {
	background: #cce57f;
	color: #333 !important;
	text-decoration: none;
	}

.menu ul li.current_page_item a:link, .menu ul li.current_page_item a:hover, .menu ul li.current_page_item a:visited {
	background: white;
	color: #333 !important;
	text-decoration: none;
	}

.menu, .menu ul li a {
	/* Padding must be set equally on both elements for it to look right */
	padding: 5px 15px 6px;
	}

.narrowcolumn {
	width: 500px;
	margin: 0 0 20px 0;
	float: left;
	padding: 0 0 0 35px;
	}
.widecolumn {
	width: 744px;
	margin: 0 0 20px 0;
	padding: 0 0 0 35px;
	}

.narrowcolumn .entry, .widecolumn .entry, .superwidecolumn .entry, .commentlist li p {
	font-size: 1.2em;
	line-height: 1.5em;
	}

.post {
	margin: 0;
	padding: 10px 0;
	text-align: justify;
	}

h1, h2, h3 {
	font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif;
	}

h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 20px 0 0;
	letter-spacing: -1px;
	}

h2.pagetitle {
	text-align: center;
	margin-bottom: 20px;
	}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0;
	margin: 20px 0 4px 0;
	}

.categorylist li,
.toneddown,
.toneddown a:link,
small.postmetadata,
.commentspage li small a:link {
	color: #999 !important;
	font-weight: normal !important;
	}

h2 span a:link, 
h2 span a:visited,
h2 .metalink a:hover,
h3 span a:link,
h3 span a:visited {
	color: #ccc !important;
	font-weight: normal !important;
	text-decoration: none;
	}

.sidebar h2 {
	font-family: 'Lucida Grande', Geneva, Verdana, Sans-Serif;
	font-size: 1.5em;
	font-weight: normal;
	margin: 20px 0 0;
	padding: 0;
	}

h1, h1 a:link, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h1 a:hover {
	text-decoration: none;
	color: #544;
	}

h2, h2 a:link, h2 a:visited, h3, h3 a:link, h3 a:visited {
	color: #444 !important;
	text-decoration: none;
	}

h2, h2 a:link, h2 a:hover, h2 a:visited, h2 .metalink a:visited, h2 .metalink a:hover, h3, h3 a:link, h3 a:hover, h3 a:visited, .sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.narrowcolumn img, .widecolumn img, .superwidecolumn img {
	margin: 4px;
	padding: 4px;
	border: 1px solid #ccc;
	}
.narrowcolumn img.noborder, .widecolumn img.noborder, .superwidecolumn img.noborder {
	margin: 4px;
	padding: 4px;
	border: 0;
	}
.sidebar img.moldura {
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 4px;
	border: 1px solid #ccc;
	}

.widecolumn .post {
	margin: 0;
	padding: 20px 0 0 0;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

p a:link img:hover {
	background: #C2E5FA;
	}

.center {
	text-align: center;
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.sidebar {
	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 15px 0;
	margin-left: 570px;
	width: 200px;
	color: #666;
	}

.commentspage {
	clear: both;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
	}

.commentspage h3 {
	font-size: 2em;
	clear: both;
	padding: 20px 0 20px 35px;
	margin: 50px 0 0;
	}

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

.commentlist li {
	font-size: 1em;
	margin: 20px 0;
	padding: 10px;
	list-style: none;
	color: #333;
	}

.commentlist li:hover {
	background: white;
	}

.commentspage .pinglist {
	margin: 20px 0;
	}

.commentspage .pinglist li {
	margin: 0;
	padding: 10px;
	}

.commentlist li .commentauthor {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
	}

.counter {
	font: normal 2em 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	color: #999;
	float: left;
	margin: -2px 0 0 -40px;
	}

.counter a:link {
	color: #ddd;
	}

.authorcomment {
	/*background: #f6f7f8 !important;
	border: 1px solid #D9DEE2;*/
	}

.commentlist li img {
	padding: 0;
	border: none;
	}

.commentlist .favatar img {
	display: none;
	margin: 3px 0 0;
	padding: 0;
	}

.commentlist li img.gravatar {
	float: right;
	margin: -10px 0 3px 5px;
	padding: 1px;
	border: 1px solid #eee;
	}

input[type=text], textarea {
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #ccc solid;
	background: #F5FAE6;
	padding: 3px;
	color: #777;
	}

input[type=text]:focus, textarea:focus {
	background: #E6F2C0;
	color: #333;
	border-color: #666;
	}

#form input[type=text] {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#form textarea {
	height: 250px;
	width: 500px;
	}

#form #submit {
	margin: 0;
	float: right;
	}
#form #subscrever {
	margin: 0;
	float: left;
	}

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

select {
	width: 130px;
	}

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

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

#footer {
	width: 810px;
	clear: both;
	padding: 0;
	margin: 0 auto;
	height: 50px;
	vertical-align: top;
	}
#footerleft {
	float: left;
	padding: 10px 0 10px 16px;
	}
#footerleft a {
	margin-right: 20px;
	}
#footerright {
	float: right;
	padding: 6px 10px 10px 0;
	}
#footerright a img {
	margin-left: 30px;
	}

#footer p {
	padding: 0px 15px;
	text-align: left;
	color: #666;
	}
#footer a:link, #footer a:visited, #footer a:active {
	color: #666;
	}


/* Various Tags */ 
small {
	font-size: .9em;
	line-height: 1.5em;
	}
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* Links */
h2 a:hover, h2 span a:hover {
	color: #1A78E2 !important;
	text-decoration: none;
	}
a:hover, a:visited:hover {
	text-decoration: underline;
	}
a {
	color: #1A78E2;
	text-decoration: none;
	}
.entry p a:visited, .sidebar a:visited {
	color: #BE420E;
	}

/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .post ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style: none;
	text-indent: -14px;
	} 
html>body .post ul li {
	margin: 0 0 0 10px;
	}
.post ul li:before {
	content: "\00BB \00A0 \00A0 ";
	}
.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 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;
	}
.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;
	}
/* End Entry Lists */

/* Begin Search */
.search h2 {
	margin-bottom: 5px;
	}
input[type=search], textarea {
	font: 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Arial, Sans-Serif;
	border: 1px #ccc solid;
	background: #F5FAE6;
	color: #777;
	width: 140px;
	padding: 2px 0 2px 2px;
	margin: 0;
	}
.livesearchform input[type=search] {
	width: 100%;
	}
input[type=submit] {
	font: 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Arial, Sans-Serif;
	border: 1px #ccc solid;
	color: #777;
	padding: 1px;
	margin: 0 0;
	}
.livesearchform input[type=submit] {
	margin: 0;
	}
#LSResult {
	margin: 0;
	//width: 182px;
	//position: absolute;
	//border: 1px #999 solid;
	//z-index: 100;
	}
#searchcontrols {
	text-align: center;
	padding: 1px;
	margin-bottom: 4px;
	}
#searchcontrols small {
	margin: 0;
	padding: 0;
	}
.LSRow:hover, #LSHighlight, #LSHighlight:hover {
	background-color: #fffbbc;
	}
#LSResult:hover #LSHighlight {
	background: none;
	border: none;
	padding: 5px 2px;
	}
#LSHighlight small, #LSHighlight small span a:link {
	color: #999;
	}
.LSRow {
	padding: 5px;
	margin-left: -5px;
	}
.LSRow span a:link, .LSRow span a:visited {
	word-spacing: -1px;
	line-height: 1.3em;
	font-weight: normal;
	color: #bbb;
	}
/* End Search*/

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 10px 0;
	padding: 10px;
	border-left: 5px solid #ddd;
	background: #f6f6f6;
	border: 1px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
	display: none;
	}
a img {
	border: none;
	}

ul#arquivo {
	margin: 5px 0;
	padding: 0;
	}
ul#arquivo li {
	font-weight: normal;
	padding: 0;
	margin: 1px 0;
	}
ul#arquivo li span a:link, ul#arquivo li small a:link {
	color: #999;
	font-weight: normal;
	word-spacing: -1px;
	}
.arquivoentry {
	font-size: 1.1em;
	}
ul#arquivo small {
	display: block;
	margin: 0;
	font-weight: normal;
	line-height: 1em;
	}

ul#categorias {
	margin: 5px 0;
	padding: 0;
	}
ul#categorias li {
	font-weight: normal;
	padding: 0;
	margin: 0;
	}
ul#categorias li span a:link, ul#categorias li small a:link {
	color: #999;
	font-weight: normal;
	word-spacing: -1px;
	}
.categoriasentry {
	font-size: 1.1em;
	}
ul#categorias small {
	display: block;
	margin: 0;
	font-weight: normal;
	line-height: 1em;
	}

ul#comentarios {
	margin: 5px 0;
	padding: 0;
	}
ul#comentarios li {
	font-weight: normal;
	padding: 1px 0;
	}
ul#comentarios li span a:link, ul#comentarios li small a:link {
	color: #999;
	font-weight: normal;
	word-spacing: -1px;
	}
.comentariosentry {
	font-size: 1.1em;
	}
ul#comentarios small {
	display: block;
	margin: 0;
	font-weight: normal;
	line-height: 1em;
	}

ul#ultimostextos {
	margin: 5px 0;
	padding: 0;
	}
ul#ultimostextos li {
	font-weight: normal;
	padding: 0;
	margin: 1px 0;
	}
ul#ultimostextos li span a:link, ul#ultimostextos li small a:link {
	color: #999;
	font-weight: normal;
	word-spacing: -1px;
	}
.ultimostextosentry {
	font-size: 1.1em;
	}
ul#ultimostextos small {
	display: block;
	margin: 0;
	font-weight: normal;
	line-height: 1em;
	}

/* End Various Tags & Classes*/

/* Google AdSense */
#adsense {
	padding-top: 30px;
	padding-bottom: 30px;
	}
#adsense img {
	border: 0;
	padding: 0;
	margin: 0;
	}
.adsenseside {
	padding-top: 20px;
	padding-bottom: 20px;
	}
/* End Google AdSense */

.metalink a:link span {
	display: none;
	}

.metalink a:hover span {
	display: inline;
	}
/* MIX */
.textodestaque {
	color: #1A78E2;
	}

/* MENSAGEM */
#mensagem {
	font-size: 1.4em;
	background-color: white;
	width: 600px;
	margin: 200px auto;
	border: 1px #ccc solid;
	padding: 50px 10px;
	}

/* CARTOON */
.cartoon {
	padding: 20px 0;
	text-align: center;
	}
#imgcartoon {
	border: 0;
	}
.cartoonnext {
	float: right;
	padding-right: 85px;
	padding-bottom: 40px;
	}
.cartoonprev {
	float: left;
	padding-left: 85px;
	padding-bottom: 40px;
	}

img.iconefile {
	padding: 4px 8px 0 8px;
	margin: 0;
	vertical-align: middle;
	float: left;
	border: 0;
	}

#tbarmz {
	margin-top: 10px;
	}
#tbarmz td a:link, #tbarmz td a:active, #tbarmz td a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	display: block;	
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#tbarmz td a:hover {
	background-color: #ddd;
	}

#tbarmz .titulo {
	font-size: 1.2em;
	line-height: 1.4em;
	}
#tbarmz .descricao {
	font-weight: normal;
	font-size: 1em;
	line-height: 1.3em;
	}
#tbarmz .size {
	padding-left: 5px;
	font-size: 0.9em;
	line-height: 1em;
	}
#tbarmz td {
	border-bottom: 1px #ddd solid;
	background-color: #f6f6f6;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
.navigation a:link {
	color: #999;
	}
.navigation .alignleft {
	width: 240px;
	text-align: left;
	}
.navigation .alignright {
	width: 240px;
	text-align: right;
	}

/* Amazon Thumbs */
.amazonthumbs {
	margin-top: 10px;
	}
.amazonthumbs span a:link img {
	width: 75px;
	height: 75px;
	padding: 0;
	margin: 4px;
	background: white;
	border: 1px solid #ddd;
	-moz-border-radius: 6px;
	}
.amazonthumbs span a:link {
	background: none;
	}
