/*
	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	: Regsdienste
	Style URI	: http://www.regsdienste.co.za
	Version		: 1.0
	Comments	:
*/

body {
	background: #ABBB70 url(bodybg.jpg) repeat-x top;
	}

#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0;
	background: White url(sidebarbg.jpg) repeat-y left;
	border: none;
	}
	
#header {
	/* Contains the H1 and menu */
	height: 189px;
	background-color: #49682D;
	position:relative;
	}
	
.content {
	padding-left: 0;
	background: url(footerbg.jpg) bottom repeat-x;
	min-height: 350px;
}	

#footer {
	background-color: #ABBB70;
}

#search {
	display: none;
}

.topnav {

}

#taal {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 20px;	
	color: #ffffff;
	font-size: 12px;
}	

ul.menu, ul.menu li a {
	padding:  10px 15px 10px;
}
	
ul.menu {
	text-align: right;
	display: none;
}	
	
#primary {
	/* Contains the main column */
	padding: 10px 0 10px 20px;
	width: 520px;
	font-size: 12px;
	}
	
#primary ul {
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 35px;
}	

#primary ul li {
	list-style-type: disc;
	list-style-position:outside;
	
}

#dynamic-content {
	padding: 20px 0; 
}
	
#rollingarchives {
	width: 520px;
}	

body.smartposition #rollingarchives {
	width: 520px;
}

h2 {
	font-size: 25px;
}

h3, h4, .single .k2-asides h3 {
	font-size: 24px;
}

.page-head h2 a, .page-head h2 a:visited {
	color: #444444;
}
	
.page-head h2 a:hover {
	color: Green;	
}	

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

.entry-meta {
	/* display: none; */
}

#notices {
	font-size: 12px;
	line-height: 18px;
	color: #444444;	
	margin: 7px 0;
}

.entry-content {
	/* The meat and potatoes of every entry */
	background: url(hentrybg.jpg) bottom center no-repeat;
	padding: 0 0 50px 0;
	font-size: 12px;
	line-height: 18px;
	}
	
	.entry-content hr {
		display: block;
		height: 1px;
		border-top: 1px solid #cccccc;
		background-color: #ffffff;
	}
	
.entry-content ul li {
	list-style-type: disc;
	list-style-position: outside;
}	
	
.entry-comments {
	display: none;
}

#primary .regsvrae-box {
	background-color: #f9f9f9;
	padding: 15px;
	font-size: 12px;
	line-height: 18px;
}

#primary .regsvrae-box h3 {	
	font-size: 18px;
}

#primary .regsvrae-box ul {
	
	margin: 20px 0 20px 20px;
}

#primary .regsvrae-box ul li {
	list-style-type: disc;
	list-style-position: outside;
}

#sidebar-1 {
	/* The first sidebar */
	padding: 310px 10px 0;
	}	

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

.secondary {
	/* Contains both sidebars */
	font-size: 1.2em;
	padding: 0;
	width: 200px;
	}
	
.secondary .twtr-widget, .secondary .twtr-widget div, .secondary .widget .textwidget {
	margin: 0;
}	

	.twtr-widget .twtr-hd {
		padding: 10px;
	}

.secondary div {
	margin: 3px 0 20px;
}	

.secondary .widget_navt {
	margin: 0 0 20px;
}
	
.secondary h4 {	
	color: White;
}
	
.secondary a {
	color: White;
	text-decoration: none;
}

.secondary a:hover {
	text-decoration: underline;
}	

a {
	color: Green;
	text-decoration: underline;
}

a:hover {
	color: Green;
}
	
	

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

.columns-two #page #primary {
	margin-left: 220px;
	margin-right: 0px;
}

.columns-two #page #sidebar-2 {
	clear: none;
}

body.columns-two .secondary {
	float: left;
}



/* Vertical Navigation */
 
ul.sidenav {
 	display: block;
	position: relative;
	list-style: none;
	margin: 0 0 0 -21px;
	padding: 0;
	border: none;
	width: 220px;
	text-align: left;
}
 
ul.sidenav li {
	border-bottom: none;
	margin: 0;
	display: block;
}

ul.sidenav li a {
	display: block;
	padding: 5px;
	margin: 1px 0;
	border-left: 10px solid #FF790D;
	border-right: 10px solid #FD9846;
	background-color: #FE892A;
	color: #fff;
	text-decoration: none;
}

html>body ul.sidenav li a {
	width: 190px;
}

ul.sidenav li a:hover {
	border-left: 10px solid #FD9846;
	border-right: 10px solid #FF790D;
	background-color: #FE892A;
	color: #fff;
	text-decoration: none !important;
}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background-color: #FE892A;
	color: #ffffff;
}

br.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

