body {
    background-color: #292F38;
    margin: 0;
    border: 0;
    color: #7A8CA5;
    font-family: Verdana;
    font-size: 12px;
    text-align: center;
}

img {
    border: 0;
}

a {
    color: #AFCAED;
}

a:hover {
    color: white;
}

#header {
    background: url("images/headerBackdrop.jpg") black repeat-x;
    height: 273px;
    width: 100%;
    min-width: 800px;
}

#intro {
    width: 800px;
    padding-top: 10px;
}

#intro i, #info i{
    color: #AFCAED;
}

#posts {
    width: 700px;
}

#posts .postTitle {
    height: 50px;
    background: url("images/postTitle.jpg") no-repeat bottom;
}

#posts .dateBottom {
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
}

#posts .theTitle {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 8px;
}

#posts .postBody {
    width: 600px;
    font-size: 14px;
    line-height: 18px;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: left;
}

#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
}

/*
    Media Page
*/

#media img {
    border: 1px black solid;
}

#media img:hover {
    border: 1px #AFCAED solid;
}