/*
	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	: rapidDeploy
	Style URI	: 
	Version		:
	Comments	: K2 customization for Solidarity / AfriForum
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #000;
}	
	
ul.menu li a {
	font-size: 1.3em;
}	

ul.menu li a:hover {
	background: #000;
	color: #fff !important;
}

ul.menu, ul.menu li a {
	padding: 5px 8px 6px;
	font-weight: bold;
}

ul.menu li.taal-link {
	float: right;
	margin-top: -16px;
}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-meta {
	display: none;
}	

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

.secondary {
	/* Contains the sidebar */
	}
	
.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;
}	


