@import url(comment_form.css);
.clear {
  clear: both;
  float: none;
  font-size: 7px; }

body {
  font-family: sans-serif;
  font-size: 90%;
  margin: 0;
  padding: 1.5em 4em 2em 4em;
  background-color: black;
  color: white; }

h1 {
  color: #e7e7e7; }

.tagline {
  margin-top: 0; }

.prompt {
  color: #ff5757; }

.irb_return {
  font-style: italic; }

h4.links {
  font-style: italic;
  font-weight: bold;
  font-size: 90%; }

.title_line {
  margin-bottom: 5px;
  text-decoration: underline; }

.blog_title {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #e7e7e7;
  margin-bottom: 20px; }

.posts {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #e7e7e7;
  margin-bottom: 15px; }

li.post {
  list-style-type: none;
  border-bottom: 4px solid white;
  margin-bottom: 40px;
  padding-bottom: 40px; }

pre {
  color: #e7e7e7;
  font-size: 110%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  padding: 1em;
  border: 4px solid #fafafa; }

a {
  color: #e7e7e7; }
  a:hover {
    color: #a6a6a6; }

a.image > img {
  border: 0; }

ul {
  margin: 0;
  padding: 0; }

.main_rss {
  float: right; }

li span.perex {
  font-size: 95%;
  color: #e7e7e7; }

.date {
  font-size: 75%;
  font-weight: bold; }

.title {
  color: #e7e7e7;
  font-size: 250%;
  font-weight: bold;
  line-height: 120%; }
  .title a {
    text-decoration: none; }

.prev_page {
  float: left; }

.next_page {
  float: right; }

#article .body {
  border-bottom: 1px solid #cccccc; }
#article .categories {
  font-size: 80%;
  color: #a6a6a6; }

.comment {
  margin: 1em 0 1em 0;
  border-bottom: 1px solid #fafafa; }

#comment_added_thanks {
  background: #a6a6a6;
  padding: 0.2em 0.2em 0.2em 0.5em;
  font-weight: bold;
  font-size: 110%; }

#spam_deleted {
  background: #faf296;
  padding: 0.2em 0.2em 0.2em 0.5em; }

#comments .comment .comment_controls {
  background: white;
  border: 3px solid #2e364d;
  padding: 4px;
  margin: 0 0 0.5em 0;
  width: 10em; }

#admin_panel {
  font-size: 11px;
  font-family: "Lucida Grande", Tahoma, sans-serif;
  color: white;
  background: #2e364d;
  border-top: 2px solid white;
  width: 100%;
  height: 35px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 900; }

#admin_panel_content {
  text-align: left;
  width: 98%;
  padding: 10px 0px 10px 0px;
  position: relative;
  margin: 0 auto; }
  #admin_panel_content p {
    float: left;
    margin: 0 10px 0 0; }
  #admin_panel_content input {
    margin: -5px 0 0 0;
    padding: 0; }
  #admin_panel_content a {
    color: white !important; }

