/* CSS Document */

.eventfeature {
float: right;
margin: 20px;
width: 230px;
}

.eventfeature p {
        text-align: center;
}

h4 {
        font-family: Georgia;
        text-transform: none;
        font-size: 1.2em;
        border-bottom: 2px solid grey;
        margin: 5px 500px 5px 10px;
        padding-bottom: 5px;
}
/* EDITED BY CALEB REDMAN 8/11/09 */
/*Styling for events with corresponding picture */
.monthevents img {
        float: left;
        height: 125px;
        margin-right: 10px;
}

.monthevents {
        margin-bottom: 20px;
        min-height: 157px;
}

/* Styling for events without picture */
.montheventsnopic {
        margin-bottom: 20px;
}

#email {
        float: right;
        background-color: #58759B;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 20px;
        width: 200px;
        border: double 3px #333333;
}

#email a {
        color: #FFFFFF;
}



