/*  
Theme Name: noesbueno3
Theme URI: http://noesbueno.com/
Description: bom! bom! have a nice dream.
Version: .1
Author: Serchill
*/

body	{
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
}

h1 {
	float: left;
	margin: 0px 0px 20px 0px;
	
}

h2 {
	font-size: 1.5em;
	margin: 0;
}

h3 {
	font-size: 1.1em;
	line-height: .9em;
	border-bottom: 1px #bbb solid;
	margin-bottom: 3px;
}

#musical {
	margin-top: 2em;
	padding: 0;
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

#pimper {
	margin: 8px 0px 0px 0px;
	border: 0;
}

img {
	border: 0;
}

textarea {
	width: 400px;
}

a:link {
	background-color: #fff;
	color: #BA0000;
	
}

a:active, a:visited {
	color: #BA0000;
  background: #fff;
}

#wrapper	{
	/* Faux Columns - Dan Cederholm is cool. - http://www.alistapart.com/articles/fauxcolumns/ */
	background: #fff url(images/bg_vert_line.gif) repeat-y;
	margin: 5px auto;
	width: 650px;
}

#posts {
	margin-left: 47px; /* ie 3px bug - should be 50px */
	width: 450px;	
	float: right;
}

.post {
	width: 450px;
	float: left;
	margin-bottom: 1em;
}

.post p {
	margin: 0;
	line-height: 1.6em;
	font-size: 1.0em;
	display:inline;
}

.via {
	font-size: .8em;
}

.date {
	margin-left: 0.5em;
	color: #bbb;
}

a.permalink { 
	text-decoration: none;
}

a:link.permalink { 
	color: #bbb;
}

a:visited.permalink { 
	color: #bbb;
}

a:hover.permalink { 
	color: #b00;
}

#posts li {
	margin: 0;
	line-height: 1.4em;
	font-size: 1.0em;
}

#post_nav {
	width: 450px;
	float: right;
}

.tags {
	color: #bbb;
}

#side_items {
	clear: left;
	width:150px;
}

.side_item ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.side_item li 
{
	line-height: 1.5em;
	padding-left: 12px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

.side_item a { 
	text-decoration: none;
}

.side_item a:link { 
	color: #000;
}

.side_item a:visited { 
	color: #000;
}

.side_item a:hover { 
	text-decoration: underline;
	color: #b00;
}

label {
	display:block;
}

#searchform {
	margin-top: 1em;
	margin-bottom: 2em;
}

#footer {
	padding-top: 20px;
	background: #fff;
	clear: both;
}

#footer p {
	color: #888;
	margin: 0;
	padding-top: 5px;
	border-top: 1px solid #000;
}
