/*Basic startup stuff*/
* {
	margin:0;
	padding:0;
	border:0;
	font-family: 'Play', sans-serif;
	line-height:1.5em;
	letter-spacing: .03em;
	color:#ececec;
	background-color:black;
}




/*Main styling*/
a {
	text-decoration:none;
	color:#a1b3da;
	transition:color .2s;
	-webkit-transition:color .2s;
	-o-transition:color .2s;
	-moz-transition:color .2s;
	-ms-transition:color .2s;
}

a:hover {
	color:#D0D9EC;
	transition:color .2s;
	-webkit-transition:color .2s;
	-o-transition:color .2s;
	-moz-transition:color .2s;
	-ms-transition:color .2s;
}

.b {
	font-weight:bold;
}

.spacer {
	margin-bottom:1em;
}

hr {
			position:relative;
			clear:both;
			height:2px;
			margin-bottom:1em;
			color:#004C80;;
			background-color:#004C80;
			opacity:1;
			z-index:4;
		}



/*Navigation bar*/

#navbar {
	padding:5px 0 0 0;	
	border-top:2px solid #004C80;
	margin-bottom:15px;
}

#social_bar {
	float:right;
}

#social_bar * {
	padding:5px 0 0 5px;
	opacity:.8;
	transition:opacity .2s;
	-webkit-transition:opacity .2s;
	-o-transition:opacity .2s;
	-moz-transition:opacity .2s;
	-ms-transition:opacity .2s;
}

#social_bar *:hover {
	opacity:1;
	transition:opacity .2s;
	-webkit-transition:opacity .2s;
	-o-transition:opacity .2s;
	-moz-transition:opacity .2s;
	-ms-transition:opacity .2s;
}


#nav_bar {
	float:left;
}

#nav_main, #nav_main li {
	list-style:none;
	display:inline;
	text-decoration:none;
}

#nav_main li {
	padding-right:2em;
	font-weight:bold;
	font-size:1.1em;
}

#nav_main li:last-of-type {
	padding-right:0;
}

#nav_main li a {
	transition:color .2s;
	-webkit-transition:color .2s;
	-o-transition:color .2s;
	-moz-transition:color .2s;
	-ms-transition:color .2s;
}

#nav_main li a:hover {
	color:white;
	transition:color .2s;
	-webkit-transition:color .2s;
	-o-transition:color .2s;
	-moz-transition:color .2s;
	-ms-transition:color .2s;
}




/*Main content*/
#main_content {
	clear:both;
	border-top:2px solid #004C80;
}

#music_player_div {
	padding:15px 0 15px 5px;
	float:right;
	border-left:2px solid #004C80;
	text-align:right;
}




#primary_area {
	float:left;
	padding-right:15px;
}

#primary_area div {
	padding-bottom:15px;
	border-bottom:2px solid #004C80;
}

#primary_area div:not(:first-child) {
	padding-top:15px;
}

#primary_area div:last-of-type {
	border:none;
}

.section_header_text {
		font-weight:bold;
		text-decoration:underline;
		font-size:x-large;
	}





/*Footer*/
	#footer {
		clear:both;
		width:100%;
		padding:15px 0;
		border-top:2px solid #004C80;
		text-align:center;
		font-size:x-small;
		color:rgba(255,255,255,0.5);
	}
	
	
	
/*Band page specifics*/
#band_photo, #band_title {
	clear:both;
	float:left;
	width:100%;
	margin-top:5px;
	text-align:center;
	font-weight:bold;
	font-size:large;
}

#band_section {
	clear:both;
	width:100%;
	padding-bottom:15px;
	border-bottom:2px solid #004C80;
}


.member_photo {
	clear:left;
	float:left;
	width:200px;
	height:375px;
	margin-top:5px;
	border-bottom:none !important;
}
	

.member_text {
	float:left;
	border:none !important;
	padding-left:15px;
	width:52%;
}
	
	
	
/*Music page specifics*/
.album_art {
	clear:left;
	float:left;
	width:200px;
	margin-top:5px;
	border-bottom:none !important;
}

.album_list {
	float:left;
	border:none !important;
	padding-left:15px;
}






/*Show page specifics*/
.show_list {
	font-weight:bold;
	font-size:large;
	margin-bottom:2em;
}

.show_list li {
	font-weight:normal;
	font-size:medium;
	margin-left:1em;
	margin-bottom:.5em;
}





/*Links page specifics*/

.links {
	position:relative;
	margin-left:-.2em;
}

.links tr td {
	padding:.5em 0;
}


.links tr td:first-of-type {
	width:150px;
}











/*Display-size specific styling*/
@media (min-width:976px) {
	.mobile, .mobile * {
		display:none;
	}
	
	.mid_range {
		display:none;
	}
	
	
	
	#wrapper {
		clear:both;
		width:976px;
		margin:0 auto;
		background-color:black;
	}
	
	
	
	
	#header {
		clear:both;
		width:976px;
		height:137px;
		background-image:url("../images/banner976.gif");
	}
	
	
	
	
	#navbar {
		clear:both;
		width:976px;
	}
	
	#music_player_div {
		width:365px;
	}
	
	
	#primary_area {
		width:589px;
	}
	
}




@media (min-width:641px) and (max-width:975px) {
	.mobile, .mobile * {
		display:none;
	}
	
	.full_size {
		display:none;
	}
	
	
	
	
	#wrapper {
		clear:both;
		width:641px;
		margin:0 auto;
	}
	
	
	
	
	#header {
		clear:both;
		width:641px;
		height:100px;
		background-image:url("../images/banner640.gif");
	}
	
	
	
	
	#navbar {
		clear:both;
		width:641px;

	}
	
	
	
	#music_player_div {
		width:165px;
	}
	
	
	#primary_area {
		width:454px;
	}
	
}





/*Styling for different display sizes*/
@media (max-width:640px) {
	#wrapper {
		clear:both;
		width:320px;
	}
	
	
	
	
	#header {
		clear:both;
		width:320px;
		height:100px;
		background-image:url("../images/banner320.gif");
	}
	
	
	
	.desktop, .desktop * {
		display:none;
	}
	
	
	#navbar, #navbar * {
		display:none;
	}
	
	
	
	
	
	
	
	
	
	
	/*Social bar*/
	#social_bar {
		clear:both;
		width:100%;
		padding:10px 0 5px 0;
		border-top:solid #5b6271 2px;		
		text-align:right;
	}
	
	#social_bar a {
		margin-right:15px;
	}
	
	
	#social_bar a:last-of-type {
		margin-right:10px;
	}
	
	
	
	
	
	
	
	
	
	/*Sections*/
	.section_div {
		clear:both;
		width:100%;

		border-top:solid #5b6271 2px;
	}
		
	.section_div p {
		padding-left:1%;
		padding-right:1%;
	}
	

	
	
	.section_header_text_mobile {
		font-weight:bold;
		font-size:x-large;
		margin-bottom:.5em;
	}
	
	
	
	
}