/*
	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	: Angels
	Style URI	: http://www.afriforum911.co.za
	Version		: 1.0
	Comments	:
*/

body {
	background: #2b753f url(bodybg.png) top left;
	}
	
.columns-two #page {
	width: 766px;
}	

#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0;
	margin-top: 15px;
	background: White url(pagebg.jpg) repeat-y left;
	border: none;
	}
	
#header {
	/* Contains the H1 and menu */
	height: 227px;
	background-color: #04683F;
	}
	
	h1.blog-title {
	display: none;
	}
	
	#header .description {
		position: absolute;
		bottom: 80px;
		right: 20px;
		margin: 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		font-style: italic;
		color: #00663E !important;
	}
	
.content {
	padding-left: 0;
	background: url(footerbg.jpg) bottom no-repeat;
}	

#footer {
	background-color: none;
}

/* Top Menu - All Web Menu */

#AWMEL0 {
	width: 736px;
	margin: 183px 0 0 0;
}

#AWMELO a {
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}

/* ***** */

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background-color: #04683f;
	color: #ffffff;
}

ul.menu, ul.menu li a {
	padding:  10px 15px 10px;
}

ul.menu li a {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

ul.menu li a:hover {
	background-color: #ff8b00;
	color: #ffffff;
}
	
ul.menu {
	text-align: left;
	width: 736px;
	left: 0;
}	
	
#primary {
	/* Contains the main column */
	padding: 10px 0 10px 20px;
	width: 525px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-meta {
	/* display: none; */
}

.entry-content {
	/* The meat and potatoes of every entry */
	padding: 0 0 50px 0;
	}
	
	.entry-content ul {
		list-style-type: disc;
	}
	
.entry-comments {
	display: none;
}	

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	color: #444444;
}

.widget h4 a, .widget h4 a:visited {
	color: #444444;
}

#sidebar-1 {
	/* The first sidebar */
	}	

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	font-size: 1.2em;
	padding: 0 10px;
	width: 178px;
	}
	
.secondary a {
	color: #00673F;
	text-decoration: none;
}

.secondary a:hover {
	text-decoration: underline;
}	

.secondary ul {
	padding: 0 0 0 15px;
}

.secondary ul li, .secondary ol li {
	padding: 5px 0;
	list-style-type: disc;
}

a {
	color: #11942C;
}
	
	

/* Sidebars to the left */

.columns-three #primary {
	float: right;
}

.columns-three #sidebar-2 {
	clear: none;
}

.columns-two #page #primary-wrapper {
	float: right;
	margin-left: -220px;
	margin-right: 0px;
	width: 100%;
}

.columns-two #page #primary {
	margin-left: 200px;
	margin-right: 0px;
}

.columns-two #page #sidebar-2 {
	clear: none;
}

body.columns-two .secondary {
	float: left;
}