﻿.goodnews-container
{
    position: relative;
    width: 897px;
    margin-left: -10px;
}
.goodnews-header
{
    position: relative;
    background-color: #ABB2B2;
    background-image: url('/Images/goodnews-header.jpg');
    background-repeat: no-repeat;
    width: 897px;
    height: 228px;
}
.goodnews-columns
{
    position: absolute;
    width: 550px;
    height: 190px;
    left: 340px;
    top: 30px;
}
.goodnews-column
{
    float: left;
    width: 265px;
    height: 90px;
    margin: 5px;
}
.goodnews-column-title
{
    font-weight: bold;
    font-size: 12px;
}
.goodnews-column-synopsis
{
    font-size: 11px;
}
.goodnews-body
{
    position: relative;
    min-height: 550px;
}
.goodnews-content
{
    margin-right: 345px;
}
.goodnews-article
{
    clear: left;
    margin: 10px 5px;
}
.goodnews-article-title
{
    font-weight: bold;
    font-size: 16px;
}
.goodnews-article-metadata
{
    font-size: 13px;
    font-style: italic;
}
.goodnews-article-synopsis
{
}
.goodnews-sidebar
{
    width: 331px;
    float: right;
}
.goodnews-actions
{
    position: relative;
    height: 140px;
    background-image: url('/Images/goodnews-actions.jpg');
    background-repeat: no-repeat;
}
.goodnews-actions-top
{
    position: absolute;
    top: 10px;
    left: 70px;
}
.goodnews-actions-bottom
{
    position: absolute;
    top: 70px;
    left: 70px;
}
.goodnews-actions-header
{
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
}
.goodnews-actions-content
{
    padding: 0 0 0 10px;
    font-size: 12px;
}
.goodnews-accent
{
}
.goodnews-footer
{
    margin-top: 20px;
    position: relative;
    background-color: #ABB2B2;
    background-image: url('/Images/goodnews-footer.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    width: 897px;
    height: 165px;
}
.goodnews-footer-column1
{
    float: left;
    width: 40%;
}
.goodnews-footer-column2
{
    float: right;
    width: 60%;
}
.goodnews-headlines
{
    margin: 5px 0;
}
.goodnews-headline
{
    font-size: 13px;
    padding: 3px 0;
}
 .goodnews-interior-header
{
    background-image: url('/Images/goodnews-interior-header.jpg');
    background-repeat: no-repeat;
    width: 897px;
    height: 90px;
}
#goodnews-interior-header-frontpage
{
    position: absolute;
    width: 115px;
    height: 30px;
    left: 495px;
    top: 3px;
}
#goodnews-interior-header-index
{
    position: absolute;
    width: 130px;
    height: 30px;
    left: 650px;
    top: 3px;
}
.goodnews-index
{
    margin: 10px;
}
.article-container
{
    margin-bottom: 10px;
}
.article
{
    margin: 3px 0;
}
.article a
{
    font-size: larger;  
}
.article-metadata
{
    font-size: smaller;
    font-style: italic;
    margin-left: 5px;
}
