/* CSS layout */

/* Color theme here: 				*/
/* https://kuler.adobe.com/Fireball-color-theme-1242866/edit/?copy=true&base=2&rule=Custom&selected=0&name=Copy%20of%20Fireball&mode=rgb&rgbvalues=0.9686274509803922,0.9372549019607843,0.8235294117647058,0.9490196078431372,0.44313725490196076,0.15294117647058825,0.45098039215686275,0.06274509803921568,0.06274509803921568,0.7490196078431373,0.5587897255540507,0.2041104211748572,0.17,0.056666666666636896,0.05312500000000002	*/
body {
	/* Fireball Color Scheme */
	/* BG color: F7EFD2 */
	/* Font color: 2B0E0E */
	/* Menu blocks: F27127 (active, visited)*/
	/* Highlights: 731010 (link)*/
	/* Text inside a highlight: BF8E34 (hover)*/
	/*#d8f2f0; old nav color*/
	
	/* do a global search/replace on these color codes if you change the scheme */
        background-color: black; /* #F7EFD2;*/	
	margin-top: 0px;
	text-align:center;
	padding:75px 0;	
	padding-top: 5px;
}
.homemenu a:visited {color: #F27127; text-decoration: none;}
.homemenu a:link {color: #731010; text-decoration: none;}
.homemenu a:active {color: #F27127; text-decoration: none;}
.homemenu a:hover {color: #BF8E34; text-decoration: none;}

.clickimgborder {border: 2px groove white}
.clickimgborder:hover {border: 2px solid red}
.noimgborder {border:1px solid #731010;}
.noimgborder:hover {border: 1px inset black;} /* #F7EFD2;} */

p, div{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	/*color: #D8F2F0;*/
	color: #3E8C84;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #3E8C84;
}
.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smaller {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
        color: orange;

}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
        color: orange;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
        color: orange;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 21px;
        color: orange;
}
p.larger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
ul.nav {
	list-style:none;
	margin:20px;
	width:150px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold
	}
	
ul.nav li {
	position:relative;
	border-bottom:1px solid #333;
	display:block;
	height:30px;
	overflow:hidden
	}
ul.nav li a {
	position:relative;
	/*color:#fff;*/
	text-decoration:none;
	display:block;
	height:20px;
	padding:10px 0 0 10px;
	z-index:100;
	text-transform:uppercase
	}
	

/*Outer page wrapers - Set to 800 wide - set inner page color*/
/* outer defines the page size - everything fits inside this "frame". */
/* outer defines the page size - everything fits inside this "frame". */
/*background-image: url("../images/Explosion Logo NoTag LO.jpg"); */
#outermain{
	text-align:left;
	top: 25px;
        width: 800px;
        height: 750px;
        background-color: black; /* #F7EFD2; */

        background-position: center;
        background-repeat: no-repeat;
        background-size: 95% 95%;
}
#outercontentpage{
	text-align:left;
	top: 25px;
        width: 1500px;
        height: 1000px;
        background-color: black; /* #F7EFD2; */
/*        background-image: url("../images/bkgellipse.png");
        background-position: center 10px;
        background-repeat: no-repeat;
        background-size: 95% 27%; */
}

#bodycontent {
	width: 700px;
	/* height: set on individual page in style="height:NNNpx;" element */
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: orange; /* black; */
	background-color: black; /* #F7EFD2; */
	padding:25px 50px 25px 50px;
}
#bodycontentsmall {
	/*width: 800px;*/
	width: 700px;
	/* height: set on individual page in style="height:NNNpx;" element */
	/* margin: 0 auto; */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: black; /* #F7EFD2; */
	/* padding:25px 50px 25px 50px; */
}

#header {
	height: 129px;

}

#topMenu {
        width:850px;
	height: 250px;
	position: inherit;
	left: 530px;
	top: 15px;
}

#topmenu ul {
	margin : 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 10px;
	position: relative;
	left: 0px;
	top: 125px;
	padding: 8px;
        list-style-type:none;        
}
#nav
{
	margin: 0;
	font-size: 24px;
	/*background-color: #d8f2f0;*/
        background-color: orange; /* #2B0E0E; */
	padding: 7px 7px 7px 14px;
	background:url(images/bg_nav_bwn.png) repeat-x left top transparent;
	text-align: center;
	font-weight: bold;

}
	/* Fireball Color Scheme */
	/* BG color: F7EFD2 */
	/* Font color: 2B0E0E */
	/* Menu blocks: F27127 (active, visited)*/
	/* Highlights: 731010 (link)*/
	/* Text inside a highlight: BF8E34 (hover)*/
#nav li
{
	display: inline;
	list-style-type: none;
	padding-left: 10px;
        font-size: 18px;
        font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #D9790F;*/
	/*color: #293033;*/
	color: #731010; /*#BF8E34;*/
        background-color: orange; /* #F27127; */  /*FF8E34; */ /*#2B0E0E;*/
}

#nav a:link{color: #000000; text-decoration: none;}
#nav a:active {color: #000000; text-decoration: none;}
#nav a:visited {color: #000000; text-decoration: none;}
#nav a:hover{
	color: #731010; /*#d8f2f0;*/  /*#3E8C84;*/
	text-decoration: none;
}
a:link{color: #731010; text-decoration: underline;}
a:active {color: #731010; text-decoration: none;}
a:visited {color: #731010; text-decoration: none;}
a:hover{
	color: #731010;  /*#3E8C84;*/
	text-decoration: underline;
}
#recordingsleft {
	float: left;
	width: 290px;
}
#recordingsright {
	float: right;
	width: 335px;
}

/*#bodycontent {
	width: 650px;
}*/

#linksLeft {
	float: left;
	width: 450px;
}
/*Use to wrap single column pages - set margin*/
#singlecol {
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 700px;
	padding: 10px;
	text-align: left;
	height: auto;
}

#footer{
	text-align:center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: orange; /* #3e8c84; */
	position: relative;
	top: 45px;
}
/*Misc Formatting*/
.imgspacerleft {padding: 3px 10px 3px 0;}
.imgspacerright {padding: 3px 10px 3px 20px;}
.imgspacercenter {padding: 5px 5px 5px 5px;}
.photoTextLeft 
{
	width: 100%;
	padding-bottom: 10px;
	float: left;
	text-align: left;
}
.photoTextRight 
{
	width: 100%;
	padding-bottom: 10px;
	float: right;
}
.bodyTextSpacing {
	line-height: 20px;
}

/*Individual Text Styles*/
#pageheadtxt {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	padding-bottom: 10px;
}
#pageheadtxtwhite {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	padding-bottom: 10px;
	color: #FFFFFF;
}

/* Recordings - CD Tracks Styling */
table.recsamples {
	border-spacing: 10px;
	border-collapse: collapse;
	background-color: #805c4d;
	border: 1px solid #333333;
}
table.recsamples th {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*	font-size: 15px;*/
	text-align: left;
	/*	font-weight: bold;*/
	color: #FFFFFF;
	padding: 0.25em 0.25em;
	background-color: #805c4d;
}
table.recsamples td {
	text-align: left;
	padding: 0.3em 0.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px dotted #333333;
	background-color: #F0ECEC;
}

.smalltype {
	font-size: 0.70em;
}
.cdWrap {
	border: 2px;
	clear: both;
}
.cdLeft {
	float: left;
}
.cdRight {
	float: right;
	clear: right;
	width: 425px;
	margin-bottom: 25px;
}

.bioBlockQuotes{
	width: 560px;
	/*	background:#99c;*/
	background-color: #FDCC84;
	font-size: 11px;
	float: none;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
/* Calendar Styling */
.calendarHi {
	background-color: #296B73;
	padding: 10px;
	margin-bottom: 6px;
}
.calendarLo {
	background-color: #3E8C84;
	padding: 10px;
	margin-bottom: 6px;
}

.calendarHi a:link{color: #D8F2F0; text-decoration: underline;}
.calendarHi a:active {color: #D8F2F0; text-decoration: none;}
.calendarHi a:visited {color: #D8F2F0; text-decoration: none;}
.calendarHi a:hover{
	color: #3090CC;  
	text-decoration: underline;
}
.calendarLo a:link{color: #D8F2F0; text-decoration: underline;}
.calendarLo a:active {color: #D8F2F0; text-decoration: none;}
.calendarLo a:visited {color: #D8F2F0; text-decoration: none;}
.calendarLo a:hover{
	color: #304959;  
	text-decoration: underline;
}
.calendarDate {
	font-weight: bold;
	padding-bottom: 10px;

}
.calendarVenue {
	font-weight: bold;
	padding-bottom: 6px;
	padding-left: 15px;
		color: #000000;
}
.calendarEventNotes {
	font-weight: normal;
	padding-left: 15px;
}
/* Photo Gallery Styling */
#scrollbox {
	width:800px;
	height:72px;
	background-color:#333333;
	overflow:auto;
	border:1px solid #666;
}
#thumbs {
	width:1430px;
	height:50px;
}
#photodesc {
	width: 400px;
	margin: 0 auto;
	color: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 25px;
}
