﻿/* Boston Symphony Orchestra
   Last Updated: 4-2011
   Author:  Oncall Interactive, LLC

Style definitions found in reset.css

--HOME PAGE STYLES--

Sections:
	=HOME PAGE
   ----------------------------------------------------*/

/* =HOME PAGE
   ----------------------------------------------------*/
   
.controller-home  #main
{
    padding: 0;   
}

.controller-home #header
{
    min-height: 85px;   
}
   
.controller-home #breadcrumbs
{
    display: none;   
}

.no-js .main-featured,
.main-featured.loading {
    position: relative;
    left: 0px;
    top: 0px;
}

.main-featured .featured-item  { 
    display: block;
    height: 281px;
    width: 100%;
	background-position: center 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
	
.main-featured {
    height: 280px;
    overflow: hidden;
    position: absolute;
    top: 119px;
    width: 100%;
    min-width: 960px;
}

.controller-home #main.slider-gap  {
    padding: 274px 0 0;
}

.no-js .controller-home #main {
    padding: 0;
}

.controller-home .sidebar {
	z-index: 1
}

 .main-featured .featured-item.inactive
 {
   display: none;  
 } 
   
 .slider-buttons
 {
    float: right;
    position: relative;
    right: 15px;
    top: -25px; 
    z-index:2;    
 }  
   
 .slider-buttons .slider-button
 {
    background-color: white;
    display: block;
    float: left;
    height: 15px;
    margin: 0 2px;
    width: 15px;
 } 

.no-js .slider-buttons {
    display: none;   
}
   
.sidebar
{
    
    display: block;
    float: left;
    position: relative;
    top: -35px;
    width: 292px;
}

.sidebar .calendar
{
    background-color: white;
    box-shadow: 0 0 6px 0 #919191;
    border: 1px solid #cecece;
    padding: 10px 20px 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: "BSO Regular",Helvetica,Arial,sans-serif;
    position: relative;
}

.no-js #home-calendar {
    display: none;   
}

.sidebar .calendar .MonthlyCalendar
{
    margin: auto auto 15px;   
}

.sidebar .calendar tr
{
    height: 32px !important;
}

.sidebar .sponsors
{
    border-bottom: 1px solid #ECECEC;

    margin: 25px 25px 15px;
    text-align: left;
    padding-bottom: 10px;
}

.sidebar .sponsors > span,
.sidebar .sponsors > span a,
.sidebar .sponsors > span img {
    display: block;
}

.sidebar .sponsors > span img {
    max-width: 240px;   
}

.sidebar .explore
{
     height: 100px; 
     margin: 20px 25px 30px;;
}

.sidebar .explore img
{
    width: 240px;
    height: 100px;
}

.sidebar .follow
{
    height: 100px;
    margin: 30px 45px;  
}

.events
{
    float: left;   
    width: 660px;
}

.spotlight-events
{
    float: left;
    margin: 5px 0 10px 20px;
    padding: 0 5px;
    width: 630px; 
}

.spotlight-events .spotlight-event
{
    height: 210px;
    margin: 0 5px;
    width: 305px;   
    float: left;
    position: relative;
}

.spotlight-events .spotlight-event-date
{
    position: absolute;
    right: 0;
    top: 10px;   
    background-color: rgb(65, 13, 96);
    color: White;
    padding: 7px;
}

.spotlight-events .spotlight-event-date .month
{
    text-transform: uppercase;
    font-family: "BSO Bold",Helvetica,Arial,sans-serif;
}

.spotlight-events .spotlight-event img
{
    width: 305px;
    height: 210px;
}

.spotlight-events .spotlight-event h2
{
    font-size: 19px;
 	font-family: "BSO Regular", Helvetica, Arial, sans-serif; 
    bottom: 0;
    position: absolute;   
    background-color: rgb(65, 13, 96);
    color: White;
    text-transform: uppercase;
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    padding: 10px;
    width: 285px;
    min-height: 45px;
    left: 0;
}



.additional-events
{
    margin: 20px 0 10px 20px;
    padding: 0 5px;
    width: 630px;  
    clear: left;
}

.additional-event
{
    margin: 0 5px;
    width: 200px;   
    float: left
}

.additional-event-title
{
    font-family: "BSO Bold",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0;
   
}

.additional-event-description
{
    font-size: 13px;
    line-height: 20px;
    padding-right: 11px;  
    text-align:left;  
}

.additional-event img
{
    width: 100%;   
    height: 105px;
}

.additional-event .more-info,
.additional-event .more-info:hover
{
    display: inline-block;
    margin: 5px 0;
    padding: 3px 10px;   
    height: auto;
}

#mobileNotifier{padding: 1em; background: #666; font-weight: bold;text-align: center; color: #fff; display: none; cursor: pointer;}