/*  
Theme Name: Grayplain
Description: Simple and soft styled, two-column theme. Using <a href="http://mootools.net">Mootools</a> for smooth scrolling.
Version: 1.0
Author: Dan Dutcher - Modified version of Winterplain by Viktor Persson
Author URI: http://www.vaultmultimedia.com
*/

/* standard elements */
* {margin: 0; padding: 0;}

html {height: 100%; padding-bottom: 1px;}
body {background: #000 url('img/bbk.jpg') repeat-x; font: normal 13px Verdana,sans-serif; color: #FFFFFF;}

a {color: #FFFFFF;}
a:hover {color: ##F27E1C;}

p {margin: 2px 0 8px;}

h1 {font: normal 1.8em Georgia,Tahoma,sans-serif;}
h2 {font: normal 1.5em Georgia,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

h1,h2,h3 {margin: 2px 0;}

blockquote {
	background: #191919 url('img/quote.gif') no-repeat;
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin: 1em 0;
	padding: 0.6em 1em 0.2em 40px;
}

code {
	display: block;
	white-space: pre;
	background: #191919;
	border: 1px solid #EED;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
}

ul,ol {margin: 0 0 1em 1.4em;}

fieldset {padding: 12px 10px;  color: #232; border: 1px solid #DED; margin-bottom: 1em;}
legend {font: bold 1em Verdana,sans-serif; padding: 0 6px; color: #363;}

img {border: none;}
img.bordered,.post img {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

small,.small {font-size: 0.8em;}

/* inputs */
input.submit {background: #E9E8E8 url('img/input_submit.gif') repeat-x; border: 3px double #CCC; border-color: #CCC #999 #999 #CCC; color: #456; font: bold 0.8em Verdana,sans-serif; padding: 3px 0;}
input.submit:hover {background: #FCFDFC; cursor: pointer;}
input#s {background: #FCFCFC; font: normal 1.1em sans-serif; border: 1px solid #CCC; padding: 3px 5px; width: 150px;}
input#s:hover {background: #FFF;}
textarea {width: 320px;}

/* main layout */
#container {background: #000000 url('img/haskin_body.jpg') repeat-y center;border: 1px solid #000;width: 780px; margin: 0 auto; padding-bottom: 0em;}
#main {margin: 15px 0 0 8px; width: 780px;}
#main_left {margin-left:19px;margin-right:19px; width: 726px;}

/* top part */
#top {margin: 0em 0; padding-left: 0em; background-image: url('img/haskin_header_4b.jpg'); background-repeat:no-repeat;height:150px;}
#site_title {font: bold 2em Georgia,sans-serif; color: #567;display: none;}
#site_description {font: normal 1em Verdana,sans-serif; color: #999;display: none;}

/* navigation */
.path {float:right;position:relative;top:105px; margin-left:10px;margin-right:10px;padding: 8px 10px; color: #678;}

#nav {font-size: .95em;}
#nav a {color: #FFFFFF; text-decoration: none;}
#nav a:hover {color: #F27E1C; text-decoration: underline;}
#nav ul {display: inline; margin: 0;}
#nav ul li {display: inline; list-style: none; margin: 0 4px;}

/* Menu */

#catnav {
  margin: 20px 0 0 0;
  padding: 0;
  clear: both;
  height: 44px;
  width: 960px;
background-color:#000;
  }

#nav {
  z-index:500;
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
	z-index:500;
  margin: 0;
  padding: 0;
  list-style:none;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 7px 0 7px;
  font-size: 10pt;
  color: #fff;
  letter-spacing: -1px;
  }

#nav li a:hover {
  color: #A93F25;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#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: #101010;
  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;
  }



/* sidebar */
*#main_right .content {padding: 2px 8px 4px; background: #191919; border-top: 1px solid #EAEAE2; margin-bottom: 14px;}
#main_right div.content {padding: 5px 8px;}

#sidebar ul {margin: 0;}
#sidebar li {list-style: none; padding: 3px 0;}

/* footer */
#footer {font-size: 0.9em; background-image: url('img/haskin_footer.jpg'); background-repeat:no-repeat; height:30px;center top fixed; padding: 8px 12px; color: #FFFFFF;}
#footer .right a {color: ##F27E1C; text-decoration: none;}
#footer .right a:hover {color: ##F27E1C;}

/* first post highlight */
#splash {margin-bottom: 1em;}
#splash .post {padding: 12px 18px 0; background: url('img/splash.jpg') repeat-x left bottom;}
#splash .metadata {color: #ACA; border-top: 1px solid #DEE9E0; background: none; padding: 8px 0; margin: 0;}
#splash .metadata a {color: #474; text-decoration: none;}
#splash .metadata a:hover {color: #232; text-decoration: underline;}
#splash .date {font-size: 0.9em;}

/* special links */
a.scrolldown,a.scrollup {width: 16px; height: 16px;}
a.scrolldown {background: url('img/arrow_down.gif') no-repeat left top; }
a.scrollup {background: url('img/arrow_up.gif') no-repeat left top;}
/*a.feed {background: url('img/feed.jpg') no-repeat left top; width: 28px; height: 28px; margin-top: 20px;}*/
a.button {display: block;}
a.button:hover {background-position: left bottom;}

/* misc */
.bold {font-weight: bold;}
.bordered {border: 1px solid #DDD; background: #FFF; padding: 5px;}
.clearer {clear: both; font-size: 0;}

.light,.light a {color: #777;}
.odd {background: #F6F6F6;}

.tright {text-align: right;}

/* post */
.post {margin-bottom: 26px;margin-left:0px;}
.post .date {color: #468; font-size: 0.9em; margin: 4px 0 6px;}
.post .body {margin-bottom: 12px; line-height: 1.4em;}
.post .metadata {background: #F6F6F6; border-top: 1px solid #E6E6E6; font: normal 0.9em sans-serif; padding: 6px; clear: both;}
.post .metadata a {color: #333; text-decoration: none;}

/* icons */
span.comment {background: url('img/icon_comment.gif') no-repeat left center; padding-left: 18px;}
span.tag {background: url('img/icon_tag.gif') no-repeat left center; padding-left: 18px;}

/* comments */
.commentlist {margin: 1em 0 0; font-size: 0.9em;}
.commentlist li {list-style: none; padding: 8px 10px 1px;}
.commentlist .post .date {margin-bottom: 3px;}