/********************************************
* BHHS Legacy Foundation
* Developed by I-ology
* http://www.i-ology.com
*
* Created 03/14/2008 - BD
*
* News Events Style Definitions
********************************************/

#year-archive {
    position: relative;
    text-align: center;
    left: 20px;
    width: 450px;
    margin-bottom: -5px;
    font-size: 12px;
    line-height: 1.5em;
    overflow: hidden;
}

.content-photo {
    width: 175px;
    float: right;
    clear: right;
    margin: 5px 0 10px 20px;

}

.content-photo img {
    padding: 1px;
    border: 1px solid #734473;
}

.content-photo p {
    width: 175px;
    margin-top: -15px;
    padding-left: 0px;
    font-size: 85%;
    line-height: 1.2em;
}

#date-image {
    width: 60px;
    height: 55px;
    float: left;
    margin-right: 15px;
    padding: 8px 0 0 0;
    background: url(/images/bg_date3.gif) 6px 0 no-repeat;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    color: #000;
}

#date-image span {
    font-size: 18px;
    line-height: 12px;
}

#dynamic-content {
    line-height: 18px;
}

/*********************************
* Lists
*********************************/

#content dl {
    width: 493px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#content dl.row1 {
    background: #F0F0E5;
}

#content dl.row2 {
    background: #FBFBF8;
}

#content dt {
    width: 69px;
    padding: 13px 0 30px 0;
    float: left;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    color: #000;
}

#content dt span {
    font-size: 18px;
    line-height: 12px;
}

#content dt.date1,
#content dt.date2,
#content dt.date3 {
    vertical-align: top;
    height: 49px;
    padding-top: 20px;
    height/**/:/**/29px;
}

#content dt.date1 {
    background: url(/images/bg_date1.gif) 11px 12px no-repeat;
}

#content dt.date2 {
    background: url(/images/bg_date2.gif) 11px 12px no-repeat;
}

#content dt.date3 {
    background: url(/images/bg_date3.gif) 11px 12px no-repeat;
}

#content dd {
    width: 422px;
    margin: 0;
    padding: 13px 20px 15px 0;
    font-size: 11px;
    width/**/:/**/402px;
    line-height: 16px;
    float: right;
}

#content dd a {
    color: #663366;
}

#content #dynamic-content ul li {
    margin-bottom: 5px;
}

/*********************************
* Titles & Headers
*********************************/

#ttl-news-events {
    height: 26px;
    display: block;
    text-indent: -9999px;
    background: url(/images/ttl_news_events.gif) top left no-repeat;
}