/*
	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	:
	Scheme Name	:
	Comments	:
*/

body {
	background: #030; 
	}

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background: transparent url(http://www.avovision.co.za/wp-content/themes/k2/images/headers/rotate.php);
	}
	
.primary {
	/* Contains the main column */
	}

.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 8px 8px;
	}

ul.menu li a {
	font: 1em Verdana, Helvetica, 'Arial', Sans-Serif;
	font-weight: bold;
	color: #060;
	margin: 0;
	}

ul.menu li a:hover {
	color: #FFF !important;
	background: transparent;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #060 !important;
	background: #fff;
	}

.admintab {
	position: absolute;
	right: 20px;
	}

/*- Sidebar Subpages Menu */

.sb-pagemenu ul {
	margin-left: 10px;
	}

.sb-pagemenu ul ul {
	margin-top: 2px;
	}

.sb-pagemenu ul ul .page_item {
	margin-left: 10px;
	padding: 0;
	}

.sb-pagemenu .current_page_item {
	}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.5em;
	font-weight: bold;
	padding: 0;
	display: inline;
	}
	
.primary img {
	margin-left: 5px;
	padding: 5px;
	border: 0px solid #ccc;
	max-width: 100%;
	}

