/*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
{
    position: absolute;
    width: 992px;
	font-family: Arial;
	font-size: 12pt;
	text-align: center;
	background-color: #ffffff;
    display: block;
    margin: 0px auto;
    left: -50%;
    right: -50%;
}

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

div#outer-wrapper
{
    width: 992px;
    margin: 0px auto;
}

div#left-bg, div#right-bg
{
	display: block;
	width: 132px;
	background: url("/img/side-bg.png");
	background-repeat: repeat-y;
	position: absolute;
	bottom: 0px;
	top: 0px;
}

div#left-bg
{
	left: 0px;
	margin-left: auto;
	margin-right: 0px;
	background: url("/img/side-bg-mirror.png");
}

div#right-bg
{
	right: 0px;
}

div#main-wrapper
{
	width: 728px;
	display: block;
}

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;
	border-radius: 8px;
}

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

div#content
{
	width: 100%;
	text-align: justify;
}

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
{
    border-radius: 4px;
	background-color: #000000;
    color: #ffffff;
    font-family: Arial, BitStream Sans;
    font-size: 12px;
    text-align: center;
    vertical-align: center;
	display: block;
    padding: 0px auto;
    min-height: 48px;
}

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


ul.archive h3
{
    text-indent: 0px;
}

div.tagtree
{
    width: auto;
    float: left;
    padding-right: 32px;
}

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;
}

#google_ads_frame1
{
}

div#share
{
	width: 132px;
	background: transparent;
	top: 0px;
	position: fixed;
}

div#share div
{
	background: transparent;
}

div#share p
{
	font-weight: bold;
}

div#share .at300b
{
	clear: both;
}

div#share .addthis_follow_label
{
	display: none;
}

div.sharepost
{
	background: transparent;
	display: block;
	width: 100%;
	/*position: fixed;*/
	text-align: left;
	padding-left: 4px;
}