* {
	margin: 0;
	padding: 0px;
}

body {
	background-color: white;
	font-family: "Arial";
}

html, body {
	background-image: url('/images/spune/bg.jpg');
}

a {
	color: #9A262C;
}

/* ********* */
/* overrides */
/* ********* */
.callout {
	margin-top: 0px;
	padding-top: 2px;
	height: 20px;
	min-width: 1150px;
	text-align: left;
}

.calloutcontent {
	position: absolute;
	right: 0px;
}

.spuneevents {
	border: 3px solid #FCF7EC;
	border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    
}

.upcomingshows {
	
}

.show_light {
	background-color: #FAF7F1;
	border-radius: 4px;
}

.show_dark {
	background-color: #EAE3D3;
	border-radius: 4px;
}

.showseperator {
	background-color: inherit;
}

.showdetails {
	color: #07365A;
}

.venue {
	color: #07365A;
}

.organizer {
	color: #07365A;
}

.date {
	color: #07365A;
}


/* ************** */
/* spune specific */
/* ************** */

.spuneheader {
	height: 88px;
	background-image: url('/images/spune/nav_bg.jpg');
	padding-top: 7px;
	margin: 0px auto;
	margin-bottom: 20px; 
	min-width: 1160px;
}

.navlogostretch {
	background-image: url('/images/spune/logo2_bg.png');
	float: left;
	height: 80px;
	width: 50px;
}

.navlogo {
	float: left;
}

.navitems {
	float: left;
	margin-left: 130px;
}

.navitem {
	float: left;
	height: 80px;
	background-image: url('/images/spune/nav_div.png');
	background-repeat: no-repeat;
	background-position: left;
	color: #F8F1E2;
	font-family: Times New Roman;
	line-height: 90px;
	padding: 0px 15px 0px 15px;
	font-size: 19px;
}

.navitem a {
	color: #F8F1E2;
}

.social_icons {
	float: right;
	padding-top: 30px;
}	

.social_icons ul {
    margin: 0 auto;
}

.social_icons li {
    float: left;
    list-style: none outside none;
    margin-right: 5px;
    margin-left: 0px;
}

