.smaller {
	font-size: 12px;
	line-height: 14px;
}
/*
LEGAL
=====
Copyright: Daemon Pty Limited 2006, http://www.daemon.com.au
Community: Mollio http://www.mollio.org $
License: Released Under the "Common Public License 1.0", 
http://www.opensource.org/licenses/cpl.php
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by/2.5/
License: Released Under the "GNU Creative Commons License", 
http://creativecommons.org/licenses/GPL/2.0/
*/

/* THE BIG GUYS */
* {margin:0;padding:0}
body {min-width: 800px;padding: 0 0 20px;background: #FCFBE7;color: #000000;font:83%/1.5 arial,tahoma,verdana,sans-serif; zoom:1}

/* LINKS */
a,a:link,a:link,a:link,a:hover {background:transparent;text-decoration:underline;cursor:pointer} 
a:link {color: #1392a7} 
a:visited {color:#999} 
a:hover,a:active {color:#069} 


/* TYPOGRAPHY */
p, ul, ol {
	margin: 0 0 1.5em;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.2em;
	font-family: arial, verdana, sans-serif;
	margin: 1.2em 0 .3em;
	color:#1392A7;
	padding-bottom: 0.1em;
	font-weight: bold;
}
h1 {
	font-size: 196%;
	margin-top:.6em;
	line-height: 100%;
}
h2 {
	font-size: 125%
}
.featurebox h4 {
	font-size: 112%;
	font-weight: bold;
}

h3 {
	font-size: 130%;
	line-height: 110%;
	margin-bottom: .5em;
}
h4 {font-size: 125%}
h5 {font-size: 106%}
h6 {font-size: 96%}
.highlight {color:#E17000}
.highlight2 {
	font-weight: bold;
	color: #F30;
	background-color: #FCFBE7;
}

.subdued {color:#999}
.error {
	color: #1392a7;
	font-weight:bold;
	font-size: 105%;
}
.success {color:#390;font-weight:bold}
.caption {
	color:#333;
	font-size:85%;
	font-weight: bold;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 95%;
	padding-bottom: 5px;
}
.date {font: bold 82% arial;color:#bbb;display:block;letter-spacing: 1px}
small {font-size:11px}

/* LISTS */
ul {margin: .3em 0 1.5em 0;list-style-type:none}
	ul.related {margin-top: -1em}
ol {margin: .5em .5em 1.5em}
ol li {margin-left: 1.4em;padding-left: 0;background: none; list-style-type: decimal}
li {line-height: 1.4em;padding-left: 25px;background: transparent url("../images/sprites2.gif") no-repeat 0 0}
li.doc {background-position: 3px -500px}
ul.nomarker li {
	background:none;
	padding-left:0;
	margin-left: 0px;
}

dl {margin: 0 0 1em 0}
dt {font-weight:bold;margin-top: 1.3em}
dl dl {margin: 0 0 1.5em 30px}

/* GENERAL */
img {border:none} 
hr {margin: 1em 0;background:#f2f2f2;height:1px;color:#f2f2f2;border:none;clear:both}
.clear {clear:both;position:relative;font-size:0px;height:0px;line-height:0px} 

/* LAYOUT - HEADER */
#header {
	margin: 0 auto 0px;
	padding: 5;
	height: 285px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	background-image: url(../images/page_header3.jpg);
}

	#header #site-name {
	font: 265% arial;
	letter-spacing: -0.05em;
	padding:3px 0;
	color:#32A9AD;
	border:none;
	background-repeat: no-repeat;
	background-position: center center;
	height: 155px;
	text-indent: -9000px;
	margin-top: 5;
	margin-bottom: 5;
}

/* LAYOUT - main body of page */
#wrap {
	margin: 0 auto;
	position:relative;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 800px;
}
#content-wrap {position:relative;width:100%}
	#utility {
	top:0;
	width:170px;
	border-top: 5px solid  #1392a7;
	padding-bottom: 5px;
	margin-top: 10px;
	float: left;
	margin-left: 25px;
	display: inline;
}
	#sidebar {
	width:180px;
	padding-top: 1px;
	float: left;
	margin-top: 25px;
	margin-left: 25px;
	display: inline;
}

#content {margin: 0 25px 0 10px}
	#content #breadcrumb {margin-top:5px;font-size:93%;font-weight:bold}
	#content #breadcrumb a:link, #content #breadcrumb a:visited {text-decoration:none}
	#content #breadcrumb a:hover, #content #breadcrumb a:active {text-decoration:underline}
	
	.featurebox {
	color:#333;
	padding: 15px 20px 20px;
	border-top: 5px solid #1392a7;
	margin: 0 0 1.5em;
	background: transparent url(../images/featurebox_new_bg3.gif) no-repeat 100% 100%;
	border-left-color: #1392A7;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
.featurebox_log {
	color:#333;
	padding: 15px 20px 20px;
	border-top: 5px solid #1392a7;
	margin: 50px auto 1.5em;
	background: transparent url(../images/featurebox_new_bg3.gif) no-repeat 100% 100%;
	border-left-color: #1392A7;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 0px;
	border-bottom-width: 0px;
	width: 50%;
}
	.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid  #1392a7;color: #1392a7}
	.featurebox p {border:none;margin: 0 0 .5em;color:#444}
	.featurebox a {font-weight:bold}

	.thumbnail {margin: 0 0 0 10px;position:relative;z-index:9999;float:right;width:100px;padding:5px}
	.thumbnail img {}
	
	.pagination {background: #f2f2f2;color:#666;padding: 4px 2px 4px 7px;border: 1px solid #ddd;margin: 0 0 1.5em}
	.pagination p {position:relative;text-align:right}
	.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc}
	.pagination p a:hover {background: #1392a7;color:#fff}
	.pagination p span {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc;color:#ccc}
	.pagination * {margin:0}
	.pagination h4 {margin-top:-1.45em;padding:0;border:none}
	
	#resultslist-wrap {margin: 0 0 1.5em;font-size:92%}
	#resultslist-wrap dt, #resultslist-wrap dl {margin: 0}
	#resultslist-wrap dt {font: bold 85% arial;padding: 3px 0}
	#resultslist-wrap li {padding: 0 0 1em;margin:0 0 0 1.2em;font: bold 145% arial}
	#resultslist-wrap li dd {font: normal 73% arial}
	#resultslist-wrap li dl {margin:0}
	#resultslist-wrap dd {line-height:1.3}
	#resultslist-wrap dd.filetype, #resultslist-wrap dd.date {color:#999;display:inline;padding-right:.5em}
	
	/* TABLES */
	.table1 {border: 2px solid #900;border-collapse:collapse;width:100%}
		.table1 td {background: #fff url("../images/sprites2.gif") repeat-x 0 -1600px;padding:3px;border: 1px solid #fff}
		.table1 th {text-align:left;border: 1px solid #fff}
		.table1 thead th {color:#fff;font-size:145%;background: #900 url("../images/sprites2.gif") repeat-x 0 -1300px;padding: 10px 6px}
		.table1 tbody th {color:#fff;font-size:115%;background: #88b8db url("../images/sprites2.gif") repeat-x 0 -1400px;padding: 6px}
		.table1 tbody th.sub {font-size:100%;color:#000;background: #efefef url("../images/sprites2.gif") repeat-x 0 -1500px;padding: 6px}

	/* TABLES - calendar */
	.calendar {width:200px;font-size:92%}
		.calendar td {text-align:center;border: 1px solid #ddd}
		.calendar th {text-align:center}
		.calendar thead th {padding: 3px 2px}
		.calendar tbody th {padding: 2px}
		.calendar tbody th.sub {padding: 2px}
		
	/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
		a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {background: transparent url("../images/sprites2.gif") no-repeat 5px -500px;padding-left:21px}
		a.morelink:hover {background: transparent url("../images/sprites2.gif") 5px -400px}
		.morelink span {position:absolute;left:-9999px;width:900px}
		
	/* CODE - formatting for code inserted into body - more here: http://dizque.lacalabaza.net/temp/lipt/ */
		ol.code {font-family: monospace;position:relative}
		ol.code li {color: #666;margin-bottom: 1px}
		ol.code code {color: #000;display: block}
		ol.code .cmt {color: #4077d2}
		li.tab0 code {padding-left: 4em}
		li.tab1 code {padding-left: 8em}
		li.tab2 code {padding-left: 12em}
		li.tab3 code {padding-left: 16em}
		li.tab4 code {padding-left: 20em}
		li.tab5 code {padding-left: 24em}
		ol.code li  {background: #f3f3f3 url("../images/td_bg.gif") no-repeat 100% 100%}
		p.note {margin: 1em;border: 1px solid #ddd;background: #f0f0f0;padding: 1em}


/* LAYOUT TYPE C */
	#type-c #content-wrap {
	width: 760px;
	min-width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-position: top;
}
	#type-c #content {
	background-color: #CDE4EC;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	width: 490px;
	margin-top: -1px;
	margin-right: 20px;
	display: inline;
	border-top: 3px solid #4E9AA7;
	border-right: 1px solid #4E9AA7;
	border-bottom: 1px solid #4E9AA7;
	border-left: 1px solid #4E9AA7;
	padding-bottom: 20px;
}
#content h4 {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content li {
	padding-left: 25px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: none;
	color: #000000;
	text-decoration: none;
}
#content img {
	margin: 5px;
}

#content .figure {
	background-color: #FCFBE7;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	border: 1px solid #4E9AA7;
	background-image: url(../images/featurebox_new_bg.gif);
	background-repeat: repeat;
	background-position: center top;
}
#content .figure p {
	left: 10px;
	bottom: 10px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 0;
	background-repeat: repeat;
	background-position: center top;
}

/* SECONDARY NAVIGATION - vertical navigation */
	#nav-secondary, #nav-secondary ul {position:static}
	#nav-secondary, #nav-secondary li {
	list-style: none;
	margin:0;
	padding:0;
	background: none;
}
	#nav-secondary {
	padding-top:0;
	border-top: 1px solid #ccc;
	margin-top: 1px;
	font-size: 1.1em;
	font-weight: bold;
}
	#nav-secondary a {line-height:1.8;padding: 5px 0 5px 23px;background: transparent url("../images/sprites2.gif") no-repeat 10px -695px;font: bold 86% arial;display:block}
	#nav-secondary a, #nav-secondary a:link, #nav-secondary a:visited, #nav-secondary a:hover, #nav-secondary a:active {text-decoration:none;cursor:pointer} 
	#nav-secondary a:link {color:#000} 
	#nav-secondary a:visited {color:#000} 
	#nav-secondary a:hover {color: #1392a7;background: transparent url("../images/sprites2.gif") no-repeat 10px -695px} 
	#nav-secondary li.active a:link, #nav-secondary li.active a:visited, #nav-secondary li.active a:hover, #nav-secondary li.active a:active {color: #1392a7} 
	#nav-secondary li {border-top: 1px solid #fff;border-bottom: 1px solid #ccc}

/* SECONDARY NAVIGATION - 2nd TIER */
	#nav-secondary ul {margin: 0 0 1em 10px;padding:0}
	#nav-secondary li.active li a, #nav-secondary li.active li a:link, #nav-secondary li.active li a:visited {
	line-height:1.5;
	background: transparent url(../images/sprites2.gif) no-repeat 1px -698px;
	font-weight:normal;
	width:150px;
	color:#000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1;
	padding-left: 10px;
	margin: 1px;
	border: 1px dashed #FCFBE7;
}
	#nav-secondary li.active li a:hover, #nav-secondary li.active li a:active {
	color:  #10798B;
	border: 1px solid #6EAAB2;
	background-image: url(../images/featurebox_new_bg3.gif);
	background-color: #EEF5FB;
	background-repeat: repeat;
	background-position: center center;
}
	#nav-secondary li.active li {border: none;margin:0 0 25}

	#nav-secondary li.active li.active a:link, 
	#nav-secondary li.active li.active a:visited, 
	#nav-secondary li.active li.active a:hover, 
	#nav-secondary li.active li.active a:active {font-weight:bold}

	



.featurebox li {
	margin-left: -8px;
	padding-left: 25px;
}
.current_concert_large {
	font-size: 1.75em;
	background: transparent url("../images/featurebox_new_bg3.gif") no-repeat center top;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #1392A7;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
.style6 {font-family: Arial, Helvetica, sans-serif}
.style2 {font-weight: bold}
/* TABLES */
	.table1 {
	width: 475px;
	border-top: 1px solid #1392A7;
	border-right: 1px solid #1392A7;
	border-bottom: 1px solid #1392A7;
	border-left: 1px solid #1392A7;
}
.centered {
	text-align: center;
}

		.table1 td {background: #fff url("../images/sprites.gif") repeat-x 0 -1600px;padding:3px;border: 1px solid #fff}
		.table1 th {text-align:left;border: 1px solid #fff}
		.table1 thead th {color:#fff;font-size:145%;background: #1392A7 repeat-x 0 -1300px;padding: 10px 6px}
		.table1 tbody th {color:#000000;font-size:115%;background: #CDE4EC 0 -1400px;padding: 6px}
		.table1 tbody th.sub {font-size:115%;color:#000;background: #FCFBE7 url(../images/cellbg.gif) repeat center top;padding: 6px}
.table_performers td{
	background-color: #FCFBE7;
	margin: 5px;
	padding: 10px; !important;
}
.table1_current {
	background-image: url(../images/cellbg.gif) !important;
	color: #000000;
}

/* LAYOUT - FOOTER */

#footer {
	text-align: center;
	clear: both;
	font-size: 70%;
	background: #FBFBE5 url(../images/page_footer.jpg) no-repeat center top;
	height: 120px;
	voice-family: "\"}\"";
	margin-top: 0;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 540px;
	margin-bottom: -60px;
	margin-left: auto;
   
}
.schedule_current_concert {
	font-size: 100%;
	font-weight: bold;
	color: #1392A7;
	border: 1px dotted #1392A7;
	background-color: #E9F4FD;
	text-decoration: none;
}
a.schedule_current_concert span {
	text-decoration: none;
	background-color: #E9F4FD;
}
.composer {
	padding-left: 3px  !important;
	background-color: #FFFFFF  !important;
}
.urgent {
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
	line-height: normal;
	font-style: italic;
	text-transform: uppercase;
	text-align: left;
}

