html {
	margin:0;
	padding:0;
	background: #000000 url('../images/bg.jpg') top center;
}

div,form,ul {
	margin:0;
	padding:0;
	font: normal 12px/18px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	color:#ffffff;
}
p {
	margin:8px;
	font: normal 12px/14px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	color:#ffffff;
}
p.date {
	margin: 0 8px;
	font: normal 10px/12px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	color:#ffffff;
}

h1 {
	margin:8px 0 0 8px;
	font: normal 20px/20px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	color:#ffffff;
}
h2 {
	margin:8px 0 0 8px;
	font: bold 14px/16px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	color:#ffffff;
}

img {
	border:none;
}

#menu {
	height:30px;
	width:490px;
	position:absolute;
	top:280px;
	right:50%;
	margin-right:0px;
	text-align:left;
	z-index:4;
	margin:8px 0 0 20px;
	font: bold 14px/16px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
}
#menu a {
	color:#ffffff;
	text-decoration:none;
	padding:6px;
}
#menu a:hover {
	background-color:#222222;
}
.active {
	background-color:#222222;
}
.inactive {
	background-color:#000000;
}


#thedudes {
	width:932px;
	height:211px;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-460px;
	z-index:2;
}

#logo {
	width:1006px;
	height:102px;
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-500px;
	z-index:3;
}

#box {
	width:1003px;
	position:absolute;
	top:310px;
	left:50%;
	margin-left:-500px;
	z-index:4;
}

#box #top {
	width:1003px;
	height:10px;
	float:left;
	clear:left;
	background: url('../images/box_top.gif') no-repeat;
}

#box #mid {
	width:1003px;
	min-height:600px;
	float:left;
	clear:left;
	background: url('../images/box_mid.gif') repeat-y;
}

#box #bot {
	width:1003px;
	height:10px;
	float:left;
	clear:left;
	background: url('../images/box_bot.gif') no-repeat;
	margin-bottom:20px;
}
#box #bot p {
	text-align:right;
	position:relative;
	font: bold 10px/12px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	top:-24px;
}



#social {
	height:30px;
	width:140px;
	position:absolute;
	top:276px;
	left:50%;
	margin-left:368px;
	z-index:4;
}

#social a {
	float:right;
	clear:none;
	margin:0 6px;
}

.col1 {
	margin:20px 0 20px 20px;
	position:relative;
	float:left;
	clear:none;
	width:500px;
	min-height:200px;
}

.col1 img {
	width:100%;
	margin-bottom:20px;
}

.col2 {
	margin:20px 0 20px 20px;
	position:relative;
	float:left;
	clear:none;
	width:200px;
	min-height:200px;
	border-left:solid 1px #666666;
}

.col2 .store_link img {
	width:190px;
	height:200px;
	margin-top:6px;
}


.col1 .entry {
	margin:10px;
	padding:10px;
	background-color: #222222;
}

.col2 .entry {
	margin:6px;
	padding:6px;
	background-color: #222222;
}
.col2 .city {
	font: bold 11px/12px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	margin:4px 0 0 4px;
}
.col2 .venue {
	font: normal 10px/13px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	margin:0 4px;
}

.col2 .date {
	margin: 0 4px;
	font: normal 10px/12px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	color:#ffffff;
}

.col2 input[type=text] {
	margin: 0 8px;
	font: bold 9px/9px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	width:100px;
}
.col2 input[type=submit] {
	margin: 0 4px;
	font: bold 9px/9px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	width:50px;
}
.col2 input[type=button] {
	margin: 0 4px;
	font: bold 9px/9px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	width:50px;
}

.storecol {
	margin:20px 0 20px 20px;
	position:relative;
	float:left;
	clear:none;
	width:700px;
	min-height:200px;
}

.storecol img {
	width:700px;
	height:750px;
	margin-top:10px;
	margin-bottom:30px;
}

.musiccol {
	margin:20px 0 20px 20px;
	position:relative;
	float:left;
	clear:none;
	width:700px;
	min-height:200px;
}

.musiccol .entry {
	float:left;
	clear:left;
	width:700px;
	margin:6px;
	padding:6px;
	background-color: #222222;
}

.musiccol .entry img {
	float:right;
	margin:4px;
}



.presscol {
	margin:20px 0 20px 20px;
	position:relative;
	float:left;
	clear:none;
	width:700px;
	min-height:200px;
}
.presscol .entry {
	float:left;
	clear:left;
	width:95%;
	margin:10px;
	padding:10px;
	background-color: #222222;
}
.press_image {
	position:relative;
	float:left;
	clear:none;
	width:240px;
	margin:6px;
	padding:6px;
	background-color: #222222;
}

p.more_line {
	text-align:right;
}

a {
	color:#ffffff;
	text-decoration:underline;
	cursor: pointer;
}
a:hover {
	color:#bb6666;
}

a.more {
	text-decoration:none;
}
a.more:hover {
	color:#bb6666;
}


.this_week {
	color: #990000;
}
.today {
	color: #FF0000;
}

#more_tour {
	display:none;
}

.content {
	display:none;
}

.paypal_stuff {
	width:200px;
	height:60px;
	float:right;
	text-align:right;
}

#contact_form {
	width:500px;
	margin-top:50px;
	margin-left:200px;
}

#contact_form input {
	float:left;
	clear:left;
	margin:6px 0;
	padding:4px;
	font: normal 14px/16px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	color:#333333;
	background-color: #c0c0c0;
	border:none;
}

#contact_form input[type=text] {
	width:400px;
	padding:4px;
	background-color: #c0c0c0;
	border:none;
}

#contact_form textarea {
	float:left;
	clear:left;
	margin:6px 0;
	padding:4px;
	width:400px;
	height:100px;
	font: normal 14px/16px "Gill Sans", Tahoma, Trebuchet, Arial, sans-serif;
	color:#333333;
	background-color: #c0c0c0;
	border:none;
}

#contact_form #submit_button {
	float:left;
	clear:left;
	margin:6px 0 0 340px;
	padding:4px;
}
