/*- Site by Justin Childress for The Dallas Family Band/* ! ---- Structure ---- *//* ---------------------------------------------------- */			body {			margin: 0 0 0 0px;
			height:100%; /* 100 % height */			font-family: "Georgia", Times, serif;			font-size: 13px;			line-height: 26px;			color: #fff;			background-color: #000;    		}
    		
    	html>body #wrap {
    		height:100%;
    		padding-bottom: 30px;
    		}
    		
					#inner_wrapper {			background-image: url(../_img/00-base/bkgd.jpg);			background-position: center;			background-repeat: no-repeat;			width: 100%;
			height: 866px;
			position: relative;
			/*border: 1px solid red;*/			}								#content {
			margin: 0 auto 0 auto;
			width: 940px;	
			}
			
		#btn_holder {
			width: 940px;
			height: 36px;
			/*border: 1px solid blue;*/
			}
			
		.btn {
			width: 300px;
			height: 36px;
			float: left;
			/*border: 1px solid red;*/
			}
			
		.btn_1 {
			width: 300px;
			height: 36px;
			float: left;
			/*border: 1px solid red;*/
			}
			
			
/* ! ---- Buckets ---- */
/* ---------------------------------------------------- */					#bucket_holder {
			margin: 210px 0 0 0;
			width: 940px;
			height: 290px;
			float: left;
			}
			
		.bucket_1 {
			background-image: url(../_img/00-base/footer_bkgd.png);
			background-repeat: repeat;
			margin: 15px 0 0 0;
			width: 300px;
			position: absolute;
			}
			
		.bucket_2 {
			background-image: url(../_img/00-base/footer_bkgd.png);
			background-repeat: repeat;
			margin: 151px 0 0 320px;
			width: 300px;
			position: absolute;
			}
			
		.bucket_3 {
			background-image: url(../_img/00-base/footer_bkgd.png);
			background-repeat: repeat;
			margin: 0 0 0 640px;
			width: 300px;
			position: absolute;
			}
			
		#player {
			width: 300px;
			height: 20px;
			}
			
		.navlist {
			padding-left: 0;
			margin-left: 0;
			/*border-bottom: 1px solid #504a43;*/
			width: 300px;
			}
		
		.navlist li {
			list-style: none;
			margin: 0;
			padding: 0.25em;
			border-top: 1px solid #504a43;
			text-align: center;
			color: #fff;
			}
		
		.navlist li a { 
			text-decoration: none;
			font-size: 11px;
			font-style: italic;
			color: #fff;
			}
			
		.navlist li a:hover { 
			text-decoration: underline;
			}
			
		/*#navlist li.last { 
			border-bottom: none;
			}*/
			
			
/* ! ---- FOOTER ---- */
/* ---------------------------------------------------- */
			
			
		#footer {
			background-image: url(../_img/00-base/footer_bkgd.png);
			background-repeat: repeat;
			width:100%;
			height:30px;
			padding-top: 5px;
			/*background-color: #fff;*/
			}
			
		#footer_inner {
			margin: 0 auto;
			width: 600px;
			}
			
		#footer p {
			color: #a9a8a7;
			font-size: 10px;
			text-transform: uppercase;
			letter-spacing: 1px;
			text-align: center;
			}
			
		#footer a {
			color: #a9a8a7;
			}
			
		#footer a:hover {
			color: #fff;
			}
			
		html>body #footer {
			position:fixed;
			bottom:0;
			z-index:10; /* Prevent certain problems with form controls */
			}
			
		#contact {
			width: 220px;
			height: 230px;
			visibility: hidden;
			}

		
		/* ! ---- TRACKLIST ---- *//* ---------------------------------------------------- */


		#family_btn {
			width: 300px;
			height: 36px;
			}
			
		a.family_btn { 
        	background: url(../_img/00-base/family_btn.png) repeat 0px 0px; 
        	width: 300px; 
        	height: 36px; 
        	display: block;
			}

		a.family_btn span { 
        	display: none; 
			}

		a.family_btn:hover { 
        	background: url(../_img/00-base/family_btn.png) repeat 0px -36px; 
			}
			
			
		#sights_btn {
			width: 300px;
			height: 36px;
			}
			
		a.sights_btn { 
        	background: url(../_img/00-base/sights_btn.png) repeat 0px 0px; 
        	width: 300px; 
        	height: 36px; 
        	display: block;
			}

		a.sights_btn span { 
        	display: none; 
			}

		a.sights_btn:hover { 
        	background: url(../_img/00-base/sights_btn.png) repeat 0px -36px; 
			}
			
			
		#sounds_btn {
			width: 300px;
			height: 36px;
			}
			
		a.sounds_btn { 
        	background: url(../_img/00-base/sounds_btn.png) repeat 0px 0px; 
        	width: 300px; 
        	height: 36px; 
        	display: block;
			}

		a.sounds_btn span { 
        	display: none; 
			}

		a.sounds_btn:hover { 
        	background: url(../_img/00-base/sounds_btn.png) repeat 0px -36px; 
			}
			
/* ! ---- Button Template ---- */
/* ---------------------------------------------------- */


		#download_btn {
			width: 156px;
			height: 17px;
			float: left;
			margin: 15px  0 0 525px;
			}
			
		a.download_btn { 
        	background: url(../_img/00-base/download_btn.png) repeat 0px 0px; 
        	width: 156px; 
        	height: 17px; 
        	display: block;
			}

		a.download_btn span { 
        	display: none; 
			}

		a.download_btn:hover { 
        	background: url(../_img/00-base/download_btn.png) repeat 0px -17px; 
			}	/* ! ---- MISC. ---- *//* ---------------------------------------------------- */

	.hidden {
		display: none;
		}
	
	.spacer {
		margin-left: 20px;
		}
	
	blockquote {
	    text-indent: -0.4em;
		}	.small {		font-size: 14px;		font-weight: normal;		}
		
	hr {
		height: 0;
		border: 0;
		border-bottom: 1px solid #504a43;
		margin-top: 10px;
		margin-left: 5px;
		}
