/* ================================================================================ */
/* CLEAR THE DEFAULT BROWSER VALUES */
/* ================================================================================ */

html, body, ul, ol, li, p, blockquote, q, h1, h2, h3, h4, h5, form, fieldset, a, div, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#accessibility {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 1px;
	font-size: 0.1em;
}

body {
	background-color:#dcddde;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 5px;
}

#centrePageWrapper {
	height: auto;
	width: 965px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

.clearFloats {
	font-size: 0.1em;
	clear:both;
}

.bandArea {
	width:204px;
	height:23px;
	background-image:url(../lib/graphics/bandareaBtn.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
}

.bandArea:hover {
	background-position:0px -23px;
}

#bookingEnquiries {
	display:block;
	width: 205px;
	height:30px;
	background:url(../lib/graphics/bookingEnquiries.gif) 0px 0px no-repeat;
	margin:13px 0px 14px 3px;
}

#bookingEnquiries:hover {
	background-position:0px -30px;
}

.currentPage {
	background:url(../lib/graphics/nav2Hover.gif) left top repeat-x;
}

#content {
	font-size: 0.7em;
	color:#3c3e40;
	float:left;
	width:488px;
	padding-top:10px;
}

#content a {
	text-decoration:none;
	color:#ed1b23;
	font-weight:bold;
}

#content a:hover {
	text-decoration:underline;
}

#content h1 {
	font-size: 1em;
	color:#ed1c24;
	line-height: 1.2;
}

#content h2 {
	color:#636669;
	font-size: 1.9em;
	padding-bottom: 10px;
	line-height: 1.2;
}

#content h3 {
	font-size: 1em;
	color:#3c3e40;
	padding-bottom: 10px;
	line-height: 1.5;
}

#content h4{
	font-size: 1em;
	color:#3c3e40;
	padding-bottom:0px;
	line-height: 1.5;
}

#content h5{
	font-size: 1.4em;
	color:#3c3e40;
	padding-bottom:0px;
	line-height: 1.2;
}

#content p {
	margin-bottom: 1.5em;
	line-height: 1.5;
}

#content ol, #content ul {
	padding-left: 0px;
}

#contentWrapper {
	float:right;
	width:723px;
	background:url(../lib/graphics/pageInner.gif) left top repeat-y;
}

.downloadContainer {
	padding: 0px 0px 4px 0px;
	border-bottom:1px solid #999999;
}

.downloadA, .downloadB, .downloadC, .downloadD {
	float:left;
}

.downloadA {
	width:35px;
}

.downloadB {
	width:220px;
}

.downloadC {
	width:90px;
}

.downloadD {
	padding-top:2px;
}

.downloadButton {
	width:136px;
	height:16px;
	display:block;
	background-image:url(../lib/graphics/download.gif);
	background-repeat:no-repeat;
}

.downloadButton:hover {
	background-position:0px -16px;
}

#footerDivider {
	height:8px;
	background-image:url(../lib/graphics/footerDivider.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

#footerLeft {
	float:left;
	width: 620px;
	font-size: 0.7em;
	color:#8e8f93;
	padding-top: 4px;
}

#footerRight, #footerRightInside {
	float:right;
	width:300px;
	text-align:right;
}

#footerRight a {
	float:right;
}

#footerRightInside {
	font-size: 0.7em;
	font-weight:bold;
	color:#86888c;
	padding-top: 4px;
}

#footerRightInside a, #footerLeft a{
	text-decoration:none;
	color:#86888c;	
}

#footerRightInside a:hover, #footerLeft a:hover{
	text-decoration:underline;
}

#galleryWrapper {
	width:100%;
	background:url(../lib/graphics/pageInner.gif) right top repeat-y;
}

#gallery {
	width: 739px;
	float:left;
	background-color:#3c3e40;
}

.galleryRow {
	padding: 9px 0px 9px 10px;
}

.galleryThumb {
	background-color:#FFFFFF;
	width:95px;
	height:85px;
	margin-right:9px;
	float:left;
}

.galleryThumb img{
	margin: 1px 0px 0px 1px;
}

#headerAnimation {
	position:absolute;
	left:211px;
	top:0px;
	height:173px;
	width:744px;
	overflow:hidden;
}

#homeAnimation {
	position:relative;
	width:955px;
	height:313px;
	overflow:hidden;
	background-color:#000000;
}

.homeBooking {
	width:213px;
	height:29px;
	background-image:url(../lib/graphics/homeBookingBtn.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
	margin-top: 8px;
}

.homeBooking:hover {
	background-position:0px -29px;
}

#homeContent {
	position:absolute;
	left:20px;
	top:25px;
	width:253px;
	height:285px;
}

#homeContent p{
	font-size:0.8em;
	line-height:1.25;
	margin-bottom:1.25em;
	color:#FFFFFF;
}

.homeContentEmail {
	font-size:0.8em;
}

#homeContent a{
	color:#FFFFFF;
	text-decoration:none;
}

#homeContent a:hover{
	text-decoration:underline;
}

#homeHeader {
	height: 173px;
	background-image:url(../lib/graphics/homeHeader.gif);
	background-repeat:repeat-x;
	background-position:left top;
	position:relative;
}

#homeH1 {
	position:absolute;
	left: 295px;
	top: 12px;
	height: 20px;
	width: 640px;
}

#homeH1 h1{
	color:#ed1b23;
	font-size:0.9em;
	font-weight:bold;
}

#homeLogo {
	position:absolute;
	left:0px;
	top:0px;
	width:243px;
	height:173px;
}

#insideLogo {
	position:absolute;
	left:0px;
	top:0px;
	width:194px;
	height:173px;
}

#linkLogos {
	text-align:center;
}

#linkLogos img {
	margin-top: 5px;
}

.madRed {
	color:#ed1b23;
}

#madisonBlogs {
	display:block;
	width: 204px;
	height:23px;
	background:url(../lib/graphics/madisonBlogs.gif) 0px 0px no-repeat;
	margin:13px 0px 14px 3px;
}

#madisonBlogs:hover{
	background-position:0px -23px;
}

#madisonNews {
	display:block;
	width: 204px;
	height:23px;
	background:url(../lib/graphics/madisonNews.gif) 0px 0px no-repeat;
	margin:13px 0px 5px 3px;
}

#madisonNews:hover{
	background-position:0px -23px;
}

.musicHeader {
	background-image:url(../lib/graphics/music-symbol.gif);
	background-repeat:no-repeat;
	padding:0px 0px 10px 56px;
	color:#FF0000;
	border-bottom:1px solid #999999;
}

.musicHeader h7{
	margin-bottom: 2px;
	font-size:1.3em;
}

#nav1 {
	height:32px;
}

#nav1 li, #nav2 li {
	display:inline;
	list-style:none;
}

#nav1 a {
	font-size: 0.1em;
	color:#FFFFFF;
	display:block;
	float:left;
}

#nav1 a:hover {
	background-position:0px -32px;
}

#nav2 {
	background-color:#86888C;
	height:24px;
	margin-bottom:3px;
	overflow:hidden;
}

#nav2 a {
	font-size: 0.7em;
	text-decoration:none;
	float:left;
	display:block;
	color:#FFFFFF;
	padding:4px 9px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#nav2 a:hover {
	background:url(../lib/graphics/nav2Hover.gif) left top repeat-x;
}

#navHome {
	width: 83px;
	height:32px;
	background:url(../lib/graphics/nav-home.gif) 0px 0px no-repeat;
}

#navBand {
	width: 118px;
	height:32px;
	background:url(../lib/graphics/nav-band.gif) 0px 0px no-repeat;
}

#navGigs {
	width: 78px;
	height:32px;
	background:url(../lib/graphics/nav-gigs.gif) 0px 0px no-repeat;
}

#navDownloads {
	width: 143px;
	height:32px;
	background:url(../lib/graphics/nav-downloads.gif) 0px 0px no-repeat;
}

#navEvent {
	width: 138px;
	height:32px;
	background:url(../lib/graphics/nav-event.gif) 0px 0px no-repeat;
}

#navGallery {
	width: 112px;
	height:32px;
	background:url(../lib/graphics/nav-gallery.gif) 0px 0px no-repeat;
}

#navContact {
	width: 111px;
	height:32px;
	background:url(../lib/graphics/nav-contact.gif) 0px 0px no-repeat;
}

#navFaqs {
	width: 87px;
	height:32px;
	background:url(../lib/graphics/nav-faqs.gif) 0px 0px no-repeat;
}

#navLinks {
	width: 85px;
	height:32px;
	background:url(../lib/graphics/nav-links.gif) 0px 0px no-repeat;
}

#navDivider {
	height: 5px;
	background-image:url(../lib/graphics/navDivider.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

#page {
	padding: 5px;
	background-color:#FFFFFF;
}

#pageInner {
	
}

#sidebarLeft {
	float:left;
	width:232px;
	line-height:1.5;
	font-size: 0.7em;
}

#sidebarLeft ul {
	padding: 18px;
}

#sidebarLeft li{
	list-style:none;
}

#sidebarLeft a {
	text-decoration:none;
	color:#ed1b23;
}

#sidebarLeft a:hover {
	text-decoration:underline;
}

#sidebarLeft .currentBlog {
	font-weight:bold;
}

#sidebarRight {
	float:right;
	width:213px;
	font-size:0.7em;
	color:#3c3e40;
}

#sidebarRight p{
	padding:0px 3px 5px 10px;
	line-height:1.5;
}

#sidebarRight p a{
	text-decoration:none;
	color:#3c3e40;
	font-weight:bold;
}

#sidebarRight p a:hover{
	text-decoration:underline;
}

#strapline {
	left:287px;
	top:61px;
	position:absolute;
	width:629px;
	height:75px;	
}

#tblLineup caption, #tblGigGuide caption, #tblRepertoire caption {
	display:none;
}

table {
	border-collapse: collapse;
}

table caption {
	text-align: left;
	font-weight:bold;
	padding: 0px 0px 4px 0px;
}

th {
	text-align: left;
	font-weight:bold;
}

th, td {
	padding: 4px 4px 4px 0px;
}

#venueList, #downloadList {
	margin-left: 0px;
	padding-left: 0px;
}

#venueList li, #downloadList li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	line-height:1.5;
}

#venueList li{
	list-style:none;
}

/* ************************************************************* */
/* ENQUIRY PAGE SPECIFIC STYLES
/* ************************************************************* */

#enqCol1 {
	float: left;
	width: 470px;
	font-size: 0.7em;
	line-height:1.5;
}

#enqCol2 {
	float: right;
	width: 470px;
	font-size: 0.7em;
	line-height:1.5;
}

#tblContact1, #tblContact2, #tblContact3, #tblContact4, #tblContact5 {
	margin-left: 3px;
}

#tblContact1 summary, #tblContact1 th, #tblContact2 summary, #tblContact2 th, #tblContact3 summary, #tblContact3 th, #tblContact4 summary, #tblContact4 th, #tblContact5 summary, #tblContact5 th {
	display: none;
}

#tblContact1 th, #tblContact1 td, #tblContact2 th, #tblContact2 td, #tblContact3 th, #tblContact3 td, #tblContact4 th, #tblContact4 td, #tblContact5 th, #tblContact5 td {
	padding: 3px;
}

#tblContact1 caption, #tblContact2 caption, #tblContact3 caption, #tblContact4 caption, #tblContact5 caption {
	text-align: left;
	background-color: #ED1C24;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
	margin-right: 3px;
}
