


body { behavior:url("csshover.htc"); }

* { /* removes global padding & margins */
  margin: 0;
  padding: 0;
  text-align: left;
}

h1, h2, h3, p, pre, blockquote, form, fieldset, ul {
  margin: 1em 0; /* give me back my basic margins */
}

h1, h2, h3 {
  font-family: Helvetica, sans-serif;
  text-transform: lowercase;
  letter-spacing: -1px;
  color: #222;
  font-weight: bold;
}

#page h1, #page h2, #page h3 {
  color: #ccc;
}

h1 { font-size: 2.5em; }
h2 { font-size: 18px;
     line-height: 20px; }
h3 { font-size: 1.5em; }

.entry strong, #bottom strong {
  color: #fff;
}

a {text-decoration: none;}
a:active {outline: none;}

a:link, a:active, a:visited {color: #ccc;}

  a:hover {color: #ddd;}

p, li {
  font-size: 1.2em;
  line-height: 1.4em;
  font-family: Helvetica, sans-serif;
  color: #ccc;
  list-style: square inside;
}

body {
  font-size: 62.5%; /* resets to 10px */
  font-family: Helvetica, sans-serif;
  margin: -1.2em 0;
  max-width: 100%;
  background-color: #fff;
  color: #222;
  background-color: #e1e1e1;
  background-image: url('images/greytt.jpg');
  background-repeat: repeat-x;
  background-position: center 0px;
  text-align: center;
}

body {
  text-align: -moz-center;
}

em, i {
  font-style:italic!important;
}

a, a:link, a:hover, a:visited {
  text-decoration: none;
}

#header a {
  color: #222;
  font-weight: bold;
}

#header a:hover {
  color: #ccc;
}

.grey a {
  color: #222;
  font-weight: bold;
}

.grey a:hover {
  color: #999;
}


/* =navigation
================================================= */

#all {
  width: 100%;
  background-image: url('images/tree.jpg');
  background-repeat: no-repeat;
  background-position: center 0px;
  text-align: center;
}

#all {
  text-align: -moz-center;
}

#header {
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 10px 0px 0px 0;
}

#header {
  text-align: -moz-center;
}

#top {
  width: 652px;
  text-align: left;
}

#top #left {
  font-size: 30px;
  font-family: Helvetica;
  color: #222;
  text-align: left;
  font-weight: bold;
  letter-spacing: -1px;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 30px;
  float: left;
}


#top #left
 {
  color: #222;
}

#top #left span {
  color: #ccc;
}

#top #left span:hover {
  color: #ddd;
}

#top #left #navig {
  font-size: 12px;
  font-weight: normal;
  font-family: Helvetica;
  color: #222;
  letter-spacing: 0px;
}

.desc {
  width: 652px;
  height: 240px;
  *height: 165px;
}

* html body .desc {
  height: 165px;
}

#header #right {
  font-size: 30px;
  font-family: arial;
  float: right;
  font-size: 12px;
  width: 200px;
  text-align: right;
  vertical-align: middle;
  margin-top: 10px;
  margin-left: 5px;
  color: #ccc;
}

#header #right:hover {
  color: #222;
}

#header .small {
  font-size: 12px;
  margin-top: -6px;
  width: 320px;
  text-align: left;
  float: left;
  clear: left;
}

#header .smallr {
  font-size: 12px;
  margin-top: -6px;
  width: 250px;
  text-align: right;
  float: right;
}

#header .mar {
  margin-top: 5px;
}

#header .small h2 {
  font-family: Helvetica;
  letter-spacing: -1px;
  text-transform: lowercase;
  padding: 0;
  margin: 0;
  height: 24px;
  text-align: left;
}

#header .smallr h2 {
  font-family: Helvetica;
  letter-spacing: -1px;
  text-transform: lowercase;
  padding: 0;
  margin: 0;
  height: 24px;
  text-align: right;
}

#thumbs {
  float:left;
  padding-right: 5px;
}

#thumbs img {
  border: 3px #ccc solid;
  width: 100px;
  height: 100px;
  margin: 0 3px 3px 0;
}

#thumbs img:hover {
  border: 3px #ddd solid;
}

.grey {
  text-align: center;
  width: 100%;
  background-color: #ccc;
  height: 25px;
  padding: 0;
  font-size: 18px;
  color: #222;
  font-weight: bold;
  text-transform: lowercase;
  letter-spacing: -1px;
  float: left;
  font-family: Helvetica;
  margin-top: 0px;
  position: relative;
}

#musicplayer {
  height: 15px;
}

.grey {
  text-align: -moz-center;
}

.grey div {
  width: 640px;
  text-align: left;
}

/* =top page
================================================= */
  
#page {
  width: 640px;
  margin: 0;
  text-align: center;
  overflow:visible;
  padding: 0;
  color: #ccc;
  border: 6px #ccc solid;
  background: #222 url('images/contentfull.gif') top left;
}

#page {
  text-align: -moz-center;
}

.content {
  margin-top: 0em;
  padding: 0px 0 0px 0;
  overflow: visible;
  color: #ccc;
  width: 600px;
  text-align: left;
  height: auto;
}

.chrondate {
  color:#666!important;
  display:inline;
}
.chrondate a{
  color:#666!important;
}
.chrondate a:hover {
  color:#ccc!important;
}

.post {
  position: relative;
  padding-bottom: 0em;
  padding-top: 0em;
}

  /* hides from ie-mac \*/
  * html .post { /* fixes ie for absolutely pos. comments button */
    height: 1%;
  }

.aside .entry p {
  font-size:10px!important;
  margin-top:0px;
}

.miniposts p {
  font-size: 10px;
  text-align: right;
}

.miniposts p a {
  font-weight: normal;
  text-decoration: underline;
}


.entrycomments {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.9em;
  letter-spacing: -1px;
}

  .entrycomments a {
    text-align: center;
    display: block;
    padding: 0.3em;
    padding-bottom: 0em;
    line-height: 1.2em;
    outline: none;
  }
  
  .entrycomments a:link, .entrycomments a:visited {
    color: #222;
  }
  
  .entrycomments a:hover, .entrycomments a:active {
    color: #f0f0f0;
  }

.entry {
  padding-bottom: 10px;
}
  
  .entry a {
    font-weight: bold;
  }

  .entry h3 {
    padding-left: 10px;
    margin-top: 10px;  
  }
  
  .entry ul {
    list-style: square inside;
    color: #ccc;
  }
    
  .entry li {
    width: 34.5em;
  }
    
  .entry ul li {
    padding-left: 1.3em;
    margin-left: 3em;
    background-position: 0 0.4em;
  }

  .entry ol {
    margin: 0 0 0 5.5em;  
  }
  
  .entry blockquote p {
    margin-left: 20px;
    width: 90%;
    color: #666666;
  }
  
.entrymeta {
  font-size: 0.9em;
  margi: -2.2em 0 1.6em 0;
  text-transform: lowercase;
}
  
.nextprevious {
  width: 600px;
}  

/* =comments
================================================= */

.commentlist li {
  list-style: none;
  font-size: 1em;
  margin-bottom: 0.5em;
  width: 100%;
}

  .commentmeta {
    text-align: left;
    color: #ccc;
  }
  
    .commentmeta a:link, .commentmeta a:active, .commentmeta a:visited {color: #ccc; font-weight:bold;}
      .author a:link, .author a:active, .author a:visited {color: #ccc;}
    .commentmeta a:hover, li.author a:hover, li.specialguest a:hover {color: #ddd;}

/* +start comment styling */
#comments_title {margin:1em 0 0;padding:5px 0;}
  #comments {float:left;width:160px;}
  #comment_meta {float:left;}
  #comment_meta a {font-weight:bold;}
  
.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.chead {
  font-size: 12px;
}

.comment p {
  clear: both;
}

.commentlist li {
  margin: 0 0 5px 0;
  padding: 5px;
}

.discussion {
  border-top: 0px dotted #222;
}

.pingbacklist {
  list-style: square inside;
  padding-left: 20px;
}

/* =bottom page
================================================= */

#bottom {
  width: 100%;
  background: #fff url('http://www.ircgraphics.com/images/gray-fade-bg.gif') repeat-x; 
  color:#222!important;
  height: 100%;
  float: left;
}

#bottom p {
  color: #222;
}

#bottom h1, #bottom h2, #bottom h3 {
  color: #222;
}

#bottom h3 {
 padding-bottom: 0px;
  margin-bottom: 0px;
    line-height: 14px;
}

#bottom a:link, #bottom a:active, #bottom a:visited {color: #222;}

  #bottom a:hover {color: #000;}

#bottomwrap {
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 0px;
  width: 652px;
}

#bottomwrap a:hover {color: #000;}

  #bottomwrap ul {
    margin-left: 1.9em;
  }
  
  #bottomwrap ul li {
    padding-left: 0em;
    background-position: 0 0.4em;

  }
  
  #bottomnav li {
    list-style:square inside;
    color:#ccc;
  }
  
.toolshed {
  padding-left: 1.6em;
  padding-left: 0em;
  margin-top: 1.5em;  
}
  
#bottomleft {
  float: left;
  width: 200px;
  position: relative;
}

  #bottomleft strong {
    color: #222;
  }
  
#bottomcenter {
  float: left;
  width: 200px;
  position: relative;
  margin-left: 20px;
}

  #bottomcenter strong {
    color: #222;
  }

#bottomnav li a span {
  display: none;
}
    
  #bottomnav li a:hover span {
    display: inline;
  }
  
#bottomright {
  float: right;
  width: 200px;
  overflow: hidden;
}

/* favicon links inspired by kristin
  http://www.wiphey.com/2006/02/07/wp-quicky-1-9rules-style-links-page/ */
  
#linkage {
  list-style:none!important;
}

#linkage li {
  background-image: none !important; /* overrides li background images */
  margin-left: -1.3em;
  list-style:none;
}

#linkage ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#linkage ul li {
  margin: 0;
  padding: 0 0 0.2em 0;
  display: block;
  width: 25em;
  display: inline;
  list-style:none;
  }

#linkage h2 {
  font-size: 1.2em;
  margin: 0 0 0.2em 0;
  padding: 0 0 0.2em 0;
    text-transform: lowercase;
}

#linkage img {
  padding: 0;
  border: 3px solid #ccc;
   width: 16px;
   height: 16px;
   margin: 0 3px 3px 0;
}

li.linkcat ul {
  margin: 0;
  padding: 0;
  list-style-type:none;
}

li.linkcat ul li {
  margin: 0;
  padding: 0 0 0.2em 0;
  display: block;
  width: 25em;
  display: inline;
  list-style:none;
  }

li.linkcat .widgettitle {
  font-size: 1.2em;
  margin: 0 0 0.2em 0;
  padding: 0 0 0.2em 0;
    text-transform: lowercase;
    list-style:none;
}

li.linkcat img {
  padding: 2px;
  background: #ffffff;
  border: 1px solid #ccc;
   width: 16px;
   height: 16px;
}

.linkcat h2 {
  display: none;
}

.linkageNotes a:active, .linkageNotes a:link, .linkageNotes a:visited {
  color: #ccc;
}

/* =footer
================================================= */

#footer {
  background-color: #fff;
  text-align: center;
  padding: 0.5em 0 0.3em;
  text-transform: lowercase;
  color: #222;
  height:100%;
  vertical-align: bottom;
}

#footer p {
  color: #222;
  text-align: center;
}

#footer a:hover {color: #000;}


/* =misc & images
================================================= */

img {
  border: 3px #ccc solid;
  margin: 0 10px 10px 0;
}

img:hover {
  border: 3px #ddd solid;
}

.projects img {
  margin: 5px 5px 5px 0;
}

.projects li {
  vertical-align: top;
}

.gravatar {
  float: left;
  border: 3px #ccc solid;
  margin: 0px 5px 0 0;
  height: 40px;
  width: 40px;
}

abbr[title] {border-bottom: 1px dotted #999;}
abbr[title]:hover {cursor: help;}
  
.clear { /* for clearing floats */
  clear: both;
}

.alignleft {float: left;}
.alignright {float: right;}

#tagcloud {
  font-family: Helvetica, sans-serif;
  font-size: 1.2em;
  margin-bottom: 2.8em;
}

.wp-smiley {
  border: 0;
}

/* =forms
================================================= */

#s {
  width: 15em;
  background: #333;
  border: 1px solid #666666;
  color: #f0f0f0;
  padding: 0.3em;
}

#submit, #searchsubmit, #author, #url, #email, #comment {
  border: 1px solid #666666;
  background: #333;
  padding: 0.3em;
  color: #f0f0f0;
  font-family: Helvetica, arial, sans-serif;
  font-size: 0.9em;
}

.contactright {
  border: 1px solid #666666;
  background: #333;
  padding: 0.3em;
  color: #f0f0f0;
  font-family: Helvetica, arial, sans-serif;
  font-size: 0.9em;
}

#author, #url, #email, #comment {
  color: #f0f0f0;
  border: 1px solid #4f4f4f;
}

.commentTab #submit {
  background: #666666;
  border: 0px solid #999999;
  color: #f0f0f0;
  padding: 0.3em 0.3em;
  font-size: 0.9em;
  text-transform: lowercase;
  font-weight: bold;
}

  #author, #email, #url {
    width: 15em;
  }
  
  #comment {
    width: 100%;
    height: 15em;
    overflow: auto;
  }

.musicplayer {
  clear: both;
  padding: 0px;
  background-color: #ccc;
  width: 100%;
  margin-top: -4px;
}

/* =sidebar
================================================= */

.leftcontent {
  float: left;
  width: 405px;
  padding: 0px 9px 0 0;
  margin: 0;
}

#sidebar {
  float: right;
  width: 175px;
  padding: 20px 0 0 9px;
  color: #ccc;
  text-align: right;
  margin: 0;
}

.widgettitle {
  font-size: 18px;
  line-height: 18px;
  padding: 0;
  margin: 0px;
  color: #ccc;
  text-align: right;
}

.widget { 
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  font-family: Helvetica, sans-serif;
  color: #ccc;
  text-align: right;
  padding-bottom: 10px;
}

.widget div {
  text-align: right;
}

.widget ul {
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
  list-style: square inside;
  color: #ccc;
  text-align: left;
}

.widget li {
  padding-left: 10px;
  list-style: square inside;
  color: #ccc;
  text-align: left;
  font-size: 12px;
}

#calendar_wrap {
  text-align: right;
}

#calendar_wrap {
  text-align: -moz-right;
}

#calendar_wrap caption {
  text-transform: lowercase;
  letter-spacing: -1px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  padding: 0;
  margin: 0px;
  color: #ccc;
  text-align: right;
  margin-bottom: 0px;
}

.widget a {
  font-weight: bold;
}

.entry hr {
  color: #ccc;
  background-color: #ccc;
  clear: both;
}