/* CSS Document for 
The Queensland Orchestra
Created on: 11th March 2009
Updated for QSO on: 1st December 2009 */

@font-face {
	font-family: "Silkscreen";
	src: url(silkscreen2.ttf) format("truetype");
}

body, table, h1, h2, h3, h4, h5, p, ul, img, form {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: normal;
	font-size: 1em;
}

img {
	border: none;
}

.active {
	font-weight: bold;
}

table {
	width: 100%;
}

input, textarea {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

input.text {
	color: #6d6d6d;
}

body {
	background: #340100 url(../images/body-bg.png) no-repeat fixed center bottom;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #444;
	margin: 0px 20px;
}

#primary h1 {
	color: #a98e44;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 30px;
	color: black;
}

h3 {
	text-transform: uppercase;
	font-size: 16px;
}

h3 a {
	color: black;
}

.content h3 {
	color: #888;
	margin-top: 20px;
	margin-bottom: 10px;
}

.series-page h1, .series-page h3, .series-page h3 {
	margin-left: 3px;
}

p {
	margin: 0 0 12px 0;
}

ul {
	line-height: 1.4em;
}

div.quicklinks ul{
	line-height: 1.4em;
}

a {
	color: #a30234;
	text-decoration: none;
}

a:hover {
	color: #4a3938;
	text-decoration: underline;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.valign {
	vertical-align: middle;
}

.flt-left {
	float: left;
}

.flt-right {
	float: right;
}

.txt-left {
	text-align: left;
}

.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}

/*---------LAYOUT-------*/

#container {
	width: 955px;
	background: white url(../images/body-top.png) no-repeat;
	margin: 0 auto;
	overflow: hidden;
	padding: 12px;
	padding-top: 60px;
	padding-bottom: 0px;
	margin-bottom: 40px;
}

#primary {
	width: 718px;
	float: right;
	line-height: 1.6em;
	font-size: 0.7em;
}

#concert-data {
	/*margin-bottom: 30px;*/
	margin-top: -10px;
}

#concert-data td {
	border-bottom: 1px solid #e1e1e1;
	padding: 8px 4px;
	vertical-align: top;
}

#concert-data a {
	color: #232323;
}

#concert-data td.date {
	color: #838383;
}

#concert-data td.name, #concert-data td.series {
	color: #232323;
	font-weight: bold;
}

#concert-data td.series {
	text-transform: uppercase;
	padding-right: 20px;
}

.coloured-series td.orange-link a {
	opacity: 0.7;
	filter: alpha(opacity=70);
	
}

#concert-data td.orange-link {
	width: 80px;
}

#concert-data td.orange-link a {
	color: #f47621;
}

#concert-data td.orange-link img {
	margin-left: 5px;
}

#concert-data td.red-link {
	text-align: right;
	width: 100px;
}

#concert-data td.red-link img {
	margin-left: 5px;
}

.red-link a {
	color: #a30234 !important;
}

.red-link a, .orange-link a {
	font-weight: bold;
}

#concert-data tr.past, #concert-data tr.past a {
	color: #999;
}

#concert-data tr.past td.red-link a {
	display: none;
}

.content-side .past a {
	display: none;
}

#concert-data tr.past img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.abt-data {
	margin: 25px 0 0 0;
	font-size: 0.92em;
	overflow: hidden;
	padding: 0 0 20px 0;
}

.content h1 {
	margin-bottom: 10px;
}

.content {
	margin-bottom: 30px;
	margin-left: 3px;
	font-size: 12px;
	color: #6d6d6d;
	line-height: 18px;
}

.content-side {
	width: 250px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border-left: 2px solid #e7e7e7;
	padding-left: 20px;
}

.content-side h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #232323;
	font-weight: bold;
	margin-bottom: 10px;
}

.content-side h5 {
	color: #232323;
	font-weight: bold;
}

#default-header {
	height: 130px;
	background: #340602 url(../images/default-header.jpg) no-repeat;
	margin-bottom: 20px;
}

#default-header h2 {
	display: block;
	margin: 14px;
	position: relative;
	top: 100px;
	text-align: right;
	color: white;
}

#default-header h2 a {
	color: white;
}

#default-header h2 a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* Left Sidebar */

#sidebar {
	width: 204px;
	float: left;
	margin-bottom: 30px;
}

#logo {
	margin-left: 3px;
}

#menu {
	display: none;
}

/* Accordion Menu */

.accordion .active {
	font-weight: normal;
}

.accordion {
	font-size: 12px;
	margin: 30px 0 20px;
	width: 100%;
}

#menu-secondary {
	margin-top: 20px;
}

.accordion-menu-row {
	border-bottom: 1px solid #e1e1e1;
}

.accordion a {
	outline: none !important;
	cursor: pointer;
	color: #8e742d;
}

#menu-secondary a {
	color: #838383;
}

.accordion span.empty {
	font-size: 1px;
}

.accordion .ui-accordion-header, .accordion a {
	display: block;
	background: url(../images/accordion-arrow.png) no-repeat 98% 50%;
	padding: 5px 0 4px 2px;
	margin-top: 1px;
	margin-bottom: 1px;
}

/*.accordion a.active {
	background: url(../images/grey-arr-bld.jpg) no-repeat 98% 50%;
}*/

.accordion a:hover, .accordion .ui-accordion-header:hover {
	/*background: url(../images/grey-arr-bld.jpg) no-repeat 98% 50%;
	font-weight: bold !important;*/
	background-color: #faf8f2;
	/*color: #8a1a0f;*/
	text-decoration: none;
}

.accordion a.ui-state-default:active {
	text-decoration: none;
	background-color: #f7f4ea !important;
}

.accordion a.active {
	background: url(../images/dwn-arr.jpg) no-repeat 99% 50% !important;
	font-weight: bold !important;
}

.accordion .ui-state-active {
	background: url(../images/dwn-arr.jpg) no-repeat 99% 50% !important;
	font-weight: bold !important;
	border-bottom: 1px solid white;
}

.accordion .child {
}

.accordion .child .accordion-menu-row {
	margin: 0px;
	border: 0px;
}

.accordion .child {
	/*border-bottom: 1px solid #e1e1e1;*/
	line-height: 1.7em;
	padding: 0 0px 5px 10px;
}

.accordion .child a {
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	background: url(../images/grey-arr.jpg) no-repeat 98% 50% !important;
	color: #6d6d6d;
	font-size: 0.9em;
	display: block;
	font-weight: normal;
	border: none;
}

.accordion .child a.active {
	font-weight: bold !important;
	background: url(../images/grey-arr-bld.jpg) no-repeat 98% 50% !important;
}

.accordion .child a:hover {
	background: url(../images/grey-arr-bld.jpg) no-repeat 98% 50% !important;
	color: #922d2a;
}

/* Quick Links */

/*.quicklinks {
	background: #232323 url(../images/quick-links/quick-links-bg.jpg) no-repeat top left;
	margin-top: 10px;
	width: 169px;
	height: 187px;
	padding: 36px 0 0 36px;
}

.quicklinks h3 {
	margin-bottom: 5px;
}

.quicklinks a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.quicklinks li.active a {
padding-right: 15px;
	background: url(../images/scribble.png) no-repeat right center;
}*/

.quick-link-button {
	display: block;
	margin-bottom: 5px;
}

.quick-link-button img {
	display: block;
}

/* Promo box */

.promo-box {
	margin-top: 14px;
	margin-bottom: 30px;
	height: 128px;
}

.promo-box-title {
	display: block;
	color: white !important;
	font-size: 10px;
	padding: 7px;
	text-transform: uppercase;
	background: #1c1c1c url(../images/white-arrow.png) no-repeat 191px center;
	line-height: 1em;
}

#promo-box-home {
	clear: both;
	width: 737px;
	height: 350px;
	color: #838383;
	margin-top: 30px;
}

#promo-box-home .promo-box {
	float: left;
	width: 230px;
	margin-right: 14px;
	margin-top: 0px;
}

#promo-box-home .promo-box-image {
	display: block;
	width: 230px;
	height: 120px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #442c2c;
}

#promo-box-home .promo-box-title {
	background-position: 217px center;
}

.content-side .promo-box-title {
	background-position: 237px center;
}

#promo-box-home h1 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#front-slideshow .promo-box-title {
	background-position: 704px center;
}

#series-slideshow .promo-box-title {
	background-image: none;
}

#series-slideshow {
	margin-bottom: 36px;
}

/* Social buttons */

#social-buttons {
	clear: both;
	margin-top: 16px;
}

#social-buttons a {
	float: left;
}

/* Footer */

#footer {
	clear: both;
	font-size: 9px;
	border-top: 1px solid #d2d2d2;
	padding-top: 18px;
	line-height: 2.5em;
	height: 55px;
}

#footer p {
	line-height: 1.5em;
}

#footer a {
	color: #232323;
}

#footer .footer-link-divider {
	margin-left: 5px;
	margin-right: 2px;
	font-weight: normal;
}

#footer .last .footer-link-divider {
	display: none;
}

#footer span.copy, #footer span.copy a {
	color: #838383;
}

#footer p.flt-left {
	width: 70%;
}

#footer img.flt-left {
	display: block;
	margin-right: 10px;
}

#footer-bg {
	clear: both;
	background: url(../images/body-bottom.png) no-repeat;
	height: 15px;
	margin-right: -15px;
	margin-left: -15px;
}

/* Slideshow */

#front-slideshow {
	margin-bottom: -12px;
}

#front-slideshow div {
	display: none;
}

.slideshow {
	height: 335px;
	width: 100%;
	background-color: #340602;
}

.slideshow a {
	text-decoration: none;
	color: white;
}

.slideshow a:hover {
	color: #bbb;
}

.slideshow-caption img {
	vertical-align: middle;
}

.slideshow-arrow {
	margin-left: 5px;
	margin-top: -2px;
}

.slideshow-title {
	display: block;
}

#front-slideshow .slideshow-title {
	position: absolute;
	width: 704px;
	margin-top: 312px;
}

/* Audio Player */

#audio_container {
	position: absolute;
	top: -20px;
}

#audio-player {
	margin-top: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 8px;
	color: #777;
	letter-spacing: -1px;
	font-family: "Silkscreen", Verdana;
}

#audio-player a {
	color: #777;
	text-decoration: none;
}

#audio-player img {
	position: relative;
	top: 1px;
}

#audio-player a:hover {
	color: #232323;
}

#audio-player .separator {
	color: #bbb;
}

/* Search */

.ajaxSearch_resultLink {
	font-size: 1.3em;
}

.search-box {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 45px;
}

.search-box h3 {
	font-size: 13px;
	margin-bottom: 5px;
	letter-spacing: 0px;
	font-weight: bold;
}

.search-box .text, #translink .text {
	border: 1px solid #d0d0d0;
	background: white;
	padding: 0px 4px;
	padding-top: 3px;
	height: 15px;
	float: left;
	outline: none;
	width: 156px;
	font-size: 9px;
}

.search-box .text:focus {
	border: 1px solid #8a1a0f;
}

.search-box .required {
	border: 1px solid #ff4c00 !important;
	background: #ffeee7;
}

.search-box .go-button, #translink .go-button {
	float: right;
	margin-left: 4px;
	background: #232323 url(../images/search-go.png) no-repeat center center;
	width: 34px;
	height: 20px;
	border: none;
	vertical-align: middle;
	cursor: pointer;
}

#translink .go-button {
	/*float: none;
	clear: both;*/
}

#ajaxSearch_intro {
	display: none;
}

/* Backstage */

#backstage {
	text-align: right;
	margin-top: -30px;
}

#backstage h1 {
	font-size: 14px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	margin: 0px;
}

#backstage h5 a {
	color: black;
}

#backstage p {
	display: inline;
	margin-right: 4px;
}

#backstage-photo {
	float: right;
	margin-left: 15px;
}

.backstage-content {
	clear: both;
	margin-top: 10px;
	font-size: 11px;
	color: #6d6d6d;
	line-height: 16px;
}

/* Lists */

.content ul {
	margin-left: 20px;
}

.content ul li {
	list-style-type: square;
}

/* Site Map */

#site-map ul {
	margin-left: 16px;
}

#site-map ul li {
	font-weight: bold;
	margin-bottom: 15px;
	/*float: left;
	width: 30%;
	margin-right: 15px;*/
}

#site-map ul li ul {
	margin-left: 0px;
}

#site-map ul li ul li {
	font-weight: normal;
	margin-right: 12px;
	display: inline;
	/*float: none;
	width: auto;*/
}

/* Gallery */

#gallery-container {
	width: 737px;
}

#gallery-listing h2 {
	margin-top: 10px;
}

#gallery-listing a {
	color: #f47621;
}

#gallery-listing ul {
	margin: 0px;
}

#gallery-listing ul li {
	list-style-type: none;
}

.gallery-image, .gallery-index-image {
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}

.gallery-image a, .gallery-index-image a.gallery-index-image-link {
	display: block;
	height: 105px;
	width: 105px;
	border: 1px solid #ccc;
	background-position: center center;
	background-repeat: no-repeat;
}

.gallery-index-image {
	margin: 0px;
	margin-bottom: 15px;
	padding-right: 30px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
	width: 225px;
}

.gallery-index-image a.gallery-index-image-link {
	margin-right: 8px;
}

.gallery-index-title {
	color: black;
	font-weight: bold;
	font-size: 1.2em;
}

.gallery-index-image td {
	vertical-align: top;
}

.gallery-index-image h3 {
	font-weight: bold;
	font-size: 1em;
	color: #232323;
}

.gallery-index-image h1 {
	font-weight: bold;
	font-size: 1.6em;
	color: #232323;
	margin-bottom: 5px;
	margin-top: -2px;
}

.gallery-index-image .gallery-text {
	color: #636363;
	font-size: 0.9em;
	line-height: 1.6em;
}

#manage-button {
	margin-bottom: 15px;
}

.shove-spacer {
	clear: left;
	margin-bottom: 3px;
}

#unsupported {
	display: none;
}

/* eForms */

.form_item label {
	float: left;
	width: 145px;
	font-weight: bold;
}

.form_item label.radio_label {
	padding: 0 10px;
	width: auto;
	font-weight: normal;
}

.form_item label.error {
	display: block;
	float: none;
	margin-left: 145px;
	width: auto;
	font-weight: normal;
	color: #e11908;
	font-size: 0.9em;
	
}

.form_item .button {
	margin-left: 145px;
	width: 117px;
	height: 25px;
	border: 0px;
	background: url(../images/submit-button.png) no-repeat;
}

.form_item .button:active {
	background-position: left bottom;
}

.form_item .req {
	color: #e11908;
}

.form_item .text, .form_item textarea {
	width: 200px;
	border: 1px solid #d0d0d0;
	padding: 2px 4px;
	color: #666;
}

.form_item textarea {
	padding: 4px;
}

.form_item .text:focus, .form_item textarea:focus {
	border: 1px solid #8a1a0f;
	outline: none;
}

.form_item input.error, .form_item textarea.error {
	border: 1px solid #ff4c00 !important;
	background: #ffeee7;
}

.form_item {
	margin-bottom: 10px;
}

.errors {
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
}

/* Subscription forms */

.success, .error {
  display: block;
  margin: 0.8em 0;
  width: 80%;
}

.success {
  font-weight: bold;
}

.error {
  color: #ee0000;
}

/* Misc */

#translink {
	padding: 10px 0px;
}

#translink label {
	font-weight: bold;
}

#translink .text {
	margin-bottom: 10px;
	width: 240px;
	font-size: 1em;
}

/* Countdown */

.countdown{
	font-size:16px;
	background: url(../images/countdown/frame.png) no-repeat top left;
	width: 718px;
	height: 129px;
	padding: 24px 0 0;
}

div.countdown a{
	color:#fff;
}

div.countdown a:hover{
	color:#fff;
	text-decoration:none;
}


div.countdown h1{
	text-align: center;
}

#countdownDisplay{
	margin:0 auto;
	text-align:center;
	width:400px;
}