/*  

Theme Name: Kan
Author: http://www.xkanx.com
Version: 1.0
Description: Theme is designed and coded by <a href="http://www.xkanx.com">Kan Variety</a>.

*/

* { margin: 0; padding: 0; }

p { margin-left: 10px; font-size: 9pt; padding: 10px 0; }

h1, h2, h3, h4, h5, h6 {
  margin-left: 10px;
  padding: 10px 0;
  color: #9ead74;
  font-family: arial;
  font-weight: normal;
  font-size: 22pt;
  letter-spacing: -2px;
  }

hr { color: #333; border: 1px solid #121212; }

pre { height: auto; overflow-x:scroll; }

fieldset { margin: 0; padding: 0; border: 0; }

dd { padding-left: 15px; }

a { color: #985218; text-decoration: none; }
a:hover { color: #222; }
a img { border: none; }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

/* HTML & BODY */

html { background: #282828 url(images/bghtmlx.jpg) bottom center repeat-y; }

body { 
  text-align: center; 
  margin: 0;
  padding: 0 0 15px 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background: transparent url(images/bgbodyx.jpg) top center no-repeat;
  }


/* WRAPPER */

#wrapper {
  margin: 0 auto;
  width: 900px;
  text-align: left;
  padding: 0;
  }

/* HEADER */

#header {
  padding: 0;
  margin: 0;
  height: 150px;
  display: block;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 600px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #fff;
  font-size: 9pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #000;
  text-decoration: none;
  }

#header #logo {
  margin: 0 0 0 0;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #eee;
  font-size: 10pt;
  }

/* TOP NAVIGATION */

ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 0.8em;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 20px;
	float: left;
	text-decoration: none;
	color: #000;
	background: url(a_bg.gif) repeat-x;
	text-transform: uppercase;
	clear: both;
	width: 50px;
	height: 20px;
    font-weight: bold;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #F06048;
    font-weight: bold;
    background: url(images/0bg-trans.png) repeat-y;
    font-family: Trebuchet MS, Helvetica, arial, sans-serif;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}

/* MENU */

#catnav {
  margin-top: -5px;
  margin-left: 330px;
  padding: 0;
  clear: both;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 10pt;
  color: #fff;
  letter-spacing: -1px;
  }

#nav li a:hover {
  color: #6598b8;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 100%;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }



/* MAIN CONTENTS & POSTS */

#main {
  margin: 40px 15px 0 60px;
  clear: both;
  width: 820px;
  padding-bottom: 5px;
  }
#contentwrapper {
  float:left;
  width: 530px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 900px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 35px 0 -10px 0;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #ccc;
  font-weight: normal;
  background: url(images/bg-trans.png) repeat;
  padding: 5px;
  }
.topPost {
  margin: 25px 0 0 0;
  padding: 0;
  font-size: 9pt;
  }
.topPost h2.topTitle a {
  margin-left: 0;
  font-size: 22pt;
  font-family: arial, Trebuchet MS, Helvetica, arial, sans-serif;
  font-weight: normal;
  color: #cc6633;
  letter-spacing: -1px;
  display: inline;
  padding: 5px;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #b42a00;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #A8C0A8;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #b1b1b1;
  }
.topPost p.topMeta a:hover {
  color: #ccc;
  }
.topPost div.topContent {
  font-size: 9pt;
  color: #999;
  margin: 8px 0;
  }
.topContent p {
  font-size:14px;
  line-height: 160%;
  margin-left: 13px;
  }
.topPost div.topContent a {
  text-decoration: none;
  color: #9C4C15;
  }
.topPost div.topContent a:hover {
  text-decoration: none;
  color: #ff9933;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  font-size:14px;
  line-height: 160%;
  margin-left: 13px;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: normal;
  background: url(images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  color: #fff;
  float: right;
  }
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments a {
  color: #87561f;
  background: url(images/comments.png) left no-repeat;
  padding-left: 25px;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #fff;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #9ead74;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #fff;
  }


/* COMMENTS */

#comments {
  margin-bottom: 10px;
  margin-top: 15px;
  background: #040404;
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border: 1px dotted #090909;
  padding: 0px 15px 10px 15px;
  color: #ac7538;
  letter-spacing: 0px;
  }
#comments h3 {
  font-size: 14pt;
  font-family: arial, georgia;
  font-weight: normal;
  color: #fff;
  margin: 15px 0;
  padding: 0;
  letter-spacing: 0px;
  }
#comments p a {
  color: #613F21;
  }
#comments p a:hover {
  color: #fff;
  }
#comments p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #333;
  border: 1px solid #040404;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #000;
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ddd;
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #ac7538;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  font-family: arial, georgia;
  font-size: 10pt;
  width: 450px;
  background: #333;
  color: #ac7538;
  padding: 10px;
  border: 1px dashed #eee;
  }
#comments #submit {
  margin: 0;
  }
#extrastuff a {color:#222; font-size:0.8em;}
#extrastuff a:hover {color:#ccc; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* SIDEBARS */
#sidebars {
  margin: 20px 30px 0 0;
  float: right;
  width: 230px;
  color: #9ead74;
  }
#sidebars .sidebarbox {
  margin: 0;
  padding: 8px 15px;
  }

#sidebar_full {
  padding: 0;
  margin: 20px 0 0 0;
  }

#sidebar_left {
  float: left;
  width: 100px;
  }

#sidebar_right {
  padding: 0;
  margin: 20px 0 0 0;
  }


#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-family: arial;
  font-weight: normal;
  font-size: 22pt;
  color: #b4b4b4;
  letter-spacing: -2px;
  text-transform: none;
  }

#sidebars table {
  width: 100px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 2px;
  padding: 8px 2px 2px 19px;
  color: #999;
  background: url(images/bullet.png) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  font-size: 14px;
  display: block;
  color: #613F21;
  }

#sidebars a:hover {
  color: #ff9933;
  text-decoration: none;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}

/* SEARCH FIELD */

.searchform {
	margin: 0 -20px 0 10px;
	font-size: 12pt;
	color: #111;
	width: 250px;
	height:30px;
    border: 0px dotted #222;
    padding: 5px;
    position: absolute;
	background: url(images/1searchgradient.png) top center no-repeat;
}

.searchform input {
    padding: 0 0 0 39px;
    margin-left: 17px;
    margin-top: 4px;
	font-family: tahoma, Sans-serif;
    border: 0px;
	width: 160px;
	font-size: 10pt;
   	font-weight: normal;
    letter-spacing: 4px;
	color: #888;
	background: transparent;
   	text-transform:uppercase;
}

.searchform input.box {
    padding: 5px;
    background: transparent;
}

/* TWITTER */

#wtw .wtwbox {
	color: #333;
	font-weight: bold;
	width: 160px;
	font-size: 12px;
	position: relative;
	background: #ccc;
	padding: 10px;
	margin-top: 13px;
}

#wtw  span.tape {
	width: 77px;
	height: 77px;
	display: block;
	z-index: 50;
	position: absolute;
	top: -20px;
	left: 140px;
	background: url(images/tape.png) no-repeat;
}

#wtw p {
    margin-left: 0px;
    color: #666;
}

#wtw a {
    color: #333;
    text-decoration: underline;
    font-size: 12px;    
}


/* POST DATE BOX */

.datebox {
      float: left;
      display: block;
      margin: 0px 10px 10px -84px;
      padding: 3px 0 0 5px;
      width:53px;
      height:70px;
      background: transparent url(images/postbox.png) top center no-repeat;
}

.month {
      	text-align:center;
      	text-transform:uppercase;
      	font-size:1.4em;
      	color:#000;
      	font-weight:bold;
      	margin:0;
      	padding:0;
      	padding-top:3px;
      	line-height:90%;
}

.day {
      text-align:center;
      font-size:2.2em;
      color:#ccc;
      font-weight:bold;
      margin:0;
      padding:0;
      line-height:100%;
}

.year {
      text-align:center;
      font-size:1.1em;
      color:#ac4300;
      margin:0;
      padding:0;
      line-height:100%;
}


/* BEFORE FOOTER */

#morefoot {
  background: transparent url(images/footerx.jpg) bottom center no-repeat;
  width: 834px;
  height: 400px;
  padding: 15px 0 0 0;
  color: #666;
  margin-left: 30px;
  display: block;
  bottom: 0px;
  }
  
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
  
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
  
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
  
#morefoot a {
  text-decoration: none;
  color: #9C4C15;
  }
  
#morefoot a:hover {
  text-decoration: none;
  color: #ff9933;
  }
  
#morefoot h3 {
  font-size: 28pt;
  font-family: tahoma, georgia, arial;
  font-weight: normal;
  color: #9ead74;
  letter-spacing: -2px;
  border-bottom: 1px dashed #000;
  margin: 0;
  padding: 0 0 6px 0;
  }
  
#morefoot #searchform  {
  padding: 10px 0 0 10px;
  width: 300px;
  background: #666;
  }
  
#morefoot .col1 {
  margin: 30px 0 0 25px;
  float: left;
  width: 260px;
  }
  
#morefoot .col2 {
  margin: 30px 25px;
  }
  
#morefoot .col2 {
  float: left;
  width: 200px;
  }
  
#morefoot .col3 {
  margin: 30px 0 0 15px;
  float: left;
  width: 240px;
  }

#morefoot li {
  padding-left: 0px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/

#footer {
  clear: both;
  background: #fff;
  height: 400px;
  padding: 15px 15px 10px 15px;
  }
  
#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  }
  
#footer a {
  color: #bbb;
  text-decoration: underline;
  }
  
#footer a:hover {
  color: #fff;
  }
  
#footerleft {
  float: left;
  width: 300px;
  }
  
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }

/* MISC */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
  
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
  
.aligncenter, div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
  
img.alignright {
  float: right;
  margin: 5px 0 5px 15px;
  border: 1px solid #ccc;
  }
  
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  border: 5px solid #ccc;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;

  /* ROUNDED CORNERS */

  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }

/* BOTTOM FADE*/

#bottom_fade {
	width: 100%;
	height: 67px;
	z-index: 99;
	position: fixed;
	bottom: 0%;
        left: 0px;
	background: url("images/bottom-fade.png") bottom center repeat-x;
}

/* MOBILE PAGE */

td {
	border-top: 0px dotted #ccc;
	border-left: 0px dahsed #ccc;
	border-right: 0px solid #ccc;
	background: #000;
	border-spacing: 5px 5px;
	padding: 3px;
	color: #333;
}

/* INSPIRATIONAL LINKS */

#inspirational a {
	border: 1px solid #333;
	width: 180px;
}

#inspirational a:hover {
	border: 1px solid #ccc;
}

/* LOGO AREA */
#logo-zone {
position: absolute;
top: 18px;
left: 100px;
height: 60px;
width: 240px;
background-color: transparent;
background-image: none;
}
