/*  
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 tempus sans itc,Georgia,Verdana,Tahoma,Arial,sans-serif;
	font-weight: 400;
	color: #CDC9b5;
        color: #FF9700;
	padding: 0;
	margin: 0;
}


h1{
	font-family: tempus sans itc,Georgia,sans-serif;
	font-size:24px;
	padding:0 0 10px 0;
	}
	
a {
	color: #CDC9A5;
        color: #FF9700;
	text-decoration: none;
	outline: none;
}
	
a:link, a:visited{
		text-decoration: none;
		color: #CDC9A5;
                color: #FF9700;
}
a:hover {
		text-decoration:none;
		color:#FFFACD;
}

p {
	margin-bottom: .4em;
}

blockquote {
	color: #CDC9A5;
        color: #FF9700;
	margin: 10px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	font-style: italic;
	font-weight: 600;
}
		
#wrapper {
background: url(images/logo-test.jpg) center top no-repeat ;
width: 950px;
	margin: 0 auto;
}
#header {
	height: 210px;
	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;
        color: #FFC860;
	text-decoration: none;
	letter-spacing: .16em;
	font-size: 1.7em;
}

#title h2 {
	color: #CDC9A5;
        color: #FF9700;
}

#menu {

	height: 40px;
	width: auto;
}

#menu ul {

	margin: 0 auto;
	padding: 29px 34px;
	list-style: none;
	text-align: left;
}

#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;
        color: #FF9700;
}

#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: 100%;
	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 {

	width: 840px;
width: 950px;
	height: 130px;
	margin: 10px auto;
}		
#footer p {

	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;
}
/*High Slide*/
.highslide {
	cursor: url(/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 4px ridge #cfc8ff;
}
.highslide:hover img {
	border: 4px ridge white;
}
.highslide-wrapper {
	background: black;
}
.highslide-image {
    border: 2px solid black;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid black;
    border-top: none;
    /*font-family: Verdana, Helvetica;*/
    font-size: 10pt;
    color: ff9700;
    padding: 5px;
    background-color: black;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-move {
    cursor: move;
}
.highslide-overlay {
	display: none;
}
a.highslide-full-expand {
	background: url(/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
/* Controlbar example */
.controlbar {	
	background: url(/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 0px 0 0 0px;	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}
/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
