/*
	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	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body{
	font: 65% Verdana, Arial, Sans-Serif;
	background:#F9F9F9 none repeat scroll 0 0;
	
	}

#page {
	/* The entire design is contained within the 'page' id */
	
	/*width: 850px;*/
	border: 0px solid #03362E;
	}
.columns-two #page {
    width: 900px;
}	

.secondary h4 {

    border-bottom: 1px solid #03362e;
}


#header {
	/* Contains the H1 and menu */
	background: #629655 none no-repeat scroll 90% 65%;
	border-bottom: 20px solid #03362E;
	border-top: 20px solid #03362E;
	}
	
#primary {
	/* Contains the main column */
	width: 70%
	}

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

.entry-content {
	/* The meat and potatoes of every entry */
	 line-height: 1.4em;
	 padding: 0px 0px 30px 0px;
	}

.secondary {
	/* Contains the sidebar */
	width: 23%;
	float: right;
	padding: 0;
	}
.columns-one .secondary
{
border: 0px solid #03362E;
margin-top: -12px;
}
	
}

#rollingarchives {
width: 675px;
}

input[type="button"]
{
border: none;
background-color: #e6e7e8;
}

input[type="button"]:hover
{
background-color: #d6d7d8;
}

input[type="text"], textarea 
{
border:1px solid;
}

input[type="submit"] 
{
border: none;
background-color: #e6e7e8;
}

input[type="submit"]:hover
{
background-color: #d6d7d8;
}

ul.menu li a:hover {
background:#03362E none repeat scroll 0 0;
}

#headerimage {
margin-left:544px;
margin-top: 32px;

}

#header {
margin-top: -20px;

}

#s {
width:70%;
}

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

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

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover, ul.menu li.current_page_ancestor a, ul.menu li.current_page_ancestor a:hover 
{
background:#03362E none repeat scroll 0 0;
color:#629655;
text-decoration:none;
}

h2 a:hover, h2 span a:hover {
color:#03362e !important;
}