@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 150%;
}
.thrColFix #container #sidebar2 h3 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.thrColFix #container {
	width: 960px;
	text-align: left;
	margin-left: -480px;
	padding: 0px;
	position: absolute;
	left: 50%;
	background-color: #FFF;
} 
#leftdots {
	background-color: #FFF;
	float: left;
	width: 30px;
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 157px;
	padding: 0px;
}
#social {
	width: 113px;
	margin-top: 60px;
	padding-right: 13px;
	padding-left: 31px;
	margin-bottom: 10px;
}
.right {
	text-align: right;
}
#mailing {
	width: 137px;
	margin-right: 20px;
}
.thrColFix #container #sidebar1 #mailing p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	line-height: .25;
	letter-spacing: 2px;
	color: #444;
	font-variant: normal;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	background-color: #EEE;
	padding: 15px;
}
.thrColFix #mainContent {
	margin-top: 15px;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 187px;
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 18px;
}
#playerbox {
	padding-left: 5px;
	padding-right: 5px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #AAA;
	padding-top: 20px;
	margin-top: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFix #container #mainContent h1 {
	font-size: 26px;
	color: #BBB;
	text-align: center;
	font-weight: bold;
}
.thrColFix #container #mainContent h2 {
	font-size: 20px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 7px;
	line-height: 200%;
}
.thrColFix #container #mainContent h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #AAA;
	letter-spacing: 3px;
	text-align: center;
	font-weight: bold;
	line-height: 50%;
	vertical-align: -50%;
}
.thrColFix #container #sidebar1 #mailing #formmail #submit {
	float: right;
}
.thrColFix #container #mainContent p {
	line-height: 2;
}
.thrColFix #container #gallery1 {
	margin-left: 223px;
	width: 700px;
}
.thrColFix #container #slideshowtoggler {
	width: 200px;
	margin-left: 473px;
	margin-top: 5px;
}
#galleriesnav {
	width: 700px;
	margin-bottom: 10px;
	margin-left: 223px;
}
.thrColFix #container #slideshowtoggler .status {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}
.thrColFix #container #mainContent p .bandmember {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #B00;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
}
a {
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:link {
	color: #B00;
}
a:visited {
	color: #B00;
}
a:hover {
	color: #777;
}
.thrColFix #container #mainContent {
	padding-top: 10px;
	margin-top: 10px;
}
.deadlink {
	font-weight: bold;
	color: #B00;
}

.hiddenPic {display:none;}
.credits {
}
.thrColFix #container #sidebar1 #mailing .credits {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8px;
	text-transform: none;
	line-height: normal;
	letter-spacing: 1px;
	word-spacing: normal;
	color: #777;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	margin-top: 12px;
	padding-top: 12px;
}
.thrColFix #container #sidebar1 #mailing .credits a {
	letter-spacing: 1px;
	word-spacing: normal;
	font-weight: normal;
	font-variant: normal;
}
