/* global styles */
/* normalize document */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, th, td {
  padding: 0px;
  margin: 0px;
}

h1,h2,h3,h4,h5,h6  {
 font-size: 100%;
}

html {
  text-align: left;
}

body {
  position: relative;
  margin: 0 auto;
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10pt;
  background:#fffff0;
  color: #000080;
}

/* general layout */

#banner {
  width: 100%;
  border-bottom: 1px solid #ffd700;
  border-top: 3px solid #ffd700;
  color: #ffd700;
  background: #000080;
  padding: 15px;
}

#banner a {
  color: #ffd700;
  text-decoration: none;
}

#container {
  position: relative;
  width: 100%;
  margin: 2em;
}

#content {
  left: 0;
  width: 60%;
  padding: 5ex;
  margin: 1em ;
}

#sidebar {
  left: 62%;
  width: 35%;
  text-align: center;
  padding: 1em 0;
  margin: 1em;
  border-left:1px solid #ffd700;
  line-height: 14px;
}

#sidebar ul {
  text-align: left;
  clear: both;
  list-style-type: disc;
}

#sidebar ol {
  clear: both;
  list-style-type: disc;
  margin-left: auto;
  margin-right: auto;
}

#footer {
  position: relative;
  text-align: center;
  width: 100%;
}

.index {
  margin: 2px;
}

#links {
  background:#fffff0;
  padding-right:15px;
}

.ad {
  padding-top: 1ex;
  padding-bottom: 1ex;
}

/* colors & fonts */
h1 {
  font-size: 200%;
  font-weight:normal;
  text-transform:uppercase;
  letter-spacing: .2em;
}

h2 {
  font-size: 100%;
  font-weight:bold;
  font-style:italic;
  text-transform:none;
}

h3 {
  font-size: 125%;
  text-transform: uppercase;
  font-weight:bold;
  text-decoration:underline;
  margin: 1em ;
}

h4 {
  font-weight: normal;
  font-size: 90%;
  font-style: italic;
  margin-left: 2ex;
}

h5 {
  text-align: center;
  font-weight: bold;
  font-style: normal; 
  text-transform: uppercase;
}

a {
  text-decoration: underline;
}

a:link {
  color: #000080;
}

a:visited {
  color: #000080;
}

a:active {
  color: #ffd700;
}

a:hover { 
  color: #ffd700;
}


/* weblog styles */
.description {
  color:#fffff0;
  font-size:10pt;
  font-weight:bold;
  font-style:italic;
  text-transform:none;
}

#content p {
  margin: .5ex;
  width: 80ex;
}
#content p:first-letter {
  padding-left: 1em;
}

#content pre {
  margin: .5em 0 .5em 0;
  width: 100%;
  overflow: scroll;
  background: black;
  color: #00ff00;
}

.storytitle {
  font-size: 15px;
  color: #000080;
  text-transform: uppercase;
  font-weight:bold;
  text-decoration:underline;
  margin: 1ex;
  border: 1px ;
}

.comment {
  border: solid 1px;
  margin: 2px;
  padding: 1em;
}

.byline {
  font-style: italic;
  color: #000080;
}

.dateheader {
  font-weight: bold;
  padding: 2px;
}

.barelist {
  list-style-type: none;
}

/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; } 
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
