/* @override http://wangarattajazz.com/style.css */

/* @override http://wang.efront.com.au/style.css */

/* @override http://wang.efront.com.au/style.css */

/* @override http://wang.efront.com.au/style.css */

/* @override http://wang.efront.com.au/style.css */


*{
	margin: 0;
	padding: 0;
}

html{
	
}

body{
	font-family: helvetica, arial;
	font-size: .75em;
	color: #333;
}

p{
	margin-bottom: 10px;
	line-height: 20px;
}

h1, h2,h3{
	margin: 10px 0px;
}

a{
	color:#333;
	text-decoration: underline;
}

#wrapper{
	width:945px;
	margin: 30px auto;
	
}

#nav_col{
	width:305px;
	float: left;
	padding-top: 240px;
	background: #fff url(/images/logo_new.png) top left no-repeat;

}

#content_col{
	width: 600px;
	float: right;
	

}

#content{
	margin-top: 20px;
}

a img{
	border: none;
}


/*NAVIGATION SIDE*/
.nav_sub ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 16px;
}
.nav_sub li{
	margin-bottom: 1px;
}

.nav_sub li a{
	display: block;
	text-decoration: none;
	margin-top: 0px;
	padding: 4px 0px 4px 8px;
	text-transform: lowercase;

}

.nav_sub li a:hover{
	background: #CD1527;
		color: #fff;
	}

.nav_sub li.selected a{
		background: #CD1527;
		color: #fff;
			text-transform: lowercase;


}


/*NAVIGATION TOP*/

.nav_top ul{
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	list-style-type: none;
	font-size: 14px;
	background: #CD1527;
	text-align: right;
}
.nav_top li{
	display: inline-block;
}

.nav_top li a{
	display: block;
	text-decoration: none;
	margin-top: 0px;
	padding: 7px 5px;
	color: #fff;
	text-transform: lowercase;
	}

.nav_top li a:hover{
	background: #CD1527;
	color: #FDB822;

	}

.nav_top li.selected a{
	background: #fff;
	color: #CD1527;	
	text-transform: lowercase;
	display: block;


}
#buy_tickets{
	background: #A0D8DD;
	font-size: 20px;
	padding: 4px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;	
}

#recent_news_heading{
	background: #FDB822;
	font-size: 20px;
	padding: 4px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
	margin-bottom:10px;
}

/*
.news{
	font-size: 13px;
	width: 197px;
	float: left;
	margin-right: 4px;
}
*/

.news{
	font-size: 13px;
	width: 280px;
	float: left;
	margin-right: 15px;
	font-size:12px;
}


.news p{
	line-height: 15px;
}




/*GALLLERY*/
.gallery_thumbs img{
	float:left;
	width: 95px;
	height: 95px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #fff url(/images/loader_on_white.gif) no-repeat center center;
}

/*
/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image:url(/images/overlay/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:600px; 
    height:470px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(/images/overlay/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black */ 
div.overlay.black { 
    background:url(/images/overlay/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(/images/overlay/white.png) no-repeat !important; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}


/* FORMS */

.form_line{
	width:620px;
	margin-bottom: 10px;
	clear:both;
}

.form_title{
	width:120px;
	float:left;
	text-align:left;
	padding: 5px;
	height: auto;
	margin-top: 5px;
}

.form_field{
	width:290px;
	float:left;
	padding-left:30px;
	margin-top: 5px;
}
.form_row{
	width:490px;
	padding-left: 5px;
	float:left;
	
}
.form_row_subscribe{
	width:290px;
	height: 40px;
	padding-top: 15px;
	padding-left: 5px;
	
}
.form_half{
	width:200px;
	padding-left: 5px;
	float:left;
	
}
.form_field_input{
	width:220px;
	padding: 4px;
	border:1px solid #666;
	
}
.form_field_subscribe{
	width:180px;
	padding: 4px;
	border:1px solid #666;
	
}
.checkbox{
	width:50px;
	padding: 5px;
	
}

.form_field_textarea{
	width:220px;
	padding: 3px;
	height:70px;
	padding: 4px;
	border:1px solid #666;
	
}

#content ul{
	margin-left: 20px;
	margin-bottom: 10px;
}

#content ul li{
	line-height: 22px;
}

hr{
	margin:10px 0px;
}
