/* program css */

/* Use with image title - image needs to wrapped in <div id="title">image goes here</div> */
/*
div#title {
margin: 0 0 15px 0;
}
*/

div#content_related {
margin-top: 40px;
        width: 155px;
}


* Event Feed ------------------------------ */

.eventitem p {
margin:0;
line-height:1.7;
}

.location {
font-style: italic;
}

div#eventfeed h4 {
    margin: 20px 0 10px 0;
    font-size: 12px;
}

div#eventfeed h4 a {
    text-transform: uppercase;
    color: #990000;
    text-decoration: underline;
}

div#eventfeed p {
    margin: 0;
}

div#eventfeed p.time{
    color: #333;
    font-size: 12px;
    font-weight: bold;
}

div#eventfeed a {
    color: #333;
    text-decoration: underline;
}

div#eventfeed div.eventitem {
    margin: 0 0 20px 0;
}

.random-title {
    font-weight: bold;
    }
    
.random-date {
    font-style: italic;
    }
    
div#random-sidebar {
    	background-color : #fffbf1;
        border:1px solid #663300;
        padding:2px 5px 2px 10px;
    }