/*	Rename this file to k2scheme.css, and keep all your CSS changes in	here, so as to minimize 'the damage'. This will make it easier for	you to upgrade and debug problems.		Also, if you want to create a scheme for K2 for distribution, you	should make as few changes as possible to other files, so as to	make it easier for people who want to retain a clean and easily	upgradeable K2 install.		Author Name	: Dan	Author Site	: www.improvpastence.com	Scheme Name	: Zelda	Comments	:*/body {	font-size: 62.5%; /* Resets 1em to 10px */	font-family: 'Myriad Apple Medium', Lucida Grande, Verdana, Arial, Sans-Serif;	color: #296B42;	background-color: #317331;	text-align: center;	margin: 20px 0 30px;}	#page {	background: #B6EFBD;	text-align: left;	margin: 0 auto;	padding: 10px;	position: relative;	/* The entire template's width is set in this class. */	width: 760px;	_width: 720px;}	#header {background: url('bg.jpg') center center !important;} ul.menu li a:hover {	background: #418C49;	color: #FFFFFF !important;	text-decoration: none;	}ul.menu li.current_page_item a,ul.menu li.current_page_item a:hover {	color: #FFFFFF !important;	background: #297C39;	text-decoration: none;	}	.primary img {	margin-left: -5px;	padding: 4px;	border: 1px solid #B6EFBD;	max-width: 100%;	}	img.center {	display: block;	margin-left: auto;	margin-right: auto;	}	img.alignright {	padding: 4px;	margin: 0 0 2px 7px;	display: inline;	}img.alignleft {	padding: 4px;	margin: 0 7px 2px 0;	display: inline;	}	img.noborder {	border: none;	}.secondary {	font: 1em/1.5em 'Myriad Apple Medium', Lucida Grande, Verdana, Arial, Sans-Serif;	padding: 10px 0;	margin: 0 0 20px 71%;	width: 26%;	color: #296B42;	/* The following are IE Fixes */	_margin-left: 0%;	_margin-right: -3%;	_width: 28%;	}	h2, h2 a, h2 a:visited,h3, h3 a, h3 a:visited,h4, h4 a, h4 a:visited {	color: #296B42;	}	a:hover, a:visited:hover {	text-decoration: underline;	}h2 a:hover, h2 span a:hover {	color: #735B43 !important;	}a {	color: #735B43;	text-decoration: none;	}.itemtext a:visited {	color: #735B43;	}.primary .metalink a, .primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */.secondary .metalink a, .secondary .metalink a:visited,.secondary span a, .secondary span a:visited {	color: #4A9B4A;	font-weight: normal;}.metadata { /* Time and category for blog entries */	display: block;	color: #4A9B4A;}	#footer a {	color: #4A9B4A;	border-bottom: 1px solid #ccc;	font-weight: bold;}	#footer a:hover {	border: none;	text-decoration: none;	color: #297C39;	}