/*
	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	: Drew
	Author Site	: 
	Style Name	: K2bigtick
	Style URI	:
	Version		: 1.0
	Comments	: y'know... whatever.
*/

body {
	font: 62.5% Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #a1a1b3;
	text-align: center;

	}

#page {
	background: #fefefe;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	border: 1px solid #668;
	border-top: none;
	clear: both;
	}
#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
/*	background: #f00; */
/*	border: 1px solid #a00; */
	border-bottom: 10px solid #336;
	}

#header h1{text-indent:-1000px;margin:0;padding:20px 0 0 0;}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

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

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font-size: 1em;
	color: #336;
	margin: 0;
	}

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

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #eee!important;
	background: #336;
	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 */

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
	}

#primary .entry-content h3 {
	font-size: 1.2em;
	font-weight: strong;
	margin-top: 25px;
	}

#primary .entry-content h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 25px;
	}


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

	}

body.page .entry-content h3 {
	font-size: 1.2em;
	display: block;
	padding: 15px 0 0;
	}

body.page .entry-content h4 {
	font-size: 1.2em;
	display: block;
	padding: 15px 0 0;
	}


/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: #5959b3 !important;
	}
h3 a:hover, h3 span a:hover {
	color: #5959b3 !important;
	}

#primary h3 a {
	color: #5959b3 ;
	text-decoration: none;
	}
a {
	color: #5959b3 ;
	text-decoration: none;
	}



.entry-content a:visited {
	color: #5c5c66;
	}
