.clear {
    clear: both;
}

body {
    background: url(bg.gif) top left repeat-x #fff;
    margin:0;
    padding:0;
    font-family: sans-serif;
    line-height: 1.2;
    color: #111111;
}

a {
    text-decoration: none;
}

#page {
    margin: 0 auto;
    padding: 5px;
    width: 960px;
}

#header {
    margin-top: 20px;
    height: 80px;
}
            
#header h1 {
    float:left;
    text-transform: lowercase;
}

#header h1 a {
    color: #000;
    font-weight: bold;
    font-size: 30px;
    text-decoration: none;   
}

#header h2 {
    font-size: 14px;
    font-weight: normal;
    display: inline;
}

#header_img img {
    width: 960px;
    height: 100px; 
    margin-top: -20px;
    border: 1px solid #ccc; 
}

#menu {
    float: right;
    margin-top: 15px;    
    font-weight: bold;
}

#menu a {
    color: #000;
    text-decoration: none;
    padding: 2px;
}

#menu li {
    list-style: none;
    margin-left: 10px;
    float: left;
}

#footer {
    text-align: right;
    float: right;
    width: 50%;
    font-size: 0.9em;
}

#stories {
    padding: 20px 8px 30px 8px;
    width: 731px;
    background: url(fold.png) left 10px no-repeat;
    float: left;
    vertical-align: top;
}

#sidebar {
    float: right;
    border-style: none;
    right: 20px;
    width: 175px;
    padding: 10px;
}

.heading {
    font-weight: bold;
    color: #336699;
    font-size: 1.2em;
}


.storybox {
    border: none;
    margin-bottom: 2.5em;
}

.storybox .options {
    text-align: right;
    font-size: 0.8em;
    font-weight: bold;
}


.post_header .title {
    font-size: 1.3em;
    font-weight: bold;
    color: #000000;
}

.post_header .title a {
    color: #000;
    text-decoration: none;
}

.post_header .date {
    font-size: 0.8em;
    font-weight: bold;
    color: #336699;
    margin-left: 1em;
}

img {
    margin: 2px;
}

#comment_area {
}

#comment_area h2 {
    font-size: 1.4em;
    font-weight: bold;
}

.comment_form {
    margin-left: 2em;
}

.comment {
    margin: 1.5em 0 1.5em 2em;
}

.comment .comment_text {
    margin-top: 0;
}

.comment_text b {
  font-weight: normal;
  font-style: italic;
}

.comment .comment_metadata {
    text-align: left;
    font-size: 0.8em;
    font-weight: bold;
}

.comment_form label {
    font-weight: bold;
}

.comment_error {}

