/*=================================================

		CSS for: Australian Music Centre Frontend
		Author: Alan Smithee
		Company: Australian Music Centre
		Email: info@australianmusiccentre.com.au
		Creation Date: 21.04.2009
		Last Modified: 21.04.2009

=================================================*/

/*=================================================

		GLOBALS

=================================================*/

/* CSS Reset
-------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/* Set 1em == 10px
-------------------------------------------------*/

html {
	font-size: 50%;
}

body {
	font-size: 125%;
}

/*=================================================

		COLOUR & TYPOGRAPHY

=================================================*/

body {
	background: #F4F4F4;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

/* Headings
-------------------------------------------------*/

h1 {

}

h1 a {
    display: block;
    width: 265px;
    height: 102px;
    background: #FFF url("/images/logo.gif") no-repeat top left;
    text-indent: -9999px;
}

h2 {
    color: #3B3C40;
    font-size: 24px;
    margin: 0 0 10px 0;
    line-height: 28px;
}

h3 {
    color: #3B3C40;
    font-size: 18px;
    margin: 10px 0 15px 0;
    line-height: 22px;
}

h3.subtitle {
    color: #3B3C40;
    font-size: 16px;
    margin: 0 0 15px 0;
    line-height: 20px;
}

h4 {
    font-size: 14px;
    color: #3B3C40;
    margin: 0 0 5px 0;
}

h5 {
	font-size: 14px;
    color: #3B3C40;
    margin: 0 0 5px 0;
	font-weight: bold;

}

h6 {

}

/* Paragraphs & Text
-------------------------------------------------*/

p {
	margin: 0 0 10px 0;
	line-height: 18px;
}

p.save {
    padding: 10px;
    background: #C0DFAA;
    text-align: right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #B5B7B6;
}

p.save input {
    margin: 0;
}

p.alert {
    padding: 10px;
    background: #ffe894;
    border: 1px solid #fbc709;
    clear: both;
}

p.highlight {
    padding: 10px;
    background: #ffffcc;
    border: 1px solid #cccc99;
    clear: both;
}

.error_list {
    padding: 10px;
    border: 1px solid #A91212;
    background: #FFD2D2;
}

small {
    font-size: 10px;
}

/* Lists
-------------------------------------------------*/

ul {
    margin: 0 0 15px 0;
    list-style-type: disc;
    list-style-position: inside;
}

li {
    padding: 5px 10px 5px 10px;
}

ul li ul {
    list-style-type: circle;
    margin: 10px 0 0 0;
}

ol {

}

dl {
    margin-bottom: 15px !important;
}

dt {
    font-weight: bold;
    margin: 0 0 3px 0;
}

dd {
    padding: 2px;
}

/* Links
-------------------------------------------------*/

a:link, a:active, a:visited {
    color: #107E2B;
}

a:hover {
    color: #045017;
}

/* Rules
-------------------------------------------------*/

hr {
    clear: both;
    margin: 15px 0;
    height: 1px;
    border: 0;
    background: #B5B7B6;
    color: #B5B7B6;
}

/* Forms
-------------------------------------------------*/

fieldset {

}

legend {

}

form {

}

form ul {
    list-style: none;
}

label {
    display: block;
    margin: 0 0 3px 0;
}

input, textarea, select {
    padding: 2px;
    font-size: 12px;
    margin: 0 0 5px 0;
}

input {
    width: 80%;
}

input[type="radio"], input[type="checkbox"], input[type="submit"], input[type="button"], input[type="image"] {
    width: auto;
}

input[type="image"] {
    padding: 0;
    margin: 0;
}

input.area_code {
    width: 20px;
    margin: 0 5px 0 0;
}

input.phone_no {
    width: 234px;
}

input.post_code {
    width: 50px;
}

input.town {
    width: 235px;
    margin: 0 5px 0 0;
}

input.donation {
    width: 75px;
}

textarea {

}

select {

}

optgroup {

}

option {

}

p.honeyinput {
    display: none;
}

/* Tables
-------------------------------------------------*/

table {
	width: 100%;
	margin: 0 0 15px 0;
}

tr {

}

thead {
	background: #DDD url("/images/bg-thead.gif") repeat-x top left;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

th {
    font-weight: bold;
	color: #4F4F4F;
	padding: 5px 10px;
}

td {
	padding: 5px;
}

th {

}

tbody {
	background: transparent url("/images/bg-tbody.gif") repeat-x top left;
}
table.nostyle tbody {
	background: none;
}

td {
	border: 1px solid #DDD;
}
table.nostyle td {
	border:none;
}

tfoot {

}

th.sortable {
	cursor: pointer;
}

/* Icons
-------------------------------------------------*/

.icon_cart {
    padding: 0 10px 0 25px;
    background: transparent url("/images/icon-cart.gif") no-repeat center left;
}

.icon_account {
    padding: 0 10px 0 25px;
    background: transparent url("/images/icon-account.gif") no-repeat center left;
}

.icon_email {
    padding: 0 10px 0 25px;
    background: transparent url("/images/icon-email.gif") no-repeat center left;
}

/*=================================================

		STRUCTURE

=================================================*/

div#wrapper {
	overflow: auto;
	_height: 1%;
	position: relative;
}

.inner {
    clear: both;
    width: 80%;
    text-align: left;
    _height: 1%;
    margin: 0 auto;
    max-width: 960px;
    min-width: 710px;
    position: relative;
}

div#header {
	padding: 10px 0;
	position: relative;
	background: #FFF
}

div#content {
	padding: 25px 0 25px 0;
	overflow: auto;
	background: #FFF;
}


/* Columns
-------------------------------------------------*/

.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11 {
    float: left;
}

.col_1 {
    width: 6.5%;
    margin: 0 1%;
}

.col_2 {
    width: 15%;
    margin: 0 1%;
    min-width: 15%;
}

.col_3 {
    width: 23.5%;
    margin: 0 1%;
}

.col_4 {
    width: 32%;
    margin: 0 1%;
}

.col_5 {
    width: 40.5%;
    margin: 0 1%;
}

.col_6 {
    width: 49%;
    margin: 0 1%;
}

.col_7 {
    width: 57.5%;
    margin: 0 1%;
}

.col_8 {
    width: 66%;
    margin: 0 1%;
}

.col_9 {
    width: 74.5%;
    margin: 0 1%;
}

.col_10 {
    width: 83%;
    margin: 0 1%;
}

.col_11 {
    width: 91.5%;
    margin: 0 1%;
}

.col_12 {
    width: 100%;
}

.col_first {
    margin-left: 0;
}

.col_last {
    margin-right: 0;
}


/*=================================================

		PAGE COMPONENTS

=================================================*/


/* Access Options
-------------------------------------------------*/

ul#access_options {
    display: none;
}

/* Login / Cart
-------------------------------------------------*/

div#login_cart {
    background: #F4F4F4;
    border-bottom: 1px solid #B5B7B6;
    overflow: auto;
    height: auto;
    position: relative;
}

div#login_cart div.inner {
    position: relative;
    overflow: hidden;
    height: 10px;
    padding: 15px 0 0 0;
}

p.user_settings {
    margin: 0;
    position: absolute;
    bottom: 3px;
    right: 0;
}


/* Navigation
-------------------------------------------------*/

div#nav {
    background: #87A41C;
    border-top: 1px solid #6C7C2F;
    border-bottom: 1px solid #3A470E;
}

div#nav ul {
    width: 80%;
	height: 34px;
	_height: 1%;
	margin: 0 auto;
	list-style: none;
}

div#nav ul li {
	display: inline;
	position: relative;
}

div#nav ul li a:link, div#nav ul li a:visited {
    display: block;
    float: left;
	padding: 10px 20px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

div#nav ul li a:hover {
    background: #657C0D;
}

div#nav ul li ul {
    width: 200px;
    height: auto;
    clear: left;
    display: none;
    background: #657C0D;
    list-style: none;
}

div#nav ul li ul li a:link, div#nav ul li ul li a:active, div#nav ul li ul li a:visited, div#nav ul li ul li a:hover  {
    display: block;
    width: 160px;
    font-size: 12px;
}

div#nav ul li ul li a:hover {
    background: #455506;
}

div#nav ul li a:hover, div#nav ul li:hover > a {
    background: #657C0D;
    color: #FFF;
}

/* Superfish Menu Styles */

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index: 9999;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    display: inline;
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			34px; /* match top ul list item height */
	z-index:		9999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* Page Options
-------------------------------------------------*/

div#page_options {
    overflow: hidden;
    _height: 1%;
    position: relative;
    background: #C0DFAA;
    border-bottom: 1px solid #B5B7B6;
}

/* Links inside #page_options sit on Eucalyptus, where the global brand
   Peppermint (2.1:1) and Silver hover (1.5:1) both fail WCAG AA. Use
   Night by default (7.4:1, AAA) and shift to Peppermint on hover with
   an underline — hover state is brief and the underline reinforces the
   interaction even when the colour contrast dips. */
div#page_options a:link,
div#page_options a:visited {
    color: #3B3C40 !important;
    text-decoration: underline;
}

div#page_options a:hover,
div#page_options a:focus {
    color: #609F60 !important;
    text-decoration: underline;
}

/* Tabs
-------------------------------------------------*/
.ui-tabs .ui-tabs-hide {
     display: none;
}

/* Pagination
-------------------------------------------------*/
ul.pagination {
    text-align: center;
    list-style: none;
    margin-top:10px;
}
ul.pagination li {
    display:inline;
    padding:5px 0;
}
ul.pagination li a {
    text-decoration:none;
    border:1px solid #ccc;
    margin:0 3px;
    padding: 5px 2px;
}
ul.pagination li a:hover {
    background-color:#F4F4F4;
}
ul.pagination li.pag_disabled {
    border:none;
    color:#ccc;
    padding:5px 10px;
}
ul.pagination li.current_page {
    border:none;
    font-weight:bold;
    padding:5px 10px;
}
ul.pagination li.pag_elipse {
    border:none;
    padding:5px 5px;
}

/* Quick Search
   Mirrors the homepage search styling: Peppermint-bordered input with
   a Night Go button abutting on the right (no gap, no double border).
-------------------------------------------------*/
form#frm_quick_search {
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 999;
}

form#frm_quick_search p {
    margin: 0;
    display: flex;
    align-items: stretch;
}

form#frm_quick_search input[type="text"],
form#frm_quick_search input#quick_search_text {
    border: 2px solid #609F60;
    border-right: 0;
    padding: 6px 10px;
    width: 200px;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
}

input#quick_search_submit {
    background: #3B3C40;
    color: #F4F4F4;
    border: 2px solid #3B3C40;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
    width: auto;
    height: auto;
}

input#quick_search_submit:hover,
input#quick_search_submit:focus {
    background: #B5B7B6;
    color: #3B3C40;
    border-color: #B5B7B6;
}

/* Breadcrumbs
-------------------------------------------------*/
ul.breadcrumbs {
    padding: 10px 0;
    font-size: 12px;
    margin: 5px 0 4px 0;
    clear: left;
    float: left;
    list-style: none;
}

ul.breadcrumbs li {
    display: inline;
    padding: 0;
}

ul.breadcrumbs li a {
    color: #3B3C40;
    text-decoration: none;
    margin: 0 0 0 10px;
    padding: 0 15px 0 0;
    background: transparent url("/images/breadcrumb-divider.gif") no-repeat center right;
}

ul.breadcrumbs li a:hover {
    text-decoration: underline;
    color: #301F16;
}

ul.breadcrumbs li.breadcrumb_current {
    margin: 0 0 0 10px;
}

/* RSS Feeds
-------------------------------------------------*/
ul.feeds {
    margin: 12px 0 0 0;
    list-style: none;
}

ul.feeds li {
    padding: 5px 0 5px 25px;
    background: transparent url("/images/feed-icon.gif") no-repeat center left;
}

/* Footer styling moved to brand.2026.css (single source of truth for the
   22.06.26 redesign — applies identically on inner pages + the homepage). */




/*=================================================

		PAGE-SPECIFIC STYLES

=================================================*/

/* New Search Page
-------------------------------------------------*/
div#search_help_intros {
    padding-top: 135px;
    background: transparent url("/images/bg-intros.jpg") no-repeat top left;
}

div#search_help_composers {
    padding-top: 135px;
    background: transparent url("/images/bg-composers.jpg") no-repeat top left;
}

div#search_help_repertoire {
    padding-top: 135px;
    background: transparent url("/images/bg-repertoire.jpg") no-repeat top left;
}

div#search_help_subjects {
    padding-top: 135px;
    background: transparent url("/images/bg-subjects.jpg") no-repeat top left;
}

div#home_search {
    background: #C0DFAA url("/images/bg-home-search.gif") repeat-x top left;
    border-bottom: 1px solid #B5B7B6;
    padding: 15px 0;
    overflow: auto;
    _height: 1%;
}

form#frm_search {
    margin: 0 0 2px 0;
}

form#frm_search p {
    margin: 0;
}

form#frm_search input[type="text"] {
    vertical-align: middle;
    padding: 10px;
    width: 78%;
    border: 3px solid #ABD50E;
    font-size: 18px;
}

form#frm_search input[type="image"] {
    vertical-align: middle;
    margin: -6px 0 0 -5px;
}

/* Search Results Page
-------------------------------------------------*/
#search_results .ui-widget-header {
	background:none;
	border:none;
	margin-bottom:15px;
	border-bottom:1px solid #6C7C2F;
}
div#search_results.ui-widget-content {
	background:none;
	border:none;
}
#search_results .ui-tabs-panel {
	padding:0;
}
#search_results.ui-widget {
	font-family:Arial,Helvetica,sans-serif;
	font-size:inherit;
}
#search_results.ui-widget-content  a {
	color:#107E2B;
}
#search_results.ui-widget-content #search_tabs a {
	text-decoration:underline;
}
#search_results.ui-widget-content a:hover {
	color:#045017;
}
#search_results .ui-state-active {
	border-color:#6C7C2F;
}
#search_results li.ui-state-default, #search_results li.ui-tabs-selected {
	margin-right:14px;
}
#search_results .ui-state-hover {
	border-color:#6C7C2F;
	background-color:#C0DFAA ;
}
div.expandcollapse {
	float:right;
	font-size:90%;
	margin-right:5px;
	font-weight:bold;
	cursor:pointer;
}
#search_results div.search_more_detail {
	margin-top:8px;
}

div.search_facets {
    background: #FDFEF0;
    border: 1px solid #C8CF9E;
    overflow: auto;
    _height: 1%;
    margin-bottom:15px;
}
div.search_facets h4 {
    background-color:#B5B7B6;
    color:#434A23;
    padding:3px 5px;
    font-weight:bold;
}
div.search_facets div.facet {
    padding:5px;
    margin-bottom:10px;
}
div.search_facets div.facet h5 {
    font-weight:bold;
    border-bottom:1px solid #C8CF9E;
    cursor:pointer;
}
div.search_facets div.facet_values {
    display:none;
}
div.search_facets div.facet p {
    padding:3px 0;
    margin:0;
}

table.search_results td {
   padding:15px 5px;
}

div#search_facets dl, div#search_facets form {
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #F2FDC1;
    border-top: 1px solid #AABB5A;
}

div#search_facets a {
    color: #45342B;
}
span.solr_hl { font-weight:bold; }

/* HSC Page
-------------------------------------------------*/
div.hsc_list {
    padding-top: 105px;
    margin-bottom: 15px;
}

/* About - common elements
-------------------------------------------------*/
div.project_profile {
    margin: 0 0 15px 0;
    overflow: auto;
    _height: 1%;
}
div.project_profile img {
    float: left;
    padding: 2px;
    border: 1px solid #DDD;
    margin: 0 15px 8px 0;
}


/* About - Board (uses shared bio-card pattern below)
-------------------------------------------------*/

/* Timeline Pages
-------------------------------------------------*/
ul.timeline {
overflow: hidden;
_height: 1%;
margin: 0 0 15px 0;
}

ul.timeline li {
display: inline;
}

ul.timeline li a {
display: block;
float: left;
padding: 2% 1% 1% 2%;
width: 7%;
text-align: center;
}

.shade_01, ul.timeline li a:hover {
background: #abd50e;
color: #FFF
}

.shade_02 {
background: #c0e04a;
}

.shade_03 {
background: #d5ea86;
}

.shade_04 {
background: #eaf4c3;
}

.shade_05 {
background: #f2f9db;
}

.shade_06 {
background: #f6fbe6;
}

.shade_07 {
background: #fbfdf3;
}


/* Event Pages
-------------------------------------------------*/
div.event_highlight {
	padding:10px;
	background:none repeat scroll 0 0 #F7FCE0;
	border:1px solid #B5B7B6;
}
div.event_highlight div.event_detail { margin-left:175px;}
div.event_highlight div.event_image { float:left; }
div.event_highlight div.event_image img { margin-left:5px; border:1px solid #DDDDDD; padding:2px; }
div.event_detail h3 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
}
div.event_detail ul li {
	list-style:none outside none;
	padding:5px 2px;
	width:95%;
}
div.event_detail strong { color:#3B3C40; }

/* General Record Pages
-------------------------------------------------*/

div.record_highlight {
    background: #F7FCE0;
    border: 1px solid #B5B7B6;
    padding:10px 100px 10px 130px;
}
div.record_highlight div.record_image {
    width: 130px;
    right: 130px;
    margin-left:-100%;
    float: left;
    position:relative;
}
div.record_highlight div.record_image img {
    border: 1px solid #DDDDDD;
    margin-left:10px;
    padding: 2px;
}
div.record_highlight div.record_detail {
    float: left;
    position:relative;
    width:100%;
}
div.record_highlight div.record_detail h3 {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
div.record_highlight div.record_detail strong {
    color:#3B3C40;
}
div.record_highlight div.record_detail ul li {
    list-style:none;
}
div.record_highlight div.record_price {
    width: 100px;
    float: left;
    position:relative;
    margin-right:-100px;
}

div.track {
    padding:10px;
}
div.track_sample {
    display:block;
    float: left;
    width: 30px;
}
div.track_detail {
    margin-left: 35px;
}

/* Artists Home
-------------------------------------------------*/
div.artist_home {
    border: 1px solid #B5B7B6;
    padding: 10px;
    width: 47%;
    float: left;
}

div.artist_home p {
    margin: 0;
}

div.artist_home_info {
    display: none;
}

.alt {
    background: #F1F5DC;
}

p.large_letter {
    font-variant:small-caps;
    font-size:130%;
    border-bottom:1px solid black;
    margin-top:30px;
    font-weight:bold;
    width:50%;
}

p.photoCredit {
	font-size: 11px;
	line-height: 15px;
	width:150px;


}


/* Work Page
-------------------------------------------------*/
div.work_video table td {
    border: none;
}

div.work_details {
    padding: 10px 15px;
    background: #EAF3C0;
    border: 1px solid #B5B7B6;
    overflow: auto;
}

div.work_details h3.product_type {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

h2#work_title {
    margin: 0;
}

h3#work_composer {
    margin: 0;
}

div.work_samples {
    background: #F7FCE0;
    border-left: 1px solid #B5B7B6;
    border-right: 1px solid #B5B7B6;
    border-bottom: 1px solid #B5B7B6;
    padding: 10px 15px;
    overflow: auto;
    _height: 1%;
}

div.work_versions {
    background: #FCFEF2;
    border-left: 1px solid #B5B7B6;
    border-right: 1px solid #B5B7B6;
    border-bottom: 1px solid #B5B7B6;
    padding: 10px 15px;
}

div.work_image {
    width: 11%;
    padding: 1%;
    margin: 0 1% 0 0;
    float: left;
    background: #FFF;
    border: 1px solid #DDD;
}

div.work_image img {
    width: 100%;
    height: 100%;
}

/*div#work_details div {
    width: 50%;
    float: left;
}*/

/* Work Page - Products
-------------------------------------------------*/
div.work_products {
    overflow: hidden;
    height: auto;
    _height: 1%;
    margin: 10px 0 0 0;
}

div.image_product { /* SC */
    width:43%;
    margin-right:3%;
    float:left;
    position: relative;
}
div.image_product a { text-decoration:none; }
div.image_product a:hover { text-decoration:underline; }
div.image_product div.product_image {
    width:83px;
    float: left;
    margin: 0 7px 5px 0;
    height:auto;
}
div.image_product div.product_image img {
    margin: 0 0 5px 0;
}
div.image_product div.product_detail {
    margin-left:87px;
}
div.image_product div.product_detail strong {
    font-weight: bold;
    color: #3B3C40;
}
div.product {
    margin-bottom: 10px;
    padding: 5px;
    /*overflow: hidden;*/
    height: 160px;
    width: 31.5%;
    float: left;
    border-bottom: 1px solid #B5B7B6;
    padding-bottom: 15px;
    position: relative;
}

div.product h4 {
    margin: 0 0 10px 0;
}

div.product_image {
    width: 83px;
    height: 160px;
    float: left;
    margin: 0 7px 5px 0;
}

div.product_info {
    width: 59%;
    float: left;
}

div.product img {
    /*width: 80px;*/
    height: auto;
    margin: 0 0 5px 0;
}

div.product img.info_btn {
    width: 16px !important;
    height: 16px !important;
}

p.product_noprice {
    font-size: 14px;
    text-align: center;
}

/*.info_popup {
    position: absolute;
    top: 95px;
    left: 65px;
    display: block;
    width: 210px;
    height: 80px;
    padding: 15px 10px 15px 25px;
    background: transparent url("/images/bg-infopopup.gif") no-repeat top left;
    z-index: 999999;
    display: none;
}*/

p.bubble {
    position: absolute;
    top: 95px;
    left: 65px;
    display: block;
    display: block;
    width: 280px;
    height: auto;
    z-index: 999999;
    display: none;
}

.bubble_top {
    display: block;
    width: 280px;
    height: 12px;
    background: transparent url('/images/bubble_top.gif') no-repeat top left;
}

.bubble_middle {
    display: block;
    width: 240px;
    background: transparent url('/images/bubble_middle.gif') repeat-y center left;
    padding: 0 15px 0 25px;
}

.bubble_bottom {
    display: block;
    width: 280px;
    height: 13px;
    background: transparent url('/images/bubble_bottom.gif') no-repeat top left;
}

p.product_type {
    font-size: 10px;
    margin: 0;
    color: #3B3C40;
}

p.product_lib {
    font-size: 11px;
    color: #333;
    line-height: 13px;
}

p.product_lib span {
    font-weight: bold;
    color: #3B3C40;
}

p.product_price {
    font-size: 18px;
    text-align: center;
}

div.product a {
    text-decoration: none;
}

div.product div.cd_image {
    background: transparent url("/images/bg-cd-sml.jpg") no-repeat top left;
}

.productsDisplayControl  {
color:#107E2B;
cursor:pointer;
font-weight:bold;
}

/* Calendar
-------------------------------------------------*/
h2#calendar_month {
    width: 50%;
    float: left;
}

form#change_location {
    text-align: right;
}

dl.calendar_day {
    display: block;
    width: 12%;
    height: 150px;
    border: 1px solid #DDD;
    float: left;
    background: #FFF;
    padding: 1%;
    position: relative;
    margin: 0;
    overflow: hidden;
}

dl.calendar_day:hover, dl.list_day:hover {
    background: #ecfda6;
}

dl.calendar_day dt {
    font: bold 14px Arial, Helvetica, sans-serif;
    margin: 0 0 5px 0;
}

dl.calendar_day dd {
    margin: 0 0 2px 0;
    font-size: 11px;
}

/*
 dl.current {
    background: #bddb3f url("/images/bg-calendar-current.gif") repeat-x bottom left !important;
}
*/

dl.calendar_day dd.more_events {
    position: absolute;
    bottom: 5px;
}

dl.calendar_day span.event_info {
    display: none;
}

dl.calendar_day span.display_event_info {
    display: block;
    position: absolute;
    top: 17px;
    left: 75%;
    z-index: 9999;
    width: 250px;
    height: 75px;
    background: #FFF;
    border: 1px solid #DDD;
    padding: 20px;
}

ul#day_list {
    margin: 0 0 10px 0;
    list-style: none;
}

ul#day_list li {
    display: inline-block;
    font-weight: bold;
    width: 11.8%;
    padding: 1%;
    font-size: 14px;
}

/* List View */

dl.list_day {
    display: block;
    width: 96%;
    height: auto;
    float: left;
    overflow: auto;
    padding: 15px 2%;
    border: 1px solid #DDD;
    position: relative;
/*    background: #FFF url("/images/bg-calendar.gif") repeat-x bottom left; */
    margin: 0;
}

dl.list_day dt {
    display: block;
    width: 70px;
    height: 100%;
    float: left;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0;
}

dl.list_day dd {
    display: block;
    width: 41%;
    margin: 0 2% 0 0;
    float: left;
    padding: 5px 0;
}

dl.list_day dd.more_events {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

dl.list_day span.event_info, dl.list_day span.display_event_info {
    display: block;
    margin: 10px 0;
}

/* Controls */

p.month_nav {
    clear: both;
    overflow: auto;
}

a.prev_month {
    float: left;
}

a.next_month {
    float: right;
}

/* Artists Single
-------------------------------------------------*/
div.artist_image {
    float: right;
    padding: 10px;
    margin: 0 0 10px 10px;
    border: 1px solid #B5B7B6;
}

div.credo {
    padding:10px 0;
    color:#3B3C40;
    font-style:italic;
    font-family: georgia;
    line-height:22px;
    font-size:140%;
    margin-bottom:5px;
}
div.credo p { margin:0; }

/* Subject Navigator
-------------------------------------------------*/
div.subject_list { /* Rep navigator also uses this class */
    padding-top: 105px;
    margin-bottom: 15px;
}

div#subject_cultures-and-traditions {
    background: transparent url("/images/bg-cultures.jpg") no-repeat top left;
}

div#subject_places {
    background: transparent url("/images/bg-places.jpg") no-repeat top left;
}

div#subject_styles-and-genres {
    background: transparent url("/images/bg-styles.jpg") no-repeat top left;
}

div#subject_themes {
    background: transparent url("/images/bg-themes-subjects.jpg") no-repeat top left;
}

/* Repertoire Navigator
-------------------------------------------------*/
div#rep_band-music {
    background: transparent url("/images/bg-band.jpg") no-repeat top left;
}

div#rep_chamber-music {
    background: transparent url("/images/bg-chamber-music.jpg") no-repeat top left;
}

div#rep_choral-music {
    background: transparent url("/images/bg-choral.jpg") no-repeat top left;
}

div#rep_dramatic-music {
    background: transparent url("/images/bg-dramatic.jpg") no-repeat top left;
}

div#rep_electronic-experimental-music {
    background: transparent url("/images/bg-electronic.jpg") no-repeat top left;
}

div#rep_instrumental-music {
    background: transparent url("/images/bg-instrumental-2.jpg") no-repeat top left;
}

div#rep_jazz-ensembles {
    background: transparent url("/images/bg-jazz.jpg") no-repeat top left;
}

div#rep_orchestral-music {
    background: transparent url("/images/bg-orchestral.jpg") no-repeat top left;
}

div#rep_vocal-ensembles {
    background: transparent url("/images/bg-vocal-ensemble.jpg") no-repeat top left;
}

div#rep_vocal-music {
    background: transparent url("/images/bg-vocal.jpg") no-repeat top left;
}

/* Resonate - Home Page
-------------------------------------------------*/
div.res_feature img {
    float: left;
    margin: 0 10px 10px 0;
    padding: 2px;
    border: 1px solid #DDD;
}

a.res_feature_title, p.res_feature_title {
    font-size: 14px;
}

div.res_teaser {
    overflow: auto;
    _height: 1%;
}

div.res_teaser img {
    float: left;
    margin: 0 10px 10px 0;
    padding: 2px;
    border: 1px solid #DDD;
}

div.res_news span {
    font-size: 10px;
}

/* Resonate - Blog Pages
-------------------------------------------------*/
div.blog_post {
    overflow: auto;
    _height: 1%;
}

div.blog_post img {
    padding: 2px;
    float: left;
    border: 1px solid #DDD;
    margin: 0 15px 10px 0;
}

div.blog_post ul {
    list-style: none;
}

div.blog_post ul li {
    display: inline;
    padding: 0 0 0 25px;
}

/* Resonate - Article Page
-------------------------------------------------*/
div.article_image {
    width: 170px;
    float: right;
    padding: 10px;
    margin: 0 0 10px 10px;
    border: 1px solid #F3E7C6;
    text-align: center;
}

div.article_image small {
    display: block;
}

/* Resonate - Legacy Classes (Required for backwards compatability)
-------------------------------------------------*/
.editornote {
    font-weight: bold;
}

.captionedleft {
    width: auto;
    float: left;
    padding: 10px;
    margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
    border: 1px solid #F3E7C6;
    text-align: center;
}

.captionedleft div {
    font-size: 10px;
}

span.pullquote {
    display: block;
    width: 40%;
    float: left;
    padding: 20px;
    font: normal 22px/28px Arial, Helvetica, sans-serif;
    margin: 0 15px 15px 0;
    color: #98002e;
}

/* Bio card pattern (staff, board, and any other person-with-bio
   layouts). Thumbnail is absolutely positioned in a left gutter; all
   text content (h4, em, p) flows normally inside the right area.
   Avoids the CSS-grid issue where a taller image pushes subsequent
   paragraphs into a row below the image.
-------------------------------------------------*/
div.bio-card {
    position: relative;
    padding: 20px 0 20px 100px;
    margin: 0;
    border-bottom: 1px solid #B5B7B6;
    min-height: 100px;
}

div.bio-card:last-of-type {
    border-bottom: none;
}

div.bio-card > img {
    position: absolute;
    top: 20px;
    left: 0;
    width: 80px;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}

div.bio-card h4 {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: bold;
}

div.bio-card p {
    margin: 0 0 8px 0;
}

div.bio-card p:last-child {
    margin-bottom: 0;
}

/* Projects list
-------------------------------------------------*/
div.projects_list {
    margin: 0 0 15px 0;
    overflow: auto;
    _height: 1%;
}

div.projects_list img {
    float: left;
    padding: 2px;
    border: 1px solid #DDD;
    margin: 0 15px 8px 0;
}


/* Modart Profiles
-------------------------------------------------*/
div.modart_profile {
    margin: 0 0 15px 0;
    overflow: auto;
    _height: 1%;
}

div.modart_profile img {
    float: left;
    padding: 2px;
    border: 1px solid #DDD;
    margin: 0 15px 8px 0;
}

/* Recent Awards
-------------------------------------------------*/
div.recent_award {
    overflow: auto;
    _height: 1%;
    margin: 0 0 10px 0;
}

div.recent_award img {
    float: left;
    padding: 2px;
    border: 1px solid #DDD;
    margin: 0 10px 10px 0;
}

/* Shop - CDs
-------------------------------------------------*/
div.featured_product {
    margin: 0 0 10px 0;
    overflow: auto;
    _height: 1%;
}

div.featured_product h3 a {
    text-decoration: none;
}

/* Introductions to Australian Music
-------------------------------------------------*/


dl.intro {
	display: block;
	width: 18%;
	margin: 0 1% 20px 0;
	padding: 0 1% 0 0;
	float: left;
}

dl.intro_first {
	margin-left: 0;
}

dl.intro_last {
	padding-right: 0;
	border: none;
}

dl.intro dt {
	font-size: 16px;
	font-weight: bold;
	color: #3B3C40;
	margin: 0 0 10px 0;
	padding: 105px 0 0 0;
}

dl.intro dd {
	padding: 2px 0;
}
dt#intro_timeline {
	background: transparent url("/images/bg-timeline.jpg") no-repeat top left;
}

dt#intro_themes {
	background: transparent url("/images/bg-themes.jpg") no-repeat top left;
}

dt#intro_instrumental {
	background: transparent url("/images/bg-instrumental.jpg") no-repeat top left;
}

dt#intro_chamber {
	background: transparent url("/images/bg-chamber.jpg") no-repeat top left;
}

dt#intro_choral {
	background: transparent url("/images/bg-coral.jpg") no-repeat top left;
}

/* Product Page
-------------------------------------------------*/
table.product_highlight_box {
    background: #F7FCE0;
    border: 1px solid #B5B7B6;
    padding:10px;
}
table.product_highlight_box tbody { background:none; }
table.product_highlight_box td {
    border: 0;
    vertical-align:top;
}
table.product_highlight_box td.product_image_cell {
    width:110px;

}
table.product_highlight_box td.product_detail_cell {
}
table.product_highlight_box td.product_detail_cell h2 {
    width:95%;
}
table.product_highlight_box td.product_detail_cell h3 {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
table.product_highlight_box td.product_detail_cell ul li {
    list-style:none;
    width:95%;
    padding:5px 2px;
}
table.product_highlight_box td.product_price_cell {
    width:115px;
    text-align:center;
}
table.product_highlight_box td.product_price_cell div {
    margin-top:10px;
    padding-left:5px;
    border-left: 1px solid #B5B7B6;
}
a.add_to_cart {
    display: block;
    text-align:center;
    margin:0 auto;
    width: 65px;
    height: 18px;
    padding: 3px 10px;
    color: #576B0B;
    background: transparent url("/images/bg-cart-add.jpg") no-repeat top left;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}
table.track_listing_table {

}

/* NEW: General styles
-------------------------------------------------*/
div.sub_section {
    border-bottom:1px dashed #B5B7B6;
    margin-bottom:10px;
    padding-bottom:10px;
}
li.sub_section {
    border-top:1px dashed #B5B7B6;
    margin-top:10px;
    padding-top:10px;
}

/*=================================================

		USEFUL CLASSES

=================================================*/

/* Usually used for de-bugging
-------------------------------------------------*/

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.overflow {
	overflow: auto;
}

.clear {
	clear: both;
}

.center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.overflow {
    overflow: auto;
    _height: 1%;
}

.nolist {
    list-style:none;
}

div.audioSampleContainer {
	width: 23px;
}
div.audioPlay, div.audioPause {
	height: 23px;
	width: 23px;
    background: transparent url("../images/audiocontrols23.png") no-repeat -29px 0;
	cursor:pointer;
}
div.audioPause {
	background-position:0 0;
}


.lightbox-gallery ul li {
	float: left;
	margin-right:20px;
	margin-bottom:20px;
	list-style: none;
}
