/* standard1.sass is the source document. */
body {
  padding: 0;
  margin-left: 0.2em;
  clear: both; }
  body .content .header {
    width: inherit; }
  body .content .torso {
    clear: both;
    width: inherit; }
    body .content .torso .left_sidebar {
      float: left;
      margin-right: 4px;
      height: 100%;
      width: 160px; }
    body .content .torso .center_column {
      float: left;
      width: 65%;
      height: 100%; }
    body .content .torso .right_sidebar {
      float: right;
      width: 160px;
      height: 100%; }
  body .content .footer {
    clear: both;
    width: inherit; }

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

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

.story_list {
  overflow: hidden;
  padding-left: 1em; }
  .story_list a {
    display: block;
    text-decoration: none;
    text-indent: -1em; }
  .story_list .title {
    text-indent: -0.8em; }
  .story_list .article:before {
    content: "\2022"; }
  .story_list .article:visited {
    display: none; }

.session ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.session a {
  text-decoration: none; }
.session .button-to {
  border-style: none;
  margin: 0;
  padding: 0; }
  .session .button-to input {
    margin: 0;
    padding: 0;
    border-style: none; }

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

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

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

.session a {
  color: black;
  font-family: sans-serif;
  font-size: 75%; }
  .session a:hover {
    background-color: white;
    color: blue; }
.session .button-to input {
  background-color: inherit; }
.session .button-to input:hover {
  background-color: white;
  color: blue; }

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

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

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

.monitor .submitted {
  background-color: red;
  color: white; }
  .monitor .submitted a {
    color: white; }
    .monitor .submitted a:visited, .monitor .submitted a:hover {
      color: white; }

