@charset "utf-8";

/* 

Record Bar Orange = #F9A133
Record Bar Blue   = #027DC0

*/

/*Tabula Rasa*/
* { 
	margin:0;
	padding:0;
	}
	
html {
	background:url(images/mainTile.jpg) repeat-x #f9a535;
	height:100%
	}
	
body {
	background:url(images/mainBG.jpg) no-repeat center top;
	font-size:13px;
	line-height:1.6em;
	height:100%;
	}
	
a:link, a:visited {
	color:#027DC0;
	}
	
a:hover {
	color:#F9A133;
	}
	
blockquote {
	width:200px;
	float:right;
	margin:0 0 12px 20px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#027DC0;
	font-style:italic;
	line-height:1.6em
	}
	
hr {
	border:none;
	width:615px;
	height:16px;
	background:url(images/divider.jpg) no-repeat;
	margin:10px auto;
	padding:0
	}

ul {
	margin-left:30px;
	list-style:none;
	}
	
ul li {
	padding-left:14px;
	margin-bottom:4px;
	background:url(images/bullet.jpg) 0 5px no-repeat;
	}
	
ol {
	margin:6px 0 6px 30px;
	}
	
ol li {
	background:none;
	margin-bottom:4px;
	}
	
h1, h2, h3 {
	padding:8px 0 5px;
	color:#027DC0;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h1 {
	font-size:26px;
	}
	
h2 {
	font-size:22px;
	}
	
h3 {
	font-size:18px;
	}
		
		
p {
	margin:0 0 8px;
	padding:0
	}
	
.img_right {
	float:right;
	padding:0 0 10px 10px;
	}
	
div.scroll {margin-left:80%}
	
.scroll a, .scroll a:visited {
	display:block;
	width:141px;
	height:27px;
	background:url(images/backtotop.jpg) no-repeat;
	text-align:center;
	text-decoration:none;
	padding-top:6px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif
	}
	
.scroll a:hover {
	color:#F9A133;
	}
	
#container {
	position:relative;
	width:861px;
	margin:0 auto;
	background:url(images/innerTile.jpg) repeat-y;
	}
	
#header {
	position:relative;
	background:url(images/headerBG.jpg) no-repeat;
	width:861px;
	height:223px;
	}

/*--------   Nav   --------------*/	

#navcontainer {
	position: relative;
	top:183px;
	}

#navcontainer ul {
	padding:0;
	margin: 0;
	list-style-type: none;
	color:#027DC0;
	width: 100%;
	font-size:17px;
	font-weight:bold;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	}

#navcontainer li { 
	display: inline;
	}

#navcontainer li a {
	text-decoration: none;
	color:#027DC0;
	padding: 2px 12px;
	}

#navcontainer li a:hover {
	color:#F9A133;
	}

/*--------   Nav   --------------*/	

	
/*--------   Home Styles     -----------------*/
#homeBody {
	position:relative;
	background:url(images/homeBG.jpg) no-repeat;
	width:861px;
	height:399px;
	}
	
#welcome {
	position:absolute;
	left:16px;
	top:16px;
	width:396px;
	height:175px;
	overflow: hidden;
	line-height:1.4em;
	font-size:12px;
	}
	
#welcome img {
	float:left;
	margin:0 20px 40px 0;
	}
	
#welcome h2 {
	margin:0 0 4px 0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	}
	
#address {
	text-align:center;
	position:absolute;
	font-size:16px;
	font-weight:bold;
	left: -5px;
	top: 156px;
	width:165px;
	overflow:hidden;
	color:#666;
	line-height:1.1em
	}
	
#address em {
	font-size:15px;
	color:#999999
	}
	
#address h2 {
	line-height:1.6em;
	}
	
ul#weekly {
	position:absolute;
	left:162px;
	top:224px;
	list-style:none;
	width: 226px;
	color:#027DC0;
	text-transform:uppercase;
	font-size:12px;
	line-height:1em;
	}
	
ul#weekly li {
	margin:0 0 13px 0;
	_margin-bottom:12px;
	padding:0;
	background:none;
	height:23px;
	}
	
.bulleted {
	margin:0;
	list-style:none;
	}
		
.bulleted li a, ul.bulleted li a:visited {
	font-size:18px;
	color: #333333;
	text-decoration:none;
	}
	
.bulleted li a:hover {
	color:#027DC0;
	border-left:3px solid #DFDFDF
	}
	
ul#musictonight {
	position:absolute;
	left: 460px;
	top: 50px;
	width: 373px;
	height: 110px;
	}
	
ul#musictonight span {
	font-size:11px;
	line-height:1em;
	vertical-align:middle
	}
	
ul#price {
	position: absolute;
	left:758px;
	top:120px;
	margin:0;
	padding:0;
	text-align:right;
	width:80px;
	color:#666666;
	}
	
ul#price li {
	background:none;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:1.3em
	}
	
ul#specials {
	position:absolute;
	left: 460px;
	top: 184px;
	width: 380px;
	height: 110px;
	font-size:17px;
	font-weight:bold;
	color: #333;
	}
	
ul#upcoming {
	position:absolute;
	left:449px;
	top:317px;
	margin:0;
	font-weight:bold;
	font-size:12px;
	color:#333;
	}
	
ul#upcoming li {
	list-style:none;
	background:none;
	margin-bottom:0px;
line-height:1.5em;
	}
	
#biglistlink {
	position:absolute;
	left:781px;
	top:345px;
	text-align:center
	}
	
#biglistlink a, #biglistlink a:visited {
	display:block;
	width:53px;
	height:40px;
	line-height:1.4em;
	text-decoration:none;
	font-weight:bold;
	}
	
#biglistlink a:hover {
	}
	
#homeFooter {
	position:relative;
	background:url(images/homefooterBG.jpg) no-repeat;
	width:861px;
	height:95px;
	}
/*--------   Home Styles End    -----------------*/

/*--------   Inner Styles     -----------------*/

#innerBody {
	position:relative;
	background:url(images/innerBG.jpg) no-repeat;
	width:790px;
	padding:20px 35px 10px;
	z-index:1
	}
	
#innerFooter {
	position:relative;
	background:url(images/innerfooterBG.jpg) no-repeat;
	width:861px;
	height:95px;
	}
	
#upcomingpast a {
	float:right;
	display:block;
	width:138px;
	height:38px;
	padding-top:6px;
	background:url(images/upcomingpast.jpg) no-repeat;
	text-align:center;
	color:#027DC0;
	text-decoration:none;
	line-height:1em;
	font-weight:bold;
	}
	
#upcomingpast a:hover {
	color:#F9A133;
	}
	
/*--------   Inner Styles End    -----------------*/

/*-- GREG'S ADDITIONS --*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	_height: 1%;
}

.clearfix {
	display:block;
}

ul#weekly li {
	margin:0 0 13px 0;
	_margin-bottom:12px;
	overflow:hidden;
	}

.errorMessage {
	color:#F9A535;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	font-style:italic;
	line-height:1.6em;
	margin:15px 0;
}


#adminHeader {
	position:relative;
	background:url(images/adminHeaderBG.jpg) no-repeat;
	width:861px;
	height:320px;
}
		
		/* Admin Nav */
		#adminNav {
	position:absolute;
	top:210px;
	margin-bottom:10px;
	z-index:900;
	width: 836px;
		}

		#adminNav ul {
			padding:0;
			margin: 0;
			list-style-type: none;
			color:#027DC0;
			width: 100%;
			font-size:17px;
			font-weight:bold;
			text-align: center;
			font-family:Georgia, "Times New Roman", Times, serif;
			text-transform:uppercase;
		}
		
		
		#adminNav li a {
			text-decoration: none;
			color:#027DC0;
			padding: 2px 12px;
		}
		
		#adminNav li a:hover {
			color:#F9A133;
		}
		/* Admin Nav */

#homeThumb {
	width:295px;
	height:221px;
	background:url(images/homeThumb.jpg) no-repeat;
	position:relative;
	border:2px solid #057EC5;
}

#ewAdmin {
	width:82px;
	height:69px;
	position:absolute;
	top:136px;
	left:61px;
}

#ewAdmin a:link, #ewAdmin a:visited {
	display:block;
	width:82px;
	height:69px;
	background:url(images/btnEw.jpg) top left no-repeat;
}

#ewAdmin a:hover {
	background:url(images/btnEw.jpg) bottom left no-repeat;
}

#ewAdmin span {
	margin-left:-9999px;
}

#teAdmin {	
	position:absolute;
	top:85px;
	left:154px;
}

#teAdmin a:link, #teAdmin a:visited {
	display:block;
	width:82px;
	height:42px;
	background:url(images/btnTe.jpg) top left no-repeat;
}

#teAdmin a:hover {
	background:url(images/btnTe.jpg) bottom left no-repeat;
}

#teAdmin span {
	margin-left:-9999px;
}

#tsAdmin {
	width:131px;
	height:37px;
	position:absolute;
	top:129px;
	left:154px;
}

#tsAdmin a:link, #tsAdmin a:visited {
	display:block;
	width:131px;
	height:39px;
	background:url(images/btnTs.jpg) top left no-repeat;
}

#tsAdmin a:hover {
	background:url(images/btnTs.jpg) bottom left no-repeat;
}

#tsAdmin span {
	margin-left:-9999px;
}

#ueAdmin {
	width:131px;
	height:33px;
	position:absolute;
	top:170px;
	left:154px;
}

#ueAdmin a:link, #ueAdmin a:visited {
	display:block;
	width:131px;
	height:35px;
	background:url(images/btnUe.jpg) top left no-repeat;
}

#ueAdmin a:hover {
	background:url(images/btnUe.jpg) bottom left no-repeat;
}

#ueAdmin span {
	margin-left:-9999px;
}

#coverAdmin {
	width:49px;
	height:42px;
	position:absolute;
	top:85px;
	left:236px;
}

#coverAdmin a:link, #coverAdmin a:visited {
	display:block;
	width:49px;
	height:42px;
	background:url(images/btnCover.jpg) top left no-repeat;
}

#coverAdmin a:hover {
	background:url(images/btnCover.jpg) bottom left no-repeat;
}

#coverAdmin span {
	margin-left:-9999px;
}


#adminLeftCol {
	float:left;
	width:300px;
	height:260px;
	text-align:center;
}

#adminRightCol {
	width:440px;
	padding:10px;
	margin: 0 0 0 301px ;
	border:thin solid #057EC5;
	background-color: #E5E5E5;
    min-height:200px;
    height:auto !important;
    height:200px;
}

#btnSubmit {
	width:100%;
	clear:both;
	text-align:center;
	padding:20px 0;
}

#bookingcolumn {
	margin-left:270px;
	}
	
#bookingcolumn ul {
	margin-left:0;
	}
	
#bandimage {
	float:right;
	margin:0 0 5px 10px;
	}
	
.tdMonth {
	color:#F9A133;
	margin:0;
	padding:0;
	}
	
.tdDate {
	width:25px;
	font-size:14px;
	color:#027DC0;
	font-weight:900;
}

.tdTime {
	width:45px;
	text-align:right;
	font-size:11px;
}

.tdBand {
	width:570px;
	padding:3px 0 3px 10px;
	font-size:18px;
}

#maillistbox	{
	opacity:.80;filter: 
	alpha(opacity=80); 
	-moz-opacity: 0.8; 
	width:713px; 
	height:95px;
	margin:0 auto; 
	background-color:#95e4e8; 
	border:1px solid #000000;
	}
	
#slapshot	{
	font-size:9px; 
	float:right; 
	padding-right:100px;
	}
	
#slapshot a, #slapshot a:visited	{
	color:#FF0000;
	}
#slapshot a:hover	{
	color:#0000FF;
	}

