/* ===================================================

CSS for Baruhlo - v1.1

Author: 		Whitespace Design
Contact: 		emily@whitespacedesign.co.uk
Website: 		http://www.whitespacedesign.co.uk
created: 		April 2008

Colour reference

purple, dark - 554890
purple, light - b2a9d7
purple, med - 7a6eaf
purple, very dark - 1b0e53
green, dark, bright - accd0c
green, light, bright - cde071

====================== resets ===================== */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,td,tr,th
	{margin:0; padding:0 }
h1,h2,h3,h4,h5,h6,pre,code,input,textarea {font-size:1em;font-weight: normal;}
a img,:link img,:visited img { border:none;}
:link,:visited { text-decoration:none;}
ul, form ol { list-style:none;}
address {font-style: normal;}

a:active {outline: none;}
:focus {-moz-outline-style: none;}
/* http://sonspring.com/journal/removing-dotted-links */

.screenreader {
	position : absolute;
    top : -9000px;
    left : -9000px;
    }

.imageReplace,
h1 {text-indent: -9000px;}

.clearfix:after { /* makes float container block clear floated blocks inside it */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;} /* fix for about clearfix for IE PC */
/* End hide from IE-mac */

.hidden {display: none;}
acronym {border-bottom: 1px dotted #000;}
.clear {clear:both;}



/*====================== main positioning =====================*/



body {
	font: 75% arial, helvetica, sans-serif;
	text-align: center;
	background-color: #554890;
	}

#global {
	width: 880px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	background: #accd0c url(/graphics/bg_maincol_solid1.gif) 0 top repeat-y;
	}

#header {
	float: left;
	position: relative;
	width: 880px;
	background-color: #554890;
	}
	
#logo {
	position: absolute;
	margin: 10px 0 0 -30px;
	}
#logo a img {display:none;}
#logo a {
	display:block;
	background: #554890 url(/graphics/logo.gif) 0 0 no-repeat;
	width: 377px;
	height: 171px;
	}
	
#mainNav {
	width: 510px;
	float: right;
	margin: 115px 0 17px 0;
	height: 56px;
	}
	
#mainNav ul {
	list-style: none;
	display: inline;
	font-size:1.333em;
	line-height: 1.125em;
	}
#mainNav li {
	float: left;
	display: block;
	padding: 0 0px 8px 20px;
	}
	
#mainContent {
	width: 880px;
	float: left;
	background: url(/graphics/tertiary_bg.jpg) right 0 repeat-y;
	}
	
#primaryBlock {
	width: 370px;
	float: left;
	padding: 0 15px 20px 15px;
	}
	
#secondaryBlock {
	width: 232px;
	float: left;	
	padding: 0px 15px 20px 15px;
	border-left: 1px solid #554890;
	}
	
#wrap2 {
	float: left;
	width: 663px;
	background: url(/graphics/bg_leftcorner_round.gif) left top no-repeat;
	}
	
#wrap1 {
	float: left;
	width: 880px;
	background: url(/graphics/bg_maincol_pattern.gif) 128px 5em no-repeat;
	}
	
#tertiaryBlock {
	width: 216px;
	float: left;
	border-left: 1px solid #554890;
	}
	
#tertiaryBlock div img {
	float: left;
	margin: 0px 0 1px 0;
	padding: 0px;
	}
	
#primaryBlock span.date {
	color: #FFF;
	display: block;
	padding-top: 3px;
	}
	
#primaryBlock div.category {
	display: block;
	float: left;
	}
	
#bottomBox {
	float: left;
	width: 865px;
	background-color: #b2a9d7;
	padding: 23px 0px 15px 15px;
	color: #7266A8;
	border-top: 1px solid #554890;
	}
	
#bottomBox li {
	width: 260px;
	float: left;
	padding-right: 25px;
	}
	
#bottomBox li p {
	font-size: 1.5em;
	font-style: italic;
	margin-bottom: 1em;
	}
	
#footer {
	width: 880px;
	clear: both;
	padding-top: 6px;
	background-color: #554890;
	}

	
/*====================== navigation =====================*/

#mainNav li a {
	display: block;
	float: left;
	height: 24px;
	text-indent: -5000px;
	}
	
#mainNav li.nav1 {
	padding-left: 61px;
	}
	
#mainNav li.nav6 {
	padding-left: 167px;
	}
	
#mainNav li.nav1 a { width: 48px; background-image: url(/graphics/nav_home.gif); }
#mainNav li.nav2 a { width: 76px; background-image: url(/graphics/nav_about.gif); }
#mainNav li.nav3 a { width: 38px; background-image: url(/graphics/nav_gigs.gif); }
#mainNav li.nav4 a { width: 116px; background-image: url(/graphics/nav_news-events.gif); }
#mainNav li.nav5 a { width: 91px; background-image: url(/graphics/nav_contact.gif); }
#mainNav li.nav6 a { width: 59px; background-image: url(/graphics/nav_join.gif); }
#mainNav li.nav7 a { width: 120px; background-image: url(/graphics/nav_sound.gif); }
#mainNav li.nav8 a { width: 61px; background-image: url(/graphics/nav_gallery.gif); }
#mainNav li.nav9 a { width: 43px; background-image: url(/graphics/nav_links.gif); }

	
#mainNav li a:hover,
#mainNav li#current a {
	background-position: 0 -24px;
	}


/*====================== text styles =====================*/
	
#one .nav1,
#two .nav2,
#three .nav3,
#four .nav4,
#five .nav5,
#six .nav6,
#seven .nav7,
#eight .nav8,
#nine .nav9 {
	font-weight: bold;
	}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	}

h1 {   
	width: 652px;
	height: 37px;
	float: left;
	margin: 37px 0 25px 15px;
	background: url(/graphics/h1_homepage.gif) left top no-repeat;
	}   
	
#contact_us h1 { background-image: url(/graphics/h1_contact.gif); } 
#about_us h1 { background-image: url(/graphics/h1_about_us.gif); }  	
#gigs h1 { background-image: url(/graphics/h1_gigs_previous.gif);    }
#upcoming-gigs h1 { background-image: url(/graphics/h1_gigs_upcoming.gif);    }   
#previous-gigs h1 { background-image: url(/graphics/h1_gigs_previous.gif);    }   
#join_us h1 { background-image: url(/graphics/h1_joinus.gif);       }
#links h1 { background-image: url(/graphics/h1_links.gif);      } 
#news h1 { background-image: url(/graphics/h1_news.gif);      } 
#sound h1 { background-image: url(/graphics/h1_sound-video.gif);       } 

#primaryBlock ul {
	list-style-type: disc;
	padding:0 0 20px 20px;
	}

#primaryBlock p,
#primaryBlock li {
	color: #1b0e53;
	font-size:1.167em;
	line-height: 1.286em;
	margin-bottom: 1em;
	}
	
#primaryBlock li p {font-size: 1em;}
	
h2 {
	font-size: 1.5em;
	margin: 0 0 .75em 0;
	color: #1b0e53;
	}
	
h3 {
	font-size: 1.333em;
	margin: 0 0 .4em 0;
	color: #1b0e53;
	}

#secondaryBlock {color: #1b0e53;}

#secondaryBlock .date {
	color: #1b0e53;
	line-height: 1.5em;
	}
	
#primaryBlock a,
#secondaryBlock a {
	color: #554890;
	}
	
#primaryBlock a:hover,
#secondaryBlock a:hover {
	text-decoration: underline;
	}
	
#secondaryBlock p {margin-top: 0px;}

#secondaryBlock ul {padding: 0px;}

#secondaryBlock li {
	list-style: none;
	margin-bottom: 1em;
	}

blockquote {margin-left: 10px;}

#primaryBlock .item p {
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#primaryBlock .item .description p {
	margin-bottom: .5em;
	}
	
#primaryBlock .item p.location {margin-top: 5px;}
#primaryBlock .item p.link {font-size: 1em;}

#primaryBlock .item {margin-bottom: 1em;}
	
#secondaryBlock p.moreLink {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	}
	
#secondaryBlock p.moreLink a {
	font-weight: bold;
	}
	
#booking {
	width: 370px;
	height: 128px;
	}
#booking a {
	display: block;
	width: 370px;
	text-align: center;
	background: url(/graphics/booking.png) center top no-repeat;
	height: 88px;
	padding-top: 40px;
	font-size: 1.5em;
	}
#secondaryBlock #booking a:hover,
#booking a:hover {
	background-position: center -128px;
	text-decoration: none;
	}
	
#secondaryBlock #booking {
	width: 232px;
	}
#secondaryBlock #booking a {
	width: 232px;
	font-size: 1.167em;
	background: url(/graphics/booking_small.png) center top no-repeat;
	}
	
#booking strong {
	display: block;
	margin-top: 35px;
	font-weight: normal;
	}	
	
#tertiaryBlock p {
	color: #7a6eaf;
	padding: 2px;
	font-size: .917em;
	line-height: 1em;
	text-align: right;
	}
	
form ol {
	list-style: none;
	padding: 0px;
	}

label {
	display: block;
	float: left;
	width: 150px;
	}
	
fieldset fieldset label {
	width: 80px;
	}
	
.image {
	float: right;
	margin: 0 0 10px 10px;
	width: 200px;
	}
	
.image p {
	margin: 0px;
	font-size: .833em;
	}

#footer,
#footer a {
	text-align: right;
	color: #b2a9d7;
	}

#footer a:hover {
	color: #fff;
	}	
	
#footer a.nolink:hover {
	color: #b2a9d7;
	}

/*===================== sIFR styles =====================*/
/*                     do not modify                     */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced {visibility: visible !important;}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {display: none !important;}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash .blue {
	visibility: hidden;
	letter-spacing: 3px;	
	}

.sIFR-hasFlash .yellow {
	visibility: hidden;
	letter-spacing: 3px;
	}

.sIFR-hasFlash h1 {visibility: hidden; height: 27px; }

.sIFR-hasFlash .rightColSideItem p span {
	visibility: hidden; 
	float: left; 	
	line-height: 1.5em;
	}