/*
	CSS files kept in the 'schemes' directory can be used to
	costumize 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 schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:
	Author Site	:
	Style Name	: Sarah Hethocat Dot Com
	Style URI	:
	Version		:
	Comments	:
*/


h1 {
	font-size: 0;
	text-indent: -1000px; 
}

body {
	background: #000;
}

#primary .entry-content img {
	max-width: 500px; 
}

#page {
/* The entire design is contained within the 'page' id */
	background: #000;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}




#page h1, #header .description, #page h2, #page h3, #page h4, #page h5 {
	font-family: 'Lucida Sans Unicode', Lucida Grande, sans-serif;
}

#page h2, h3 {
	display: none;
}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	color: #888;
	}

.entry-content a {
	color: #666;
	}

.entry-content a:visited {
	color: #333;
	}

.entry-meta a, .comment-meta a {
	color: #666;
}

.entry-meta a:visited, .comment-meta a:visited {
	color: #333;
}

.entry-date abbr {
	color: #666;
}

.secondary {
	/* Contains the sidebar */
	}