/*  
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: #FFFFFF;
	font: 13px Monotype Corsiva", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Verdana, sans-serif;

	

	font-weight: 900;
	color: #000000;
	padding: 0;
	margin: 0;
}


h1{
	font-family: Monotype Corsiva;
	font-size:17px;
	padding:0 0 0px 0;
	}
	
a {
	color: #000000;;
	text-decoration: none;
	outline: none;
}
	
a:link, a:visited{
		text-decoration: none;
		color: #4d4645
}
a:hover {
		text-decoration:none;
		color: blue;
}

p {
	margin-bottom: .4em;
}

blockquote {
	color: #FFFFFF;
	margin: 10px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	font-style: italic;
	font-weight: 900;
}
		
#wrapper {

background: url(http://stgarage.main.jp/02/wp-content/uploads/2015/02/header00122.png) center top no-repeat ;

-moz-background-size:contain;
 background-size:contain; 
	
	width: 900px;
        
	margin: 0 auto;
}
#header {
	height: 75px;
	　　　　　
}

#toplinks {
	background: transparent;
	float: right;
	margin:0px 0px;
	font-weight: 0;
	font-size: 14px;
        font-style: normal;
        

	letter-spacing: normal;
	text-transform: uppercase;
}

#title {
	padding: 10px 0px 0px 0px;
}

#title h1, #title h1 a {
	color: #000000;
	text-decoration: none;
	letter-spacing: .16em;
	font-size: 1.3em;
         }

#title h2 {
	color: #000000;
         padding: 0px 0px 0px 0px;



}

#menu {
	background: url()  repeat-x ;
	height: 200px;
	width: auto;
}

#menu ul {
	background: url() right no-repeat ;
	margin: 0 auto;
	padding: 200px 250px;
	list-style: none;
	text-align: left;
}

#menu li {
	font-size: 1.0em;
	font-weight: 600;
	display: inline;
}

#menu a {
	background: url() left no-repeat ;
	padding-left: 0
	padding-right: 6px;
	color: blue;
}

#menu a:hover, #menu a.selected {
	color: blue;
	text-decoration: none;
}

#menuleft{
	margin: 0 auto;
	padding: 9px 0px;
	list-style: none;
	text-align: left;
	float:left;
}

 /* サイドバー */

#left {
	background-color: #FFFFFF;

	width: 24.5%;
	height: 100%;
	float: left;
	padding: 0px -100px 0 0;
} #FFFFFF;


.leftitem {
	margin-bottom: 10px;
}

.leftbottom {
	height: 10px;
	background: url() bottom repeat-x ;
}


/* コンテンツ設定 */

#content h2 {
	background: url(images/bottomborder01.jpg) bottom repeat-x ;
	height: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

#content ol, #content ul {
	list-style: none;
	margin: 0px 0 8px;
	background:none;
}

#content li ul li {
	background: url() left no-repeat;
	padding-left: 0px;
	display: block;
}
#right {
	width: 900px;
	float: right;
	padding-top: 2px;
}
#right h2 {
background: url(images/bottomborder01.jpg) bottom repeat-x ;
	height: 35px;
	padding-top: 4px;
	margin-bottom: 6px;
}
#right ul{
	list-style: none;
	margin: 0px 0 0px 0px;
}

#right ol{
	margin: 0px 0 0px 0px;
}
#right ul li {
	background: url() left no-repeat;
	padding-left: 0px;
	display: block;
}

#right ol li {
	padding-left: 0px;
	
}
.left {
	float: left;
	margin: 0px 0px 0px 0px;
	border: none;
}

.right {
	float: right; 
	margin: 0px 0px 0px 0px;
	border: none;
}

.center {
	display: block;
	text-align: center;
	margin: 0px auto 0px;
	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(footer02.jpg) left bottom no-repeat ;
	width: 900px;
	height: 45px;
	margin: 0px auto;
}		
#footer p {
	background: url()  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;
}
