#navigation *,
#masthead * {
    margin: 0;
    padding: 0;
}

html, body, table, td, th {
  font: 14px/1.2em "Helvetica", "Arial", "Geneva sans-serif";
  color: #333333;
  font-size: 14px;
  background-color: #f9f9ff;
}
a {
  text-decoration: none;
}
a:link {
  color: #0000c0;
}
a:visited {
  color: #0000f0;
}

body {
    margin: 1em auto;
    background: #f9f9f9;
    background-image: -moz-linear-gradient(-90deg, #d8d8ee 0%, #ececff 60%);
    background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #d8d8ee), color-stop(60%, #ececff));
}

#masthead {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0px;
    margin-bottom: 10px;
    background-color: #f9f9ff;
    z-index: 1000;
}

#masthead a {
    background: transparent url(/img/masthead.png) scroll no-repeat top left;
    width: 482px;
    height: 90px;
   /* padding-top: 59px; */
    overflow: hidden;
    display: block;
    margin-left: 10px;
}

#masthead strong {
    display: none;
}

#navigation {
    float: left;
    width: 240px;
    margin-bottom: 3em;
}

#navigation strong {
    display: none;
}

#navigation ul {
    list-style-type: none;
}

#navigation li {
    margin: 0 10px 2px;
}

#navigation li a {
    display: block;
    text-decoration: none;
    padding: 0.3em;
    color: #2b43d5;
    font-weight: bold;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    -moz-border-radius: .325em;
    -webkit-border-radius: .325em;
    border-radius: .325em;
}

#navigation li a:hover {
    background-color: #2b43d5;
    color: #ffffff;
    border-color: #013666;
    text-shadow: 0 .1em .25em #013666;
}

#content {
    margin: 0em 1em 0 240px;
    position: relative;
    z-index: 5;
}

h1 {
    font-weight: bold;
    font-size: 2em;
    margin: 0 0 1em;
    color: #2b43d5;
    padding-bottom: .5em;
    border-bottom: 1px solid #e8e8e8;
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(-90deg, #fcfcfc 0%, #f6f6f6 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f6f6f6));
    padding: .5em;
    text-shadow: 0 .1em .25em #d8d8d8;
    -moz-border-radius: .325em .325em 0 0;
    -webkit-border-radius: .325em .325em 0 0;
    border-radius: .325em .325em 0 0;
}

h2 {
    color: #2b43d5;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 0.5em 0;
}

.story {
    margin: 0 1em 1em;
    padding: 0.5em 1em 1em 1em;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    -moz-box-shadow: 0 .25em .5em 0 #ddd;
    -webkit-box-shadow: 0 .25em .5em 0 #ddd;
    -moz-border-radius: .325em;
    -webkit-border-radius: .325em;
    border-radius: .325em;
}

.storyshort {
    margin-left: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 1em;
}

.storybody {
    margin-left: 2em;
}

.headline {
  font-size: 18px;
  display: inline;
  padding-bottom: 0.5em;
}
.created {
  display: inline;
  font-size: 10px;
  color: #888888;
  margin-right: 1em;
}
.user {
  display: inline;
  font-size: 10px;
}
