/************* FONT ****************/
@font-face
{
    font-family: hero;
    src: url('hero.eot');
    src: local(hero), url('hero.ttf') format('opentype');
}


#body {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1200px;
	height: 700px;
	background-color: black;
}

#header {
	margin: 0 0 15px 0;
	background-image: url("/images2/parchmentHeader2.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	font-family: hero;
	font-size: 100px;
	text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;

}
#headerText{
	position: relative;
	top: 20px;
	vertical-align: middle;
}
#columnOne {
	float: left;
	width: 300px;
	background-color: black;
}

#columnTwo { 
	float: left;
	width: 49%;
	background-color: black;
	text-align: center;
}

#columnThree {
	float: right;
	width:300px;
	background-color: black;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	position: relative;
	top: 10px;
	height:80px;
	width:1200px;
	text-align: center;
}

/******* footer links **********/
ul#footerLinks
{
	background-color: black;
}
ul#footerLinks li
{
	display:inline;
	padding:5px;
	font-family: hero;
	font-size: 30px
}
ul#footerLinks a
{
	color:white;
	padding:5px;
	text-decoration: none;
}
ul#footerLinks a:hover
{
	background-color:#AE977F;
}
ul#footerLinks img
{
	width:20px;
	height:20px;
}

p.reviewFont
{
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	color: white;
}
.sigFont
{
	font-size:11px;
}
#logoImg
{
	height:400px;
}
#review1
{
	position:relative;
	width:200px;
	height:115px;
	top: 30px;
	left: 40px;
}
#review2
{
	position:relative;
	width:220px;
	height:115px;
	top: 60px;
	left: 160px;
}
#review3
{
	position:relative;
	width:200px;
	height:115px;
	left: 40px;
	top: 140px;
}
.songTitle
{
	font-family: hero;
	font-style: italic;
	font-size: 28px;
	color:white;
}
.aboutFont
{
	text-align: justify;
	color: white;
	font-family: Tahoma, Geneva;
	font-style: italic;
	font-size: 14px;
}
.showsFont
{
	text-align: left;
	color: white;
	font-family: sans-serif;
	font-style: italic;
	font-size: 12px;
}
.openingFont
{
	font-size: 20px;
	font-weight: bold;
}

/*********** gallery images *********/
a[rel="gallery1"] > img
{
	border-style: none;
	padding: 10px;
}
a[rel="gallery1"] > img:hover
{
	border-style:ridge;
	border-width: 2px;
	border-color: #360b08;
	padding:8px;
}
a#playerAndrews{
	display: block;
	width:500px;
	height: 310px;
}
#galleryCenter{
	width:500px;
	height: 310px;
	position: relative;
	margin: auto;
	margin-top: 50px;
}

/******** about page ****************/

.aboutBackground
{
	background-image:url('/images2/butterfly588Fuzzy.png');
	height: 535px;
	background-repeat: no-repeat;
}
.aboutImg
{
	height: 180px;
}
.about
{
	position: relative;
	top: 40px;
	text-align: center;
}

/************** truck page **************/

.truckBackground
{
	/*background-image:url('/images2/butterfly588Fuzzy.png');*/
	height: 535px;
	background-repeat: no-repeat;
}

/********** text links ***********/
a.text{
	text-decoration: none;
	font-family: "MS Sans Serif";
	font-style: normal;
	color:#9d8067;
}
a.text:visited{
	color:#9d8067;
}
a.text:hover{
	color:#61846f;
}