/*Bruno Guedes' Stylesheet
created by Bruno Guedes, 2007

Covers the basics of the blog: header, content, sidebox and footer
More in other stylesheets(such as authors.css)
*/

html
{
    text-align: center;
}

body
{
    width: 992px;
	font-family: Arial;
	font-size: 12pt;
	text-align: center;
	background-color: #c0c0c0;
    margin: 0px auto;
}

div
{
	width: 100%;
	padding: 0px auto;
	margin: 0px auto;
	color: #000000;
	text-align: justify;
	background-color: #ffffff;
	border: 0px;
}

div#wrapper
{
	margin: 0px auto;
	text-align: center;
	background-color: #808080;
}

div#bar
{
    display: block;
	padding: 0px auto;
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, BitStream Sans;
	font-size: 12px;
	text-align: center;
	vertical-align: center;
}

div#bar a
{
	color: #ffffff;
    height: 90px;
}

div.side-ad-right
{
    display: inline;
    background-color: #000000;
    float: right;
    width: 117px;
    margin: auto;
}

div.center-ad
{
    display: block;
    background-color: #000000;
    width: 728px;
    margin: 0 auto;
    padding: 0 auto;
}

div.center-ad table
{
    display: block;
    margin: 0 auto;
}

div.side-ad-left
{
    display: inline;
    background-color: #000000;
    float: left;
    width: 117px;
    margin: auto;
}

div#title
{
    display: block;
    background-color: #ffffff;
	min-height: 128px;
	text-align: center;
}

div#title h1
{
	font-family: Verdana;
	font-size: 20pt;
}

div#title h2
{
	font-family: Verdana;
	font-size: 18pt;
}

div#title h3
{
	font-family: Verdana;
	font-size: 12pt;
}

div#navbar
{
	min-height: 48px;
	background-color: #000000;
	text-align: left;
}

div#main
{
	display: block;
	padding: 8px 0px;
}

div#content
{
	width: 512px;
	height: 100%;
	text-align: justify;
	float: left;
}

div#sideboxright
{
	font-size: 10pt;
	width: 240px;
	height: 100%;
	text-align: left;
	float: right;
    margin-left: auto;
}

div#sideboxleft
{
	font-size: 10pt;
	width: 240px;
	height: 100%;
	text-align: left;
	float: left;
    margin-right: auto;
}

div#footer
{
	background-color: #000000;
    color: #ffffff;
    font-family: Arial, BitStream Sans;
    font-size: 12px;
    text-align: center;
    vertical-align: center;
	display: block;
    padding: 0px auto;
}

h6
{
	text-align: center;
	font-family: Arial, Bitstream;
	font-size: 6px;
	font-weight: normal;
}

a
{
	text-decoration: none;
	color: #0000ff;
}

a:visited
{
	text-decoration: none;
	color: #808080;
}

a:hover
{
	font-weight: bold;
}

/* Ad configurations */
li.adrow
{
	display: inline;
	margin-left: auto;
	margin-right: auto;
}

div.fav-buttons
{
    text-align: center;
    padding: 0px auto;
}

div.flattr-button
{
    display: inline;
    width: 108px;
    padding: 0px 4px;
}

div.ueba-button
{
    display: inline;
    width: 108px;
    padding: 0px 4px;
}

/* Feed configurations */
feed watermark
{
    font-style: italic;
}