#Sidebar{
    background:         #D0B05B;
    _overflow:          hidden;
    }

#NewsAndEventsWrapper{
    }

#NewsAndEventsWrapper a{
    text-transform:     uppercase;
    }

#NewsWrapper{
    background:         #E0CD90 url(/images/content-background.jpg) 0 0 repeat;
    border-right:       6px solid #FFF;
    margin-right:       254px;
    }
    
#NewsWrapper p a{
    text-transform:     none;
    color:              #890203;
    letter-spacing:     0;
    }
    
.mainNewsItem img{
    margin:             5px 0 0 5px;
    }
.mainNewsItem .caption{
    white-space:        nowrap;
    overflow:           hidden;
    text-overflow:      ellpsis;
    font-family:        Arial, sans-serif;
    text-align:         right;
    display:            block;
    color:              #6D6F71;
    font-size:          70%;
    margin:             6px 6px 9px 6px;
    }
#NewsAndEvents{
    position:           relative;
    display:            block;
    overflow:           hidden;
    text-indent:        -9999px;
    height:             31px;
    margin:             10px 0 14px;
    background:         transparent url(/images/news-and-events/news-and-events.png) 0 0 repeat;
    }
    
.newsItem{
    clear:              left;
    border-top:         4px solid #F5EAC8;
    padding:            8px 8px 12px 8px;
    }
    
.mainNewsItem h2,
.mainNewsItem p,
.newsItem h2,
.newsItem p{
    margin:             4px 17px;
    }

.newsItem img{
    margin:             8px 14px 4px 15px;
    }

.mainNewsItem .more,
.newsItem .more{
    margin:             0 15px 8px;
    }

.mainNewsItem .date,
.newsItem .date{
    color:              #C41230;
    }
    
#EventsWrapper{
    background-color:   #FFFDBB;
    border-bottom:      6px solid #FFF;
    }
    
#EventsWrapper img{
    margin:             5px 0 0 6px;
    }
    
#EventsWrapper h3{
    position:           relative;
    display:            block;
    overflow:           hidden;
    text-indent:        -9999px;
    height:             15px;
    margin:             18px 0pt 0px 15px;
    background:         transparent url(/images/news-and-events/free-live-music.png) 0 0 no-repeat;
    }
    
#EventsWrapper a{
    display:            block;
    text-align:         right;
    font-size:          65%;
    color:              #890203;
    }
#EventsWrapper #EventsSidebar .date{
    width:				60px;
    }

body#News #Tapline{
    border-bottom:      none;
    }