/****** picture page layout ********/
#BananAlbum {
	width:629px; height:600px; 
	margin: 0px;
	padding: 0px;
}


.picturepage {
	border-style:dotted;
	border-color:#836B4C;
	border-width:1px 0 0px 0;
}


#albums {
	text-align:center;
}


#acol1 {
	float: left;
	width: 150px;
	margin: 25px;
	padding: 0px;
}


#acol2 {
	float: left;
	width: 150px;
	margin: 25px;
	padding: 0px;
}


#acol3 {
	float: left;
	width: 150px;
	margin: 25px;
	padding: 0px;
}


/*Layout***********/
body {
	background:#252525 url(images/bkgd.jpg);
	background-attachment:fixed;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, sans-serif;
	text-align:center;
	font: 11px verdana, arial, sans-serif;
	color: #efefef;
	}
	
div#header {
	width: 669px;
	margin: 0 auto;
	height:  374px;
	}




div#header h1 {
		background: url(images/header.jpg) center top no-repeat;
		width: 669px;
		height: 374px;
		position: relative;
		margin: 0 auto;
		}
		
div#header h1 a {
		text-indent: -9999px;
		width: 500px;
		height: 243px; 
		position: absolute;
		top: 0;
		left: 0;
		}




	
div#container {
				width: 669px;
				margin: 0 auto;
				text-align: left;
				background: #000000 ;
				padding-top: 10px;
				padding-bottom: 1px;	
				}




div#wrapper { 
			float: left;
				width: 100%;
				background: #000000 ;
				position: relative;
				margin-bottom: 10px;
				text-align: left;
				padding-bottom: 1px;
				}
				
div#content{
			float: left;
			width: 629px;
			background: #000000;
			padding: 0px 20px 20px 20px;
			 }				




#player {
	text-align: center;
	padding: 10px;
	margin: 10px;
}




#footer
	{
	text-align: right;
	font-size: .9em;
	font-style: italic;
	margin-right: 10px;
        padding-right: 10px;
	clear: both;
	}
				
				
/* =NAVIGATION
********************************************************************************/


#nav {
	text-align: justify;
	font-size: 1.2em;
}




#navigation {
	text-align: center; 
	font-family: Verdana, geneva, arial, helvetica, sans-serif;
}


#navigation ul {
	margin: 0px; 
	padding: 0px;
}


#navigation li {
	list-style: none; 
	display:inline; 
	margin:0px 10px;
}


#navigation a {
	color: #ffffff; 
	text-decoration: none; 
	word-spacing: normal;
	text-transform: uppercase;
}


#navigation a:hover {
	color: #9AC6CA;
	}


#navigation a:active {
	color: #ff6633;
	}


#navigation li#active a {
	color: #ff6633;
}


			
/* =LINKS
********************************************************************************/
a:link {
	font-weight: normal;
	text-decoration: underline;
	color: #ffcc99;
}
					
a:visited { color: #feeaa6;
	text-decoration: underline}


a:hover {color: #ff6633;
	text-decoration: underline;
}


body#contact ul li a {background-position:xxx;}
				
a img { border: 0; text-decoration: none}
s				
				
/* =TYPOGRAPHY
********************************************************************************/	


p, td, th, dt, dl, input, textarea, span { font: 12px verdana, arial, sans-serif;}
				
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #efefef;
}


h1 { font-size: 3em; }
			
h2{
	color:#efefef;
	font-weight:normal;
	text-align:center;
	border-width:1px 0 1px 0;
	border-style:dotted;
	border-color:#A0501B;
	padding:5px 0 5px 0;
	font-size: 1.4em; 
	text-transform: uppercase; 
}
				
h3 { font-size: .9em; }


h4 { font-size: 1.2em; 
	text-align:center;
	color: #ffcc99; 
	padding:0px;
	margin:0px;}


h5 { font-size: 1.4em;
	color: #5c59ec; 
	padding: 5px 0 5px 0; 
	border-style:dotted;
	border-color:#836B4C;
	border-width:1px 0 0px 0;
	margin: 0px;
}


h6 {
	color: #efefef; 
	font-size: .9em;
	font-style:normal;
	margin: 0px;
	padding: 8px 0px 0px 0px;
 }




/****** blog layout ********/




#sidebar {
	padding-top: 20px;
	margin-top: 20px;
}
			
#sidebar h2 {
	text-align:left;
}
				
div.wrapContainer{
	width:30%; 
	float:right;
}


.image-left{
	float: left; 
	vertical-align: text-top;
	margin-right: 10px;
}
				
.post-footer {
	color: #efefef; 
	font-size: .9em;
	font-style: normal;
	padding: 0px;
	margin: 0px;
}
				
.comment-link {
	color: #efefef; 
	font-size: .9em;
	font-style: normal;
	padding: 0px;
	margin: 0px;
}				




	
/****** music page layout ********/
div#item {
	margin:10px 0 0 0;
	padding:10px 0 10px 0;
	border-width:1px 0 1px 0;
	border-style:dotted;
	border-color:#836B4C;
	font-size: 1em;
	}


.note{
	font-size: .8em;
	font-style: italic;
}

#header	{
	margin-bottom: 10px;
	}




#col1 {
	float: left;
	width: 25%;
	margin-left: 0 10px 10px 0;
	padding-right: 20px;
	display: inline;
	border-right:1px solid #836B4C;
	}




#col2 {
	float: left;
	width: 30%;
	margin-left: 3%;
	font-size: 1.1em;
	}




#col3 {
	float: left;
	width: 30%;
	margin-left: 3%;
	font-size: .95em;
	}
	
#musicfoot h6 {
	color: #efefef; 
	font-size: .9em;
	font-style: italic;
	border-style:dotted;
	border-color:#836B4C;
	border-width:1px 0 0px 0;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	 }




#clear {
	clear:both;
	}




/****** contact us layout ********/




.booking{
	margin-left: 30px;
	padding-left: 30px;
}




/****** schedule layout ********/


#sched img{
	margin: 5px 15px;
}


/****** video page layout ********/


#videoplayer {
	text-align: center;
	padding: 10px;
	margin: 10px;
}

.vids {
	margin-bottom: 2px;
}

#column1 {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#column2 {
	float: right;
	width: 50%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#videofoot h6 {
	color: #efefef; 
	font-size: .9em;
	font-style: italic;
	border-style:dotted;
	border-color:#836B4C;
	border-width:1px 0 0px 0;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	 }


/****** bio layout *******/
#bio {
	width: 500px;
	margin: 0 auto;
	line-height: 1.4;
}