/*
	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	: Afriforum Jeug
	Style URI	: http://www.afriforumjeug.co.za
	Version		: 0.1
	Comments	: First redo of site on Wordpress.
*/

body {
	background: url(images/bg-tile.gif);
	height: 100%;
}

#page {
	/* The entire design is contained within the 'page' id */
	border: 3px solid #89bf35;
	padding-top: 0;
	padding-bottom: 0;
	background: #fff url(images/sidebar.gif) right repeat-y;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #a7d87a url(images/header.jpg) top left no-repeat;
	}
	
#header h1 {
	margin-left: -9999px;
}	

#header .description {
	display: none;	
}

#navigation {
	width: 950px;
	height: 36px;
	background: #6E9F1F url("http://www.afriforumjeug.co.za/wp-content/themes/k2/styles/jeug/images/navbg.jpg");
	margin: -1px 0 0;
}

#navigation #hokblog-nav {
	float: left;
	list-style-type: none;	
	background:#6E9F1F url("images/navbg.jpg") repeat-x top; 
	font-size:18px; 
	line-height:36px; 
	font-family:'Tw Cen MT',verdana,sans-serif; 
	font-weight:normal;
	padding:0;
	width: 290px;
}

#navigation #hokblog-nav li {
	float: left;
}

#navigation #hokblog-nav li:hover {
	background:url("images/navbg-hover.jpg") repeat-x top;
}	

#navigation #hokblog-nav a {
	display:block; 
	color:#fff; 
	text-decoration:none; 
	padding:0px 10px;
}

/* NAV */

#menu-topnav {  
	font-size:18px; 
	font-family:'Tw Cen MT',verdana,sans-serif; 
	font-weight:normal; 	
} 

#menu-topnav, #menu-topnav ul { 
	z-index:1500; 
	float:none; 
	list-style:none; 
	line-height:36px; 
	padding:0; 
	border:0px solid #aaa; 
	margin:0 0 1px 0;
	width:950px; 
	position: relative;
} 

#menu-topnav a { display:block; color:#fff; text-decoration:none; padding:0px 10px; } 

#menu-topnav li { float:left; padding:0; } 

#menu-topnav li ul { position:absolute; left:-999em; height:auto; width:150px; font-weight:normal; margin:0; line-height:1; -moz-opacity:0.90; opacity:0.90; khtml-opacity:0.90; } 

#menu-topnav li li { padding-right:1px; width:149px; border-bottom:1px solid #aaa; } 

#menu-topnav li li a { padding:4px 10px; } 

#menu-topnav li ul li { font-weight:normal; font-family:'Tw Cen MT',verdana,sans-serif; } 

#menu-topnav li ul li a { font-size:16px; color:#fff; } 

#menu-topnav li:hover ul li a { color:#fff; } 

#menu-topnav li ul ul { margin:-20px 0 0 150px; } 

#menu-topnav li ul li:hover { background:#6E9F1F} 

#menu-topnav li ul li:hover a { color:#fff; } 

#menu-topnav li ul li:hover li a { color:#fff; } 

#menu-topnav li ul li li:hover a { color:#fff; } 

#menu-topnav li ul li ul li:hover ul li a { color:#fff; } 

#menu-topnav li ul li ul li:hover ul li:hover a { color:#fff; } 

#menu-topnav li:hover ul ul, #menu-topnav li:hover ul ul ul, #menu-topnav li.sfhover ul ul, #menu-topnav li.sfhover ul ul ul { left:-999em; } 

#menu-topnav li:hover ul, #menu-topnav li li:hover ul, #menu-topnav li li li:hover ul, #menu-topnav li.sfhover ul, #menu-topnav li li.sfhover ul, #menu-topnav li li li.sfhover ul { left:auto; background:#444; } 

#menu-topnav li:hover, #menu-topnav li.sfhover { background:url("../../themes/k2/styles/jeug/images/navbg-hover.jpg") repeat-x top; } 

#menu-topnav li:hover a, #menu-topnav li.sfhover a { color:#fff; }

/* ------------------------------------------ */

.content {
	padding-right: 0;
	clear: both;
}

#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: url(images/watermark.gif) bottom left no-repeat !important;
	}
	

h1, h2, h3, h4 {
	font-family: 'Tw Cen MT','Trebuchet MS',Verdana,Sans-Serif;
}	

.entry-meta {
	display: none;
}

.secondary {
}

.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 */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}
	
ol, ul {
	list-style-type: disc;
}	

.secondary {
	/* Contains the sidebar */
	height: 100%;
	}
	
.columns-three #sidebar-1 {
	background-color: none;
}

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

.leier-foto {
	float: left;
	clear: left;
	margin: 0 10px 20px 0;
}

.leier-beskrywing {
	float: left;
}
