/*
	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	: Daniel Nordqvist
	Author Site	: www.nordqvist.cc
	Style Name	: Snigel
	Style URI	:
	Version		: 1.0
	Comments	: n/a
*/

a {
	color: #800000;
	text-decoration: none;

	}

body {
        background: #A4B372;
}

h1 { /* H1 is the title in the header */
	font-weight: bold;
        font: 3em 'Monotype corsiva';
        font-style: italic;
	letter-spacing: -1px;
	margin: 0;
	padding: 55px 10px 0;        
	}

h3.entry-title {
        font: 3em 'Monotype corsiva';
        font-style: italic;
}

#page {
	/* The entire design is contained within the 'page' id */
        background: #ffffff;
        border: 0;
        padding: 0 0 10px;
	}
	
#header {
	/* Contains the H1 and menu */
        background: #51544D;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
	}
	
#header .description {
        font: 1.5em 'Monotype corsiva';
        font-style: italic;
}

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

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

.secondary {
	/* Contains the sidebar */
	}

.entry-meta {
        /* Contains the publish by and date */
}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
        background: #A4B372;
        border: 1px solid #ffffff;
        font-weight: bold;
	font-size: 1em;
	color: white;
	margin: 0;
	}

ul.menu li a:hover {
	background: #51544D;
	color: #ffffff !important;
	text-decoration: none;
	}

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

#category-list {
        background: #F5F5DC;
        border: 1px solid #B1B1B1;
        color: #000000;
        padding: 3px;
}

#calendar {
        background: #F5F5DC;
        border: 1px solid #B1B1B1;
        color: #000000;
        padding: 3px;
}

#latest-comments {
        background: #F5F5DC;
        border: 1px solid #B1B1B1;
        color: #000000;
        padding: 3px;
}

#links {
        background: #F5F5DC;
        border: 1px solid #B1B1B1;
        color: #000000;
        padding-left: 3px;
}

#latest-posts {
        background: #F5F5DC;
        border: 1px solid #B1B1B1;
        color: #000000;
        padding: 3px;
}

#monthly-archive {
        background: #F5F5DC;
        border: 1px solid #B1B1B1;
        color: #000000;
        padding: 3px;
}

#linkcat-2 {
        margin-top: 0;
}

#linkcat-4 {
        margin-top: 0;
}

#footer {
	color: #ffffff;
	}


#footer a {
	color: #ffffff;
	border-bottom: 1px solid #ccc;
	}

#footer a:hover {
	color: #ffffff;
	}
