/* 
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

Title : Default Stylesheet
Author : Bob Aman
URL : http://sporkmonger.com/

Comment: The contents of this file are copyrighted, do not take
  this css and use it as your own.

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/

/*
Reset
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/

* {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Bitstream Vera Sans", "Lucida Sans Unicode", Verdana, Arial,
    Helvetica, sans-serif;
  background: #333333 url(../images/bg.gif) center repeat-y;
  text-align: center;
}

/*
Generic
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/

a {
  color: #FFCC00;
  text-decoration: none;
  border-bottom: 1px dotted #333333;
}

a:hover {
  border-bottom: 1px dashed #FFCC00;
}

/*
Page Layout
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/

.page {
  margin: 0 auto;
  text-align: left;
  width: 61.8%;
  height: 100%;
  font-size: 9pt;
  line-height: 1.7em;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  background-color: #333333;
}

.header {
  height: 196px;
  background: #FFFFFF url(../images/logo.gif) center no-repeat;
}

.header h1 {
  display: none;
}

.header h2 {
  display: none;
}

.caution {
  display: block;
  height: 40px;
  background: #333333 url(../images/bg_caution.gif) repeat-x;
}

.menu {
  display: block;
  background-color: #666666;
  border-top: 1px solid #333333;
  line-height: 2em;
  height: 2em;
  text-align: center;
}

.menu ul {
  display: block;
  width: 61.8%;
  margin: 0 auto;
  text-align: left;
}

.menu li {
  display: block;
  float: left;
  width: 24.5%;
  list-style-type: none;
}

.menu a {
  display: block;
  text-align: center;
  font-size: 1.2em;
  margin-top: 2px;
  color: #333333;
  text-decoration: none;
  border: none;
}

.menu a:hover {
  text-decoration: underline;
}

.content {
  height: 100%;
  background-color: #333333;  
}

/*
Entry Layout
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/

.entry, .subheader {
  margin: 1em;
  padding: 1em;
  color: #999999;
  border: 1px dotted #666666;
  background-color: #111111;
}

.entry h3 {
  font-family: "Avant Garde", "Avant Garde Gothic", "Century Gothic",
    "URW Gothic L", Helvetica, sans-serif;
  color: #FFCC00;
  font-size: 14pt;
  line-height: 1.4em;
  letter-spacing:0.2em;
  border-bottom: 1px dotted #FFCC00;
}

.entry h3 a {
  border: none;
}

.entry h3 a:hover {
  font-style: italic;
  color: #999999;
}

.author, .date {
  display: block;
  margin: 0.5em 1em;
  color: #666666;
  font-size: 9pt;
  line-height: 1em;
}

.entry p {
  margin: 1em 0;
}

/*
Comments Layout
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/

ol.comments {
  list-style-type: none;
}

ol.comments li.comment, .response {
  margin: 1em;
  padding: 1em;
  color: #999999;
  border: 1px dotted #666666;
  background-color: #111111;
}

ol.comments li.by-author {
  border: 1px dashed #666666;
  background-color: #222222;
}

ol.comments li.comment p {
  margin: 1em 0;
}

ol.comments li.comment .permalink {
  display: block;
  float: right;
  margin: 0;
}

ol.comments li.comment .author {
  margin: 0;
  color: #999999;
  font-size: 12pt;
}

ol.comments li.comment .gravatar {
  display: block;
  float: right;
  margin: 0 0.5em;
}

.response h3 {
  font-family: "Avant Garde", "Avant Garde Gothic", "Century Gothic",
    "URW Gothic L", Helvetica, sans-serif;
  color: #FFCC00;
  font-size: 14pt;
  line-height: 1.4em;
  letter-spacing:0.2em;
  border-bottom: 1px dotted #FFCC00;
}

.response h3 a {
  border: none;
}

.response h3 a:hover {
  font-style: italic;
  color: #999999;
}

.response p {
  margin: 1em 0;
}

.response label {
  margin: 0 1em;
}

/*
Metadata
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/

.meta {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted #FFCC00;
}

/*
Text Formatting
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/

blockquote {
  margin: 1em;
  padding: 1em;
  background-color: #222222;
  color: #999999;
  border: 1px solid #666666;
}

table {
  width: 100%;
}

.line_numbers, pre, code {
  font-family: monaco, "andale mono", "monotype.com", "courier new",
    courier, Courier, monospace;
}

pre {
  margin: 1em 0;
  padding: 1em;
  width: 95%;
	line-height: 1.2em;
  background-color: #222222;
  border: 1px solid #666666;
  overflow: auto;
}

.line_numbers {
  display: none;
}

strong {
  color: #FFFFFF;
}

.text li {
  margin: 0 2em;
  border: none;
}

.text ul li {
  margin: 0 2em;
  border: none;
}

.text ol li {
  margin: 0 2em;
  border: none;
}

h4 {
  margin: 2em 0 1em 0;
  font-family: "Avant Garde", "Avant Garde Gothic", "Century Gothic",
    "URW Gothic L", Helvetica, sans-serif;
  color: #FFCC00;
  font-size: 10pt;
  border-bottom: 1px dotted #666666;
}

/*
Form Formatting
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/

#comment, #comment_author, #comment_author_email, #comment_author_url {
  padding: 0.3em;
  font-family: monaco, "andale mono", "monotype.com", "courier new",
    courier, Courier, monospace;
	background-color: #FFFFFF;
	color: #333333;
  border: 1px solid #666666;
}

#comment_author, #comment_author_email, #comment_author_url {
  width: 38.2%;
}

#comment {
  width: 98%;
}

#submit {
  margin-bottom: 0;
  padding: 0.3em;
  width: 23.6%;
  color: #333333;
  background-color: #999999;
  border: 2px solid #FFCC00;
}

/*
Syntax Highlighting
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/

.af { color:#00C; }
.an { color:#007; }
.av { color:#700; }
.aw { color:#C00; }
.bi { color:#509; }
.c  { color:#93c; font-style: italic; }

.ch     { color:#7AD; }
.ch .k  { color:#7AD; }
.ch .dl { color:#7A9; }

.cl { color:#666; }
.co { color:#F90; }
.cr { color:#0A0; }
.cv { color:#963; }
.df { color:#099; }
.di { color:#088; }
.dl { color:white; }
.do { color:#970; }
.ds { color:#D42; }
.e  { color:#666; }
.en { color:#800; }
.er { color:#F00; background-color:#FAA; }
.ex { color:#F00; }
.fl { color:#60E; }
.fu { color:#C60; }
.gv { color:#d70; }
.hx { color:#058; }
.i  { color:#99D; }
.ic { color:#B44; }

.il             { color:#9C0; }
.il .co         { color:#9C0; }
.il .dl         { color:#9C0; }
.il .sy         { color:#3387cc; }
.il .s          { background-color:transparent; }
.il .s  .s      { background-color:transparent; }
.il .s  .s  .s  { background-color:transparent; }
.il .s  .k      { color:#66cc33; }
.il .s  .dl     { color:#66cc33; }

.in { color:#B2B; }
.iv { color:#963; }
.la { color:#970; }
.lv { color:#963; }
.oc { color:#40E; }
.on { color:#000; }
.op { }
.pc { color:#F93; }
.pd { color:#369; }
.pp { color:#579; }
.pt { color:#339; }
.r  { color:#fc0; }

.rx       { background-color:#030; }
.rx .k    { color:#FFF; }
.rx .dl   { color:#AAF; }
.rx .mod  { color:#FFF; }
.rx .fu   { color:#FFF; }

.s          { }
.s  .s      {}
.s  .s  .s  {}
.s  .k      { color:#AAA; }
.s  .dl     { color:#FFF; }

.sh     { background-color:#f0fff0; }
.sh .k  { color:#2B2; }
.sh .dl { color:#161; }

.sy     { color:#A60; }
.sy .k  { color:#A60; }
.sy .dl { color:#630; }

.ta { color:#070; }
.tf { color:#070; }
.ts { color:#D70; }
.ty { color:#339; }
.v  { color:#036; }
.xt { color:#444; }

/*
Footer
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
*/

.footer {
  display: block;
  text-align: center;
  margin: 1em 0;
  color: #666666;
}
