/*
Theme Name: knuckles & teeth v0.6
Theme URI: http://knucklesandteeth.unplugthesun.com
Description: The official theme for knuckles & teeth.
Version: 0.15
Author: Kane
Author URI: http://knucklesandteeth.unplugthesun.com
Tags: fixed width, two columns,

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


* a, * a:hover, * a:active, * a:visited {
	text-decoration: none;
	color: #960;
	}

* a:hover {
	text-decoration: underline;
	}

body { 
	/* background: #DFE6DF; */
	/* background-color: #FAFAFA; */
	background-color: #5b5b5b;
	padding: 0;
	margin: 0;
	}

div#wrapper {
	background: white;
	width: 900px;
	margin: auto;
	margin-top: 0;
	padding: 0;
	/* border: 4px dashed pink; */
	}

.line {
	float: left;
	left: 0;
	display: block;
	}


/* ****************************************
   **************** Header **************** 
   **************************************** */
div#header {
	/* position: relative; */
	/* height: 205px; */
	/* background-color: #FAFAFA; */
	background-color: white;
	width: 900px;
	float: left;
	display: block;
	margin-top: -2px;
	border: #DFE6DF dotted;
	/* border: #996600 dotted; */
	border-width: 0 1px;
	/* border: 4px dashed blue; */
	}

div#header div#logo {
	float: left;
	padding-top: 3px;
	margin-right: 10px;
	}

div#header div#sexy_firefox{
	position: relative;
	/* height: 205px; */
	margin-bottom: 20px;
	text-align: right;
	/* border: 4px dashed blue; */
	}

div#header div#photo {
	position: absolute;
	margin-left: 30px;
	width: 175px;
	height: 200px;
	background: white;
	border: 1px gray outset;
	/* border: 4px dashed salmon; */
	}

div#header div#photo div#pic {
	width: 155px;
	height: 155px;
	margin: 10px;
	background: lightgray;
	border: 1px gray inset;
	overflow: hidden;
	}

div#header div#title h2 {
	margin: 15px 0 0 0;
	}

div#header div#header-row {
	/* border: 4px dashed black; */
	/* margin-top: 40px; */
	/* border-bottom: 2px dotted #DFE6DF; */
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 5px;
	background: url('images/title-80px.jpg') repeat-x;
	/* min-height: 80px; */
	cursor: pointer;
	}

div#header div#header-row div#title {
	text-align: left;
	padding-right: 20px;
	}

div#header div#header-row div#tagline {
	/* position: relative; */
	/* right: 20px; */
	/* top: -30px; */
	text-align: left;
	font-variant: small-caps;
	/* padding-top: 5px; */
	/* padding-right: 20px; */
	/* padding-bottom: 5px; */
	/* margin-left: 220px; */
	margin-left: 7px;
	font-family: "Myriad",Verdana,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

/* ****************************************
   **************** Navbar **************** 
   **************************************** */
div#header div#navbar {
	text-align: right;
	padding: 2px 0px;
	/* background-color: #DFE6DF; */
	}

div#navbar ul, div#navbar li {
	display: inline;
	font-family: "Myriad",Verdana,Arial,sans-serif;
	font-size: 10px;
	margin-left: 20px;
	font-weight: bold;
	margin: 0 0 0 15px;
	}
 
div#navbar li {
	padding-right: 3px;
	/* border-right: 1px dotted #DFE6DF; */
	}

div#navbar ul, div#navbar li a, div#navbar ul, div#navbar li a:hover, div#navbar ul, div#navbar li a:active, div#navbar ul, div#navbar li a:visited {
	text-decoration: none;
	color: black;
	}

div#navbar ul, div#navbar li a:hover {
	color: #960;
	}

/* ****************************************
   *************** Spacer ***************** 
   **************************************** */
div#header div#upperspacer hr {
	text-align: left;		/* align left in IE */
	margin: 0 auto 3px 0;		/* align left in Firefox */
	border: 0;
	border-top: 2px dotted #DFE6DF; /*the border*/
	height: 2px;
	width: 62.5%;
	}

div#header div#spacer hr {
	text-align: right;		/* align right in IE */
	margin: 0 0 3px auto;		/* align right in Firefox */
	border: 0;
	border-top: 2px dotted #DFE6DF; /*the border*/
	height: 2px;
	}

div#header div#spacer hr#h1 {width: 75%}
div#header div#spacer hr#h2 {width: 62.5%}
div#header div#spacer hr#h3 {width: 50%}

hr.gen {	
	/* text-align: right;		/* align right in IE */ */
	/* margin: 0 0 3px auto;		/* align right in Firefox */ */
	margin: 0;
	border: 0;
	border-top: 2px dotted #DFE6DF; /*the border*/
	width: 75%;
	height: 2px;
	}
	


/* ****************************************
   ************** Main Body *************** 
   **************************************** */
div#body {
	/* background-color: #FAFAFA; */
	background-color: white;
	position: relative;
	width: 900px;
	display: block;
	float: left;
	border: #DFE6DF dotted;
	/* border: #996600 dotted; */
	border-width: 0 1px;
	/* border: 4px dashed red; */
	}

/* hating css right now... */
.bodypart {
	position: relative;
	float: left;
	left: 100%;
	}

div#content {
	width: 535px;
	margin-left: -555px;
	padding-left: 10px;
	padding-top: 20px;
	/* border: 4px dashed green; */
	}

/* single page */
div#widecontent {
	width: 880px;
	/* margin-top: 145px; */
	margin-left: -900px;
	padding-left: 10px;
	/* border: 4px dashed green; */
	}

/* ****************************************
   ******** Single-page navigation ********
   **************************************** */

div.navigation {
	float: left;
	display: block;
	/* width: 615px; */
	/* border: 4px dashed green; */
	width: 100%;
	margin-left: auto;
	}

div.navigation span.alignright {
	float: right;
	/* margin-right: 75px; */
	}

/* ****************************************
   *************** Sidebar **************** 
   **************************************** */
form#searchform {
	/* margin-left: -35px; */
	/* padding-left: 5px; */
	/* border: #DFE6DF dotted; */
	/* border-width: 1px 1px 0 0; */
	/* padding-top: 5px; */
	}

input#s {
	/* visibility: hidden; */
	border: 1px inset #DFE6DF;
	background: #DFE6DF;
	font-family: "Myriad",Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: 70%;
	color: #996600;
	}

input#searchsubmit {
	font-family: "Myriad",Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: 70%;
	color: #996600;
	}

div#sidebar {
	width: 270px;
	/* margin-top: 50px; */
	/* margin-top: -20px; */
	margin-left: -935px;
	padding-right: 15px;
	/* border: #DFE6DF dotted; */
	/* border-width: 1px 1px 0 0; */
	/* border: 4px dashed yellow; */
	}

div#sidebar ul li {
	list-style-type: none;
	}

/* Section titles */
div#sidebar ul li h2 {
	font-family: "Myriad",Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
	/* color: #996600; */
	background-color: #DFE6DF;
	/* border-bottom: 1px dotted #cccccc; */
	margin-bottom: 0px;
	margin-left: -35px;
	padding-left: 5px;
	padding-left: 40px;
	/* border: 4px dashed green; */
	}

/* <ul> For each Section */
div#sidebar ul li ul {
	margin-top: 0px;
	}

div#sidebar ul li ul li {
	/* list-style: cjk-ideographic; */
	/* background-color: white; */
	/* background-color: pink; */
	font-family: "Myriad",Verdana,Arial,sans-serif;
	font-size: 11px;
	/* list-style-type: none; */
	margin-left: -10px;
	margin-top: 0px;
	padding: 7px 5px;
	border-style: dotted dotted dotted solid;
	border-color: #DFE6DF #DFE6DF #DFE6DF transparent;
	border-width: 0 1px 1px 1px;
	}

div#sidebar ul li ul li:hover {
	border-color: #DFE6DF;
	}

div#sidebar ul li.categories ul li ul li, div#sidebar ul li.jumps ul li ul li{
	font-size: 11px;
	/* background-color: red; */
	/* margin-left: -20px; */
	/* margin-top: 1px; */
	margin: 4px auto 4px -20px;
	padding: 1px 5px;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-color: transparent transparent transparent #DFE6DF;
	}

div#sidebar ul li.categories ul li ul li:hover, div#sidebar ul li.jumps ul li ul li:hover {
	/* background: red; */
	/* background-color: #FAFAFA; */
	/* border-color: #DFE6DF; */
	border-style: dotted;
	border-width: 1px 0 1px 1px;
	border-color: #DFE6DF;
	}

div#sidebar ul li.categories ul li ul li a:hover {
	text-decoration: none;
	}

div#sidebar ul li.jumps ul li h3 {
	font-family: "Myriad",Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
	/* color: #996600; */
	/* background-color: #DFE6DF; */
	margin-top: 0px;
	margin-bottom: 0px;
	/* margin-left: -35px; */
	/* padding-left: 5px; */
	/* padding-left: 40px; */
	/* border: 4px dashed green; */
	}



/* ****************************************
   ***************** Post ***************** 
   **************************************** */
div.post {
	position: relative;
	margin-bottom: 75px;
	/* width: 535px; */
	/* background-color: white; */
	float: left;
	display: block;
	/* border: 4px dashed green; */
	}

/* Post - date */
div.post div.date {
	position: absolute;
	top: 10px;
	left: -75px;
	border: 1px solid #DFE6DF;;
	width: 50px;
	}

div#widecontent div.post div.date {
	position: relative;
	float: right;
	left: 0px;
	top: 20px;
	margin-left: 30px;
	margin-bottom: 15px;
	border: 1px solid #DFE6DF;;
	width: 50px;
	}

div.post div.date div.day {
	/* font-size: 2em; */
	/* background-color: white; */
	font-size: 28pt;
	text-align: center;
	}

div.post div.date div.month {
	font-size: 12pt;
	text-align: center;
	background-color: #DFE6DF;
	}

div.post div.date div.year {
	font-size: 10pt;
	text-align: center;
	background-color: #DFE6DF;
	padding-top: 2px;
	}

/* Post - header */
div.post div.p-head {
	background: #DFE6DF;
	font-family: "Myriad",Verdana,Arial,sans-serif;
	font-size: 60%;
	text-align: right;
	margin-right: -50px;
	padding-right: 50px;
	width: 535px;
	float: left;
	display: block;
	}

div.post div.p-head a, div.post div.p-head a:hover, div.post div.p-head a:active, div.post div.p-head a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #960;
	}

div.post div.p-head a:hover {
	text-decoration: underline;
	}

/* Post - title */
div.post div.title {
	font-family: "Myriad",Verdana,Arial,sans-serif;
	font-size: 18pt;
	font-weight: bold;
	padding-left: 5px;
	border: #DFE6DF dotted;
	border-width: 0 0 0 2px;
	}

div.post div.title a:hover {
	text-decoration: none;
	}

/* single page post title*/
div#content.widecolumn div.post h2#title {
	font-family: "Myriad",Verdana,Arial,sans-serif;
	text-align: center;
	}

/* Post - entry */
div.post div.entry {
	float: left;
	display: block;
	text-align: justify;
	/* font-size: 11pt; */
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 140%;
	/* font-family: "Trebuchet MS",Tahoma,Arial,Verdana, sans-serif; */
	font-family: Georgia, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-left: 5px;
	border: #DFE6DF dotted;
	border-width: 0 0 0 2px;
	width: 99%;
	/* TYPE CHART ENTRY 1 */
	/* font-family: Helvetica, Arial, sans-serif; */
	/* font-size: 14px; */
	/* font-style: normal; */
	/* font-weight: normal; */
	/* text-transform: normal; */
	/* letter-spacing: 0.2px; */
	/* line-height: 1.5em; */
	/* TYPE CHART ENTRY 2 */
	/* font-family: "Trebuchet MS", sans-serif; */
	/* font-size: 16px; */
	/* font-style: normal; */
	/* font-weight: bold; */
	/* text-transform: normal; */
	/* letter-spacing: normal; */
	/* line-height: 1.4em; */
	/* width: 530px; */
	/* border: 3px dashed pink; */
	}

div#widecontent div.post div.entry { 
	/* width: 100%; */
	border: 0;
	/* border: 3px dashed pink; */
	}
/* 
*/

div.post div.entry blockquote {
	min-width: 50px; 
	max-width: 400px;
	border: 1px outset gray; 
	margin: 10px auto 30px auto;
	padding: 3px 10px;
	background: #EEF0EF;
	}

div.post div.entry div.fortune {
	min-width: 50px; 
	max-width: 350px;
	border: outset black; 
	border-width: 1px 2px 2px 1px;
	margin: 10px auto 30px auto;
	padding: 10px 30px 10px 90px;
	text-align: center;
	font-family: monospace;
	color: #960;
	/* color: darkred; */
	/* font-variant: small-caps; */
	background: url('images/fortune_cookie.png') no-repeat white;
	}

div.post div.entry li {
	margin-bottom: 10px;
	}

div.post div.entry h3.heading {
	border-bottom: 1px solid darkgray;
	}

div.post div.entry blockquote div.author{
	text-align: right;
	margin-right: 15%;
	font-style: italic;
	}

div.post div.entry div.sidenote{
	text-align: left;
	font-size: 80%;
	float: right; 
	width: 150px; 
	border: 1px inset gray; 
	padding: 5px; 
	margin-left: 10px;
	margin-bottom: 10px;
	/* margin-right: -50px; */
	background: #EEF0EF;
	}

/* single page sidenote is wider */
div#widecontent div.post div.entry div.sidenote{
	width: 250px;
}

/* Post - footer */
div.post div.p-foot {
	background: #DFE6DF;
	font-family: "Myriad",Verdana,Arial,sans-serif;
	font-size: 60%;
	text-align: right;
	padding-right: 5px;
	/* margin-right: -50px; */
	/* padding-right: 50px; */
	float: left;
	display: block;
	/* width: 530px; */
	/* width: 540px; */
	width: 100%;
	/* border: 4px dashed pink; */
	}

div.post div.p-foot a, div.post div.p-foot a:hover, div.post div.p-foot a:active, div.post div.p-foot a:visited {
	font-weight: bold;
	}

div.post div.p-foot div#left{
	float: left;
	}


div.post div#p-foot-hr {
	float: left;
	/* width: 100%; */
	width: 530px;
	/* border: 4px dashed green; */
	}

div.post div#p-foot-hr hr {
	border: 0;
	border-top: 2px dotted #DFE6DF; /*the border*/
	height: 2px;
	margin-top: 15px;
	width: 25%;
	}

div.post div.p-foot hr#h1 {width: 100%}
div.post div.p-foot hr#h2 {width: 75%}
div.post div.p-foot hr#h3 {width: 20%}

div.entry p.postmetadata.alt {
	color: darkgray;
	font-style: italic;
	}

/* ****************************************
   *************** Footer ***************** 
   **************************************** */
div#footer {
	width: 902px;
	/* background-color: #DFE6DF; */
	border-top:  #DFE6DF 2px dotted;
	background: #EEF0EF;
	/* border-bottom:  #DFE6DF 2px dashed; */
	/* border: 4px dashed orange; */
	font-family: "Myriad",Verdana,Arial,sans-serif;
	font-size: 7pt;
	float: left; 
	left: 0;
	text-align: center;
	margin: 0 0 50px 0;
	padding-top: 5px;
	/* padding-bottom: 5px; */
	}

div#footer p {
	margin: 0 0 4px 0;
	padding 0;
	}

/* ****************************************
   *************** Comment **************** 
   **************************************** */
div#commentdiv {
	background: #EEF0EF;
	width: 882px;  /* I fucking hate CSS */
	padding: 10px;
	/* width: 100%; */
	}

