/* General */

body {
  background-color: #222266;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 12pt;
}

a:link, a:visited, a:active {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #FFF;
  text-decoration: underline;
  font-weight: bold;
}

#story-text a:link, #story-text a:visited, #story-text a:active {
  color: #222266;
  text-decoration: none;
  font-weight: normal;
}
#story-text a:hover {
  color: #222266;
  text-decoration: underline;
  font-weight: normal;
}

/* Layout */

#site-title {
  background-color: #cc3300;
  width: 100%;
  height: 150px;
}

#feature {
  background-color: #cc3300;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}

#episode-feature {
  width: 24em;
  position: relative;
  left: 50%;
  margin-left: -12em;
}

/* Home Page Footer */

#site-about {
  color: #DDD;
  width: 40%;
  margin-left: 4%;
  clear: both;  
  float: left;
  margin-bottom: 1em;
}
#footer-blog {
  color: #DDD;
  width: 40%;
  margin-right: 4%;
  float: right;
  margin-bottom: 1em;
}

#copyright {
  color: #DDD;
  clear: both;
  text-align: center;
  font-size: 10pt;
}

/* FeedBurner BuzzBoost */

.date {
  padding: 0;
}

.feedflare {
  background-color: #FFF;
  border: #000 solid 3px;
  padding-left: 10px;
  padding-top: 5px;
  margin: 2em 0 2em 0;
}

#creditfooter {
  background-color: #FFF;
  width: 88px;
  height: 18px;
  position: relative;
  left: 50%;
  margin-left: -44px;
  border: #000 solid 3px;
}

/* Story Pages */

h1 {
  font-size: 16pt;
}

#story-text {
  position: relative;
  width: 50%;
  background-color: #FFF;
  /* To center left alignment should be half of width. 50% / 2 = 25% */
  margin: 2em 0 0 21%; /* Push object past floated object */
  left: 4%; /* Then push rest of way to 25% */ 
  padding: 1em 10px 1em 10px;
  border: #000 solid 2px;
}

#mini-about {
  position: relative;
  width: 50%;
  left: 25%;
  text-align: center;
}

.side-panel {
  position: relative;
  float: left;
  clear: left;
  width: 17%;
  background-color: #ff794d;
  left: 4%;
  padding: 2px;
  border: #000 solid 2px;
  margin-top: 2em;
}

.indented {
  margin-left: 2em;
}

.play-line .play-dialogue {
  position: absolute;
  left: 10em;
}

/* Bookmarkize */

.bookmarkize-alert {
  background-color: #fbec5d;
  border: #000 solid 2px;
  padding: 2px;
}
.bookmarkize-alert a:link, .bookmarkize-alert a:visited, .bookmarkize-alert a:active, .bookmarkize-alert a:hover {
  color: #222266;
  text-decoration: underline;
  font-weight: bold;
}

/* Sometimes CSS is Stupid */

.notop { margin-top: 0; }
.nobottom { margin-bottom: 0; }