/*
	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	: Kobus Bezuidenhout
	Author Site	: http://www.ecomwise.co.za
	Style Name	: Afrikaanse Taalraad
	Style URI	: http://www.afrikaansetaalraad.co.za
	Version		: 1.0
	Comments	: 
*/

body {
	background-color: #F2E9C6;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0;
	padding-bottom: 0;
	background: #fff url(images/sidebar.jpg) right repeat-y;
	margin: 20px auto;
	border-bottom: 3px solid #ADCE76;
	}
	
#header {
	/* Contains the H1 and menu */
	height: 270px;
	background: #0E4E74 url(images/header-tile.jpg) repeat-x top;
	border-top: 3px solid #BB5A13;
	}
	
#header h1 {
	position: absolute;
	top: 20px;
	left: 40px;
	padding: 76px 0 76px 250px;
	background: url(images/logo.gif) top left no-repeat;
	font-size: 4em;
}	

#header .description {
	
}

#AWMEL0 {
	display: block;
	margin-top: 220px;
}

.content {
	padding-right: 0;
}

#who td {
	padding: 5px;
	vertical-align: middle;
	border-bottom: 1px solid #89BF35;
	text-align: left;
}

#who td.whotable {
	
}
	
.columns-three #primary {
	/* Contains the main column */
	background-color: transparent;
	padding: 10px 15px 10px 0;
	}
	

h1, h2, h3, h4 {
	font-family: "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

#sidebar-2, #sidebar-2 .widget h4 {
	color: #ffffff;
}	

.entry-meta {
	
}

.entry-content {
	text-align: left;
}

.entry-content td {
	vertical-align: middle;
}

.entry-content img {
	margin: 3px 5px;
}

.primary {
	z-index: 100; /* Suckerfish menu - z-index: 1500 */
}

.secondary ul li {
	list-style-type:disc;
}

.secondary ul, .secondary ol {
	margin:0pt 0pt 0pt 15px;
}

.secondary ul ul, .secondary ol ol, .secondary div div {
	margin: 0;
}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	margin: 5px 0 30px;
	padding: 0 0 20px 0;
	background: url(images/sep.png) bottom center no-repeat;
	}

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

.secondary {
	/* Contains the sidebar */
	height: 100%;
	padding: 0 10px 10px;
	font-size: 12px;
	width: 200px;
	}
	
#sidebar-1 a {
	color: #BB5A13;
}

#sidebar-2 a {
	color: #ffffff;
}	
	
.columns-three #sidebar-1 {
	background-color: none;
}

.columns-three #sidebar-2	{
	background-color: none;
	width: 170px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#ffffff;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background: #9fcf5a;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff !important;
	background: #ca5a0f;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

