/*
	CSS files kept in the 'styles' 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 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name		: 	Mathias Winker
	Author Site		: 	
	Style Name		: 	Ma'Wi'2009
	Style URI		:	http://getk2.com
	Version			:	1.01
	Header Height	:	240
	Header Width    :   945
	Header Text Color:   black
	Comments		:	hoho
	
*/

body {
	background: #36362C;
	color: #825534;
	margin: 0;
	}

    /* 36362C, 5D917D, A8AD80, E6D4A7, 825534 */

#page {
    padding-top:0;
    width: 945px;
    border-color:#36362C;
}

#header {
    background: black url('banner_945_240.jpg') left center no-repeat;
    background-color: #36362C;
    height: 240px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	
}


#header h1.blog-title {
    padding-top:5px;
}
#header h1.blog-title, #header p.description {
    padding-left:300px;
    
}

#header p.description {
    position: absolute;
    top:24px;
    margin-left:170px;
    font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
    
}
#header .description {
    margin:0;
}

#header h1.blog-title a, #header p.description {
    color: #825534;
/*    color: #36362C;*/
}



#primary {
    padding:10px;
    position:relative;
 /*  width:700px;*/
   width:95%;
}
.entry-meta { /* Time and category for blog entries */
    padding-bottom:5px;
}

div#sidebar-1 {
    display:none;
}

.entry-meta .commentslink {
    display:none;
}

div.content {
    background-color: #E6D4A7;
}


/* content */

.entry-content h2, .entry-content h3 {
    margin: 0px !important;
}

.entry-content h2 {
    font-size:1.9em;
    font-weight:bold;
    letter-spacing:-1px;
/*    text-align:center;*/
    color: #5D917D;
}

.entry-content h3 {
    font-size:1.6em;
    font-weight:normal;
    margin-top:25px;
    letter-spacing:-1px;
}

.entry-content em {
    letter-spacing:1px;
    color: #825534;
    font-weight: bold;;
    font-style: normal;
}

/* */


/* 36362C, 5D917D, A8AD80, E6D4A7, 825534 */

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-color: #E6D4A7 !important;
    color:#36362C !important;
}

ul.menu li a {
    color:white;
    font-size:1em;
/*    font-weight: bold;*/
}

ul.menu li a:hover {
    background: #A8AD80;
    color: #825534;
}

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 {
    color: #333;
    background: white;
}


.entry-meta { /* Time and category for blog entries */
    color: #36362C;
}
.entry-meta a, .comment-meta a {
    color: #825534;
}

.entry-date abbr {
    color: #36362C;
    font-weight: bold;
}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
    color:#825534;
}


h2 a:hover, h2 span a:hover {
	color: #5D917D !important;
	}

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

.entry-content a:visited {
	color: #b41;
	}
	/* #36362C, 5D917D, A8AD80, E6D4A7, 825534 */
#footer {
    color: #5D917D;
}

#footer a {
    color:#A8AD80;border-bottom:0;
}

#footer a:hover {
    color:#A8AD80;
    border-bottom:1px solid #CCCCCC;
}

