@charset "UTF-8";
/* CSS Document */

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	background-image: url(/images/disciplines/art/bg.jpg);
}

.container-interior {
 
}

.sidebar-interior {
    background-image: url(/images/disciplines/art/interior/sidebar_bg.jpg);
}

.promo_area {
	background-color: #C62413;
}

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

.main-interior{
   background-image: url(/images/disciplines/fine_art/interior/title.jpg);
}

.main h1, .main-interior h1 {
	color: #C62413;
}

.main h3, .main-interior h3{
	font-size: 20px;
	color: #C62413;
	margin-top: 20px;
	line-height: 24px;
	font-weight: normal;
}

.content {
	
}

.slide_controls {
    background-color: #C62413;
}

.slide_controls a:hover, .slide_controls a:active {
    color: #D3F1F6;
}

#events_area .event .event_date .month {
    color: #666666;
}
#events_area .event .event_date .day {
    color: #C62413;
}
#events_area #events_title {
    background-color: #C62413;
}

#events_area .event h3 a {
    color: #C62413;
}
#events_area .event p.desc {
    color: #666666;
}

/* TERTIARY PAGE STYLES - Discipline Specific */
.tertiary_nav{
  background-color: #C62413;
}
