/* elements ------------------------------------- */
html {
  font-size: 100%;
} 

body {
  color: #000000;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-family: "Courier New", monospace;
  font-weight: bold;
  text-align: left;
  margin: 0;
}

h1 { 
  margin: 20px 0 0 0;
  font-size: 1.8em;
}

h2 { 
  font-size: 1.6em; 
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

a:link, a:active {
  color: #06f;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

a:visited {
  color: #666;
  text-decoration: none;
  border-bottom: 1px dotted #666;
}

a:hover {
  color: #06f;
  text-decoration: none;
  border-bottom: 1px dotted #06f;
}

a img, a.img {
  border: 0;
}

h1 a {
  color:#000 ! important;
  text-decoration: none ! important;
  border: 0 ! important;
}

blockquote {
  background: #fff url("/images/site/q.gif") repeat-y;
  font-family: "Courier New", monospace;
  font-size: 0.97em;
  line-height: 1.35em;
  padding-left: 10px;
  margin-left: 2em;
}

/* layout ------------------------------------- */
div#oyster {
  margin: 0 auto 0 auto;
  padding: 0 1% 0 1%;
  max-width: 75em;
  min-width: 765px;
  background: #fff;
}

div#mantle {
  margin: 0
  border: 0;
  padding: 0;
  width: auto;
}

div#posterior, div#anterior {
  margin-bottom: 1.5em;
  border: 0;
  padding: 0;
}

div#posterior {
  float: left;
  width: 73%;
} 
  
div#anterior {
  float: left;
  width: 24%;
  margin-left: 3%;
} 
  
div#foot {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: #ffc;
  clear: both;
  text-align: center;
  padding: 6px 0;
  margin: 10px 0 0 0;
  font-size: 10px;
  height: 2em;
}

/* ids and classes -------------------------- */
.hr {
  font-size: 8px;
  border-bottom: dotted 1px #666;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1px;
}

.hr span {
  background: #fff;
  position: relative;
  top: 1px;
  padding: 1em;
}

.hr a {
  color:#f00;
  text-decoration: none;
  border-bottom: 0;
  font-size: 1.4em;
  font-weight: bold;
}

.hr a:hover {
  padding: 2px 0;
  border-top: dotted 1px #666;
  border-bottom: dotted 1px #666;
}

.tags {
  font-size: 0.85em;
  margin-top: 5px;
}

.tags span {
  font-family: "Courier New", monospace;
  color: #999;
}

.prev_next {
  margin-top: 1.5em;
}

.next {
  float: right;
  text-align: right;
}

.via {
  color: #666;
  font-size: 0.9em;
}

.entry-content {
  margin: 1.6em 0 1.2em 0;
}

.entry-content p {
  margin: 0.8em 0 0 0;
}

h1 + div {
  margin: 0.9em 0 1em 0 ! important;
}

#site-slogan {
  color: #666;
  font-size: 0.8em;
  font-weight: bold;
  font-style: italic;
  margin: 8px 0 0 10px;
}

#posterior h2 {
  margin: 20px 0 0 0;
}

#posterior h3 {
  margin: 20px 0 0 0;
}

#anterior h2 {
  margin: 1.5em 0 0.5em 0;
  border-bottom: 1px dotted #666;
}

#anterior p, #anterior form {
  font-size: 11px;
}

#anterior form {
  vertical-align: bottom;
}

#anterior input[type="text"] {
  border: 1px solid #ccc;
  width: 10em;
}

#anterior input[type="image"] {
  margin: 0;
  padding: 0 0 2px 0;
  vertical-align: bottom;
}

.indignant {
  font-style: italic;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

