body
{
	padding:0px;
	text-align:center;
	
	font-family: 'Fondamento', cursive;
	
	background-color: black;
	/*background-color: blue;*/
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	
	color: white;
}

/*
div#backgroundimage
{
	position: fixed;
	left: 50%;
	margin-left: -600px;
	width: 1100px;

	top: 0px;
	height: 1866px;
	
	z-index: -1;
	
	background-image: url('../images/background.jpg');

	background-position:center; 
	background-repeat: no-repeat;
}
*/
	
div#myheader
{
	position: fixed;
	left: 50%;
	margin-left: -200px;
	width:700px;
	
	top: 0px;
	height: 80px;
	
	z-index: 2;
	
	/*background-color: black;*/
	/*background-color: green;*/
}

div#menu
{
	margin-left: auto;
	margin-right: auto;
}

div#staticleft
{
	position: fixed;
	
	left: 50%;
	margin-left: -500px;
	width: 300px;
	
	top: 0px;
	height: 100%;

	z-index: 0;
	
	background-color:rgba(0, 0, 0, 0.5);
	
	/*overflow: auto;*/
	
	text-align:left;
	font-family: 'Baskerville', 'Libre Baskerville', Times, serif;
	
	/*background-color: red;*/
}

div#content
{
/*	position: relative;
	
	left: 50%;
	margin-left: -200px;
	width: 700px;
	
	top: 80px;
	
	z-index: 1;*/
	
	position: relative;
	left: 50%;
	margin-left: -200px;
	width:700px;
	
	top: 0px;
	margin-top: 50px;
	/*height: 80px;*/
	
	z-index: 2;
	
	background-color:rgba(0, 0, 0, 0.5);
	
	/*background-color: black;*/
	/*background-color: green;*/
}


div#merch
{
	font-size: 20px;
}

div#merchpane2
{
	clear: both;
}

div#footer
{
	clear: both;
	margin-top: 50px;
	margin-bottom: 10px;
}

div.leftalign
{
	text-align: left;
}

p#facebookheader
{
	margin:0;
	padding:0;
	
	color: white;
}

p.light
{
	text-align: justify;
}

p.heavy
{
	font-size: 20px;
}

p.subtext
{
	font-size: x-small;
}

ul.menubar
{	
	list-style-type:none;
	overflow:hidden;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

li.menubar
{
	/*float:left;*/
	
	font-size: 20px;
	
	border-color: white;
	border-style: solid;
	border-width: thin;
	border-radius: 7px;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	margin: 5px;
	
	background-color: white;
}

li.selectedmenubar
{
	/*float:left;*/
	
	font-size: 20px;
	
	border-color: grey;
	border-style: solid;
	border-width: thin;
	border-radius: 7px;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	margin: 5px;
	
	background-color: grey;
}

a
{
	text-decoration: none;
}

a:link
{
	color: #D98719;
}

a:visited
{
	color: #D98719;
}

a.menulink
{
	color: black;
}

img#homeimage
{
	float:left;
}

#merch1
{
	width: 400px;
}

#merch2
{
	float: right;
}

#merch3
{
	float: left;
}

table.gigs
{
	margin-left: auto;
	margin-right: auto;
}

table.gallery
{
	margin-left: auto;
	margin-right: auto;
}

table#about
{
	margin-left: auto;
	margin-right: auto;
}

th.gallery
{
	font-size: 20px;
}

img.gallery
{
	border-style:solid;
	border-color:#ffffff;
	border-width:thick;
}

img.footerbadge
{
	margin-left: 20px;
	margin-right: 20px;
}

form#addgig
{
	text-align: left;
}

iframe#soundcloud
{
	width: 100%;
	height: 450px;
	
	border-style: none;
	overflow: hidden;
}

iframe#soundcloudsingle
{
	width: 100%;
	height: 180px;
	
	border-style: none;
	overflow: hidden;
}


div#top
{
	position: absolute;
	opacity: 0;
    
    z-index: 2;
}	

img#topimage
{	
	border-style: solid;
    border-width: 1px;
    border-color: white;
}

p#topparagraph
{
	margin-top: 2px;
	text-align: left;
}

div#bottom
{
	position: absolute;
	opacity: 0;
    
    z-index: 1;
}

img#bottomimage
{		
	border-style: solid;
    border-width: 1px;
    border-color: white;
}

p#bottomparagraph
{
	margin-top: 2px;
	text-align: right;
}