/*
	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	: Relish Design
	Author Site	: http://relishdesign.ca
	Style Name	: Abstrat
	Style URI	:
	Version		: 1.0
	Comments	: Simple layout   
	
	Header Text Color: #1B69A2
	Header Width: 820
	Header Height: 336
	
*/
body {
	font: 76% Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	background:  #66CCFF;
}
.sidebar-single #page {
	width: 820px;
	}
#page {
	/* The entire design is contained within the 'page' id */
	border: none;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
#header {
	/* Contains the H1 and menu */
	height: 138px;
	background:  #66CCFF;
	}
ul.menu { left: auto; width: 800px; }
ul.menu li {
padding-left:0px
padding-right:0px;

}
ul.menu li a {
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 13px;
	padding-right: 13px;
	line-height: 22px;
	} 
 ul.menu li.page_item a:hover {
	background: transparent;
 	color: #F3E443;
 }
ul.menu li a {font-size: 9pt;}
ul.menu li a:hover {
	background: #f5e443;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	background: #f5e443;
	}
 
.admintab {
	position: relative;
	right:auto;
	float: right;
	}
.fade a {
	color: #FF9933;	
}
 
.content {
	padding: 0px;
	background-image: url(images/bg_bluline.gif);
	background-repeat: repeat-y;
}
.primary {
	/* Contains the main column */
	}
#primary {
	width: 457px;
	padding: 20px;
	padding-top:25px;
	margin: 0px;
}
	
#primary h2, #primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 1.2em;
	color: #66CCFF;
	font-weight: bold;
	text-transform:uppercase;
	}

h1, h2, h3, h4 {
	font-family: Arial,Verdana, Sans-Serif;
	}
h2 { font-size: 1.4em; text-align: left;}
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #66CCFF;;
	}
.hentry {
	/* Each entry is contained within the 'hentry' class */
	}
.entry-meta { /* Time and category for blog entries */
	font-size: .9em;
	}

.entry-content {
	font-size: .9em;
	line-height: 1.6em;
	text-align: justify;
	color: #444;
	}

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

.secondary {
	/* Contains the sidebar */
	font-size: 1em;
	padding: 12px 0;
	color: #cc6600;
	width: 280px !important;
	} 
#search h2 { display: inline; text-transform:uppercase; font-size:1.1em !important; }
#footer { 
	width: 820px;
	background: #fff; 
	border-top: solid 1px #66ccff;
	font-size: .8em;
	padding: 10px 0;
	}
.home_btn_box { position: absolute; width: 265px; margin-top:10px; margin-left:35px;}
.home_btn {display:block; padding: 35px 100px;}