/*
	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	: Yer Butt
	Author Site	: Beast Pieces // SOF Blog
	Style Name	: sample.css
	Style URI	: sample.css
	Version		: 1.00
	Comments	: none
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
#primary {
	/* Contains the main column */
	}

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

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

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

.secondary {
	/* Contains both sidebars */
	}
	
	


body {
	/* font-size: 62.5%;  Resets 1em to 10px */
	
	font-size: 11px;
	font-family: 'Courier New', courier, arial, sans-serif;
	color: #444;
	background: #fefefe;
	text-align: center;
	
	
	
	}
h1, h2, h3, h4, h5, h6 { 
	font-family: 'Courier New', courier, arial, sans-serif;
	font-weight: normal !important;
	font-style:italic;
	color: #444;
}
a {
	color: #444 !important; 
	
	
}

a:hover {
	color: #666 !important;
	text-decoration: none !important;
}
.secondary,
ul.menu li a, 
.entry-content,
.entry-meta,
input,
textarea,
#commentlist li .comment-content,
#pinglist {
	font-size: 1.0em !important;
}
input,
textarea{
	font-size: 1.05em !important;
}
.body, 
.entry-content, 
.entry-meta,
.secondary,
input,
textarea {
	color: #444 !important;
	}
body {
	background: #fefefe;
}	
#page {
	background: #fefefe;
	border: none;
	padding-top:0px;
}


#header {
	border-top: none;	
}	
#header {
	border-top: 0px solid #fefefe;	
}

.content {
	padding: 0;
}	
#primary {
	padding-left: 0px;
}
.meta-start {
	padding: 2px 0 2px 0px ;
	background: none;
	}

.entry-date,
.entry-categories,
.entry-category {
	
	}
	
.entry-meta {
	margin-bottom: 60px;
	
	}
	
	
.entry-content {
	margin-bottom: 60px;
	
	}
	
	.entry-content a {
	text-decoration: underline;
	font-style:italic;
	
	}
	
.secondary ul ul, .secondary ol ol, .secondary div div {
	margin: 0 0 0 0px;
	}
       
.secondary {
	margin: 0px;
	padding: 0px;
	width: 230px;
	}
body.columns-two #primary {
	margin-right:230px;
}
body.columns-two #primary-wrapper {
	margin-right:-230px;
}
ul.menu {
	display: none;
}
#homeLink {
	width: 780px;
	height: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#homeLink span {
	display: none;
}