/*
	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: Paul Rohde
	Author Site	: http://www.paulrohde.com
	Style Name	: AB Camp Wood Style
	Style URI	: htt://www.abcamp.org
	Version	: v0.2
	Comments	: Modified K2 Theme for the Arrowhead Bible Camp website.
*/
body {
	background: #000 url('woodbackground6.jpg') top center no-repeat;
	color: #bbb;
	margin: 0;
}

/*basic styles */

#page {
	/* The entire design is contained within the 'page' id */
	/* border: none; */
	background-image: url('footer.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 20px;
	border: none;
	}
	
#header {
	background: #fff url('arrowheadSailHead.jpg') center center no-repeat;
	width: 100%;
	padding-bottom: 0px;
	}
	
	#header h1 {
		padding-top: 120px;
		padding-left: 20px;
	}
	
	#header h1 a{
		background-image: url(arrowheadlogo3.png);
		display: block;
		width: 430px;
		height: 55px;
		text-indent: -100em;
		overflow: hidden;	
		}
	
	#header p.description {
		display: none;
	}
	
	
	
	ul.menu li a{
		color: black;
	}
	
	/* make the site administration tab italicized */
	ul.menu li.admintab a{
		color: black;
		font-style: italic !important;
	}

	ul.menu {
		position: absolute;
		left: 0;
		right: 0;
		width: auto;
		padding-left: 35px;
		margin-bottom: 0px;
		/* background-color: white; */
		background-image: url('MenuTransparency.png');
		background-repeat: repeat;
	}
	
	ul.menu li {
		
		display:block;
		float: left;
		margin-left: 5px;
	
	}
	
	ul.menu li a:hover{
		color: black !important;
		background-color: transparent;
		 
	}
	
	ul.menu li:hover a
	{
		background-image: url('MenuTransparency.png');
		background-repeat: repeat;
	}
	
	
	
	/* cascading menu's */	
	ul.menu li ul {
		position: absolute;
		left: -999em;
	}
	
.comment-content
{
	color: black;
}

.content {
	min-height: 325px;
}
	
.primary {
	/* Contains the main column */
	}
	
	

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}
	
#searchform #s
{
	border-style: solid;
	border: 1px solid #c0c0c0;
	margin-top: 1px;
	color: #404040;
}

#footer {
	/* display: none; */
	background-color: #000000;
}

#footer a {
	border: none;
	text-decoration: none !important;
}

#footer a:hover {
	color: #ffffff;
}