/* standard1.sass is the source document. */
body {
  overflow: visible;
  padding: 0;
  margin-left: 0.2em;
  clear: both; }
  body .header {
    width: inherit; }
  body .torso {
    clear: both;
    width: inherit; }
    body .torso .left_sidebar {
      width: 130px;
      float: left;
      margin-right: 1em;
      }
    body .torso .center_column {
      float: left;
      width: 60%;
      }
    body .torso .right_sidebar {
      float: right;
      }
  body .footer {
    clear: both;
    width: inherit; }

body .site_title {
  color: black;
  font-weight: bold;
  padding: 0.5em;
  margin-top: 2px;
  color: black;
  text-decoration: none; }
body .error {
  position: fixed;
  margin: 0;
  padding: 0.2em;
  top: 0;
  left: 0;
  height: 2.5em;
  }
body .notice {
  position: fixed;
  margin: 0;
  padding: 0.2em;
  top: 0;
  left: 0;
  height: 2.5em;
  }
body .afterFlash {
  padding-top: 3em; }

.article .title {
  margin-right: 0.25em;
  margin-bottom: 0.75em;
  padding: 0;
  text-decoration: none; }
.article .attributes {
  display: block;
  margin-left: 1em; }
  .article .attributes .user:before {
    content: "By"; }
  .article .attributes .user a {
    text-decoration: none; }
  .article .attributes .date:before {
    content: "on "; }
  .article .attributes .section:before {
    content: "in"; }
  .article .attributes .section a {
    text-decoration: none; }
.article .preface, .article .body, .article .readMore, .article .replyButton .edit_article {
  margin-left: 1em;
  margin-top: 0.5em; }
.article .replies {
  margin-left: -1.5em; }
.article .replies .replies {
  margin-left: 0; }
  .article .replies .replies .reply {
    padding: 0;
    margin-left: 1em;
    margin-right: 0; }

.unread_list {
  overflow: visible;
  }
  .unread_list .title {
    text-indent: -0.8em; }
  .unread_list a {
    display: block;
    text-decoration: none;
    text-indent: -1em; }
    .unread_list a:visited {
      display: none; }
    .unread_list a .title:before {
      content: "\2022\20"; }

body {
  background-color: #f5f5dc;
  color: black; }
  body h1 {
    font-family: sans-serif;
    color: black; }
  body .error {
    background-color: red;
    color: white; }
  body .notice {
    background-color: #90ee90;
    color: black;
    font-weight: bold; }

.article .title {
  font-size: 120%;
  font-family: sans-serif;
  font-weight: bold;
    color: black; }
.article .title .a {
    color: black; }
.article .attributes {
  font-size: 65%;
  font-weight: lighter; }
  .article .attributes .user a {
    color: inherit; }
  .article .attributes .section a {
    color: inherit; }
.article .preface a:link, .article .body a:link, .article .readMore a:link, .article .replyButton a:link {
  color: blue; }
.article .preface a:visited, .article .body a:visited, .article .readMore a:visited, .article .replyButton a:visited {
  color: green; }
.article .preface a:hover, .article .body a:hover, .article .readMore a:hover, .article .replyButton a:hover {
  color: red; }

.unread_list {
  font-size: 70%;
  font-family: sans-serif; }
  .unread_list a {
    color: black; }
    .unread_list a:hover {
      color: blue;
      background-color: white; }
  .unread_list .title {
    font-size: 120%;
    font-weight: bold; }

.header {
  text-align: center;
  margin: 0 auto;
  width: 728px; }

textarea {
  text-indent: 0;
  margin: 0;
  padding: 0; }

img {
  border-style: none;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  padding: 0; }

.story_list_iframe {
  height: 100%;
}
