
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {
	line-height: 1;
	color: #666666;
	background: white;
}
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* 	General Styles   */

* {
	margin: 0;
	padding: 0;
}

/* Default font settings. The font-size percentage is of 16px. (0.625 * 16px = 11px) */

body {
	 /*  background: #ededed url(../images/homepage/body_bg.gif) repeat-x top left;*/
background: url("../images/homepage/charlie_lora_skin.jpg") no-repeat scroll center top #fff;
	font: 11px Arial, Helvetica, sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.5;
}

#leftads a {    
    display: block;
    height: 685px;
    left: -180px;
    position: absolute;
    text-indent: -9999px;
    top: 145px;
    width: 180px;
    
}

#rightads a {    
    display: block;
    height: 685px;
    left: 780px;
    position: absolute;
    text-indent: -9999px;
    top: 145px;
    width: 180px;
    
}

/* Headings -------------------------------------------------------------- */

h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:1.1em;
	margin: 1em 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.1em;
	font-weight:bold;
}
h3 {
	font-size:1.1em;
	line-height:1.4;
	margin: .5em 0;
	font-weight: bold;
}
h4 {
	font-size:1em;
	line-height:1.25;
	margin-bottom:1.25em;
	font-weight: bold;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
	font-weight:bold;
}

/* Link anchors -------------------------------------- */

a.more, a.link-arw, ul.links a{
	background: url(../images/homepage/link-arrow.png) no-repeat left 4px;
	padding: 0 10px 0 15px;
	text-decoration: none;
	line-height: 1.5em;
	margin: 7px 1px 3px;
  font-weight:normal; 
  font-size:10px;
}

/* Text elements -------------------------------------------------------------- */

p { margin:0 0 1.5em; }
blockquote {
	margin:1.5em;
	font-style:italic;
}
strong { font-weight:bold; }
em, dfn { font-style:italic; }
dfn { font-weight:bold; }
sup, sub { line-height:0; }
abbr, acronym { border-bottom:1px dotted #666; }
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del { color:#666; }
pre {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}

/* Lists -------------------------------------------------------------- */

li ul, li ol { margin:0 1.5em; }
ul, ol { margin:0 0 1.5em 0; }
dl { margin:0 0 1.5em 0; }
dl dt { font-weight:bold; }
dd { margin-left:1.5em; }

.container {
		width: 780px;
	margin: 0 auto;
	position: relative;
}

/* Layout -------------------------------------------------------------- */

#header {
	width: 780px;
	margin: 0 auto;
	height: 145px;
	position: relative;
	background: #d8d8d8 url(../images/homepage/header_bg.jpg) no-repeat left bottom;
}
#logo { text-indent: -9999px; }
#logo a {
	background: url(../images/homepage/logo.png) no-repeat;
	display: block;
	width: 164px;
	height:80px;
	position: relative;
	top: 65px;
	left: 25px;
}
#content {
  
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0;
}
#content_inner {
	width: 780px;
	margin: 0 auto;	
	padding: 0;
  background-color:#fff;
}
#footer {
	width: 780px;
	margin: 0 auto;
	clear: both;
}
.col-2-1 {
	float: left;
	width: 520px;
	margin-left: 12px;
	display: inline;
}
.col-2-2 {
	float: left;
	width: 220px;
	margin-left: 15px;  
	display: inline;		
}


#col-2-1 {
	float: left;
	width: 520px;
	margin-left: 12px;
	display: inline;
}
#col-2-2 {
	float: left;
	width: 220px;
	margin-left: 15px;  
	display: inline;		
}

/* Navigation ---------------------------------------------------------- 

#nav-main { position: relative; top: 20px;left:355px;z-index:999;}

#nav-main li {
  position:relative;
	float: left;
  z-index:999;
}
#nav-main a {
	display: block;
	padding: 1px 17px 1px 6px;
	line-height: 1;	
	text-decoration: none;
	font-size:1.0em;
}

#nav-main a:active {
	display: block;	
	line-height: 1;	
	text-decoration: none;
	font-size:1.0em;
}

#nav-main ul ul a:link, #nav-main ul  ul a:visited {
	background-color:#C50C5A;
	color:white;
	text-decoration:none;
  z-index:999;
}
#nav-main a:hover, #nav-main ul  ul  a:hover, #nav-main a.active {
	color:#fdbe78;
	text-decoration:none;
  
}
#nav-main   ul  ul {
  position:absolute;
	display:none;
	margin:0em 0 0 -1em;
	padding:1em;
	top:auto;
	width:14.0em;
  z-index:500;
}

#nav-main ul  ul  li {
	width:14.0em;
	border-top: 1px solid #AD0E52;
  
}
#nav-main ul   ul a { padding: 7px 8px; }
#nav-main li:hover {
	cursor:pointer;
  z-index:100;
  
}
#nav-main li:hover ul { display:block; }*/

/* Navigation*/


#main-nav a,#main-nav a:hover { zoom: 1; }

#main-nav ul {
	display: block;
	position:absolute;
	left: 340px;
	top: 118px;
	z-index: 9999;
	width: 580px;
  
}
#main-nav ul li {
	min-height:1px;
	position:relative;
	z-index:100;
	vertical-align:bottom;
	float: left;
	display:inline;
	margin: 0;
}
#main-nav a {
	display: block;
	padding: 1px 17px 1px 6px;
	line-height: 1;
	text-decoration: none;
	font-size:11px;
	float: left;
	color: #fff;
	border-left: 2px solid;
}
#main-nav ul ul a:link, #main-nav ul ul a:visited, #main-nav ul ul a:active {
	background-color:#C50C5A;
	color:white;
	text-decoration:none;
	z-index:99;
}

#main-nav ul ul a:hover {
	color:#fdbe78;
	text-decoration:none;
}

#main-nav li.active a{ color: #FDBE78;}

#main-nav a:hover {
	color:#fdbe78;
	text-decoration:none;
}

#main-nav ul a:hover {
	color:#fdbe78;
	text-decoration:none;
}

#main-nav ul ul {
	display:none;
	margin:12px 0 0 0;
	padding:11px;
	position:absolute;
	top:auto;
	width:200px;
	z-index:500;
}

#main-nav ul ul { margin-left: -350px; margin-top:7px;}

#main-nav ul ul li { border-top: 1px solid #AD0E52; margin: 0; padding: 0; }

#main-nav ul ul a {
	padding: 7px;
	width: 156px;
	border-left: 0px none;
}

#main-nav li:hover {
	cursor:pointer;
	z-index:100;
  color:#fdbe78;
	text-decoration:none;
}

#main-nav li:hover ul { display:block; }

#main-nav ul ul li.onhover, #main-nav ul li:hover {
	position:relative;
	z-index: 2000;
  color:#fdbe78;
	text-decoration:none;
}
/* menu ends */

#nav-sub {
	list-style-type: none;
  float:left;
  margin:0;  
}

#nav-sub li {
  float:left;
}
#nav-sub a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
}
#nav-sub a.first {
	border-left: 0px none;
	padding-left: 0;
}

#nav-sub li.logged-in
	{
	    margin-top: 5px;
	    border-right: 0px none;
	    clear: both;
      color:#CD165D;
      }

/* Index Page ---------------------------------------------------------- */

#flash-banner { width: 520px; z-index: 0; border:1px solid #ccc;}
#event-finder { height: 322px; margin-top:-10px;}
#bundle-finder { height: 52px; margin-top:-10px;}
#event-finder-content { padding: 5px 10px; height: 283px;}
#event-promotion-content { padding: 8px 9px; height: 275px;}
#event-promotion-content p{ padding: 5px; font-size:10px; margin:0; color:#333333; font-weight:normal; font-size:11px;}

#event-promotion-maintenance { height: 120px;}
#event-promotion-maintenance p{ padding: 5px; font-size:10px; margin:0; color:#333333;}


.ast{ padding: 5px 0; font-size:10px; margin:0; color:#CD165D;}
.note{ padding-left: 3px; font-size:0.8em; margin:0; color:#CD7805; text-align:centre;}
#events-now div {height:160px; overflow:auto; }
#events-now div div {
	height:50px;
	width:248px;
	float:left;
	margin:0 2px 3px 0;
	background-color: #f2f2f2;
  padding-top:2px;
  
}
#events-now div div div {overflow:none;}

#events-now img {float:left;margin-right:9px;padding:0;}
#events-now .date {color:#CD7805;}
#events-now h3 {margin:0;font-weight:normal; font:inherit; font-size:1.0em!important;}
#events-now .withpromo {width:270px; float:left;}
#events-now .promo {width: 240px;padding-left:9px;overflow:hidden;}

#visit, #tickets , #music{ border: 1px solid #e1e1e1; }
#subscribe p, #visit p, #tickets p, #music p { color: #000; margin-bottom: 0.7em; font-weight:normal; font-size:11px;}

#subscribe {
	background: url(../images/homepage/subs-bg.jpg) no-repeat;
	padding: 8px 10px 0 72px;
	margin: 11px 0 3px 0;
  height: 102px;
}

#subscribe a {
	background: url(../images/homepage/join_newsletter.gif) no-repeat;
	text-indent: -9999px;
	display:block;
	width: 199px;
	margin: 0 0 0 -63px;
	height: 25px;
	position: relative;
	top: 0;
}

/*
#subscribe {
	background: url(../images/homepage/subs-icon.jpg) no-repeat;
	padding: 7px 10px 0 80px;
	margin: 11px 0 11px 0;
}

#subscribe a {
	background: url(../images/homepage/subs-btn.jpg) no-repeat;
	text-indent: -9999px;
	display:block;
	width: 198px;
	margin: 0 0 0 -70px;
	height: 26px;
	position: relative;
	top: 3px;
}
*/

#subscriben {

	padding: 8px 0px;
	margin: 6px 0 3px 0;
  height: 102px;
}

#visit {
	background: url(../images/homepage/visit-icon.jpg) no-repeat;
	padding: 0 10px 0 50px;
  margin-bottom:12px;
}
#visit h3 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:1px;
  color: #cd7805;
}

#music {
	background: url(../images/homepage/music-icon.jpg) no-repeat 7px 5px;
	padding: 0 10px 0 50px;
  margin-bottom:12px;
}
#music h3 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:1px;
  color: #cd7805;
}


#tickets {
	background: url(../images/homepage/ticket-icon.gif) 5px 0 no-repeat;
	padding: 0 10px 0 50px;
  
}
#tickets h3 {
	font-weight: bold;
	text-transform: uppercase;	
  color: #cd7805;
}

#presenter-banners { border: 1px solid #e1e1e1; height:296px; margin-bottom:9px; padding:11px 10px 0 9px;}
#presenter-banners img { 
color: #333; 
padding:0 0 15px 0;
}

#gift-vouchers { border: 1px solid #e1e1e1; margin-bottom:10px; padding:0 10px 0 9px; background-color:#000;}
#social-media { padding:0;}




/* 
#subscribe {
	background: url(../images/homepage/subs-icon.jpg) no-repeat;
	padding: 7px 10px 0 80px;
	margin: 11px 0 5px 0;
}
#subscribe p, #visit p { margin-bottom: 1em; }

#subscribe a {
	background: url(../images/homepage/subs-btn.jpg) no-repeat;
	text-indent: -9999px;
	display:block;
	width: 198px;
	margin: 0 0 0 -70px;
	height: 26px;
	position: relative;
	top: 3px;
}
#visit {
	background: url(../images/homepage/visit-icon.jpg) no-repeat;
	padding: 0 10px 0 50px;
}
#visit h3 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:1px;
  color: #cd7805;
}
*/


#discover div {
	background-color: #d5e5e5;
  float:left;
	width: 171px;
	display:inline;
	margin: 0 2px 2px 0;
	line-height:1.5em;
	height: 195px;
}
#discover .inner, #discover h3, #discover ul, #discover .link-arw {
  width: 153px;
  padding-left:12px;
  height:auto;
  font-size:11px;
  font-weight:normal;
}

#discover h3 { color: #24787c; }
#discover h3  a { text-decoration:none;}
#discover .center, #discover .center * { background-color: #eaf1f3; }

#booking-details h3 {
	
	margin: .50em 0 .5em;
	letter-spacing: 1px;
}
#booking p {
	line-height:1.4em;
	margin: .75em 0;
}
#booking-details { padding: 4px 15px; }


/* CALENDAR */

#calendar {
margin:5px 0;
}

#title{
  padding: 2px 0;
	text-align: center;	
	background: #8db5b7;
  color:#146e73;
  width: 99%;
  text-transform: uppercase;
  font-weight:bold;
}


#calendar caption {
	padding-bottom: 2px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #F5F2EF;
}

#calendar thead th {
	padding: 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
	background: #b5cecf;
  color:#fff;
}

#calendar tbody td {
	padding: 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
  background: #d6e2e2;
}

#calendar #today {
	background: #8db5b7;
}

#calendar  a{
text-decoration:none;
}

/* FORMS ------------------------------------------ */

input, select {
	border: 1px solid #ccc;
	padding:2px;
	font-size:.9em;
	color:#666666;
	background-color: #efeeee;
}

#event-finder select, #event-finder input, #event-finder button {
  margin-bottom:10px;
}

button {
	border: 1px solid #ccc;
	padding:1px 2px 2px 2px;
	font-size:0.9em;
	color:#666666;
	background-color: #efeeee;
  cursor:pointer;
  height:19px;
  margin-left:3px;
}

.bt {
	border: 1px solid #ccc;
	padding:1px 2px 2px 2px;
	font-size:0.9em;
	color:#666666;	
  cursor:pointer;
  height:19px;
  margin-left:0;
  background-color:#CCCCCC;
  width:26px;
  border:1px solid #B1B1B1;
}


input {
	width: 160px;
}
#search-ui input {margin: 0}
#search-ui {
position:absolute;
bottom:110px;
text-align:right;
width:780px;
line-height:1;
}

#sel-keyword { width: 195px; }
#sel-subcat { width: 167px; }
.bundle-sel-subcat { width: 167px; }

#event-finder label, #bundle-finder label  {
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 1px;
	margin-bottom: 5px;
	display: block;	
}

/* FOOTER ------------------------------------------ */

#footer {
	height: 60px;
	position: relative;
  background: url(../images/homepage/Arts_Victoria_Logo_Device.png) 10px 12px no-repeat;
}
.siteinfo {
	position: relative;
	top: 25px;
	width: 280px;
  left:90px;
}

.disclaimer {
clear:both;
font-size:10px;
left:90px;
position:relative;
top:3px;
width:700px;
}


.nav_footer { float: right; margin-top: -7px;}
.nav_footer li { float: left; }
.nav_footer a {
	float: left;
	display: block;
	border-left: 1px solid #999;
	padding: 0 5px;
	line-height: 1;
	text-decoration: none;
}
.nav_footer li.first a { border-left: 0pt none; }

/* COLOUR BLOCKS ------------------------------------------ */

h2 {
	color: #146e73;
	background-color: #146e73
}
h2 span {
	background-color: #fff;
	padding: 0 20px 0 0;
}
a { color:#cd165d; }
a:focus, a:hover { color:#F79133; }
button { border: 1px solid #b1b1b1;}
#header-wrap { background-color: #d8d8d8; }
#nav-main a {
	border-left: 2px solid;
	color: #fff;
}
#nav-main ul  ul a { border-left: 0px none; }


#nav-sub a {
	border-left: 1px solid #42888d;
	color: #42888d;
}
#nav-sub a:hover { color: #cd165d; }
#search-ui label { color:#378287; }
#content { background-color:#fff;}
#event-finder label, #bundle-finder label {color:#146e73; }
#event-finder-content{ background-color: #F2F2F2;}
#event-promotion-content { background-color: #FFF; border: 1px solid #E1E1E1;}
#event-promotion-maintenance { background-color: #FFF; }
#bundle-finder { background-color: #F2F2F2; padding:0 10px; }
#event-finder-content button, #bundle-finder button {background-color: #ccc;}
#events-now h2 {
	color:#cd7805;
	background-color: #cd7805;
}


#booking-details { background-color: #f2f2f2; height:374px;}
#booking-details p { color: #666; }
#footer-wrap { background-color: #d8d8d8; }
#footer p , #footer a{ color: #666; }
#footer a:hover { color: #cd165d; }

/* GENERAL CLASSES ------------------------------------------ */

.clear { clear: both; }

