/* Start of CMSMS style sheet 'Music Live CSS' */
body {
	color:#333;
	background-color:#f3f1e7; /*Old Beige-y colour*/
	/*background-color: #000000;*/ /*Black*/
	margin-top: 20px;
        margin-left: -10px;
	padding:0px;
	/*font:11px verdana, arial, helvetica, sans-serif;*/
	font: 12px Georgia, "Times New Roman", Times, serif;
	overflow-x: hidden;
	width: 100%;
	}
	
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Bodoni MT", "Georgia", "Garamond", serif;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h6 {
color: a7a37e;
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

p {
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color: #AD1112;
}

a:hover {
	text-decoration: none;
	/*font-weight: bold;*/
}  

table {
 width: 500px;
 margin-right: auto;
 margin-left:auto;
}


/*---------- Layout Stuff ----------*/

.container {
	margin: 0 auto;
margin-left:10px;
	/*width: 100%;*/
	}
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 70px 20px 300px;
	/*border:1px solid black;*/
	border: none;
	/*background-color:white;*/
	background: none;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	text-align: center;
	}

#leftbar{
	position:absolute;
	width:260px;
	max-width: 260px;
	top:20px;
	left:20px;
	/*border:1px dashed black;*/
	border: none;
	/*background-color:#eee;*/
	background: none;
	padding:10px;
	z-index:2;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:238px;
	}
	
body>#leftbar {width:238px;}
		
#rightbar {
	position:absolute;
	width:260px;
	max-width: 260px;
	top:20px;
	right:20px;
	/*border:1px dashed black;*/
	/*background-color:#eee;*/
	padding:10px;
	z-index:1;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:238px;
	}
	
body>#navBeta {width:238px;}

/*----- Box Layout -----*/
.box { 
  background: #FFFFFF; 
}
.boxtop { 
  background: url(http://musiclive.co.nz/images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 10px; 
  background: url(http://musiclive.co.nz/images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(http://musiclive.co.nz/images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 10px; 
  background: url(http://musiclive.co.nz/images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

#imagestrip {
background-image: url(http://musiclive.co.nz/images/imagestrip.jpg) no-repeat;
}

/*----- Logo Layout -----*/
/* Logo */

#logocontainer {
	margin-bottom: 220px;
	}
	
#logo {
	float: left;
	width: 260px;
	height: 200px;
	/*margin-bottom: 50px;*/
	background: #ffffff url(http://musiclive.co.nz/images/logobox.gif);
	/*background: #33CCFF;*/
	background-position: center center;
	font-family: "Bodoni MT", "Georgia", "Garamond", sans-serif;
}

#logo h1, #logo h2 {
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-family: "Bodoni MT", "Georgia", "Garamond", sans-serif;
}

#logo h2 {
	font-size: 18px;
	font-family: "Bodoni MT", "Georgia", "Garamond", sans-serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Bodoni MT", "Georgia", "Garamond", sans-serif;
}

/*----- Sidebar Box Layout -----*/
.sidebarbox {
	/*background: #33CCFF;*/
	background: #ffffff url(http://musiclive.co.nz/images/sidebarbottom.gif) no-repeat left bottom;
	width: 260px;
	margin-top: 10px;
}

.sidebarbox .title {
	height: 30px;
	width: 250px;
	/*margin: 0;*/
	/*margin-top: 100px;*/
	padding: 10px 0 0 10px;
	background: url(http://musiclive.co.nz/images/sidebartop.gif) no-repeat;
	/*background: #33CCFF;*/
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	font-family: "Bodoni MT", "Georgia", "Garamond", sans-serif;
}

.sidebarbox .sbcontent {
	max-width: 230px;
	padding: 15px;
	padding-right: 15px;
	background: url(http://musiclive.co.nz/images/contentbg.gif) repeat-x;
	/*background: #33CCFF;*/
	font-family: "Georgia", "Garamond", sans-serif;
	width: 230px;
}

/*---------- Menu Stuff ----------*/
#menucontainer {
	margin: 0px auto;
	margin-top: 10px;
	}
	
#menu{
/*margin: 0 auto;*/
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#menu ul{
font: bold 11px Arial;
/*margin: 0px auto;*/
/*margin-left: -15px; /*margin between first menu item and left browser edge*/
list-style: none;
}

#menu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#menu a{
float: left;
display: block;
color: #ffffff;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 5px;
text-decoration: none;
letter-spacing: 1px;
background-image: url(http://musiclive.co.nz/images/gradient.gif); /*Default menu color*/
/*background-color: #33CCFF;*/
border-bottom: 1px solid #000000;
}

#menuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
/*background: #88dd00;*/
background: #ffffff;
}

#legal {
	color: #000000;
	}
	
#legal a {
	color:#000000;
	}

#supportlogos {
          display: inline;
          }




.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 40px; /* .push must be the same height as .footer */
width: 100%;
}

.footer {

background-color: #046380;
color: #02f2f;
text-align: right;
padding-right: 15px;
font-family: "Helevtica Neue", "Helvetica", Arial, sans-serif;
}

.footer p {
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
font-size: 120%;
}

.footer a {
color: #a7a37e;
}

.footer a:hover {
color: #a7a37e;
}





#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 40px;}  /* must be same height as the footer */

#stickyfooter {position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

          
/* End of 'Music Live CSS' */

