/*
	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	: ed
	Author Site	:
	Style Name	: customstyle
	Style URI	:
	Version		:
	Comments	:
	Header Text Color: cerulean
	Header Width: 800px
	Header Height: 62px
*/

body {
	background: #ffffff;
	/* background: url('pattern.gif'); */
	margin: 0;
	font: .78em 'Times', Serif; /* Resets 1em to 10px */
	}

#page {
	/* The entire design is contained within the 'page' id */
	border: 0px solid #dfdddb;
	border-top: none;
	padding: 5px 0 10px;
	}

.columns-two #page { /* full page width */
	width: 800px;
	}
	
#header {
    background: #FFFFFF url('customstyle/header3.gif');
	width: 100%;
	height: 62px;
	}

.primary {
	/* Contains the main column */
	}	

/*- Main Menu in Header */
ul.menu {
	border: 1px solid #b3b3b3;
	border-left: none;
	border-right: none;
	border-width: 1px;
	margin: 0 0 5px 250px;
	padding: 20;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 500px;
	}

ul.menu li a {
	font-family: 'Times', Serif;
	font-size: 1.3em;
	color: #114d0c;
	margin: 0;
	}

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

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

.menuon {
	font-family: 'Times', Serif;
	font-size: 1.2em;
	color: #94283a !important;
	margin: 0;
	}

.menuon li a {
	font-family: 'Times', Serif;
	font-size: 1.2em;
	color: #94283a;
	margin: 0;
	}

/*- Main Menu in Header end */
	
    
/*- Headings */
h1, h2, h3, h4 {
	font-family: Times, Serif;
	}

h1 { /* H1 is the title in the header */
	color: #000;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 25px 105px 0;
	}

#header .description { /* Description in header */
	color: #000;
	font-size: 1.6em;
	margin: 0 13px;
	padding: 0px 115px 0;
	}

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

#primary h3, { /* H3 is entry headlines. */
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #223750;
	}

#primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #223750;
	}
	
/*- Headings end*/

/*- Primary Contents */
.hentry {
	/* Each entry is contained within the 'hentry' class */
	width: 560px;
	margin: 0;
	border: 0px solid #000000;
	padding: 0px 5px 0px;
	position: relative;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: left;
	color: #2b2b2b;
	}
/*- Primary Contents end */

.secondary {
	/* Contains the sidebar */
	color: #223750;
	width: 100px;
	float: left;
	margin: 0px;
	background: #ffffff;
	border-top: 0px solid #d7d7d7;	
	border-right: 0px dotted #87c508;	
	border-bottom: 0px dotted #87c508;	
	border-left: 2px dotted #223750;
	font-size: 1.1em;
	line-height: 1.1em;
	position: relative;
	}

.secondary h4, .secondary h4 a { /* Secondary H4 is sidebar headlines */
	font-size: 1em !important;
	color: #223750;
	font-weight: bold !important;
	padding: 0 !important;
	line-height: .2em;
	display: inline;
	text-transform: uppercase;
	}

.chronodata { /* Post Date */
	padding: 2px 0 2px 0 ;
	background: /* url('images/time.png') */ left center no-repeat;
	}

/*- Links */

a {
	color: #587592;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #587592;
	}
	
/*- Search Form and Livesearch */

#s {
	width: 100px;
	font-size: 1em;
	border: 1px solid #223750;
	background: #e7e7e6;
	}

input[type=text], textarea {
	color: #587592;
	padding: 1px;
	margin: 0;
	}
	