/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {
    margin: 0 auto;
	width: 99%;
	font: 12px/22px Helvetica, Arial, sans-serif;
	/*
	font-family: 'Oliver Blush Free';
	font-weight: normal; 
	font-style: normal;
	*/
    height: 100%;
    color: #ccc;
}


h1 {
	/*text-transform: uppercase;*/
    color: #fffccc;
    font-size: 4em;
    line-height: 110%;
}
h2 {
    font-size: 2em;
    color: #FFBD00;
    margin: 0% 0% 4% 0%;
}
h3 {
    font-size: 1.7em;
    color: #FFBD00;
    margin: 4% 0% 4% 0%;
    border-bottom: 3px solid #FFBD00;
}

h4, h5, h6  {
    font-size: 1.3em;
    color: #FFBD00;
    margin: 4% 0% 4% 0%;
}

h5 {
    font-size: 1.2em;
    color: #FFBD00;
}

h6 {
    font-size: 1.1em;
    color: #FFBD00;
}

p {
    font-size: 1em;
}
p.small {
    font-size: 0.75em !important;
}

a {
    text-decoration: none;
    font-weight:bold;
    text-shadow: none;
    color: #fff;    
}
a:hover {
    color: #F56319;
}

.hr {
    color: #FFBD00;
    margin-top: 1%;
}

ul {
    list-style: none;
}

#header {
    display: block;
    background-color: #000;
    margin-left: 5%;
    padding: 1%;  
}
#header h1 {
    font: 32px/62px 'DestroyRegular', Helvetica, Arial, sans-serif;
    line-height: 105%;
}
#header h2 {
    font: 24px/44px 'DestroyRegular', Helvetica, Arial, sans-serif;
    line-height: 105%;
}

#header  .signmeupbutton {	
	font-weight:bold;
	border: none;
	text-align: center;
	background-color: orange; 
	color:#ffffff;
    font-size: 1em;
}

#contact {
    display:block;
    padding: 1%;
    width: 100%;
    height: 1%;
    top: 0%;
    right: 0%;
    background-color: #000;
    color: #fff;    
}

#nextgig {
    display:block;
    padding: 1%;
    margin-right: 10%;
    width: 100%;
    height: 10%;
    top: 7%;
    right: 30%;
    color: #F56319;
    font-size: 1.6em;
    z-index: -100;
	text-align:right;
}
#nextgig h3 {
    color: #F56319;
    font-size: 1.4em;
    margin: 0;
}
#nextgig p.nextgiglocation {
    font-size: 0.9em;
}

#content  {
    display:block;
    position:relative;
    clear:both;
    height: 100%;    
    color: #fffccc;
    text-shadow: 2px 2px 2px #000000, 2px 2px 2px #000000;    
    width: 99%; overflow: auto; height: 99%;
}

nav {
	/* border: 2px solid red;*/
    display:block;
    position: relative;
    float:left;
    margin: 1%;
	/*background: url("images/nav_background.png") repeat scroll 0 0 ;*/
    z-index: 20;
    overflow:hidden;
    color: #fff;
    text-align:center;
    font-size: 1.7em;
    /*
    font: 20px/30px 'ImpactLabelReversedRegular', Helvetica, Arial, sans-serif;
    text-shadow:none;
    */    
}
nav ul {
    list-style-type: none;
}
nav li {
    background-color: #000;
    padding: 1%;
    padding-top: 0;
    margin: 2% 2% 2% 2% !important;
}
nav a {
    color: #fff;
}
nav a:hover {
    color: #F56319;
}

#intro {
    display: block;
    float:left;   
    padding: 1%;
    margin: 1%;
}
#intro p {
    color: #FFBD00;
    font-size:1.2em;
    font-weight:bold;
}


/* Stuff that appears in #content: */
#quotebox {
    display:block;
    float:right;
    text-shadow:none;
    padding: 2%;
    background-color: rgba(245, 99, 25,0.5);
    /*background-color: #F56319;*/
    margin-bottom: 1%;    
    /*
    background: #fff url(assets/images/l-quote.png) no-repeat left bottom; 
    background: url(assets/images/l-quote.png) no-repeat left bottom, 
             url(assets/images/r-quote.png) no-repeat right bottom;
	background-image: url(assets/images/l-quote.png), url(assets/images/r-quote.png) ;
	background-size: 40px 40px, 40px 40px;
	background-repeat: no-repeat;
	background-position: left bottom, right bottom;
    */
}
#quotetext {
    color: #fffccc;
    font-weight: 900;
}
#quotesource { 
    font-size: 1em;
    color: #fffccc;
    font-weight: 400;
    float:right;
	display:block;
	clear:both;
    padding: 0;
    margin: 0;
}
.rquot {
    position: relative;
    /*bottom: -25;*/
}

#audiobox, #video {
    display:block;
    position: relative;
    text-shadow:none;
    padding: 2%;
    padding-left:0;
    /*background-color: rgba(0,0,0,0.5);*/
    /*background-color: #F56319;*/
    margin-bottom: 2%;
}
#audiosource {
    display:block;
    position: relative;
    color: #fffccc;
    font-weight: 400;

    text-align:left;
    padding: 0;
    margin: 0;
}

.greybox {
    display:block;
    position:relative;
    float:right;
    width:96%;
    background-color:rgba(0,0,0,0.5);
    -webkit-box-shadow: 3px 3px 7px #292828;
	-moz-box-shadow: 3px 3px 7px #292828;
	box-shadow: 3px 3px 7px #292828;
	padding: 1%;
	margin: 1%;
}

.photo{
    margin: 5%;
}

table tr td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
table.discography {
    margin-left: 5%;
}

#images {
}
#images .image {
	-moz-box-shadow: 0 0 0.625em #4c4c4c;
  	-webkit-box-shadow: 0 0 0.625em #4c4c4c;
  	-o-box-shadow: 0 0 0.625em #4c4c4c;
  	box-shadow: 0 0 0.625em #4c4c4c;	
}

#videos {
    width:80%; margin:0 auto;text-align: center;
}
#videos .video, #quotes .quote {
    padding-bottom: 2em;
}

.right {
	float:right;
	display:block;
	clear:both;
}

.clear {
	display:block;
	clear:both;
}


/*-------------------------------------------------------------------*/
/* Form stuff: */
input#submit {
	font-weight:bold;
	border: none;
	text-align: center;
	background-color: orange; 
	color:#ffffff;
    font-size: 1em;
}

#error, #error p {
	color: red !important;
}
.error, .error  p {
	color: red !important;
}

/*-------------------------------------------------------------------*/


#footer {
    background-color: #000;
    display:block;
    clear:both;
    bottom:0%;
    color: #fff;
    width:98%;
    font-size: 0.8em;
    padding-left: 1%;
    padding-right: 1%;    
}
#designby {
    float:left;
}
#copyright {
    float:right;
}

	

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

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

	body {
		
	}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}