@charset "UTF-8";

@font-face {
    font-family: 'FranchiseRegular';
    src: url('franchise-bold-webfont.eot');
    src: url('franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('franchise-bold-webfont.woff') format('woff'),
         url('franchise-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #c7b299;
	background-image: url(images/bg_noise.png);
	background-repeat:repeat-x repeat-y;
	margin: 0;
	padding: 0;
	color: #000;
	
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

 h2, h3, h4, h5, h6, p {
	margin: 0px 0px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding: 0px 0px;
	font-weight: normal;
	font-family: 'Brawler', serif;
	
}

h1 {
	margin: 0px;	
	padding: 0px;
	font-weight: normal;
	font-family:  'FranchiseRegular';
	font-size: 36px;
	color:  #c7b299;
}
	

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #c7b299;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color:  #c7b299;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}


/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 1000px;
	height: 625px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.footer {
	height: 355px;
	width: auto;
	background-color: rgba(0,0,0,0.8);
	margin: 0px;	
}
.music_footer {
        height: 505px;
        width: auto;
        background-color: rgba(0,0,0,0.8);
        margin: 0px;
}

#navbanner {
	width: 538px;
	height: 50px;
	margin: 0px auto;
}

#content {
	width: 1000px;
	height: 585px;
}

ul.nav{
	list-style: none;
	color: #c7b299;
	
}

a.nav {
	color: #c7b299;
}

li.banner {
	display: inline;
	margin: 0px 0px 0px 51px;
	font-family: 'FranchiseRegular';
	font-size: 36px;
	position: relative;
	top: -46px;
	color:  #c7b299;
}

.download_button {
	font-family: 'FranchiseRegular';
	font-size: 32px;
	text-align: center;
	width: 150px;
	height: 45px;
	Background-color: #000;
	color: #c7b299;
	border-radius: 3px;
	margin: 5px 0px;
}

/*start of HOME page specific tex box including play button and description*/
#logo {
	width: 420px;
	height: 200px;
	padding: 20px;
	margin: 0px auto;
}

#tree {
	position: relative;
	top: 20px;
	left: 50px;	
}

	
#text {
	width: 650px;
	float: right;
	
		
}

#line1 {
	position: relative;
	margin: 40px 0px 0px 80px;
	font-size: 36px;
}

#line2 {
	position: relative;
	top: -15px;
	margin: 0px 0px 0px 40px;
	font-size: 50px;
}

#line3 {
	position: relative;
	left: 120px;
	font-size: 24px;
	width: 300px;
}

#line4 {
	position: relative;
	left: 320px;
	font-size: 30px;
	width: 100px;
}

#play_button {
	position: relative;
	top: -80px;
}

#footer_text {
	width: 960px;
	height: 200px;
	margin: 0px auto;
	padding: 20px;
	text-align: right;
	color: #c7b299
	
}

.copyright {
	color: #c7b299;
	text-align: left;
	text-transform:uppercase;
	font-size: 10px;
	position: relative;
	top: 200px;
	
}

/*end HOME page specific items*/

/*start SHOWS page specific items*/

#shows_logo {
	width: 315px;
	height: 200px;
	padding: 20px;
	margin: 0px auto;
}

#trees_2 {
	position: relative;
	Top: 134px;
	left: 0px;
}

#footer_text_shows {
	width: 1000px;
	height: 280px;
	margin: 0px auto;
	text-align: left;
	color: #c7b299
}

#bookings {

	width: 200px;
	height: 240px;
	padding: 10px 30px 30px 30px;
	margin: 0px 20px 0px 0px;
	float: left;
}

#stamp {
	padding: 20px;
	margin: 0px 30px;
}

#table { 
	width: 650px;
	height:280px;
	float: left;
	font-family: 'Brawler', serif;
	padding: 20px;

}

th {
	font-size: 24px;
	font-weight: normal;
	text-transform:uppercase;
	text-align: left;
	border-bottom: dotted 2px #000;
	
}

tr { 
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}
	

/*end  shows specific item*/

/*start MUSIC specific items*/

#music_logo {
	width: 265px;
	height: 200px;
	padding: 20px;
	margin: 0px auto;
}

#contact_logo {
        width: 367px;
        height: 188px;
        padding: 26px;
        margin: 0px auto;
}

#contact_text {
	width:472px;
        padding: 20px;
        margin: 0px auto;
}

#text_music_albums {
	width: 497px;
	height: 300px;
	Float: left;
	border-right: solid 3px #000;
	margin: 10px 0px 0px 0px;
}

#text_music_desc_trees {
	width: 450px;
	height: 300px;
	Float: left;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 30px;
	color: #000;
	font-size: 14px
}

.album_description {
	width: 450px;
	height: 300px;
	Float: left;
	margin: 14px 0px 0px 0px;
	padding: 10px 0px 0px 30px;
	color: #000;
	font-size: 14px
}

#text_music_desc_desert {
	width: 450px;
	height: 300px;
	Float: left;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 30px;
	color: #000;
	font-size: 14px
}
ul#albums {
	text-align: right;
	list-style: none;
	margin: 10px 30px 30px 30px;
	font-family: 'Brawler', serif;
	font-size: 18px;
	color: #000;
}

ul#albums li a {
	Color: #000;
}

ul#albums li a:hover {
	color: #4B4B4B;
}

#trees3 {
	position: relative;
	height:200px;
	width: 200px;
	bottom: 151px;
	left: 50px;
}

#trees4 {
	position: relative;
	bottom: 100px;
	left: 750px;
	width: 200px;
	height: 100px;
}

#songs {
	float: left;
	margin: 0px 0px 0px 370px;
	padding: 10px 30px;
}

#trees_songs {
	width: 480px; 
	height: 345px;
	Float: right;
	text-align: left;
	margin: 40px 0px 0px 0px;

}

.song_list {
	text-align: left;
	position: absolute;
	top: 645px;
	
}
	

#song_list {
	width: 498px; 
	height: 345px;
	Float: right;
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 30px;

	
	
}

ul.songs {
	list-style: none;
	font-family: 'Brawler', serif;
	font-size: 18px;
	color: #c7b299;
	z-index: 10;
}




#ajax {
	height: 300px;
	width: 480px;
	float: left;
	
	
}
a.more {
	color: #000;
}

.brbr {
	margin-bottom:20px;
}	