/**
  *  styles for lightboxes: contact box, etc.
  */

#contact_box,
#site_credits {
    font-family: "alternate-gothic-no-2-d", LeagueGothicRegular, Arial, sans-serif;
    font-size: 28px;
    padding: 40px;
}
    #contact_box dt {
        color: #5FB4CA;
        padding: 10px;
        text-transform: uppercase;
    }
    #contact_box dd {
        margin-bottom: 20px;
        padding: 10px;
    }

#site_credits h2 {
    color: #5FB4CA;
    margin-bottom: 33px;
    text-transform: uppercase;
}

.overlay_box {
    display:none; 
    z-index:10000;
    width: 440px;
    min-height:366px;
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}



/* close button positioned on upper right corner */
.overlay_box .close {
    position:absolute;
    right:4px;
    top:4px; 
    background: transparent url(images/sprites.png) no-repeat;
    background-position: 0 -864px;
    cursor:pointer;
    height:24px;
    width:24px;
}

.overlay_box .details {
	padding: 40px;
	text-align: center;
	text-transform: uppercase;
	font-family: "alternate-gothic-no-2-d", LeagueGothicRegular, Arial, sans-serif;
    font-size: 28px;
    line-height: 30px;
    color: #000;
}
    #setlist .details {
        overflow: auto;
        text-align: left;
    }
        #setlist .details ol {
            display: block;
            margin-left: 8px;
            max-height: 300px;
            overflow-y: auto;
            padding: 5px 25px 5px 31px;
        }
            #setlist .details ol li {
                margin-left: 10px;
            }

.overlay_box h2 {
	color: #5fb4ca;
	font-size: 44px;
	margin-bottom: 18px;
}

.overlay_box .details a {
	color: #000;
}

.fancybox-close {
	top: 3px;
	right: 3px;
}

.fancybox-skin {
	background: #fff url(../images/lightbox.jpg) no-repeat center top;

}

#contact_box .fancybox-opened.fancybox-opened {
    width:550px !important;
}


.ajax-spinner {
    display: none;
}