/*
	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	: So Blue It Hurts
	Author Site	: soblueithurts.com
	Style Name	: So Blue It Hurts 
	Style URI	: 
	Version		: 0.0
	Comments	: Ow? Ow! Ow.
*/

body {
	background: #666;
}


#page {
	/* The entire design is contained within the 'page' id */
	border: none;
	padding: 0px 0 10px;
	}

#header {
	/* Contains the H1 and menu */
	background-image: url(http://soblueithurts.com/wp-content/themes/k2/styles/blue/header.jpg);
	border: none;
	position: relative;
	height: 100px;

	}

h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 35px 40px 0;
	}



#primary {
	position: relative;
	float: left;
	width: 600px;
	padding: 10px;
	}	

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 1.75em;
	font-weight: normal;
	letter-spacing: -1px;
	}


	
.primary {
	/* Contains the main column */
	}

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

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

.columns-two #sidebar-main,
.columns-three #sidebar-main {
	width: 100px;
	}

.columns-two #sidebar-alt {
	width: 100px;
	}

.secondary {
	/* Contains the sidebar */
	}

.navigation .farleft {
	float: left;
	width: 15%;
	text-align: left;
	}


.navigation .left {
	float: left;
	width: 35%;
	text-align: left;
	}

.navigation .right {
	float: right;
	width: 35%;
	text-align: right;
	}

.navigation .farright {
	float: right;
	width: 15%;
	text-align: right;
	}




#footer {
	background: #ffffff url('footer.jpg') no-repeat !important;
	height: 30px; /*sets the height of footer*/
	margin: 0px auto 0 !important;
	padding-top: 0px;
	_padding-top: 0px; 
	width: 780px; /*sets the width of footer*/
	_width: 780px; /*IE tweak*/
}


#footer p {
	line-height: 1.6em;
    color: white;
    padding-bottom: 5px;
}



#footer a {
	color: white;
	border: none;
	text-decoration: none;
}

#footer a:hover {
        text-decoration: none !important;
        color: white;


