/* main screen stylesheet */

body {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-family: georgia;
    font-size: 14px;
    line-height: 1.5em;
/*    background-color: #333; */
    background-color: white;
}

a, a:visited {
    color: #3366CC;
    text-decoration: none;
    font-weight: bold;
}

blockquote {
    font-style:italic;
}
input, textarea {
    border: 1px solid grey;
}
pre {
    font-family: "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", monospace;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    line-height: 13px;
}

h1, h2, h3 {
    color: #333;
    font-family: Dolly, Georgia;
}

img {
    border: none;
}
#wrap {
    width: 1000px;
    margin: 0 60px;
    background-color: white;
}

#header {
    width: 100%;
    height: 80px;
    font-size: 17px;
    line-height: 80px;
    background-color: #333;
/*   background: #000033 url('/media/img/header_bg.jpg') no-repeat; */
    text-align: left;
}

#header img {
    vertical-align: middle;
    margin: 0 .3em;
}

#site_title {
    font-size: 2em;
    margin: 0 20px;
    color: white;
}
#center {
    width: 1000px;
}

#content {
    width: 750px;
    padding: 25px;
    text-align: left;
    background-color: white;
    min-height: 500px;
}

#sidebar {
    width: 196px;
/*    height: 900px; */
    float: right;
    text-align: left;
    border: 1px dotted #333;
    border-top: none;
    background-color: whitesmoke;
}
#sidebar_content {
    margin: 15px;
}

#topside {
    margin: 0px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    background-color: #333;
    height: 30px;
    color: white;
}
#topside a, #topside a:visited {
    color: white;
}
#topside img {
    vertical-align: middle;
}

#footer {
    background-color: #333;
    text-align: right;
    width: 100%;
    height: 64px;
    line-height: 20px;
    font-size: 9px;
    color: white;
}
#footer p {
    margin-right: 15px;
}

div.post {
    padding: 15px 5px;
    border-bottom: 1px solid dimgray;
    margin: 10px 0;
    overflow: auto;
}

.post_dateline {
    font-size: 110%;
    color: grey;
}

.comment_count {
    font-size: 10px;
    color: grey;
}

#comment_bubble {
    margin: 3px;
    vertical-align: middle;
}

.comment_odd, .comment_even {
    padding: 5px;
}

.comment_odd {
    background-color: whitesmoke;
}


.comment_dateline {
    font-size: 90%;
    font-style: italic;
}
pre {
	border-left: 1px dotted grey;
}
