/*  
Theme Name: guigo.us
Theme URI: http://guigo.us/
Description: The guigo.us Theme.
Version: 0.1
Author: Guilherme Barile
Author URI: http://guigo.us

	guigo.us

*/
body {
	font-family: arial, sans-serif;
	margin: 0px;
 background: white;
}

a {
	font-weight: normal;
	color: #00c;
}

img {
	border: 0px;
}

#main {
	background: url('logo.jpg') no-repeat center top;
	padding-top: 102px;
	margin-bottom: 5px;
}

#logo {
	display: block;
	float: left;
	background: url('logo_p.jpg') no-repeat;
	height: 52px;
	width: 200px;
}

#searchform {
	margin-top: 12px;
	padding-top: 13px;
}

#top {
	height: 20px;
	font-size: 13px;
	left: 0px;
	border-bottom: 1px solid #c9d7f1;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 4px;
	color: #00c;
}

#content {
	margin: 8px;
}

#titlebar {
	clear: both;
	border-top: 1px solid #36c;
	font-size: 84%;
	font-weight: bold;
	background: #d5dff3;;
	color: #000;;
	padding: 5px 4px 4px;
}

#menu {
	display: inline;
	margin: 0px;
	padding: 0px;	
}

#menu li {
	list-style: none;
	padding-right: 10px;
}

#menu ul {
	display: none;
	margin: 0px;
	padding: 0px;
	position: absolute; 
	background: #fff;
	border: 1px solid;
	border-color: #c9d7f1 #36c #36c #a2bae7;
	font-size: 13px;
	top: 24px;
}

.page_item {
	float: left;
}

#bottom {
	border-top: 1px solid #36c;
	border-bottom: 1px solid #36c;
	background: #d5dff3;
	color: #000;
	padding: 5px 4px 4px;
	font-size: 10pt;
}

#commentform {
	background: #d5dff3; /* #c9d7f1; */
	width: 700px;
	margin: 40px;
	padding: 10px;
	font-size: 10pt;
}

#commentform textarea {
	width: 500px;
}

.comment {
	background: #fff9dd;
	margin-bottom: 1em;
	font-size: 10pt;
	padding: 5px;
}

.post {
	width: 550px;
	margin-bottom: 1em;
	font-size: 10pt;
}

.post p {
 margin: 10px 0 0 0;
}
.post h2,.comment h2 {
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
	display: inline;
}

.post nobr,.comment nobr {
        display: block;
	color: green;
        clear: both;
}

.post nobr a,.comment nobr a {
	color: #77c;
}

/* misc helper classes */
.clean {
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
}