/*
verde #89c132
azul escuro #095280
azul claro #08a5cb
*/

body, html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #000;
	/*background: #fff url('img/background.png') repeat fixed 0px 0px;*/
	background-color: #fff;
	background: #fff url('img/background.png') repeat fixed 0px 0px;
}

a img {
	border: none;
}

div#header {
	height: 125px;
	background-image: url('img/header_bar.png');
	background-repeat: repeat-x;
	padding: 0px;
}

h1 {
	margin: 0px;
	padding: 16px 0px 0px 20px;
	font-size: 48px;
	font-weight: bold;
}

h1 img {
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	border: none;
	text-decoration: none;
	color: #fff;
}

p#header_desc {
	margin:0px;
	padding: 0px 0px 0px 20px;
	font-size: 13px;
	color: #fff;
}

#headerwrapper {
	width: 910px;
	margin: 0px auto;
}

#wrapper {
	width: 910px;
	margin: 0px auto;
}

#main {
	width: 652px;
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 20px 1px;
	float: left;
}

#sidebar {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	float: right;
	margin: 20px 0px 0px 0px;
	display: inline;
	width: 195px;
	padding: 16px 15px 0px 15px;
	border: 1px solid #999;
	background-color: #fff;
}

#sidebar p, #sidebar li {
	font-size: 11px;
	line-height: 17px;
}

#sidebar li {
    list-style: none;
}

#sidebar li img {
    margin-right: 4px;
}

#sidebar ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 4px;
}

.sidebar_subtitle {
	font-weight: bold;
}

.centered {
	text-align: center;
}

h2 {
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 20px;
}

.post {
	clear: both;
	padding-top: 20px;
	width: 652px;
}

.post_contents {
	float: right;
	width: 485px;
	display: inline;
	padding: 0px 15px 10px 15px;
	background-color: #fff;
	border: 1px solid #999;
}

.post_contents p, .post_contents li, .post_contents div, .post_contents blockquote {
	font-size: 12px;
	line-height: 22px;
	margin-top: 0px;
	padding: 0px 10px 0px 10px;
	color: #000;
}

.post_contents img {
	max-width: 100%;
}

.post_contents ul {
	padding-left: 40px;
}

.post_contents li {
	padding-left: 5px;
}

.post_arrow {
	background-image: url('img/arrow.png');
	background-repeat: no-repeat;
	position: relative;
	width: 14px;
	height: 20px;
	top: 15px;
	left: -26px;
}

.post_avatar {
	text-align: center;
	float: left;
	width: 80px;
	height: auto;
	display: inline;
	background: #fff url('img/gravatar_shadow.png') no-repeat 10px 10px;
	border: 1px solid #999;
	padding: 10px 13px 12px 10px;
	margin-left: 10px;
}

div.post_avatar_info {
	width: 80px;
	display: none;
}

div.post_avatar_info p {
	text-align: right;
	font-size: 9px;
	width: 80px;
	margin-right: 13px;
	margin-bottom: 0px;
}

img.avatar {
	cursor: pointer;
}

.avatar_link_info {
	display: inline;
	color: #999;
}

p.post_date {
	margin:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 9px;
	text-align: right;
}

a:link, a:visited, a:active {
	border-bottom: 1px dotted #095280;
	text-decoration: none;
	color: #095280;
}

a:hover {
	border-color: #08a5cb;
	color: #08a5cb;
}

h2 > a:link, h2 > a:visited, h2 > a:active {
	border-bottom: 2px dotted #095280;
	text-decoration: none;
	color: #095280;
}

h2 > a:hover {
	border-color: #08a5cb;
	color: #08a5cb;
}

a.noborder:link, a.noborder:visited, a.noborder:active, a.noborder:hover {
	border: none;
	text-decoration: none;
}

img.inline {
	vertical-align: bottom;
	margin-right: 3px;
	margin-left: 3px;
}

p#credits {
	border-top: 1px dashed #999;
	margin-top: 30px;
	padding-top: 10px;
}

.reference {
	border: 1px solid #999;
	padding: 1px;
}

.sep {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #999;
}

