/*
	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	: No Sleep Hotel
	Author Site	: http://www.nosleephotel.com
	Style Name	: Head, Heart & Balls CSS
	Style URI	:
	Version		: 1.0
	Comments	:
*/

.columns-one #page {
	width: 730px;
	}

.columns-two #page {
	width: 330px;
	}
	

.columns-one .secondary {
	width: 150px;
	border-top: 1px solid #eee;
	}

body {
	background: #ff9900 url('bkg.jpg') repeat-x;
	}

#page {
	margin: 0 auto;
	padding: 0;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	}

#header {
	height: 219px;
	background: #3371A3 url('header.jpg') center center no-repeat;
	}
	
	
/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10px;
	left: 195px;
	width: 515px;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 12px 6px;
	}

ul.menu li a {
	font-size: 1.15em;
	color: #fff;
	margin: 0;
	}

ul.menu li a:hover {
	background: #fff;
	color: #c30 !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #fff !important;
	background: #f90;
	text-decoration: none;
	}
	
#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 */
	}

