@font-face {
    font-family: 'HoneyScriptLight';
    src: url('font/HoneyScript-Light-webfont.eot');
    src: url('font/HoneyScript-Light-webfont.eot?iefix') format('eot'),
         url('font/HoneyScript-Light-webfont.woff') format('woff'),
         url('font/HoneyScript-Light-webfont.ttf') format('truetype'),
         url('font/HoneyScript-Light-webfont.svg#webfontv49jFtJZ') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background: rgb(202, 159, 44);
	padding-top: 30px;
	height: 150%;
}

.container{
	height: 600px;
	padding: 30px;
	margin-bottom: 200px;
	background: transparent url('img/container_bg.jpg') center center no-repeat;
	border-top: 10px solid rgb(162, 119, 4);
}

h1, h2, h3, p{
	text-align: center;
}

h1{
	font-family: "HoneyScriptLight", serif;
	font-size: 68px;
	line-height: 50px;
	letter-spacing: -1px;
	color: rgb(230, 230, 230);
	margin: 10px 0 14px 0;
	padding: 0 0 0 0;
	font-weight: 500;
}

h2{
	font-family: "HoneyScriptLight", sans-serif;
	font-size: 48px;
	line-height: 40px;
	margin-top: 10px;
	letter-spacing: -1px;
	color: rgb(202, 70, 44);
	font-weight: 100;
}

h3{
	font-family: Times, serif;
	font-size: 40px;
	line-height: 36px;
	margin-bottom: 12px;
	letter-spacing: -2px;
	font-variant: small-caps;
}

p, label{
	font-family: "HoneyScriptLight", "Century Gothic", sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: rgb(49, 70, 51);
}

.fancy{
	font-family: "HoneyScriptLight", "Century Gothic", sans-serif !important;
	font-size: 40px !important;
	line-height: 22px !important;
	padding-top: 10px;
	color: rgb(49, 70, 51);
}

a.mono{
	font-family: Monaco, monospace, sans-serif !important;
	font-size: 18px !important;
	line-height: 12px !important;
}

em{
	color: rgb(230, 230, 1);
	letter-spacing: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

.shutterwax{
	color: rgb(230, 230, 230);
}

.caps{
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: 900;
	font-size: 12px;
	font-family: century;
}

.impact{
	font-family: Impact, Charcoal, sans-serif;
	color: rgb(50, 50, 50);
	line-height: 40px;
	font-size: 28px;
	line-height: 30px;
	margin-left: 100px;
	margin-right: 100px;
}

.errorField{
	background-color: #FFE9CF !important;
}

.title{
	font-size: 56px;
	font-weight: 200;
	letter-spacing: -1px;
	line-height: 40px;
	font-style: italic;
	color: rgb(210, 210, 210);
}

a{
	cursor: pointer;
}

a, a:visited, a:active, .link{
	text-decoration: none;
	color: rgb(202, 70, 44);
}

a:hover, .link:hover{
	text-decoration: underline;
}

img{
	margin: 0 20px;
}

ul li{
	display: block;
	float: left;
	cursor: pointer;
	margin-left: 30px;
}

blockquote{
	font-family: Monaco, monospace;
	margin: 10px auto;
	font-size: 14px;
	color: rgb(30, 30, 30);
	text-align: left;
}

#header{
	height: 32px;
	background: rgb(60, 60, 60);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
}

#header ul{
	margin-left: 30px;
	margin-top: 10px;
}
	
#header ul li{
	height: 30px;
	margin-bottom: 12px;
	margin-left: -10px;
	padding: 3px 16px 3px 16px;
	border: 2px solid rgb(200, 200, 200);
	/* -- CSS3 - define rounded corners -- */	
	-webkit-border-radius: 30px 0 30px;
	-moz-border-radius: 30px 0 30px; 
	border-radius: 30px 0 30px;
	
	background: rgb(230, 230, 230);
	/* -- CSS3 - create a background gradient -- */
	background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#ddd), to(#FFF)); 
	background: -moz-linear-gradient(0% 40% 90deg,#FFF, #ddd); 
	 
	/* -- CSS3 - add a drop shadow -- */
	-webkit-box-shadow: 0px 0 20px #ccc;
	-moz-box-shadow: 0px 0 20px #ccc; 
	box-shadow: 0px 0 20px #ccc;
	font-family: "HoneyScriptLight", serif;
	font-size: 30px;
	line-height: 36px;
	color: rgb(90, 90, 90);
}

#header ul li a{
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
}

#header ul li:hover{
	-webkit-box-shadow: 0px 0 30px #eee;
	-moz-box-shadow: 0px 0 30px #eee; 
	color: rgb(30, 30, 30);
}

#listen{
	background: transparent url('img/yellowmagazine_400.jpg') center -10px no-repeat;
	height: 500px;
}	

#listen #newsong{
	background: transparent url('img/new_song_sm.png') top left no-repeat;
	height: 600px;
}

#listen #newsong audio, #listen #newsong embed{
	width: 100%;
	top: 390px;
	position: relative;
}

#like{
	float: right;
	margin-top: 6px;
}

.modal{ 
	float: left;
    border: 1px solid #ddd; 
    background: #fff;
    padding: 30px 40px 30px 40px;
    margin-top: 30px;
    width: 590px;
    display: 
    ;
    /* -- CSS3 - define rounded corners -- */	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	border-radius: 10px;
	 
	/* -- CSS3 - create a background gradient -- */
	background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFF)); 
	background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE); 
	 
	/* -- CSS3 - add a drop shadow -- */
	-webkit-box-shadow:0px 0 50px #ccc;
	-moz-box-shadow:0px 0 50px #ccc; 
	box-shadow:0px 0 50px #ccc;
	margin-bottom: 20px;
}

#user-details { 
    float: left;
    width: 200px; 
}
 
#user-message { 
    float: right;
    width: 325px;
}

#about p{
	text-align: left;
}

#about p.sub{
	text-align: left;
	margin-left: 30px;
	font-size: 16px;
	font-family: Monaco, monospace;
	line-height: 12px;
	margin-bottom: 30px;
}

#main{
	text-align: center;
	height: 700px;
}

#main img{
	margin: 0 auto;
	position: relative;
}

#bandmembers{
	margin-top: 0px;
}	

#simplemodal-overlay {
	background-color:#000;
}

#simplemodal-container {
	background-color:#333; 
	border:8px solid #444; 
	padding:42px 42px 10px 42px;
}

#simplemodal-container h1{
	font-size: 60px;
	line-height: 60px;
	margin-top: 10px;
}

#simplemodal-container h2{
	font-size: 46px;
	line-height: 50px;
	margin-bottom: -10px;
}

#simplemodal-container p{
	font-family: Monaco, monospace, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

#simplemodal-container a.modalCloseImg {
	background:url("img/x.png") no-repeat; /* adjust url as required */
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}



#footer{
	border-top: 1px solid rgb(10, 10, 10);
	bottom: 0;
	position: fixed;
	width: 100%;
}

#footer p{
	font-family: Monaco, monospace;
	font-size: 12px;
	line-height: 16px;
	color: rgb(30, 30, 30);
	text-align: left;
	float: left;
	margin-left: 6px;
	margin-top: 2px;
}

#footer iframe{
	margin-bottom: 2px;
	margin-top: 2px;
}

.nonmobile{
	display: block;
}

.spacer{
	clear: both;
	height: 40px;
	width: 100%;
	display: block;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

.overflow{
	overflow: visible;
}	

.float-right{
	float: right !important;
}

.float-left{
	float: left !important;
}

/* Layout for mobile version */

@media handheld, only screen and (max-width: 768px) {

	*{
		text-align: center !important;
	}
	
	#listen{
		background: transparent url('img/yellowmagazine_300.jpg') top center no-repeat;
	}
	
	audio{
		width: 300px !important;
	}
	
	.impact{
		font-size: 18px;
		line-height: 30px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.nonmobile{
		display: none !important;
	}
	
	.mobile{
		display: block !important;
	}
	
	blockquote{
		margin-bottom: 20px;
	}

	h1{
		font-size: 68px;
		line-height: 80px;
	}
	
	h2{
		font-size: 58px;
		line-height: 70px;
	}
	
	p{
		font-size: 26px;
		line-height: 30px;
	}
	
	.float-left, .float-right{
		float: none !important;
	}
	
	#bandmembers{
		margin-top: 0;
	}	
	
	#footer{
		position: relative;
	}

}
	
	
	
	/* Provide higher res assets for iPhone 4 */
	
	@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	
	/* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
	.download {
	background: url(../img/downarrow@2x.png) no-repeat;
	background-size: 27px 28px;
	}
	*/
	
	}
}
