/*
	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	: Gureview.com
	Author Site	: http://www.gureview.com
	Style Name	: Gureview
	Style URI	: http://www.gureview.com
	Version		: 1.0
	Comments	: Gureview theme based on the gureview.com website.
*/

body {
	background: #f1f1f1 url(bg.gif) top center repeat-y;
	margin: 0px;
	padding: 0px;
}

#page {
	background-color:transparent;
	width:755px;
	padding: 0;
	}
	
#header {
	height:75px;
	padding: 5px 0 25px 0;
	background:transparent;
	}

.logo {
	background:transparent url(logo.jpg) no-repeat left center;
	margin-left: 10px;
	height:75px;
	width:225px;
}
	
.primary {
	/* Contains the main column */
	}

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

.entry-content {
	}

.secondary {
	/* Contains the sidebar */
	}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 90%;
	left: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:700;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 3px 8px 4px;
	}

ul.menu li a {
	font-size: 1em;
	color: #00679A;
	margin: 0;
	border:1px #3b3b3b solid;
	background-color:#F6F6F6;
	}

ul.menu li a:hover {
	background: #dfdfdf;
	color: #dc651d !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #00679A !important;
	background: #eee;
	text-decoration: none;
	}

.admintab {
	position: absolute;
	right: 0px;
	}

* html .admintab { padding: 5px 15px 6px }	/* IE hack */
	
a img,:link img,:visited img { border:none }

/* Headings */
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.5em !important;
	font-weight: 700 !important;
	padding: 0 !important;
	display: inline;
	}