/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Lance QUuejada
	Author Site	: http://voidnothings.com
	Style Name	: Voidnothings
	Style URI	:
	Version		: 1.0
	Comments	: White, Texture, Sans-serif
*/

body{ 
	font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
	background-image: url(images/texture00.jpg);

}

strong, em, b, i { font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;}

#page {
	/* The entire design is contained within the 'page' id */
	-moz-box-shadow: 0 1px 18px -10px #000;
	-webkit-box-shadow: #e5e5e5 0px 0px 5px;
	margin-top: 20px;
	padding-top: 0;
}
	
#header {
	/* Contains the H1 and menu */
		background-color: #fff;
	}
	
#header .description { font-size: 1.1em;}	
	
#primary {
	/* Contains the main column */
		padding-left: 0;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	border-bottom:1px dotted #DFDFDF;
	margin:0 0 20px;
	padding:0 0 10px;	
	}

.entry-head .entry-tags {
	display: none;	
}

.entry-meta{ 
	font-size: 1.1em;
}

.entry-content {
	/* The meat and potatoes of every entry */
		line-height: 1.6em;
	}

#sidebar-1 {
	/* The first sidebar */
		padding: 0 0 40px 19px;
		border-left: 1px solid #eee;
	}
##sidebar-1 #last-fm-sidebar img{ margin: 0 5px 5px ;}


#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}
.secondary h4 { 
	font-size:1.2em;
	font-weight:bold;
}		
	
.secondary ul li, .secondary ol li { font-size: 1.1em;}	
	
ul.menu li a{ 
	font-size:1.1em;
	font-weight:bold;
	padding: 7px 14px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;	
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
}

ul.menu li a:hover{ 
	background-color: #1c1c1c;
	color: #949494;
}	

#disqus_thread h3{padding-bottom: 5px; font-size: 14px; font-weight: bold;}
#dsq-content #dsq-form-area {padding: 10px 0;}
#dsq-content .dsq-request-user-info {padding-top: 10px;}
#dsq-content #dsq-new-post{padding-bottom:10px;}


h1,h2,h3,h4,h5,h6, .blog-title{ font-family: Helvetica, Arial, sans-serif;}
.blog-title a:hover{ text-decoration: none;}
.entry-title, h3 { font-weight: bold; line-height: 1.2em;}

.four04 .entry-title, body.page #current-content .entry-title{ 
	text-align: left;
	margin-left: 0;
}

#s, #search-label.overlabel-apply {
	line-height: 14px;
}

#s:focus{ border-color: #bbb;}


entry-title, .entry-title a, .entry-title a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited{
	color: #2c2c2c;
}


.page-head {
	border-bottom:1px solid #eee;
	margin:0 0 20px;
	padding:10px 0;
	text-align:left;
}

.page-head h1{
	font-size: 1.5em;
	color: #666;
}


#footer{text-align: left;}
#footer .wrapper{ width: 760px; padding: 0 10px; margin: 0 auto;}
