
#wrapper {
    background: #000000 url(../media/images/backgrounds/news_background.jpg) no-repeat scroll center 139px;
}

#primaryContent {
    width: 620px;
}

.postTitle, .title_div a {
    font-family: Arial;
    font-size: 37px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    letter-spacing: -2px;
    text-decoration: none;
}

.post img {
    max-width: 542px;
}

ol#posts {
    margin: 0;
    padding: 0;
}

#posts li {
    list-style: none;
}

#secondaryContent {
    width: 300px;
    position: absolute;
    top: 169px;
    margin-left: 640px;
}

.date_div {
    background: transparent url(../media/images/backgrounds/date_background.png) no-repeat scroll 0 0;
    height: 53px;
    width: 53px;
    margin: 0 20px 0 0;
}

.date_ul {
    padding: 14px 0 0 1px;
}

.date_ul li {
    text-decoration: none;
    line-height: 12px;
    list-style: none;
    text-align: center;
}

.date_ul span {
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}

.date_ul .day_span {
    font-size: 37px;
}

.date_ul .month_span {
    font-size: 20px;
}

.title_div {
    width: 542px;
    margin: -53px 0 0 73px;
}

.post_header_div {
    margin: 0 0 20px 0;
}

.post {
    width: 542px;
    margin: 0 0 30px 73px;
}

.post p {
    color: #DFDFDF;
    font-family: Arial;
    font-size: 14px;
}

.posted_by_div {
    /*border-bottom: 1px solid #4F4F4F;*/
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    margin: 0 0 0 73px;
    padding: 0 0 35px;
}

.author_span {
    color: #c65c18;
}

.division_line {
    height: 1px;
    width: 542px;
    border-top: 1px solid #4F4F4F;
    padding: 0 0 35px;
    margin: 0 0 0 73px;
}

#feed_title {
    background: transparent url(../media/images/logos/twitter_big_logo.png) no-repeat scroll 0 0;
    width: 110px;
    height: 27px;
    margin: 0 0 10px 0;
}

#feed_div {
    width: 300px;
    border-top: 2px solid #4F4F4F;
    border-bottom: 2px solid #4F4F4F;
    font-family: Arial;
    font-size: 14px;
    color: #DFDFDF;
}

#feed_div a, #feed_div a:link, #feed_div a:visited {
    color: #82c2dc;
    text-decoration: none;
}

#feed_div li {
    list-style: none;
    border-bottom: 1px solid #4F4F4F;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

#feed_div li:last-child {
    border-bottom: none;
    padding: 0;
}

.twitter {
    margin: 15px 0 0;
    padding: 0px;
}

#contact_form {
    margin: 0;
}

#pagination {
    margin: 0 0 0 73px;
    padding: 0 0 35px;
    text-align: center;
}

#pagination li {
    display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 20px 0 0;
}

#pagination a, #pagination a:visited, #pagination a:link {
    color: #FFFFFF;
    text-decoration: none;
}

#twitter_div ul {
    padding: 0;
}


