/*
	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	: Misdaadprotes
	Style URI	: http://www.misdaadprotes.co.za
	Version		: 1.0
	Comments	: K2 based
*/

body {
	background: #ffffff url(body-bg.gif) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page {
	/* The entire design is contained within the 'page' id */
		padding-top: 0;
		border: none;
	}
	
	.columns-two #page {
		width: 960px;
	}
	
#header {
	/* Contains the H1 and menu */
	width: 960px;
	height: 224px;
	background: #cd0000 url(header1.jpg) top center no-repeat;
	}
	
	.blog-title, #header .description {
		margin-left: -9999px;
	}
	
body.columns-two #primary-wrapper {
	margin-right: -300px;
}
	
#primary {
	/* Contains the main column */
	width: 600px;
	}

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

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

#sidebar-1 {
	/* The first sidebar */
	}

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

.secondary {
	/* Contains both sidebars */
	font-size: 12px;
	width: 280px;
	}
	
#footer {
	background-color: #ffffff;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #dddddd;
	padding: 1px 0;
}	

#footer-inner {
	background-color: #f0f0f0;
	padding: 20px 0 70px;
}

a {
	color: #cd0000;
	text-decoration: underline;
}

a:hover {
	color: #008561;
}

ul.menu {
	width: 920px;
}

ul.menu li a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #f78f36;
}

h1, h2, h3, h4, h5, h6, .blog-title {
	font-family: Verdana,Arial,sans-serif;
}

.widgetcform h4 {
	text-align: center;
}

#taal {
	float: right;
}

.hentry hr {
	display: block;
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background-color: #efefef;
}

.entry-head .entry-tags {
	display: none;
}

.commentslink {
	
}

.comments {
	
}

.home-nuus-lys-header {
	margin: 10px 0 20px;
	padding: 10px 0 0;
	font-weight: bold;
	color: #cd0000;
	border-top: 2px solid #cd0000;
}

.home-nuus-item {
	border-bottom: 1px solid #cd0000;
	margin: 0 0 20px 0;
	background-color: #f9f9f9;
	padding: 10px;
}

#home-nuus p {
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 13px 0;
}

#plakkate {
	width: 200px;
	padding: 10px;
	float: right;
	margin: 0 0 15px 20px;
	border: 3px solid #CD0000;
	text-align: left;
}

#plakkate h4 {
	margin-top: 0;
	padding: 0;
}

#plakkate ul {
	padding: 0 0 0 15px;
}

	#plakkate ul ol {
		padding: 0 0 0 20px;
		margin: 0;
	}
