


/* BASIC HTML
----------------------------------------------------------------------------------------------------*/

body  {
	margin: 0; /* keep margin & padding 0 */
	padding: 0;
	text-align: center;
	background: #b3b3b3;
	font: 80%/18px Geneva, Verdana, sans-serif;
	color: #333;
}
a:focus {
	outline: 1px dotted;
}
p {
	margin-bottom: 15px;
	margin-top: 4px;
}
h1 {
	font:  24px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 8px;
	padding: 0px 0px 8px;
}
h2 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 12px 0px 5px;
	padding: 12px 0px 5px;
}
h3 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
}
h4 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
}
h5 {
	font: bold 12px Geneva, Verdana, sans-serif;
	color: #e86806;
	margin: 0px;
	padding: 0px;
}
hr {
	background-color: #e4ddbf;
	color: #e4ddbf;
	height: 2px;
	width: 845px;
	border: 1px solid #e4ddbf;
	margin-left: 0px;
	padding-left: 0px;
}
ul {
	margin-bottom: 15px;
	margin-left: 9px;
	padding-left: 9px;
}
img {
	text-align: center;
	border-style: none;
}
td {
	padding: 8px 5px;
}


/* TEXT
----------------------------------------------------------------------------------------------------*/

.botpad {
	padding: 3px 0px 20px;
	margin: 3px 0px 20px;
}
.medbold1 {
	color: #333;
	font-size: 16px;
}
.medbold2 {
	font-size: 16px;
	color: #333;
}
.medbold3 {
	color: #e86806;
	font-size: 14px;
	font-weight: bold;
}
.smallbold1 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.smallbold2 {
	font: bold 12px Geneva, Verdana, sans-serif;
	color: #333;
}
.smallbold3 {
	font: bold 12px Geneva, Verdana, sans-serif;
	color: #e86806;
}
.smalltext1 {
	font: 12px Geneva, Verdana, sans-serif;
	color: #333;
}
.tinytext1 {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}


/* LAYOUT
----------------------------------------------------------------------------------------------------*/

.page #wrapper {
	margin: 20px auto; 
	width: 900px;
	background: #fff;
	border: none;
	text-align: left;
}

/* Header 
-----------------------------------------------------------------*/

.page #topbox {
	position: relative;
	z-index: 2;
	height: auto;
	width: 900px;
	left: 0px;
	top: 0px;
	margin-bottom: 5px;
}


/* Menu 
----------------------------------------------------------------*/

#menuwrap {
	background-color:#000;
	width: 900px;
	height: 30px;
  }
#menu a:link, #menu a:active, #menu a:visited {
	float:left;
	text-decoration:none;
	text-align:left;
	background-color:#000;
	color:#f4edd2;
	display:block;
	padding:7px 17px;
	font: 12px Geneva, Verdana, sans-serif;
	margin-left: -1px;
	border-left: 1px solid #b3b3b3;
  }
#menu a:hover {
	color:#fff;
	text-decoration: none;
	background: #999;
  }


/* Main Content - main divs
----------------------------------------------------------------*/
  
.page #index {  /* Home page */
	background: url(Images/BazzaSolo760.jpg) no-repeat 115px;
	width: 870px;
	float: left;
	padding: 40px 0px 0px 25px;
}
.page #contentA1 {   /* Music heading */
	width: 870px;
	float: left;
	text-align: left;
	padding: 40px 0px 20px 30px;
}
.page #contentB1 {   /* All others */
	width: 510px;
	float: left;
	padding: 40px 0px 30px 25px;
}
.page #contentB2 {
	width: 260px;
	float: right;
	padding: 40px 25px 30px 0px;
}
.page #contentC1 {  /* Gigs, Links, Bands */
	width: 550px;
	float: left;
	padding: 40px 0px 30px 25px;
	display: inline;
}
.page #contentC2 {
	width: 220px;
	float: right;
	padding: 40px 25px 30px 0px;
	display: inline;
}
.page #contentD1 {  /* Music */
	width: 370px;
	float: left;
	padding: 15px;
	display: inline;
	margin-left: 25px;
	margin-bottom: 25px;
	border: 2px solid #e4ddbf;
}
.page #contentD2 {
	width: 370px;
	float: right;
	padding: 15px;
	display: inline;
	margin-right: 25px;
	margin-bottom: 25px;
	border: 2px solid #e4ddbf;
}
.page #contentE1 {   /* Dodgers bottom */
	width: 870px;
	float: left;
	text-align: left;
	padding: 0px 0px 20px 30px;
}


/* Main Content - boxes
----------------------------------------------------------------*/

.songs {  /* Solo page */
	padding: 12px;
	height: 550px;
	width: 380px;
	left: 10px;
	top: 20px;
	border: 2px solid #e4ddbf;
	overflow: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.songs td {
	padding: 3px 5px;
}
.quotebox {
	width: 235px;
	background: #fff;
	padding: 12px;
	font: 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
	border: 2px solid #e86806;
}
.caption1 {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px;
	width: 250px;
	background: #e4ddbf;
	text-align: center;
	margin: 10px 0px 20px;
	float: left;
}
.caption2 {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px;
	width: 200px;
	background: #e4ddbf;
	text-align: center;
	margin: 10px 0px 20px;
	float: left;
}
.iconbox {
	padding: 10px 45px 5px;
	float: left;
}
.iconbox2 {
	padding: 10px 27px 5px;
	float: left;
}
.iconleft {
	float: left;
	width: 55px;
}
.iconright {
	padding: 3px 10px 10px;
	font: 12px Geneva, Verdana, sans-serif;
	float: left;
	width: 80px;
}
.homebox {   /* Home page */
	padding: 10px 10px 60px 0px;
	float: left;
	width: 500px;
}
.bandstext{
	float:right;
	width:200px;
}
.bandspic{
	float:left;
	margin-bottom: 20px;
}
.tableborder1 {
	border: 1px solid #e4ddbf;
	background: #fff;
}
.tableborder2 {
	border: 2px solid #e4ddbf;

}
.testimonials {  /* For easy editing in Cushy */
	background: #fff;	
}
.testimonials p {
	margin-bottom: 5px;
}
.testimonials h5 {
	margin-bottom: 20px;
}


/* Footers
----------------------------------------------------------------*/	
.page #footer {
	background-color: #000;
	margin: 0;
	height: 90px;
	color: #f4edd2;
	font: 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
} 
.footerleft{
	float:left;
	width:500px;
	padding: 12px 12px 12px 28px;
}
.footerright{
	float:right;
	width:350px;
	padding: 12px;
}
.page #xfooter {
	width: 900px;
	margin: 35px auto;
	padding-bottom: 35px;
	text-align: center;
	font: 11px/20px Arial, Helvetica, sans-serif;
	color: #666;
}
.page #xfooterleft {
	float: left;
	padding: 10px;
}
.page #xfooterright {
	float: right;
	text-align: right;
	padding: 10px 10px 0px 0px;
}
.page #xfooter a:link {
	text-decoration: none;
	color: #333;
}
.page #xfooter a:hover {
	text-decoration: underline;
	color: #333;
}
.page #xfooter a:active {
	text-decoration: none;
	color: #333;
}
.page #xfooter a:visited {
	text-decoration: none;
	color: #333;
}


/* Home page bullet points
--------------------------------------------------------------*/	

.list1 {
	list-style-position: outside;
	list-style-image: url(Images/guitarbullet30.gif);
	line-height: 20px;
	padding-bottom: 20px;
	margin-left: 18px;
	padding-left: 18px;
}
.list2 {
	line-height: 30px;
	list-style-image: url(Images/banjobullet30.gif);
	list-style-position: outside;
	margin-left: 18px;
	padding-left: 18px;
}
.list3 {
	line-height: 30px;
	list-style-position: outside;
	list-style-image: url(Images/harmbullet.gif);
	padding-bottom: 20px;
	margin-left: 18px;
	padding-left: 18px;
}
.list4 {
	line-height: 30px;
	list-style-position: outside;
	list-style-image: url(Images/electricbullet.gif);
	padding-bottom: 20px;
	margin-left: 18px;
	padding-left: 18px;
}


/* Floats & clearing
--------------------------------------------------------------*/	

.fltrt { /* use this to float an element right */
	float: right;
	margin-left: 8px;
}
.fltlft { /* use this to float an element left */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* put this at end of main content */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* LINKS
----------------------------------------------------------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #e86806;
}
a:visited {
	text-decoration: none;
	color: #e86806;
}
a:hover {
	text-decoration: underline;
	color: #e86806;
}
a:active {
	text-decoration: none;
	color: #e86806;
}


