/* Begin Typography & Colors */
body {
	font-size: 66.6%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #fff;
	color: #000000;
	text-align: left;
	}

#nav_links {
	position: absolute;
	top: 50px;
	left: 12px;
	width: 132px;
	text-align: right;
	}


#nav_links_main {
	position: absolute;
	top: 225px;
	left: 12px;
	width: 132px;
	text-align: right;
	}

#schraffur_oben {
	position: absolute;
	top: 42px;
	left: 176px;
	width: 612px;
	height: 4px;
	background: url("../img/schraffur_oben.png");
	}
#schraffur_rechts {
	position: absolute;
	top: 42px;
	left: 836px;
	width: 224px;
	height: 4px;
	background: url("../img/schraffur_rechts.png");
	}
#text_rechts {
	position: absolute;
	top: 50px;
	left: 840px;
	width: 218px;
	height: 350px;
	text-align: justify;
	background: #fff;
	padding: 1px;
	}
#hackln_main {
	position: absolute;
	top: 400px;
	left: 176px;
	width: 612px;
	height: 4px;
	background: url("../img/hackln_unten66.png");
	}
#hackln_rechts {
	position: absolute;
	top: 400px;
	left: 836px;
	width: 224px;
	height: 5px;
	background: url("../img/hackln_rechts.png");
	}
#main_content {
	position: absolute;
	top: 450px;
	left: 182px;
	width: 602px;
	height: 200px;
	background: #fff;
	padding: 1px;
	}
#associated_main {
	position: absolute;
	top: 450px;
	left: 836px;
	width: 224px;
	height: 200px;
	background: #fff;
	padding: 1px;
	}
#gordo_faca {
	position: absolute;
	top: 380px;
	left: 32px;
	width: 152px;
	text-align: right;
	}

#photo_main {
	position: absolute;
	top: 50px;
	left: 182px;
	width: 390px;
	height: 226px;
	text-align: right;
	}

#header {
	background-color: #73a0c5;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	}




/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	

/*	Begin Headers */

a {
	color: #333333;
	background:#F52887;
	text-decoration: none;
}
a:hover {
	background:#ffffff;
	text-decoration: line-through;
}
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


#ad_content {
	width: 162px;
	text-align:left;
	line-height:1.4;
}
a.ad_title {
	color: #0000FF;
	font-size: 108%;
	font-weight: bold;
	text-decoration:underline;
	background-color:#FFF;
}
a.ad_title:hover {
	text-decoration: underline;}
.ad_link {
	color:#297851;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	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;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

