BODY {
    font-family: sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: black;
    color: white;
    background-attachment: fixed;
    background-image: url('./mazdaspeed_cutaway.png');
    background-repeat: no-repeat;
    background-position: 250px 0px;
}

IMG {
    border: none;
}

H3 {
    color: #F70;
    font-size: larger;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#leftbar {
    position: absolute;
    width: 250px;
    top: 10px;
    left: 0px;
    margin-left: 10px;
}

#content {
    position: absolute;
    left: 270px;
}

#content A {
    text-decoration: none;
    color: #F70;
    font-weight: bold;
}

#logo {
    margin-left: 30px;
}

.bar_box {
    padding: 5px;
    margin: 0px 0px 10px 0px;
    border: 2px solid #F70;
    /* background-image: url('./alpha_gray.png'); */
    background-color: #555;
}

.bar_box A {
    text-decoration: none;
    color: #F70;
}

.bar_box UL {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.bar_box INPUT {
    background-color: black;
    border: solid 2px #F70;
    font-size: smaller;
    color: white;
}

.date {
    font-size: smaller;
    text-indent: 25px;
}

#footer p{
    font-size: smaller;
}

.post {
    border: 2px solid #F70;
    padding: 5px;
    margin: 0px 10px 10px 0px;
    /* background-image: url('./alpha_gray.png'); */
    background-color: #555;
}

.post P {
    text-align: justify;
}

.post blockquote {
    border: 2px solid #F70;
    padding: 5px;
}

.read_rest {
    font-size: smaller;
    font-weight: bold;
    padding: 5px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

