/*  
Theme Name: The Knife WP
Theme URI: http://www.desertwolfdesigns.com	
Description: This is a WordPress adaptation of The Knife - An open source xhtml/css website template by <a href="http://fernbap.com">Fernbap</a>.
Version: 1.1
Author: DesertWolf (James Fields)
Author URI: http://www.desertwolfdesigns.com
Tags: fixed width, sidebar left, black, two column,widgets, valid XHTML, valid CSS

	This is a WordPress adaptation of Fernbap's Open Source XHTML/CSS template, TheKnife.
	
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
html{
	height: 100%;
}

* {
		margin:0;
		padding:0;
		}
		
body {
	background-color: #000;
	font: 14px Georgia,Verdana,Tahoma,Arial,sans-serif;
	font-weight: 400;
	color: #CDC9b5;
	padding: 0;
	margin: 0;
}


h1{
	font-family: Georgia,sans-serif;
	font-size:24px;
	padding:0 0 10px 0;
	}
	
a {
	color: #CDC9A5;
	text-decoration: none;
	outline: none;
}
	
a:link, a:visited{
		text-decoration: none;
		color: #CDC9A5
}
a:hover {
		text-decoration:none;
		color:#FFFACD;
}

p {
	margin-bottom: .4em;
}

blockquote {
	color: #CDC9A5;
	margin: 10px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	font-style: italic;
	font-weight: 600;
}
		
#wrapper {
	background: url(images/header.jpg) center top no-repeat ;
	width: 840px;
	margin: 0 auto;
}
#header {
	height: 310px;
	margin: 0 auto;
}

#toplinks {
	background: transparent;
	float: right;
	margin: 20px 40px;
	font-weight: 400;
	font-size: .8em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

#title {
	padding: 166px 80px 50px 130px;
}

#title h1, #title h1 a {
	color: #FFFACD;
	text-decoration: none;
	letter-spacing: .16em;
	font-size: 1.7em;
}

#title h2 {
	color: #CDC9A5;
}

#menu {
	background: url(images/menubg.jpg)  repeat-x ;
	height: 40px;
	width: auto;
}

#menu ul {
	background: url(images/m1.jpg) right no-repeat ;
	margin: 0 auto;
	padding: 9px 34px;
	list-style: none;
	text-align: right;
}

#menu li {
	font-size: 1.2em;
	font-weight: 600;
	display: inline;
}

#menu a {
	background: url(images/m1.jpg) left no-repeat ;
	padding-left: 40px;
	padding-right: 6px;
	color: #CDC9A5;
}

#menu a:hover, #menu a.selected {
	color: #FFFACD;
	text-decoration: none;
}

#menuleft{
	margin: 0 auto;
	padding: 9px 34px;
	list-style: none;
	text-align: left;
	float:left;
}

#left {
	background: url(images/leftborder.jpg) right repeat-y ;
	width: 25%;
	height: 100%;
	float: left;
	padding: 20px 10px 0 0;
}


.leftitem {
	margin-bottom: 10px;
}

.leftbottom {
	height: 10px;
	background: url(images/bottomborder.jpg) bottom repeat-x ;
}

#content h2 {
	background: url(images/bottomborder.jpg) bottom repeat-x ;
	height: 1.5em;
	padding-top: 4px;
	margin-bottom: 6px;
}

#content ol, #content ul {
	list-style: none;
	margin: 4px 0 8px;
	background:none;
}

#content li ul li {
	background: url(images/m2.jpg) left no-repeat;
	padding-left: 14px;
	display: block;
}
#right {
	width: 72%;
	float: right;
	padding-top: 20px;
}
#right h2 {
background: url(images/bottomborder.jpg) bottom repeat-x ;
	height: 1.5em;
	padding-top: 4px;
	margin-bottom: 6px;
}
#right ul{
	list-style: none;
	margin: 4px 0 8px 14px;
}

#right ol{
	margin: 4px 0 8px 35px;
}
#right ul li {
	background: url(images/m2.jpg) left no-repeat;
	padding-left: 14px;
	display: block;
}

#right ol li {
	padding-left: 14px;
	
}
.left {
	float: left;
	margin: 2px 8px 0px 0px;
	border: none;
}

.right {
	float: right; 
	margin: 2px 0px 0px 8px;
	border: none;
}

.center {
	display: block;
	text-align: center;
	margin: 2px auto 2px;
	border: none;
}


		
.navigation{
		padding:10px 0 0 0;
		font-size:14px;
		font-weight:bold;
		line-height:18px;
		}
		
	
table#wp-calendar{
		width: 100%;
		padding:0 0 5px 0;
		}
		
#wp-calendar a {
		color:#FFCC00;
}
		
#footer {
	background: url(images/footer.jpg) left bottom no-repeat ;
	width: 840px;
	height: 130px;
	margin: 10px auto;
}		
#footer p {
	background: url(images/footerbg.jpg)  repeat-x ;
	height: 40px;
	padding-top: 12px;
	text-align: center;
} 
#footer p, #footer p a {
	font-size: .9em;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it 
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;*/
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
