/*
	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	: Kobus Bezuidenhout
	Author Site	: http://www.geekspeak.co.za
	Style Name	: Hoop 2.0
	Style URI	: http://www.onsgeehoop.co.za
	Version		: 
	Comments	:
*/

body {
	background: #196942 url(body-bg.jpg) top center no-repeat;
}

#page {
	/* The entire design is contained within the 'page' id */
	border: 2px solid #196942;
	}
	
#header {
	/* Contains the H1 and menu */
	background: none;
	width: 780px;
	height: 125px;
	margin: 0 auto;
	text-align: left;
	}
	
	#header h1 a, #header h1 a:hover, #header .description {
		color: #ffffff !important;
		text-decoration: none;
	}
	
	ul.menu li a {
		color: #ffffff;
		font-size: 1.2em;
		outline: none;
	}
	
	ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover, ul.menu li.current_page_ancestor a, ul.menu li.current_page_ancestor a:hover {
		background-color: #196942;
		color: #ffffff;
	}
	
	ul.menu li a:hover {
		background-color: #ffffff;
		color: #196942;
	}
	
#primary {
	/* Contains the main column */
	}
	
	a {
		color: Orange;
	}
	
	#primary hr {
		display: block;
		height: 1px;
		border-top: 1px solid #f0f0f0;
		border-right: none;
		border-bottom: none;
		border-left: none;
		background-color: #f0f0f0;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}
	
	.entry-meta {
		display: none;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}
	
	.entry-content .alignright, img[align="right"] {
		margin: 5px 0 2px 22px;
	}

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

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

.secondary {
	/* Contains both sidebars */
	font-size: 1.1em;
	}

