/* SHORTHAND */
.small {	font-size: 85%; }
.b {	font-weight: bold; }
.i {	font-style: italic; }
.norml { font-weight: normal; }
.centerMe {text-align: center; }
.alignL {text-align: left; }
.alignR {text-align: right; }
.floatL { float: left; margin-right: 10px; }
.floatR { float: right; margin-left: 10px; }
.clearit {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.snug {	margin: 0px; }
.veiled { display: none; }

a { color: cornflowerblue; }
a:hover { color: white; }
a img { border: 0; }
a img:visited { border: 0; }

ul, ol, dl {
   position: relative; 
	padding-left: 15px;
	margin: 0;
}
li { 
	margin: 0;
	padding: 0; 
}
#mask {
	display:none; 
	background-color: black; 
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
}
.modalLink {}
.modalPopup {
	display: none;
	z-index: 100;
	position: absolute;
	top: 100px;
	width: 450px;
	background-color: white;
	padding: 10px;
	border: 6px solid cornflowerblue;
	color: black;
	text-align: left;
}
a.modalCloser {
	display: block;
	text-align: right;
}
a.modalCloser:hover {color: #2A73CD;}



/* ----- MAIN STRUCTURAL DIVs ----- */


body {
	margin: 0;
	background: #555 url('graphics/BGred079.gif') repeat 0 0;
	border-left: 80px solid #CF0000;
	color: white; 
	font-size: 10pt;
}
#LogoBanner {
	z-index: +2;
	position: absolute;
	top: 0;
	left: 6px;
	width: 834px;
	padding: 10px 20px 10px 0;
	background-color: grey;
	border-top: 6px solid #CF0000;
	border-bottom: 10px solid #555;
	font-style: italic;
	text-align: center;
}
#centeredwrapper {
	background-color: black;
	width: 810px;
	padding: 0 80px 0 120px;	
	position: relative;
	z-index: +1;
	opacity: 1;
	text-align: center;
}
#innerwrapper {
	width: 500px;
	margin: 0 auto 0 160px;
	padding-top: 120px;
	border-right: solid 6px #CF0000;
}
#RightSideWrapper {
	width: 185px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	text-align:	left;
}
#AudioLinks {
	width: 220px;
	position: absolute;
	top: 125px;
	left: 10px;
	text-align: left;
	padding-left: 5px;
}
#footer {
	font-size: 85%;
	white-space: nowrap;
	padding: 20px 0 10px;
}


/* PAGE ELEMENTS */

h1 { 
	font-size: 10pt;  
	visibility: hidden;
	position: absolute;
	bottom: 0;
}
#urchinsImg{
	position: absolute;
	top: 6px;
	left: 6px;
}
a span#closeX {
	text-decoration: none;
	color: white;
	display: none;
}


#photowrapper {width: 100%;}
#SkylarkPhoto {
	margin-top: 2em;
	border-style: solid;
	border-width: 1px 2px 5px 1px;
	border-color: #CF0000;
}
#zeeze{padding: 2px 0 20px;}
#photowrapper a {
	font-size: 85%;
	text-decoration: none;
	color: white;
}
.padR { padding-right: 40px; } 
#findus {margin-left: 100px;}


#aboutus {
	padding-right: 60px;
	padding-left: 70px;
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	line-height: 133%;
	color: #fafafa;
	display: none;
}
.font15px {font-size: 15px;}
#px02 {text-align: center;}

#hist {
	font-weight: bold;
	position: relative;
	left: -40px;
}
#DoyleQuote {padding-left: 40px;}

#px06 {
	margin-left: -30px;
	padding-right: 40px;
	font-style: italic;
}

img#BSI3someA {
	border-style: solid;
	border-color: #eee;
	border-width: 1px 1px 1px 0;
	position: relative;
	top: 2em;
	left: -70px;
}



#RightSideWrapper div {
	padding-bottom: 30px;
}
a#infotoggle, a#ContactLink {
	display: block;
	padding: 10px 0;
	font-weight: bold;
}
#infotoggle {font-size: 16px;}
#NewsWrapper {margin-top: 2em;}
#GigWrapper p {
	margin: 0 0 0.5em;
}
.upcoming {
	position: relative;
	left: -11px;
	padding: 5px 5px 5px 10px;
	border: 1px solid red;
}






#AudioLinks a:visited { color: skyblue; }
#AudioLinks ul {
	line-height: 150%;
}
#AudioLinks ul p {
	margin: 25px 0 0 -15px;
}


.tooltipsy { 
	color: #a00; 
}
.tooltipsy:hover span { 
	left: auto;
	text-decoration: none;
	font-weight: normal;	
} 
.tooltipsy span { 
	position: absolute; 
	left: -999em; 
	border: 1px solid white; 
	background: #446; 
	color: white; 
	font-weight: normal;
	padding: 2px 4px; 
	text-decoration: none; 
}
.tooltipsy:hover { 
	background: url(graphics/bgfix.gif); 
} /* Applies 1x1 transparent bgfix.gif on hover - IE hover bug fix */ 

