@charset "UTF-8";
/*  
Theme Name: Brainshitting
Theme URI: http://www.brainshitting.com
Description: This is the brainshitting, Web Designer Luis Alves, blog theme.
Version: 1.0
Author: Luis Alves
Author URI: http://www.brainshitting.com/

*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
	font:100% 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #FFF;
}
body {
	background:#414142;
}
pre {
	font-family: "Courier New", Courier, mono;
	font-size: 0.8em;
	background: #666666;
	padding: 10px;
	max-width:505px;
	overflow-x: auto;
}
#wrapper {
	width:100%;
}
#header_wrapper {
	width:100%;
	height:70px;
	background-color:white;
}
#header{
	width:963px;
	margin:0 auto;
}
#header h1 {
	width:222px;
	height:70px;
	text-indent:-5555px;
	float:left;
}
#header h1 a {
	background:url(img/logo_brainshitting.png) no-repeat;
	display:block;
	width:222px;
	height:70px;
}
ul#main_nav {
	margin:0;
	padding:0;
	float:right;
	list-style:none;
	margin:27px -1.45em 0 0;
}
ul#main_nav li {
	font-size:1.2em;
	float:right;
	font-weight:normal;
	background:url(img/nav_separator.png) no-repeat 0 50%;
	padding:0 0.6em 0 1.6em;
	margin-left:8px;
}
ul#main_nav li.first {
	font-size:1.2em;
	float:right;
	font-weight:normal;
	background:none;
	padding:0 0.6em 0 1.6em;
	margin-left:8px;
}
ul#main_nav a:link, ul#main_nav a:visited {
	color: #960;
	text-decoration:none;
	line-height:2.15em;
	padding:0 0.6em 0 0.6em;
	display:block;
}
ul#main_nav a:hover, ul#main_nav li.current_page_item a:link, ul#main_nav li.current_page_item a:visited {
	color: #FFFFFF;
	background-color:#960;
}
#content_wrapper {
	width:963px;
	margin:0 auto;
	background-color: #414142;
}
#content {
	width:526px;
	float:left;
	margin-top:54px;
}
#side {
	width:412px;
	float:right;
	background: url(img/sidebar.png) repeat-y 2px 6px #232323;
}
#sidebar {
	background: url(img/sidebar_top.png) no-repeat 2px 0;
	min-height: 44px;
	padding: 38px 0 12px 0;
}
#side fieldset {
	width: 412px;
	height: 53px;
	background: url(img/back_search.png) no-repeat -2px 0 #414142;
	border: none;
}
#side fieldset ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side fieldset ul li.search {
	float: right;
}
li.search input {
	width: 130px;
	height: 23px;
	color: #333;
	margin: 20px 0;
	padding: 0;
	float: left;
	padding: 0 2px;
	border: 1px solid #666;
}
li.search input.btn {
	width: auto;
	font-family:"Trebuchet MS","Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	letter-spacing:1px;
	margin:20px 0 0 7px;
	text-transform:uppercase;
	background:#960;
	color:#E5E5E5;
	float: left;
}
.date_author {
	width:auto;
	font-size:0.80em;
	float:left;
	letter-spacing:0.1em;
}
.date_author span, .date_author em {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.date_author span {
	width:auto;
	background:#960;
	line-height:1.7em;
	padding:0 0.4em;
	display:block;
	float:left;
}
.date_author em {
	background:none;
	float:left;
	line-height:2.2em;
	margin-left:0.7em;
	font-size:0.85em;
	font-style:italic;
}
.post {
	width:526px;
	float:none;
	margin:8px 0 60px 0;
	padding: 5px;
	background: url(img/back_post.png) repeat-x bottom;
}
.post h2.title {
	font-size:1.8em;
	border-bottom:1px dashed white;
	font-weight:normal;
	margin:20px 0 18px 0;
	letter-spacing:0.05em;
	line-height:155%;
}
.post h2.title a:link, .post h2 a:visited {
	color: #FF0;
	text-decoration: none;
}
.post h2.title a:hover {
	color: white;
}
.post img {
	margin:0 10px 10px 0;
	float: left;
}
.post p, .post ul.list li p, .post ul.list li {
	font-size:0.9em;
	margin-bottom:1.5em;
	line-height:155%;
	letter-spacing:0.05em;
}
.post a:link, .post a:visited {
	color: #FF0;
}
.post a:hover {
	color: #F60;
}
.post span {
	float: right;
	font-size: 0.80em;
	margin-top: -15px ;
}
.post h1 {
	font-size: 1.9em;
}
.post h2 {
	font-size: 1.7em;
}
.post h3 {
	font-size: 1.5em;
}
.post h4 {
	font-size: 1.3em;
	margin-bottom: 1em;
	background: #676735;
	-webkit-border-radius:6px;
    -moz-border-radius: 6px;
    padding: 4px;
}
.post h5 {
	font-size: 1em;
	margin-bottom: 0.8em;
}
.post h6 {
	font-size: 0.8em;
}
.post dl {
	margin-bottom: 1.4em;
}
.post dt {
	font-size: 1.2em;
}
.post dd {
	text-indent: 1em;
}
.post ul, .post ol {
	margin: 0 0 1.2em 0;
	padding: 0;
}
.post ol li {
	margin-left: 1.7em;
}
.post ul li {
	margin-left: 1.3em;
}
.post fieldset {
	padding: 1em;
}
.post legend {
	padding: 0 0.5em 0 0.5em;
}
.post input, .post textarea {
	color: #333;
}
.post table {
	border: 1px solid white;
	padding: 0.4em;
}
.post tr {
	padding: 0.2em 0 0.2em 0;
}
.post td {
	padding: 0 1em 0 0.3em;
}
.post th {
	background: #333;
	padding: 0 1em 0 0.3em;
}
.post tr.even {
	background: #666;
}
.post sup, .post sub {
	font-size: 0.7em;
}
.post cite {
	font-style: italic;
}
.post pre {
	width: 526px;
}
.post code {
	font-family: "Courier New", Courier, mono;
}
.post ul.list {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}
.post ul.list li {
	margin: 0;
	padding: 0;
}
.post ul.list li img {
	margin:0 10px 10px 0;
	float: left;
}

ul.comments {
	float:right;
	margin:-8px 0 0 0;
	padding:0;
	list-style:none;
	display: inline;
	width: auto;
	height: 3em;
}
ul.comments li {
	font-size:0.8em;
	position: relative;
	margin-top: 14px;
}
ul.comments li a:link, ul.comments li a:visited {
	text-decoration: none;
}
ul.comments li a:hover {
	text-decoration: underline;
}
ul.comments li span {
	position: absolute;
	font-size:70%;
	width: 15px;
	height: 16px;
	line-height: 11px;
	right: 5px;
	top: -14px;
	background: url(img/icon_comment.gif) no-repeat top right;
	text-align: center;
}
#sidebar ul {
	padding: 0;
	list-style: none;
	width: 184px;
	background: none;
	margin:0 0 1.2em 0;
}
#sidebar ul li {
	margin-bottom: 1.5em;
	font-size: 0.9em;
}
#sidebar li {
	line-height: 1.5em;
}
#sidebar li p {
	color: #999;
	font-size: 0.9em;
	line-height: 160%;
}
#sidebar div.column {
	width: 184px;
	margin: 0 11px 18px 11px;
	padding: 0;
	float: left;
	display: inline;
}
#sidebar dl {
	padding: 0;
	width: 184px;
	margin-bottom: 1.8em;
	font-size: 0.9em;
}
#sidebar dt {
	width: 60px;
	height: 60px;
	margin: 0 7px 7px 0;
	float: left;
}
#sidebar dd p {
	color: #999;
	line-height: 1.6em;
	font-size: 1em;
}
#sidebar h2 {
	font-size: 1.4em;
	font-family:"Trebuchet MS","Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	border-bottom: 8px solid #275A1A;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	line-height: 0.75em;
	margin-bottom: 0.7em;
}
#sidebar h2.what {
	border-bottom: 8px solid #275A1A;
}
#sidebar h2.about {
	border-bottom: 8px solid #5A5A1A;
}
#sidebar h2.flickr {
	border-bottom: 8px solid #1A3749;
}
#sidebar h2.fm {
	border-bottom: 8px solid #4E2229;
}
#sidebar ul li ul li {
	color: #999;
	padding-left: 15px;
	background: url(img/fly_bullet.png) no-repeat 0 4px;
	margin-bottom: 0.5em;
}
#sidebar a:link, #sidebar a:visited {
	color: #F60;
	text-decoration: none;
	line-height: 1.1em;
	font-size: 1em;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar a.more {
	float:right;
	color: #F60;
	text-decoration: none;
	font-size: 0.8em;
}
#sidebar img {
	border: 1px solid #999;
}
#footer {
	width: 939px;
	height: 85px;
	font-size: 0.8em;
	background: url(img/back_footer.png) no-repeat;
	padding: 12px;
	margin: 0 auto 200px auto;
	color: #ccc;
	position: relative;
}
#footer p {
	position: absolute;
	top: 48px;
}
#footer a:link, #footer a:visited {
	color: #FF0;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}
/*Hacks and shit - thank you IE! */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/*Comments css*/
.comments-template{
	margin: 30px 0 0;
	border-top: 2px solid #ccc;
	padding: 10px;
	background:url(img/back_comment.png) repeat-x;
}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 0;
	line-height: 18px;
	padding: 20px 0 0 0;
	border-bottom: 1px dashed #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 1.5em;
}
.entry {
	margin-top: 1em;
}
.entry img.alignleft {
	float: left;
	margin: 0 15px 5px 0;
}
.entry strong {
	font-weight: bold;
}
.entry hr {
	border: 0;
	height: 1px;
	color: #fff;
	background-color: #fff;
	margin-bottom: 20px;
}
.entry hr.change {
	height: 4px;
}
.entry ul li {
	margin-bottom: 0.8em;
}
img.wp-smiley {
padding:0;
margin:0;
float:none;
}
.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 1.2em;
	width: 500px;
	height: 160px;
}
element.style {
float:left;
margin-bottom:10px;
margin-left:0;
margin-right:10px;
margin-top:0;
width:154px !important;
}
/*Last.fm*/
#lastfmrecords {
	padding: 0px;
}
#lastfmrecords ol, #lastfmrecords li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#lastfmrecords li {
	float: left;
	margin: 0px 11px 11px 0px !important;
	}
#lastfmrecords a {
	display: block;
	float: left;
	width: 75px;
	height: 75px;
	}
#lastfmrecords a img {
	float: left;
	width: 75px;
	height: 75px;
	margin-bottom: 0;
	}
.widget_flickrRSS img {
	margin: 0 9px 4px 0;
}
a.rsswidget img {
	display: none;
	line-height: 0.8em;
}
#sidebar h2 a {
	color: #999 !important;
	line-height: 0.8em !important;
	font-size: 0.95em !important;
}
#sidebar h2 a:hover {
	text-decoration: none;
}