* {
margin: 0;
padding: 0;
}
body {
width: 100%;
background-color: #afafaf; /*cinza*/
font: 100% Verdana, Helvetica, sans-serif;
color: #000000; /*black*/
}
#container {
width: 98%;
background-color: #afafaf; /*cinza*/
margin: 5px auto;
border-bottom: 1px solid #ffffff; /*branco*/
line-height: 130%;
}
h1, h2, h3 {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333399; /*azul*/
}
h1 {
	padding-bottom: 10px;
	font-size: 130%;
}
h2 {
	background: url(bar.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 120%;
}
h3 {
	padding-bottom: 10px;
	font: 110%;
}
p, blockquote, ul, ol {
	line-height: 160%;
}
blockquote {
	margin-left: 1em;
	margin-right: 1em;
	font-style: italic;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #333399; /*azul*/
}
a:hover {
	text-decoration: underline;
}
#top {
height: 154px;
background-color: #ffffff; /*branco*/
margin: 5px;
}
#toplogo {
float: left;
height: 154px;
width: 30%;
background-color: #ffffff; /*branco*/
}
img.top {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 2px;
margin-bottom: 2px;
border: 0;
}
#toptitle {
margin-left: 32%;
margin-right: 5px;
margin-top: 40px;
padding-top: 10px;
text-align: center;
background-color: #ffffff; /*branco*/
}
#sidebar {
float: left;
width: 30%;
background-color: #333366; /*azul-marinho*/
margin-top: 40px;
margin-left: 5px;
}
#minibar {
clear: both;
float: left;
width: 30%;
margin-left: 5px;
}
#main {
margin-left: 32%;
margin-right: 5px;
padding: 10px;
background-color: #ffffff; /*branco*/
min-height: 950px;
}
#menu {
	/*border-bottom: 1px solid #ffffff; /*branco*/
}
#menu ul {
	margin: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	padding: 10px 0 10px 40px;
	/*border-top: 1px solid #d5d5d5;*/ /*cinza-claro*/
	font-weight: bold;
	color: #ffffff; /*branco*/
}
#menu a:hover, #menu .active a {
	background: #ffffff; /*branco*/
	text-decoration: none;
	font-weight: bold;
	color: #990000; /*vinho*/
}
/* Footer */
#footer {
clear: both;
background-color: #afafaf; /*cinza*/
margin: 5px;
padding: .5em;
border-top: 1px solid #ffffff; /*branco*/
font-size: 90%;
color: #000000; /*black*/
}
#footer a {
text-decoration: none;
color: #f5f5f5; /*cinza-claro*/
}
/* Album */
.album {
margin: 15px;
padding: 5px;
border: 1px solid #333399; /*azul*/
font-size: 100%;
text-align: left;
}
.album	table {
width: 100%;
}
.album	td {
width: 48%;
}
.album  * img {
border: 0;
text-decoration: none;
}
.album i {
font-size: 100%;
}
/* Blog */
.blogpost {
margin-top: 20px;
}
.posttitle {
font-size: 120%;
}
.postinfo {
font-size: 90%;
}
.bold {
font-weight: bold;
}
.comments {
margin-top: 20px;
}
.blogpost_reaction {
margin-bottom: 15px;
margin-top: 15px;
}
