/* Site CSS */

/* CSS Classes for <div> tags used in the Events page, specifically the Spring Lecture Series */
div.eventContainer {
    margin-top:20px;
    clear:both;
}
div.eventImage {
    display: block;
    float: left;
    margin-left: 20px;
    margin-top:15px;
}
div.eventText {
    margin-left: 225px;
    padding:15px 0px 0px 0px;
}
img.eventPoster {
    width:165px;
    height:255px;
}
img.eventFlyer {
    width:165px;
    height:216px;
}
ul.speakers {
    list-style-type: none;
}
ul.speakers li {
    left:0px
    padding-left:3px;
}
h1.eventYear {
    clear:both;
	position:relative;
    top:20px;
}
h2.eventTitle {
    position:relative;
	top:15px;
}