html {
	/* IE Horizontal scrollbar fix */
	overflow-y: scroll;
	/* force scrollbars in moz */
	height: 100%;
	margin-bottom: 1px;
	}

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

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

#header-large, #header-small {
	width: 825px;
	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 {
	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, .menu ul li.current_page_item a:hover {
	background: #6d6d6d;
	color: #fff !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: 825px;
	margin: 0 1px 1px 1px;
	padding: 0;
	}

.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.6em;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0;
	margin: 20px 0 0;
	}

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

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

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

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

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

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #444 !important;
	}

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

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

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

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

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

.center {
	text-align: center;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

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 {
	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 */
a:hover, a:visited:hover {
	text-decoration: underline;
	}
h2 a:hover, h2 span a:hover {
	color: #1A78E2 !important;
	}
a {
	color: #1A78E2;
	text-decoration: none;
	}
.entry p a:visited, .sidebar a:visited {
	color: #BE420E;
	}

table#ajuda {
	background: url(fundo.gif) left top;
	}
