@charset "UTF-8";

.container {
    width: 1200px; /* the auto value on the sides, coupled with the width, centers the layout */
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-repeat: no-repeat;
    padding: 0px;
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px#888;
    box-shadow: inner 0 0 5px #888;
    background-color: #666666;
}


.sidebar {
    background-image: url(/images/generic/sidebar.png);
    background-repeat: repeat;
}

.content{
    background-image: url(/images/generic/landing.png);
    height:768px;
}

.main{
	padding: 5px 8px 0px 8px;
    background-image: url("images/sidebar.png");
    float: left;
    height: 500px;
    margin-right: 50px;
    margin-top: 60px;
    width: 700px;
}

.main .discipline_title{
    position:relative;
    left: -10px;
}

.main h1{
	padding: 10px 0px 10px 0px;
}

.carousel {
	width:370px;
	float:left;
	margin:0;
	padding:0;
}

.slideshow {

}


.slide_controls {
    text-align: center;
}
.slide_controls .big_num {
    font-size: 24px;
    font-weight: bold;
}
.slide_controls a, .slide_controls a:link, .slide_controls a:visited {
    color: #FFFFFF;
    display: inline-block;
    font-family: Rockwell,"Courier New",Courier,Georgia,Times,"Times New Roman",monospace;
    letter-spacing: 1px;
    margin: 5px 20px 8px 0;
    text-decoration: none;
}

#events_area {
    margin: 0;
    padding: 0;
	margin:0 0 0 390px;
}
#events_area .event .event_date {
    float: left;
    margin: 3px 5px 5px;
    text-align: center;
}
#events_area .event .event_date .month {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin: 0;
}

#events_area .event .event_date .month {
    color: #666666;
}


#events_area .event .event_date .day {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
}
#events_area #events_title {
    margin: 0;
    padding: 0;
}

#events_area #events_title h2 {
    color: white;
    font-family: Rockwell,"Courier New",Courier,Georgia,Times,"Times New Roman",monospace;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 5px 0 5px 10px;
}
#events_area .event {
    border-bottom: 2px solid #999999;
    height: 35px;
    margin-top: 5px;
    padding: 0 0 10px;
    width: 310px;
    overflow:hidden;
}
#events_area .event h3 {
    margin-top: 1px;
    margin-bottom: 3px;
    line-height: 12px;
}
#events_area .event h3 a {
    font-size: 13px;
    text-decoration: none;
    font-family: 'Trebuchet MS', Tahoma, Geneva, sans-serif;
}
#events_area .event p.desc {
    font-size: 11px;
    line-height: 12px;
    font-family: 'Trebuchet MS', Tahoma, Geneva, sans-serif;
    color: #666666;
}