  
/* for safari only ***/


#primary-content .schedule,
#primary-content .introduction,
#primary-content .related-links  {width:420px;background-color:white;}
ul#alphaNav {  background: #316163;  width:100%;} 
.main-nav, .line-up  {width:100%;}
#navigation-wrapper { width:125px; overflow:hidden;} 
.other-media {position:relative;height:auto;padding:0 !important;display:block;}
.extra {margin:0 10px;}
.other-media center {height:260px;}

/* IE 6 - override social bookmark styles ***/


* html #primary-content #socialBookMarks ul li {
    padding:0 6px 0 18px !important;
} 


* html #primary-content #socialBookMarks p a {
    right:10px !important;
} 


/* Clear floated divs */
.clearme:after, #photo_gallery.cm:after, .gallery-embed:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    
}
#photo_gallery.cm, .gallery-embed {
display:inline-block;
}



/* Hides from IE-mac \*/
* html .clearme {height: 1%;}
/* End hide from IE-mac */


/* Make each page minimum height of 500px */
.one-column #primary-content,
.two-column-layout1 #primary-content,
.two-column-layout1 #secondary-content,
.two-column-layout2 #primary-content,
.two-column-layout2 #secondary-content,
.two-column-layout3 #primary-content,
.two-column-layout3 #secondary-content,
.three-column #primary-content,             
.three-column #secondary-content,
.three-column #tertiary-content {
    min-height: 500px;
    height: auto !important;
    height: 500px;
    }
    
/* Fix Primary Navigation width in IE */
#primary-navigation li a {
    width: auto !important;
    width: 125px;
    }