div.clearer {
  clear: both;
}

h1 {
  color: #bd3112;
    line-height: 1em;
}

h2 {
  color: #0e76b8;
}

h3 {
  color: purple;
}

h4 {
  color: darkgreen;
}

body {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    min-width: 850px;
    font-size: 100%;
    line-height: 1.125em;
    background-image: url('/static/images/background_tile.png?bbf3e5d784c9');
    background-color: #f8f6f2;
    border:  0;
}

body a {
  color: maroon;
}

body hr {
  background: url('/static/images/horizontal_rule.png?bbf3e5d784c9') 0 0 no-repeat;
  height: 10px;
  width: 600px;
  border: 0;
  margin: auto;
}

body hr.blue {
  height: 15px;
  width: 45px;
  background: url('/static/images/blue_dot.gif?bbf3e5d784c9') 0 0 repeat-x;
}

body .fb-title {
  font-weight: bold;
  float: left;
  font-size: 80%;
}

#header {
    background-image: url('/static/images/tiling_horizontal.png?bbf3e5d784c9');
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#header div {
    background-repeat: no-repeat;
}

#header #logo {
    border: 0;
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: 0 0;
    width: 395px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

#header #topbuttons {
    /*height: 100px;*/
    /*width: 100px;*/
    position: absolute;
    right: 19px;
    top: 48px;
}

#header #topbuttons #about {
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: 159px -1px;
    width: 158px;
    height: 22px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}

#header #topbuttons #about:hover {
    background-position: 159px -25px;
}

#header #topbuttons #topics {
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: 159px -49px;
    width: 158px;
    height: 22px;
    display: block;
    position: absolute;
    top: 36px;
    right: 0px;

}

#header #topbuttons #topics:hover {
    background-position: 159px -73px;
}

#header #topbuttons #contact {
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: 159px -97px;
    width: 158px;
    height: 22px;
    display: block;
    position: absolute;
    top: 72px;
    right: 0px;

}

#header #topbuttons #contact:hover {
    background-position: 159px -121px;
}

#header #topbuttons form {
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: 176px -145px;
    width: 176px;
    height: 24px;
    display: block;
    position: absolute;
    top: 108px;
    right: 23px;

}

#header #topbuttons form input {
    background:  transparent;
    border:  none;
    height: 22px;
    width: 176px;
}


#header #topbuttons #searchbutton {
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: 50px -171px;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    right: -23px;

}

#header #topbuttons #searchbutton:hover {
    background-position: 24px -172px;
}


#frame {
    padding-bottom: 100px;
    position: absolute;
    left: 0;
    z-index: -10;
    top: 192px;
    width: 100%;
}

#frame #top-left-corner {
    width: 10px;
    height: 10px;
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: -1px -203px;
    position: absolute;
    z-index: 100;
    left: 10px;
    top: 8px;
}

#frame #top-right-corner {
    width: 10px;
    height: 10px;
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: -13px -203px;
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 8px;
}

#frame #top-border {
    width: 100%;
    background-image: url('/static/images/tiling_horizontal.png?bbf3e5d784c9');
    background-position: 0 127px;
    height: 10px;
    position: absolute;
    z-index: -1;
    top: 8px
}

#frame #left-border {
    width: 20px;
    background-image: url('/static/images/tiling_vertical.png?bbf3e5d784c9');
    background-position: 0px 28px;
    height: 100%;
    position: absolute;
}

#frame #right-border {
    width: 20px;
    background-image: url('/static/images/tiling_vertical.png?bbf3e5d784c9');
    background-position: -22px 28px;
    height: 100%;
    position: absolute;
    right: 0px;
    z-index: 95;
}

#frame #content {
    padding: 1.5em;
    padding-top: 10px;
}

#frame #bottom-left-corner {
    width: 10px;
    height: 10px;
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: -1px -215px;
    position: absolute;
    z-index: 100;
    left: 10px;
    bottom: 100px;
}

#frame #bottom-right-corner {
    width: 10px;
    height: 10px;
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: -13px -215px;
    position: absolute;
    z-index: 100;
    right: 10px;
    bottom: 100px;
}

#frame #bottom-border {
    width: 100%;
    background-image: url('/static/images/tiling_horizontal.png?bbf3e5d784c9');
    background-position: 0 113px;
    height: 10px;
    position: absolute;
    z-index: -1;
    bottom: 100px;
}

#frame #bottom-footer {
    width: 100%;
    background-image: url('/static/images/tiling_horizontal.png?bbf3e5d784c9');
    background-position: 29px 101px;
    height: 100px;
    position: absolute;
    z-index: 150;
    bottom: 0;
}

#frame #bottom-footer #thaumaturgy-link {
    display: block;
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: 231px 101px;
    width: 230px;
    height: 100px;
    z-index: -5;
    right: 0;
    top: 0;
    position: absolute;
}

#frame #bottom-footer #thaumaturgy-link:hover {
    background-position: 463px 101px;
}

#frame #bottom-footer #sitemap {
    display: block;
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: -1px 34px;
    width: 90px;
    height: 15px;
    position: absolute;
    z-index: 155;
    left: 19px;
    bottom: 17px;
}
#frame #bottom-footer #sitemap:hover {
    background-position: -1px 17px;
}

#frame #bottom-footer #rss {
    display: block;
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: -1px 119px;
    width: 107px;
    height: 41px;
    position: absolute;
    z-index: 155;
    left: 20px;
    bottom: 45px;
}

#frame #bottom-footer #rss:hover {
    background-position: -1px 76px;
}

#frame #bottom-footer #nav-links {
    z-index: 155;
    width: 460px;
    margin: 0 auto;
    margin-top: 17px;
    height: 14px;
    line-height: 14px;
}

#frame #bottom-footer #nav-links.wide {
    width: 650px;
}

#frame #bottom-footer #nav-links #permalink {
    display: block;
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: -110px 127px;
    width: 118px;
    height: 14px;
    float: left;
}

#frame #bottom-footer #nav-links #permalink:hover {
    background-position: -110px 111px;
}

#frame #bottom-footer #nav-links #newest {
    display: block;
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: -203px 31px;
    width: 87px;
    height: 14px;
    float: left;
}

#frame #bottom-footer #nav-links #newest:hover {
    background-position: -203px 15px;
}

#frame #bottom-footer #nav-links #older {
    display: block;
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: -110px 63px;
    width: 135px;
    height: 14px;
    float: left;
}

#frame #bottom-footer #nav-links #older:hover {
    background-position: -110px 47px;
}

#frame #bottom-footer #nav-links #newer {
    display: block;
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: -110px 95px;
    width: 140px;
    height: 14px;
    float: left;
}

#frame #bottom-footer #nav-links #newer:hover {
    background-position: -110px 79px;
}

#frame #bottom-footer #nav-links #archive {
    display: block;
    background-image: url('/static/images/nonTiling.png?a7c14dee67e1');
    background-position: -110px 31px;
    width: 91px;
    height: 14px;
    float: left;
}

#frame #bottom-footer #nav-links #archive:hover {
    background-position: -110px 15px;
}

#frame #bottom-footer #nav-links .seperator {
    color: #787f95;
    font-size: 2em;
    float: left;
    margin: 0 0.5em;
    line-height: 7px;
    /*padding-bottom:  5px;*/
}





body #header #logo h1 {
  color: #bd3112;
  position: absolute;
  left: 9em;
  top: 3em;
  line-height: 1.5em;
}

body #header #slogan {
  position: absolute;
  right: 1em;
  top: 4em;
  width: 50%;
  margin-top: 5em;
}

body #header #slogan:first-letter {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: times, serif;
  font-size: 3em;
  float: left;
  margin: 0.13em 0.2em 0 0;
  line-height: 0.7;
}

body #header #slogan span {
  font-family: 'Rockwell Extra Bold', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}

body #header #slogan span.red {
  color: red;
}

body #header #slogan span.green {
  color: green;
}

body #header h2 {
  color: maroon;
}

body .nav {
  margin: 3em auto;
  padding: 0;
}

body .nav ul.buttons {
  margin: 10px auto;
  padding-left: 0;
  display: table;
}

body .nav ul.buttons li {
  float: left;
  list-style: none;
}

body .nav ul.buttons li a {
  background: transparent url('/static/images/button_main.gif?bbf3e5d784c9') no-repeat scroll top left;
  display: block;
  float: left;
  height: 25px;
  margin-right: 5px;
  text-decoration: none;
  color: black;
}

body .nav ul.buttons li a span {
  background: transparent url('/static/images/button_tail.gif?bbf3e5d784c9') no-repeat top right;
  display: block;
  line-height: 13px;
  padding: 5px 20px 7px 20px;
}

body .nav ul.buttons li a:hover {
  outline: none;
  background-position: bottom left;
}

body .nav ul.buttons li a:hover span {
  background-position: bottom right;
}

body .nav #topics_panel {
  position: absolute;
  display: none;
  border: 1px solid red;
  z-index: 50;
}

body .nav #topics_panel ul {
  margin: 10px auto;
  display: table;
  float: left;
  width: 60em;
  margin: 0;
  padding: 0;
  list-style: none;
}

body .nav #topics_panel ul li {
  float: left;
  list-style: none;
  width: 20em;
  margin: 0;
  padding: 0;
}

body .nav #topics_panel ul li a {
  display: block;
  width: 20em;
  background: #0a1a2a;
  padding: 0.5em 0 1.5em 0;
  text-decoration: none;
  color: white;
  white-space: nowrap;
}

body .nav #topics_panel ul li a img {
  margin: 0 1em;
  vertical-align: middle;
}

body .nav #topics_panel ul li a:hover {
  background: #444444;
}

body .qotd {
  float: right;
  font-style: italic;
  text-align: right;
  margin-bottom: 1em;
}

body .qotd .author {
  font-style: normal;
  text-align: right;
  float: right;
}

body #sidebar {
  border: 4px solid maroon;
  margin: 0em 0em 1em 1em;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  background-color: #d8d8d8;
  color: #333333;
  float: right;
}

body #sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

body #sidebar ul li {
  border-bottom: 1px solid #90bade;
  margin: 0;
}

body #sidebar ul li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-left: 10px solid #d8d8d8;
  border-right: 10px solid #d8d8d8;
  background-color: #d8d8d8;
  color: blue;
  text-decoration: none;
  width: 100%;
}

body #sidebar ul li a:hover {
  border-left: 10px solid #a8a8a8;
  border-right: 10px solid #a8a8a8;
  background-color: #d8d8d8;
  color: blue;
}

body #sidebar img {
  vertical-align: middle;
  margin-right: 15px;
  width: 60px;
  height: 40px;
}

body #sidebar h2 {
  text-align: center;
  color: maroon;
}

body #footer .hr {
  width: 50px;
  margin: 10px auto;
}

body #footer #joke {
  text-align: center;
  font-style: italic;
}

body #footer .last-post-date {
  text-align: center;
  color: maroon;
  font-weight: bold;
  padding-bottom: 2em;
}

body div#main td.left-media img {
  margin-right: 8px;
  border: 1px solid #e9ddc6;
}

body div#main td.left-media .swf {
  margin-right: 8px;
  border: 1px solid #e9ddc6;
}

body div#main td.right-media img {
  margin-left: 8px;
  border: 1px solid #e9ddc6;
}

body div#main td.right-media .swf {
  margin-left: 8px;
  border: 1px solid #e9ddc6;
}

body div#main .center_body {
  text-align: justify;
  font-weight: bold;
  font-size: 1em;
  margin: 0px 202px;
}

body div#main .center_body_short {
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  margin: 0px 202px;
}

body div#main .thumb_caption {
  font-weight: bold;
  text-align: center;
  font-size: .9em;
}

body div#main .post {
  min-width: 972px;
}

body div#main .post br {
  clear: both;
}

body div#main .post .table {
  display: table;
  margin: 0 auto;
}

body div#main .post .table .thumb_block {
  float: left;
  position: relative;
  margin: 0 .4em .4em 0;
  text-align: center;
}

body div#main .post .table .thumb_block img {
  border: .5em solid #e9ddc6;
}

body div#main .post .table .thumb_block .swf {
  border: .5em solid #e9ddc6;
}

body div#main .rollover {
    position: relative;
}

body div#main .rollover .rollover_alt {
  position: absolute;
  opacity: 0;
  left: 0px;
  top: 0px;
}

body div#main .post .cycle {
  margin: 30px auto;
}

body div#main .post .cycle img {
  border: .5em solid #e9ddc6;
}

body div#main .post .cycle .cycleNav {
  z-index: 50;
  position: absolute;
  bottom: .5em;
  left: 5px;
}

body div#main .post .cycle .cycleNav a {
  color: white;
  margin: 0 2px;
  padding: 3px 5px;
  border: 1px solid maroon;
  background: black;
  text-decoration: none;
}

body div#main .post .cycle .cycleNav a.activeSlide {
  background: grey;
}

body div#main .post .cycle .cycleNav a:focus {
  outline: none;
}

body div#main ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

body div#main ul li {
  background-image: url('/static/images/blue_dot.gif?bbf3e5d784c9');
  background-repeat: no-repeat;
  background-position: 0 .1em;
  padding-left: 1.8em;
  margin-left: 0.85em;
}

html > body #sidebar li a {
  width: auto;
}

#facebox .b {
  background:url('/static/facebox/b.png?bbf3e5d784c9');
}

#facebox .tl {
  background:url('/static/facebox/tl.png?bbf3e5d784c9');
}

#facebox .tr {
  background:url('/static/facebox/tr.png?bbf3e5d784c9');
}

#facebox .bl {
  background:url('/static/facebox/bl.png?bbf3e5d784c9');
}

#facebox .br {
  background:url('/static/facebox/br.png?bbf3e5d784c9');
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
