/*
	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	:E.B.
	Author Site	:http://wikiknitting.com/blog
	Style Name	:Wikiknitting
	Style URI	:
	Version		:
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	background:#F4F2E5 none repeat scroll 0%;
	}

body {
	background: #d9d4bf;
	color: #3d3d3d; 
	}	

#header {
	/* Contains the H1 and menu */
	background: #333366 center center no-repeat;
	-moz-border-radius-topleft: 1em; 
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-topright: 1em;
    -moz-border-radius-bottomright: 1em; 
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background:#F4F2E5 none repeat scroll 0% 50%;
	color:#3d3d3d !important;
	text-decoration:none;
	}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	background: #fff;
	border: 1px solid #aaa;
	-moz-border-radius-topleft: 1em; 
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-topright: 1em;
    -moz-border-radius-bottomright: 1em; 
    padding:5px 1em 15px;
    margin:0pt 0pt 15px;
	}

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

.secondary {
	/* Contains the sidebar */
	}

#subscribe {
border-bottom:1px solid #333366;
border-top:1px solid #333366;
color:#333366;
font-size:12px;
font-weight:normal;
line-height:19px;
text-align:left;
}

#subscribe .feed-chicklet {
float:left;
padding-right:10px;
padding-top:5px;
}