@charset "utf-8";
/* CSS Document */

body {
	font: 75% Georgia, Verdana, Arial, Helvetica, sans-serif;
	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: #CABCAE; /*c5b898*/
	overflow-x: hidden;
	background: url(images/bg3.jpg) no-repeat;
	background-position: top;
	background-attachment-y: scroll;
	background-color: black;
}

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

.oneColFixCtr #container {
	width: 1007px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #header {
	width: 1000px;
	height: 231px;
	margin-bottom: 30px;
	padding: 0;
	border: 3px double #a7a29b;
	border-top: none;
	background:url(images/header2010.jpg) no-repeat 0 0;
}
.oneColFixCtr #header #whiskey_girl {
	float: left;
	width: 611px;
	height: 44px;
	margin-top: 185px;
	margin-left: 10px;
	background: url(images/header_whiskeygirl.jpg) no-repeat 0 0;
}
.oneColFixCtr #header #whiskey_girl:hover {
	background: url(images/header_whiskeygirlb.jpg) no-repeat 0 0;	
}
.oneColFixCtr #album {
	position: absolute;
	top: 15px;
	margin-left: 220px;
}
.oneColFixCtr .splash_image {
	margin-left: 27%;
}
.oneColFixCtr .splash_image img {
	margin-top: 50px;
}
.oneColFixCtr .splash_image a, img {
	border: none;	
}
.oneColFixCtr #mainContent {
	width: 900px; 
	margin: 0 auto;
	margin-right: 70px;
}
.oneColFixCtr #bodyContent1 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.oneColFixCtr #bodyContent2 {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.oneColFixCtr #bodyContent3 {
	float: left;
	width: 120%;
	margin-bottom: 40px;
}
.oneColFixCtr #upcoming, #previousdiv {
	float: left;
}
.oneColFixCtr #screenshot {
	position: absolute;
	background: #666;
	margin-top: -50px;
	padding: 5px;
	display: none;
	border: none;
}
.oneColFixCtr #upcoming table, #previousdiv table {
	margin-left: 30px;
	margin-bottom: 15px;
	line-height: 14px;
	width: 400px;
}
.oneColFixCtr #whiskey_flyer {
	width: 300px;
	height: 225px;
}
.oneColFixCtr #show_container {
	margin-right: 100px;
}
.oneColFixCtr #previous {	
	margin-top: 30px;
	margin-bottom: 50px;
	margin-left: -80px;
	line-height: 11px;
	width: 125%;
	height: 1100px;
}
.oneColFixCtr #previous table {
	float: left;
	margin-right: 20px;
}
.oneColFixCtr #music {
	margin-left: 470px;
}
.oneColFixCtr #music #container {
	float: left;
	margin: 0px 25px 10px 0px;
	width: auto;
}
.oneColFixCtr #music #container span {
	font-size: 110%;
	font-weight: bold;
}
.oneColFixCtr #downloads {
	float: left;
	margin-top: -0;
	margin-left: 40px;
	width: 440px;
}
.oneColFixCtr .previous_shows a:link, a:visited, a:active {
	text-decoration: none;
	color: #CABCAE;
}
.oneColFixCtr .previous_shows a:hover {
	text-decoration: underline;
	color: #CABCAE;
}
.oneColFixCtr #previous_shows img {
	margin-top: 10px;	
}
.oneColFixCtr #go_back {
	font-size: 16px;
	text-align: center;
}
.oneColFixCtr #photos {
	float: left;
	width: 380px;
	margin-right: 20px;
}
.oneColFixCtr #photos div {
	margin-left: 30px;
}
.oneColFixCtr #photos a, #videos a {
	float: left;
	margin: 5px;
	border: 1px solid #303030;
}
.oneColFixCtr #videos {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.oneColFixCtr #videos div {
	margin-left: 30px;
}
.oneColFixCtr #online {
	float: left;
	width: 250px;
}
.oneColFixCtr #online div {
	margin-left: 30px;
}
.oneColFixCtr #online a {
	float: left;
	margin: 5px;
}
.oneColFixCtr #contact {
	float: left;
	width: 200px;
}
.oneColFixCtr #contact table {
	margin-left: 30px;
	line-height: 13px;
}
.oneColFixCtr #band {
	float: left;
	width: 230px;
}
.oneColFixCtr #band #members {
	/*color: white;*/
	margin-left: 30px;
	line-height: 18px;
}
.oneColFixCtr #mailing {
	float: left;
	width: 210px;
	margin-right: 10px;
}
.oneColFixCtr #mailing form {
	margin-top: 5px;
	margin-left: 35px;
}
.oneColFixCtr #freemusicportal {
	margin-top: 10px;
	text-align: center;
	font-size: 130%;
	color: #fff;
}
.oneColFixCtr #freemusicportal span img {
	margin-top: 0;
	margin-bottom: 15px;
}
.oneColFixCtr #freemusicportal img {
	margin-top: 30px;
	margin-bottom: 15px;	
}
.oneColFixCtr #freemusicportal a {
	font-weight: bold;
	text-decoration: underline;
}
.oneColFixCtr #freemusicportal .table1 {
	margin-bottom: 25px;
}
.oneColFixCtr #freemusicportal .table2 {
	width: 460px;
}
.oneColFixCtr #freemusicportal table {
	width: 620px;
	margin-left: 20%;
	text-align: left;
}
.oneColFixCtr #freemusicportal .tracks {
	width: 200px;
	margin-left: 42%;
	margin-bottom: 20px;
	text-align: left;
	line-height: 14px;
}
.oneColFixCtr #freemusicportal .info {
	width: 250px;
	margin-left: 36%;
	margin-bottom: 10px;
	text-align: left;
}
.oneColFixCtr #freemusicportal .info img {
	margin-top: 0;
	margin-bottom: -8px;
}
.oneColFixCtr #freemusicportal a img {
	margin-top: 100px;
	border: none;
}
.oneColFixCtr #mailing input,select,textarea,option {font-family:inherit; font-size:inherit}
.oneColFixCtr #mailing .ss-textarea{max-width: 99%;}
.oneColFixCtr #mailing .ss-q-title{display: block;}
.oneColFixCtr #mailing .ss-q-short{max-width: 90%;}
.oneColFixCtr #mailing .ss-form-entry{margin-bottom: .75em;}
.oneColFixCtr #mailing label{display: block; /*cursor: pointer;*/}

.oneColFixCtr #forum {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.oneColFixCtr #forum form {
	margin-top: 10px;
}
.oneColFixCtr #forum_links {
	margin-left: 28px;
}
.oneColFixCtr #forum fieldset {
	margin-left: 20px;
	border: none;
}
.oneColFixCtr #bodyContent2 #container {
	float: left;
	margin: 20px 20px 15px 70px;
	width: auto;
}
.oneColFixCtr #bodyContent2 #container span {
	font-size: 170%;
	font-weight: bold;
	font-style: oblique;
	padding: 5px;
	color: #FFCC99;
	border: inset #fff;
}
.oneColFixCtr #music #container p {
	margin-left: 10px;
	line-height: 20px;
}
.oneColFixCtr #flashplayer {
	margin-left: 30px; 
}
.oneColFixCtr #thankyou {
	margin-top: 30%;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	color: #FFCC99;
}
.oneColFixCtr #footer {
	float: left;
	width: 100%;
	margin-top: 50px;
	height: 40px;
	text-align: center;
}
.oneColFixCtr #footer img {
	margin: 3px;
	border: none;
}