/* 
-----------------------------------
-----------------------------------
Site:       www.musicinparks.co.nz
CSS author: Pauline Standen
Created:    29 November 2011
Updated by: 
-----------------------------------
-----------------------------------
*/

/* 
-----------------------------------
global
-----------------------------------
*/


body
{
	margin: 0;
	padding: 0;
	font: 75%/1.4 Arial, Helvetica, sans-serif;
	color: #001d34;
	background: #e0e2e4 url(/images/template/background.jpg) no-repeat bottom fixed;
}

a:link { color: #005ea7; text-decoration:none;}
a:visited { color: #005ea7;  text-decoration:none;}
a:hover { color: #ef4c23; text-decoration:underline; }
a:active, a:focus { color: #005ea7; text-decoration:none;}

img { border: none; }

h1, .h1{font-size: 180%;}
h2, .h2{font-size: 160%;}
h3, .h3{font-size: 140%; margin:0;}
h4, .h4{font-size: 120%;}
h5, .h5{}
h1.block{
    background-color: #eb4d05;
    color: #fff;
	padding: 2px 18px;
	margin:0 -18px 8px -18px ;
}
h1 span{
	background: url(/images/template/dotsjazz.gif) no-repeat center;
	padding: 0 24px;
}
h2.block{
    clear: left;
    background: url(/images/template/blockseries.png) no-repeat left;
    color: #fff;
	padding: 2px 12px 4px 12px;
	font-size: 130%;
	font-weight: normal;
		border-bottom: 1px dotted #009cd7;
}
h2.detail{margin-top: 0px;padding-top:0px;}
.promoSeries h3.block,  h3.block{
clear: left;
    background: url(/images/template/blockseries.png) no-repeat left;
    color: #fff;
	padding: 2px 12px;
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 0px;
	border-bottom: 0px;
	
}
h2.withLine{
  display:block; 
  border-top: 1px solid #7FBFD6;
  padding-top: 5px;
}

.clearBoth{
 clear: both;
 height: 1px;
}
p {margin: 6px 0 8px 0;}

#accesskeys{
	display:none;
}
/* 
-----------------------------------
wrapper
-----------------------------------
*/

#wrapper
{
 width: 958px;
 padding: 0 0 94px 0;
 margin: 0 auto;
 overflow: hidden;

}
/* 
-----------------------------------
header
-----------------------------------
*/

#header { 
 margin-top: 20px;
  text-align: center;
 height: 148px;
 }
 
 /* 
-----------------------------------
Navigation
-----------------------------------
*/
#navigation {
 width: 398px;
   overflow: hidden;
   margin-left: 280px;
}

#navigation ul{
 margin: 0;
 padding: 0;
}

#navigation ul li{
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
}

#navigation ul li a{
 float: left;
 display: block;
 color: #ff;
 text-decoration: none; 
 margin: 0;
 font-weight:bold;
 /*padding: 30px;*/
 padding-top: 67px;
 margin: 0 9px;
 background-repeat: no-repeat;
 text-align: center;
 width: 64px;
 padding-bottom: 0px;
}
#navigation ul li a.navhome{
   background-image: url(/images/template/navhome.png);
   background-position: 4px 0px;
   margin: 0 9px 0 2px;
}
#navigation ul li a.navevents{
   background-image: url(/images/template/navevents.png);
   background-position: 4px 0px;
}
#navigation ul li a.navartists{
   background-image: url(/images/template/navartists.png);
   background-position: 4px 0;
}
#navigation ul li a.navabout{
   background-image: url(/images/template/navabout.png);
   background-position: 4px  0;
}
#navigation ul li a.navgallery{
   background-image: url(/images/template/navgallery.png);
   background-position: 4px 0;
   margin: 0 0 0 12px;
}
#navigation ul li a.navhome:hover{
   background-position: 4px -117px;
}
#navigation ul li a.navevents:hover{
   background-position: 4px -117px;
}
#navigation ul li a.navartists:hover{
   background-position: 4px -117px;
}
#navigation ul li a.navabout:hover{
   background-position: 4px -117px;
}
#navigation ul li a.navgallery:hover{
   background-position: 4px -117px;
}
#navigation ul li a.current{
	background-position: 4px -240px
}

#navigation ul li a span, #navigation ul li a.visited span{
 text-align: center;
color: #eae9eb;
}
#navigation ul li a.current span, #navigation ul li a:hover span{
 text-align: center;
 color: #ef4c23;
}



 /* 
-----------------------------------
Breadcrumbs
-----------------------------------
*/
#breadcrumbs {
 clear:both;
 width: 900px;
 padding:6px 2px 0px 32px;
 font-size: 85%;
}

 /* 
-----------------------------------
Content layout boxes
-----------------------------------
*/

#contentFull{
 float: left;
 width: 642px;
 min-height: 500px;
 margin: -15px 0 5px 0px;
 padding: 0 18px 6px 18px;
 overflow:hidden;
 	background-image: url(/images/template/contentbackground.png);
}
#content, .content{
 float: left;
 /*width: 398px;*/
 width: 362px;
 min-height: 200px;
 margin:10px 0 5px 0px;
 padding: 0 18px 6px 18px;
 overflow:hidden;
 	background-image: url(/images/template/contentbackground.png);
}
.content{background-image: none; padding:0;margin:0;}
#contentHome{
 float: left;
 width: 398px;
 min-height: 700px;
 margin:10px 0 5px 0px;
 overflow:hidden;
}
.contentHome{
   background: url(/images/template/contentbackground.png);
   padding: 10px 18px;
}
#promo{
 float: left;
 width: 253px;
 margin: -15px 27px 5px 0px;
 padding:0;
}
#contentFull #promo {
	 margin: 0px 27px 5px 0px;
}
#contentFull #content{
	 margin:0;
	  min-height:200px;
}
#search{
 float: left;
 width: 253px;
 margin: -15px 0 5px 27px;
 padding:0;
 overflow:hidden;
}
#search #promo .follow, #search #promo .hrtop{
	display: none;
}
#search #promo{
	margin-top: 5px;
}
#social{
	 float: left;
      width: 253px;
      margin: -15px 27px 5px 0px;
      padding:0;
	  height: 36px;
}
#search.moveUp{
  margin: -42px 0 5px 27px;
}
.train{
	background: transparent url(/images/template/train.gif) no-repeat 0 0;
	padding: 4px 0 4px 24px;
	margin: 10px 0;
	display: block;
}
.bus{
	background: transparent url(/images/template/bus.gif) no-repeat 0 0;
	padding: 4px 0 4px 24px;
	margin: 10px 0;
	display: block;
}
 /* 
-----------------------------------
search 
-----------------------------------
*/


div.searchBox form{
	margin: 0 0 10px 0 ;
	padding: 6px;
		
}
div.searchBox form input, div.searchBox form select{
	border:none;
	padding: 2px;
	width: 292px;
}
div.searchBox form select{
  width: 298px
}
div.searchBox form input.button{
	width: auto;
	float: right;
}
 div.searchBox ul{
	padding-left: 20px;
}

/*---------------------------------
Search column
-----------------------------------*/
hr{
	border-top: 1px solid #a6bed0;
	border-bottom: 1px solid #a6bed0;
	height: 2px;
	background-color: transparent;
	color: transparent;
	border-left: none;
	border-right: none;
}
#content hr{
		border-top: 1px solid #eaf8fb;
    	border-bottom: 1px solid #ebf7fb;
}
#contentFull hr{
		border-bottom: 1px dotted #eaf8fb;
    	border-top: none;
}
.find h3{
 color: #fff;
 margin: 0;
 padding: 8px 0 0 0px;
 font-size: 190%;
 text-transform: uppercase;
 height: 34px;
 font-weight: bold;
 font-family: "Arial Narrow", Arial;
 letter-spacing: 1px;
}
#search input.go{
	float: right;
	margin-top: -54px;
	background: url(/images/template/go.png) 0 0 no-repeat;
}
#search input.go:hover{
	background-position: 0 -43px;
}
.promoSeries{
	margin: 12px 0 18px 0;
}
.promoSeries .sideButton{
    width: 253px;
	height: 49px;
	padding: 0;
	margin: 3px 0 9px 0;
	float: left;
}
.promoSeries .sideButton span {
  display: none;
}
.promoSeries .jazz{
  background: url(/images/template/promojazz.png) no-repeat;
}
.promoSeries .culture{
  background: url(/images/template/promoculture.png) no-repeat;
}
.promoSeries .summer{
  background: url(/images/template/promosummer.png) no-repeat;
}
.promoSeries .sideButton:hover{
	background-position: 0 -50px;
}
.mainSeries{
	margin: 12px 0 18px 0;
}
.mainSeries a span {
	width: 398px;
	height: 49px;
	overflow: hidden;
	cursor: pointer;
}
.mainSeries .sideButton{
    width: 362px;
	height: 49px;
	padding: 0;
	margin: 3px 0 9px 0;
}
.mainSeries .summer{ background: url(/images/template/promosummerlrg.gif) no-repeat;}
.mainSeries .culture{background: url(/images/template/promoculturelrg.gif) no-repeat;}
.mainSeries .jazz{background: url(/images/template/promojazzlrg.gif) no-repeat;}
.mainSeries .summer:hover, .mainSeries .culture:hover, .mainSeries .jazz:hover{background-position: 0 -49px;}
/*-------------------------------------
calendar
--------------------------------------*/
.calendarBox{
	width: 250px;
	border-bottom: 8px solid #09aed3;
	border-top: 1px dotted #7ea9c5;

}
 .calendarBox h4{
	color: #fff;
	font-family: "Arial Narrow", Arial;
	letter-spacing: 1px;
	font-size: 160%;
	text-transform: uppercase;
	margin: 12px 0 12px 10px;
}

.calendar td.etd{
 /* opacity: 0.9;
  filter:alpha(opacity=90); */
}
.calendar td, .calendar th{
	border: 1px solid #a2d4e9;
	border-collapse: collapse;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	color: #231f20;
		font-size: 110%;
}
.calendar th{
	background-color: #09aed3;
	color: #fff !important;
}
.calendar td{
    background-color: #fff;
	color: #939598;
}
.calendar td, .calendar th{
	width: 34px;
	height: 23px;

}
.calendar {
    width: 100%;
	border-collapse: collapse;
	border: none;
}
.calendar td.nbt, .calendar th.nbt{
	border-top: none;
}
.calendar td.nbb, .calendar th.nbb{
	border-bottom: none;
}
.calendar td.nbl, .calendar th.nbl{
	border-left: none;
}
.calendar td.nbr, .calendar th.nbr{
	border-right: none;
}

.calendar a, .calendar a:link, .calendar a:visited, .calendar a:focus{color: #000;}
.calendar a:hover{text-decoration: none;	color: #fff;}
.calendar td.etd:hover {
	background-color: #f76312;
	cursor: pointer;
}
.calendar td:hover {
	background-color: #fff;
}
.calendar td.etd:hover a:link, .calendar td.etd:hover a:visited{
	color:#fff;
}
.calendar td.selectedDate{
	background-color: #f76312;
}
.calendar td.selectedDate a:link, .calendar td.selectedDate a:visited{
	color: #fff;
}
.mtbm{
	margin: 10px 0 20px 0;
}
.thisWeekend{
margin-top: 10px;
	background: url(/images/template/thisweekend.png) 0 0 no-repeat;
	height: 41px;
	width: 253px;
}
.thisWeekend span{
	font-size: 130%;
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0px 0px 70px;
}
.thisWeekend  a:hover{
		color: #fff;
		text-decoration: none;
}
.thisWeekend:hover{
	background-position: 0 -41px
}
.downloadpdf{
	background: url(/images/template/download.png) 0 6px no-repeat;
	display: block;
	height: 40px;
	width: 230px;
	margin: 20px 6px 20px 0;

}
.downloadpdf a, .downloadpdf a:link,.downloadpdf a:visited{
	padding-left: 46px;
	padding-right: 30px;
	display: block;
	color: #fff;
	width: 160px;
	font-size: 120%;

}

/*---------------------------------
search results display
-----------------------------------*/

.listingBlock {display: block; margin: 8px 0; width: 100%; padding: 0 0 12px 0;border-bottom: 1px dotted #40a0ca; position: relative; min-height: 133px;}
.listingBlock:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:""; }
/*.listingBlock img{float:left; display: block; width: 100px; height: 100px; margin: 0 10px 0 0;padding: 0px; border: 2px solid #ace1fa;}*/
.listingBlock img{float:left; display: block; width: 100px; margin-right: 10px; }
.listingBlockTxt{margin: 0; display: table-cell; padding: 0; width: 252px;}
.listingBlockTxt h4{margin: 0; display: block;}
.listingBlockTxt h4 a, .listingBlockTxt h4 a:focus, .listingBlockTxt h4 a:visited .listingBlockTxt h4 a:hover{color: #001d34;text-decoration: none;}
.listingBlockTxt p{margin: 0;}

.moreLinks{
		position: absolute;
		bottom: 2px;
		right: 10px;
		font-weight: bold;
}
.artistMore{
		font-weight: bold;
		text-transform: uppercase;
		padding: 10px 0px;
}
.searchResults .thec {
   background: url(/images/template/dotsculture.png) no-repeat 2px 110px;
}
.searchResults .jazz {
   background: url(/images/template/dotsjazz.png) no-repeat 2px 110px;
}
.searchResults .summ {
   background: url(/images/template/dotssummer.png) no-repeat 2px 110px;
}
a.voteNow{
	height: 10px;
	display: block;
	font-size: 70%;
}
a.voteNow div{
	background: url(/images/template/votenow.png) no-repeat 0 0;
}
 a.voteNow div:hover{
	background-position: 0 -14px;
	text-decoration:none;
}
.detailFollow {
	display: block;
	width: 180px;
	float: right;
}
.detailFollow a{
	float: left;
	margin: 0 3px;
		padding: 0;
}
.detailFollow a div{
	margin:0;
	padding: 0;
		display: block;
}
.detailFollow a.ical {
	background: url(/images/template/calendar.png) no-repeat 0 0;
	width: 25px;
	height: 24px;
	display:block; 
	float: left;
}
.detailFollow a.ical:hover{
	background-position: 0 -24px;
}
.detailFollow a.send{
	background: url(/images/template/send.png) no-repeat 0 0;
	width: 25px;
	height: 24px;
	display:block; 
	float: left;
}
.detailFollow a.send:hover{
	background-position: 0 -25px;
}
.detailFollow a.fbrsvp{
	background: url(/images/template/fbrsvp.png) no-repeat 0 0;
		height: 26px;
		width: 69px;
		display:block; 
	float: left;

}
.detailFollow a.fbrsvp:hover{
	background-position: 0 -26px;
}
 /* 
-----------------------------------
Promo column
-----------------------------------
*/
.follow{
	display: block;
	padding: 0;
	overflow: hidden;
	margin:0;
}
.follow a span{
	display: none;
}
.follow a{
   margin: 0 10px 0 0; 
   padding: 0px;
   height: 26px;
   width: 26px;
   border: 0px;
   float: left;
}
.follow .facebook{
	background: url(/images/template/facebook.png) 0 0 no-repeat;
	padding: 0px;
}
.follow .twitter{
	background: url(/images/template/twitter.png) 0 0 no-repeat;
}
.follow .email{
	background: url(/images/template/email.png) 0 0 no-repeat; 
}
.follow a:hover{
	background-position: 0 -26px;
}
.movies{
	margin: 22px 0 20px 0;
	background: url(/images/template/moviespromo.png) 0 0 no-repeat;
}
.movies span{
 display: none
}
.movies:hover{
	background-position: 0 -65px;
}

/*--------------------------------
content stuff
----------------------------------
*/
.newsLinks {
	background: url(/images/template/star.png) 0 0 no-repeat;
	padding-left: 26px;
}
.transport{
	display: none;
}
.journey {
  width: 280px;
  display: block;
  margin-top: -56px;
}

 /* 
-----------------------------------
Footer
-----------------------------------
*/


#footer { 
  clear:both; 
  position:fixed; 
  bottom:0px;     
  height:84px;     
  width:958px; 
 background-color: #063a69;  
  z-index: 100;
  color: #fff;
}   
	  /* IE 6 */  
* html #footer {     
  position:absolute;     
  top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');  
 }
#footer a:link{
	color: #fff;
	  text-transform: uppercase;
}

#footer a:link, #footer a:visited, #footer a:focus  {
	color: #fff;
	  text-transform: uppercase;
}
#footer .left{
	margin: 14px 40px 0 50px;
	float: left;
}
#footer .mid{
	margin: 20px 40px 0 0px;
	float: left;
}
#footer .right{
	margin: 12px 40px 0 50px;
	float: right;
}
#footer .mid span{
	font-size: 80%;
	margin-top: 18px;
	padding-left: 0px;
		color: #fff;
}
#footer .left a{
	height: 53px;
	width: 55px;
	float: left;
	background: url(/images/template/top.jpg) 0 0 no-repeat;
}
#footer .left span{
	display: none;
}
#footer .left a:hover{
	background-position: 0 -54px;
	text-decoration:none;
}

 /* 
-----------------------------------
Misc
-----------------------------------
*/

div.noBorder{border: 0px}
p, ul{
	font-weight: normal;
}

h2.twitter{
	color: #009cd7;
	font-size: 150%;
	margin-top;: 0px;
	padding-bottom: 10px;
	padding-left: 45px;
	background: url(/images/template/twitterbird.png) 0 0px no-repeat;
border-bottom: 1px solid #fff;
	
}
div#twitter_div ul
{
list-style-type: none;
margin-left: 0px;
padding: 2px 2px 2px 2px;
}
 
div#twitter_div ul li
{
list-style-type: none;
margin-left: 0px;
padding: 6px 0;

	border-bottom: 1px dotted #009cd7;
}

div.twitter{
	padding: 2px 10px 10px 10px;
	margin-top: 10px;
	background: url(/images/template/fbbackground.png);
}
/*
--------------------------------------
email to a friend page
--------------------------------------
*/
body.Email{background-position: 0 0;}
#wrapperEmail{
 width: 400px;
 padding: 0;
 margin: 0 auto;

}
#email{
	 float: left;
     width: 400px;
      min-height: 480px;
      margin: 2px 0;
	background-color:#ffffff; 
}
#wrapperEmail h1{
	background:url(/images/template/musicemail.png) no-repeat;
	color: #fff;
	padding: 2px 6px 2px 7px;
	 font-size: 140%;
	 text-transform: none;
	 	 margin-bottom: 0;
}
#email h1 span{
	padding: 0 15px;
}

#email form{
	border: none;
	padding: 20px;
}

#email form input{
	width: 350px;
}
#email form input.chkBox{
	width: 20px;
}
#email form textarea {
	width: 350px;
}
#email form input.btnSubmit{
   width: 120px;
   float: right;
   margin-right: 4px;
	
}

.missing{
	background-color: #ecdbb4;
}

.important {
	color: #f00;
}

div.message{
	margin: 20px  20px 0  20px;
}
.userdata {
	color: #6fb344;
}

.youTubeLeft{
  margin-left: 20px; 
}

.youTubeRight{
  float:right;
  margin-left: 20px; 
  width: 340px;
}
.youTubeFull{
  margin: 8px 0; 
  border: none;
  z-index: 1;
  width:678px;
}
.youTubeFull object, .youTubeFull embed{
	width: 642px;
	height: 388px;
}

/*maps*/


.directions-form-container input, .directions-form-container select {
	border: 1px solid #bbb;
}

.directions-output {
	border-top: none;
}

 /*Logos*/

div.logos{
  background-color: #fff;
  padding: 6px;
}
div.logos img{
	padding: 6px;
}


/*---------------------------------
lightbox
-----------------------------------*/
div.gallerylrg img{
	padding-right: 5px;
	padding-bottom: 4px;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color:#fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prev2.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/next2.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	
/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*facebook side bar feed box*/
.fb-like-box {
margin-top: 14px;
	background: url(/images/template/fbbackground.png);
}
#LikeboxPluginPagelet{
	opacity: 1.0;
	filter:alpha(opacity=100);
}
