/*
	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	:
*/

#page {
	/* The entire design is contained within the 'page' id */

	text-align: left;
margin: 0 auto;
padding: 10px;
position: relative;
width: 740px;
_width: 700px;
border: 1px solid #DEDEDE;
}
	
#header {
	/* Contains the H1 and menu */
	background: url('header2.gif') center center no-repeat !important;
	height: 206px;
}
	
	#header h1 a, #header .description {
color: #000000 ! important;
}

ul.menu {
padding:	10px 15px 12px;
}
	
	ul.menu li a {
font: 1.3em Helvetica, Arial, Sans-Serif;
text-transform: lowercase;
color: #000000;
background-color: #777777;
margin: 0;
padding: 5px 5px 3px 5px;
border-top: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
opacity: .50;
}

ul.menu li {
	margin-right: 0px;
	margin-left: 0px;
}

	ul.menu li a:hover {
background: #000000;
color: #777777 !important;
text-decoration: none;
opacity: .70;
}
	ul.menu li.current_page_item a,
	ul.menu li.current_page_item a:hover {
color: #777777 !important;
background: #000000;
text-decoration: none;
opacity: .70;
}

	.primary img {
margin-left: -5px;
padding: 4px;
border: 1px solid #FFFFFF;
max-width: 100%;
}

	
.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 */
}

	h1, h2, h3, h4 {
font-family: 'Century Gothic' Lucida Grande, Verdana, Sans-Serif;
}

	.primary .aside .itemhead {
font-size: 1em;
border: dotted 1px #c6c8ca;
border-opacity: 30%
}

	.aside .itemhead h3 a {
color: #b1b4b6 !important;
}
