#content-column,
#side-column {
    border: 1px #D6DBB3 solid;
    overflow: auto;
    word-wrap: break-word;  /* IE & CSS3 only. */
}
#content-column {
    float: left;
    width: 515px;
    padding: 15px 30px;
}
#side-column {
    float: right;
    width: 305px;
    background-color: #FCF7E3;
    border-top-style: none;
}
#content-column-title,
.news-side-bar-title {
    font-size: 1.6em;
}
#content-column-title {
    color: #C03000;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}
.news-side-bar-title {
    text-align: center;
    background: #D6DBB3;
    border-top: 2px black solid;
    border-bottom: 1px black solid;
    margin-bottom: 15px;
    padding: 10px 15px 3px 15px;
}
.news-side-bar-content {
    margin: 15px;
}
 
#news-heading {
    font-size: 200%;
    font-weight: bold;
    color: #495E68;
    margin-bottom: 10px;
}
#todays-date {
    font-weight: bold;
    color: #E06838;
    font-size: 50%;
    margin-left: 10px;
}
.news-icon-link {
    margin-left: 10px;
}
#newsi-date {
    font-size: 85%;
    color: #C03000;
    margin-bottom: 15px;
}
#newsi-image {
    float: right;
    width: 232px;
    margin: 0 0 5px 10px;
    text-align: center;
}
#newsi-image img {
    border-style: none;
}
#newsi-image a img {
    border-style: solid;
    border-width: 1px;
}
#newsi-image .caption {
    font-size: 80%;
    text-align: left;
    color: #495E68;
    border: 1px #E06838 solid;
    padding: 3px;
    margin-top: 5px;
    overflow: auto;
    word-wrap: break-word;  /* IE & CSS3 only. */
}
#newsi-teaser {
    margin-bottom: 1.12em;
}
#newsi-footer {
    clear: both;
    font-style: italic;
    margin-top: 30px;
    border-top: 1px black solid;
    padding-top: 5px;
}
 
#other-news {
    border-bottom: 1px #E06838 dashed;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#other-news li {
    list-style-type: none;
    background: url(http://www.pps.k12.or.us/css/images/bullet_blue.gif) 5px 0.4em no-repeat;
    padding-left: 20px;
    margin: 0.5em 0;
}
 
@media print
{
    #content-column {
        float: none;
        width: auto;
        overflow: visible;
    }
    #side-column {
        display: none;
    }
    #newsi-image .caption {
        overflow: visible;
    }
}
