/* This is the tadbit css
	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	: improvpastence.com
	Scheme Name	: Sindar
	Comments	:
*/

html {
	background-color: #FFFF97;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande' Myriad Apple, Verdana, Arial, Sans-Serif;
	color: #666666;
	background-color: #FFFF97;
	text-align: center;
	margin: 20px 0 30px;
//	background: url('pageBg.jpg') no-repeat !important;
}
	
#page {
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	width: 760px;
	_width: 720px;
	border: 1px solid #000000;

}
	
#header {
background: url('topbanner.jpg') center center !important;
height: 165px !important;
border: 1px solid #2F2922;
}
h1{
display: none;
}
#header .description {
display: none;
}
.primary {
	width: 500px;
	_width: 500px; /* IE Hack */
	float: right;
	padding: 5px 10px 10px;
	margin: 10px 0 0 30px;
	background-color: #FDF6EB;
	border: 1px solid #2F2922;
	}

.secondary {
	font: 1em/1.5em ' Lucida Grande' Verdana, Arial, Sans-Serif;
	padding: 10px 5px 10px 0;
	margin: 0 0 20px 0;
	width: 25%;
	color: #555;
	/* The following are IE Fixes */
	_margin-left: 0%;
	_margin-right: 0%;
	_width: 22%;
	border-right: 1px solid #f5f5f5;
	} 
	
ul.menu li a {
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	text-transform: lowercase;
	color: #000000;
	background-color: #777777;
	margin: 0;
	opacity:.60;
	}
		
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%;
	}
	
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;
	}
	
h1, h2, h3, h4 {
	font-family: 'Century Gothic' Lucida Grande, Verdana, Sans-Serif;
	}
	
h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	color: #ffffff;
	}
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #444;
	}
	
#header .description { /* Blog description, under blog title */
	font-size: 1em;
	text-decoration: strong;
	margin: 0 0 0 40px;
	color: #2F2922;
	}
	
.metadata { /* Time and category for blog entries, i added the color tag*/
	display: block;
	color: #707070;
	}
	
/*- Links */
a:hover, a:visited:hover {
	text-decoration: underline;
	}
h2 a:hover, h2 span a:hover {
	color: #707070 !important;
	}
a {
	color: #707070;
	text-decoration: none;
	}
.itemtext a:visited {
	color: #707070;
	}