/*
	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	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
	
*/

#page {
	/* The entire design is contained within the 'page' id */

	padding: 0;
	width: 796px;
	_width: 756px;
	border: none;
	}
	
body {
	font: 62.5% Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #333333;
	background: #FFFFFF;
	text-align: left;
	}
	
.sidebar-none #page {
	width: 720px;
	}

.sidebar-single #page {
	width: 720px;
	}

.sidebar-dual #page {
	width: 720px;
	}
	

.content {
	padding: 0 20px;
	}
	
.commentslink { display: none; }

.author { display: none; }

.entry-category { display: none; }
	
#header {
	/* Contains the H1 and menu */
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background: #FFFFFF;
	}
	
.primary {
	/* Contains the main column */
	position: relative;
	float: left;
	width: 720px;
	padding: 30px;
	
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	border: 1px solid #ccc;
	padding: 20px 50px 20px 50px;
	margin: 20px 0px 20px 0px;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	
	}
	
.entry-content img {
	padding: 0px;
	border: none;
	max-width: 100%;
	}
	
.chronodata {
	
	font-family: "Courier New", Courier, mono;
	color: #333333;
	font-size: 1.2em !important;
	font-weight: normal !important;
	letter-spacing: 0px !important;

	}
	
.entry-title {
	
	font-family: "Courier New", Courier, mono;
	color: #333333;
	font-size: 1.2em !important;
	font-weight: normal !important;
	letter-spacing: 0px !important;

	}
	
.kopjes {

	vertical-align: text-bottom !important;

	}
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-family: Verdana, Arial, Sans-Serif;
	text-align: center;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 1px;
	}	




.secondary {
	/* Contains the sidebar */
	 display: none; 
	}

.navigation {
	text-align: center;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	}

.comments .navigation {
	margin: 10px 0;
	}

.navigation .left {
	float: left;
	text-align: left;
	}

.navigation .right {
	float: right;
	text-align: right;
	}

.navigation p {
	margin: 0;
	padding: 0;
	}

.navigation a {
	text-decoration: underline overline;
	}