
#sidebar #events{
   float: left;
   border-bottom: 7px solid #CAC292;
   border:4px double #d1c99e;
   background:url(../images/eventBkg.jpg) no-repeat;
   background-color:#d08d24;

}

#sidebar #events #title{
   width: 231px;
   height: 17px;
   margin: 0 ;
   padding: 4px 0 2px 8px; /*top right bottom left */
   z-index:2;
   background-color:#d08d24;
}

#sidebar #events h3{
   height: 17px;
   margin: 0 ;
   z-index:2;
   display:inline;
   color:#fbf7e2;
}

#sidebar #events h3 span{
   float: left;
}

#sidebar #events h3 a{
   display: block;
   float: left;
   width: 14px;
   height: 14px;
   margin: 2px 0 0 5px;
   text-indent: -9999px;
}

#sidebar #events .event{
   float: left;
   border-bottom: 1px solid #CAC292;
}

#sidebar #events .event a{
   display: block;
   width: 209px;
   padding: 4px 15px;

   text-decoration: none;
}

#sidebar #events .event a:hover{
   background: #e1bd33;
}

#sidebar #events .event h4{
   margin-bottom: .5em;
   color: #491F00;
   font-size: 85%;
   text-transform: uppercase;
}

#sidebar #events .event p{
   float: left;
   padding-right: 10px;
   background: url(/images/bg_event_a.gif) no-repeat right center;
   color: #020202;
   font-size: 95%;
}
