@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
body { 
	background: url(images/body-bg.jpg) repeat-x top #fff;
	height: 100%;
}
ul { list-style: none inside; }

ul.list {
	
	margin-left: 40px;
	font-size: 11px; 
	line-height: 1.8em;  
	font-family: Verdana, Geneva, sans-serif;
	color:#000
}
#main {
	float: left;
	width: 760px;
	padding: 0px;
	margin: 40px 0px 10px 0px;
}
#sidebar {
	padding: 0px;
	margin: 60px 0px 10px 10px;
	width: 320px;
	float: right;
}
p { 
	font-size: 11px; 
	line-height: 1.8em;  
	font-family: Verdana, Geneva, sans-serif;
	color:#000
}	
h1 {
	margin-top: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18.5px;
	font-weight: bold;
	color: #000;
}
h2 {
	padding-top: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

#header {
	position: relative;
	margin-top: 0px;
	width: 1110px;
	height: 122px;
	background: url(images/header.jpg) no-repeat top;
	
}

#banner {
	width: 1110px;
	height: 422px;
	text-indent: -9999px;
	background: url(images/banner.jpg) no-repeat;
	margin-top: 66px;
}
#page-wrap {
	width: 1110px;
	margin: 0 auto;
	}
a {
	color: #006b86;
	text-decoration: none;
}

ul#nav .empty {
	position: relative;
		display: block;
		height: 66px;
		text-indent: -9999px;
		margin-left: 0px;
		margin-top: 0px;
		float: left;
	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a {
			position: relative;
			display: block;
			height: 66px;
			text-indent: -9999px;
			float: left;
			margin-top: 0px;
		}
		ul#nav li.empty {
			text-indent: -9999px;
			width: 697px;
			background: url(images/nav-clear.jpg) center no-repeat;
		}
		ul#nav li.home a {
			width: 136px;
			background: url(images/nav-home.jpg) bottom center no-repeat;
		}
		ul#nav li.tickets a {
			width: 128px;
			background: url(images/nav-tickets.jpg) bottom center no-repeat;
		}
		ul#nav li.profiles a {
			width: 149px;
			background: url(images/nav-profiles.jpg) bottom center no-repeat;
		}
		ul#nav li a:hover {
			background-position: top center;
		}
		ul#nav li a:focus {
			background-position: top center;
		}
		ul#nav li a:active {
			background-position: top center;
		}
		
#underline-big {
	margin-left: -35px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#underline-small {
	margin-left: -30px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#underline-small2 {
	margin-left: -10px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#buytickets {
	padding-top: 18px;
	padding-left: 25px;
		
}
#getdirections {
	padding-top: 35px;
	padding-left: 25px;
		
}
#bigfishfm {
	padding-top: 35px;
	padding-left: 25px;
		
}
#sponsors {
	margin-top: 40px;
	margin-left: -20px;
}
#footer .footer-text {
	margin-top: 10px;
	font-size: 11px; 
	line-height: 1.8em;  
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	text-align: center;
	
}
#sanctusreal {
	margin-top: 14px;
	margin-bottom: 10px;
}
#sanctusreal-songs {
	margin-bottom: 14px;
}
#addisonroad {
	margin-top: 14px;
	margin-bottom: 10px;
}
#addisonroad-songs {
	margin-bottom: 14px;
}
#jasongray {
	margin-top: 14px;
	margin-bottom: 10px;
}
#jasongray-songs {
	margin-bottom: 14px;
}

#end {
	margin-top: 8px;	
}