/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Copyright (c) 2014 by color:gray. All Rights Reserved.    	              */
/*                                                                            */
/* CSS        : layout.css                                                    */
/*                                                                            */
/* Description: Layout rules for site                                         */
/*                                                                            */
/*----------------------------------------------------------------------------*/

/* RULE: target ÷ context = result (default text size assumed to be 16px) */

/* Resets
---------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
	display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}

/* General settings
---------------------------------*/
html {
	background: url(../images/CAB-BG.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #fff;
	text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.75em; /* 12px divided by 16px */
}
h1 {
        font-size: 2.0em;
}
h2 {
        font-size: 1.5em;
}
h3 {
        font-size: 1.2em;
}
h4 {
        font-size: 1.0em;
}
h5 {
        font-size: 0.8em;
}
h6 {
        font-size: 0.7em;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

/* Header
---------------------------------*/
header {
	position: relative;
	top: 0;
	left:0;
	width: 100%;
}
header img#title {
	position: absolute;
	top: 4px;
	left: 12px;
}
header img#logo {
	position: absolute;
	top: 24px;
	right: 12%;
}

/* Audio
---------------------------------*/
div#audio {
	position: absolute;
	top: 0;
	left: 30%;
	width: 40%;
	max-width: 740px;
	min-width: 280px;
	text-align: center;
	font-size: 0.8em;
	z-index: 50;
}
div#audio div#audio_nav, div#audio div#audio_close {
	width: 130px;
	padding: 4px 0;
	margin: 0 auto;
	background: #5b5b5c;
	/* rounded corners */
	-moz-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
div#audio div#audio_nav a:link, div#audio div#audio_close a:link {
	color: #dad8d8;
	font-weight: bold;
}
div#audio div#audio_nav a:visited, div#audio div#audio_close a:visited {
	color: #dad8d8;
	font-weight: bold;
}
div#audio div#audio_nav a:hover, div#audio div#audio_close a:hover {
	color: #dad8d8;
	font-weight: bold;
}
div#audio div#audio_nav a:active, div#audio div#audio_close a:active {
	color: #dad8d8;
	font-weight: bold;
}
div#audio div#audio_content {
	height: 0;
	overflow: hidden;
	/*background: #5b5b5c;*/
	/* rounded corners */
	-moz-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	/* transparency */
	/*background: rgb(91, 91, 92);
	background: rgba(91, 91, 92, .6);*/
}

/* Main Nav
---------------------------------*/
nav#main_nav {
	position: absolute;
	top: 142px;
	left: 50%;
}
nav#main_nav li {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
nav#main_nav li#nav1 {
	width: 139px;
	height: 41px;
	margin-left: -5px;
	margin-bottom: 16px;
}
nav#main_nav li#nav2 {
	width: 171px;
	height: 36px;
	margin-bottom: 10px;
}
nav#main_nav li#nav3 {
	width: 286px;
	height: 39px;
	margin-left: 3px;
}
nav#main_nav li#nav1 a:link, nav#main_nav li#nav1 a:visited {
	display: block;
	width: 139px;
	height: 41px;
	background: url(../images/filmScores.png) no-repeat;
}
nav#main_nav li#nav1 a:hover {
	background: url(../images/filmScoresOVER.png) no-repeat;
}
nav#main_nav li#nav1 a:active {
	display: block;
	width: 139px;
	height: 41px;
	background: url(../images/filmScoresOVER.png) no-repeat;
}
nav#main_nav li#nav2 a:link, nav#main_nav li#nav2 a:visited {
	display: block;
	width: 171px;
	height: 36px;
	background: url(../images/concertWorks.png) no-repeat;
}
nav#main_nav li#nav2 a:hover {
	background: url(../images/concertWorksOVER.png) no-repeat;
}
nav#main_nav li#nav2 a:active {
	display: block;
	width: 171px;
	height: 36px;
	background: url(../images/concertWorksOVER.png) no-repeat;
}
nav#main_nav li#nav3 a:link, nav#main_nav li#nav3 a:visited {
	display: block;
	width: 286px;
	height: 39px;
	background: url(../images/orchestrations.png) no-repeat;
}
nav#main_nav li#nav3 a:hover {
	background: url(../images/orchestrationsOVER.png) no-repeat;
}
nav#main_nav li#nav3 a:active {
	display: block;
	width: 286px;
	height: 39px;
	background: url(../images/orchestrationsOVER.png) no-repeat;
}

/* Sub Nav
---------------------------------*/
ul#sub_nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 85%;
	z-index: 25;
}
ul#sub_nav li {
	position: absolute;
	right: 0;
	width: 0%;
	list-style: none;
	/*background: #5b5b5c;*/
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	/* rounded corners */
	-moz-border-bottom-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-khtml-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	/* transparency */
	background: rgb(91, 91, 92);
	background: rgba(91, 91, 92, .9);
}
ul#sub_nav li#subnav1 {
	top: 0;
}
ul#sub_nav li#subnav2 {
	top: 30px;
}
ul#sub_nav li#subnav3 {
	top: 60px;
}
ul#sub_nav li#subnav4 {
	top: 90px;
}
ul#sub_nav li#subnav5 {
	top: 120px;
}
ul#sub_nav li div.open, ul#sub_nav li div.close {
	position: absolute;
	padding: 16px 6px 16px 8px;
	white-space: nowrap;
	background: #5b5b5c;
	font-size: 0.6em;
	/* rounded corners */
	-moz-border-top-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-khtml-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-khtml-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	/* drop shadow */
	-moz-box-shadow: 0 -2px 4px 0px #444;
	-webkit-box-shadow: 0 -2px 4px 0px #444;
	-khtml-box-shadow: 0 -2px 4px 0px #444;
    box-shadow: 0 -2px 4px 0px #444;
}
ul#sub_nav li#subnav1 div.open {
	letter-spacing: 1.25px;
}
ul#sub_nav li#subnav2 div.open {
	letter-spacing: 0.5px;
}
ul#sub_nav li#subnav3 div.open {
	letter-spacing: 2.25px;
}
ul#sub_nav li#subnav5 div.open {
	letter-spacing: 2.5px;
}
ul#sub_nav li div.close {
	letter-spacing: 2px;
}
ul#sub_nav li#subnav1 div.open, ul#sub_nav li#subnav1 div.close {
	width: 74px;
	margin-left: -88px;
}
ul#sub_nav li#subnav2 div.open, ul#sub_nav li#subnav2 div.close {
	width: 66px;
	margin-left: -80px;
}
ul#sub_nav li#subnav3 div.open, ul#sub_nav li#subnav3 div.close {
	width: 58px;
	margin-left: -72px;
}
ul#sub_nav li#subnav4 div.open, ul#sub_nav li#subnav4 div.close {
	width: 50px;
	margin-left: -64px;
}
ul#sub_nav li#subnav5 div.open, ul#sub_nav li#subnav5 div.close {
	width: 42px;
	margin-left: -56px;
}
ul#sub_nav li div.open a:link, ul#sub_nav li div.close a:link {
	color: #dad8d8;
	font-weight: bold;
}
ul#sub_nav li div.open a:visited, ul#sub_nav li div.close a:visited {
	color: #dad8d8;
	font-weight: bold;
}
ul#sub_nav li div.open a:hover, ul#sub_nav li div.close a:hover {
	color: #dad8d8;
	font-weight: bold;
}
ul#sub_nav li div.open a:active, ul#sub_nav li div.close a:active {
	color: #dad8d8;
	font-weight: bold;
}

/* sub nav content - general
---------------------------------*/
ul#sub_nav li div.sub_content {
	color: #bcbcbc;
	height: 0;
	padding-top: 12px;
	padding-bottom: 32px;
	overflow: hidden;
}
ul#sub_nav li div.sub_content h2 {
	padding: 0px 96px 12px 12px;
	font-size: 1.3em;
}
ul#sub_nav li div.sub_content p {
	padding: 0px 78px 12px 12px;
}
ul#sub_nav li div.sub_content ul {
	padding: 0px 78px 32px 12px;
}

/* sub nav content - video (reel)
---------------------------------*/
ul#sub_nav li#subnav1 div.sub_content div#VWW {
	max-width: 960px;
	margin: 0px 96px 12px 12px;
}
ul#sub_nav li#subnav1 div.sub_content div.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
ul#sub_nav li#subnav1 div.sub_content div.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* drop shadow */
	-moz-box-shadow: 1px 1px 4px 0px #000;
	-webkit-box-shadow: 1px 1px 4px 0px #000;
	-khtml-box-shadow: 1px 1px 4px 0px #000;
    box-shadow: 1px 1px 4px 0px #000;
}

/* sub nav content - bio
---------------------------------*/
ul#sub_nav li#subnav2 div.sub_content p img#content-image {
	float: right;
	margin: 0 16px 4px 8px;
	border: 1px solid #8a8989;
}
ul#sub_nav li#subnav2 div.sub_content p#last {
	color: #000;
	font-weight: bold;
	padding: 0px 96px 0 12px;
}
ul#sub_nav li#subnav2 div.sub_content ul.iconsrow li {
	position: static;
	display: inline;
	width: 100%;
	list-style: none;
	margin-right: 6px;
	border: none;
	background: none;
	/* rounded corners */
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

/* sub nav content - credits
---------------------------------*/
ul#sub_nav li#subnav3 div.sub_content p.headish {
	padding: 0px 96px 0 12px;
}
ul#sub_nav li#subnav3 div.sub_content div.key {
	width: 65%;
	height: 4px;
	margin: 0 33% 4px 2%;
	border-top: 4px dotted #000;
}
ul#sub_nav li#subnav3 div.sub_content ul li {
	position: static;
	list-style: disc outside;
	width: 100%;
	margin-left: 16px;
	margin-bottom: 6px;
	border: none;
	background: none;
	/* rounded corners */
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}
ul#sub_nav li#subnav3 div.sub_content ul li span {
	color: #371d0d;
	font-weight: bold;
}

/* sub nav content - connect
---------------------------------*/
ul#sub_nav li#subnav4 div.sub_content p#list1 {
	margin-top: 42px;
	margin-bottom: 0;
}
ul#sub_nav li#subnav4 div.sub_content p#list2 {
	margin-bottom: 0;
}
ul#sub_nav li#subnav4 div.sub_content ul.iconsrow li {
	position: static;
	display: inline;
	width: 100%;
	list-style: none;
	margin-right: 6px;
	border: none;
	background: none;
	/* rounded corners */
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}
ul#sub_nav li#subnav4 div.sub_content ul.iconsrow li img {
	/* drop shadow */
	-moz-box-shadow: -2px -2px 8px 0px #555;
	-webkit-box-shadow: -2px -2px 8px 0px #555;
	-khtml-box-shadow: -2px -2px 8px 0px #555;
    box-shadow: -2px -2px 8px 0px #555;
}

/* sub nav content - news
---------------------------------*/
ul#sub_nav li#subnav5 div.sub_content {
	margin-left: 12px;
	margin-right: 12px;
}
ul#sub_nav li#subnav5 div.sub_content iframe {
	background: #fff;
	/* rounded corners */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
div.FB2, div.FB3 {
    display: none;
}

/* main nav content
---------------------------------*/
section {
	position: absolute;
	top: 28px;
	left: 10%;
	width: 70%;
	margin: 0 auto 24px auto;
	padding: 24px 5%;
	/* rounded corners */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	/* transparency */
	background: rgb(91, 91, 92);
	background: rgba(91, 91, 92, .9);
}
section div.close {
	position: absolute;
	top: 4px;
	right: 8px;
}
section h1 {
	width: 80%;
	font-size: 1.1em;
	margin: 0 10% 12px;
	border-bottom: 1px solid #333;
}
section#filmSCORES, section#concertWORKS, section#orchestrationsCONDUCTING {
	text-align: center;
}
section#filmSCORES ul li, section#concertWORKS ul li, section#orchestrationsCONDUCTING ul li {
	position: relative;
	display: inline-block;
	margin: 0;
}
section#filmSCORES ul li img, section#concertWORKS ul li img, section#orchestrationsCONDUCTING ul li img {
	border: 2px solid #333;
	/* drop shadow */
	-moz-box-shadow: 2px 2px 8px 0px #555;
	-webkit-box-shadow: 2px 2px 8px 0px #555;
	-khtml-box-shadow: 2px 2px 8px 0px #555;
    box-shadow: 2px 2px 8px 0px #555;
}
section#filmSCORES ul li div {
	display: none;
	position: absolute;
	bottom: 0;
	width: 98%;
	height: 71%;
	padding: 42% 1% 0;
	color: #fff;
	/* transparency */
	background: rgb(205, 113, 14);
	background: rgba(205, 113, 14, .7);
}
section#concertWORKS ul li div {
	display: none;
	position: absolute;
	bottom: 0;
	width: 98%;
	height: 73%;
	padding: 18% 1% 0;
	color: #fff;
	/* transparency */
	background: rgb(205, 113, 14);
	background: rgba(205, 113, 14, .7);
}
section#orchestrationsCONDUCTING ul {
	margin-bottom: 32px;
}
section#orchestrationsCONDUCTING ul li.leadframe {
	display: block;
	font-weight: bold;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 2.4em;
	letter-spacing: -2px;
	line-height: 0.6em;
	color: #888;
	margin-bottom: 8px;
}
section#orchestrationsCONDUCTING ul li div.OCinfo {
	display: none;
	position: absolute;
	top: 12px;
	left: -100%;
	width: 300%;
	padding: 6px 2% 12px;
	border: 4px solid #333;
	/* rounded corners */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	/* transparency */
	background: rgb(91, 91, 92);
	/* drop shadow */
	-moz-box-shadow: 1px 1px 8px 0px #333;
	-webkit-box-shadow: 1px 1px 8px 0px #333;
	-khtml-box-shadow: 1px 1px 8px 0px #333;
    box-shadow: 1px 1px 8px 0px #333;
	z-index: 10;
}
section#orchestrationsCONDUCTING div.OCinfo div.sub_close {
	margin-bottom: 12px;
}
section#orchestrationsCONDUCTING ul li div.OCinfo span {
	color: #371d0d;
	font-weight: bold;
}

/* Footer
---------------------------------*/
footer {
	position: fixed;
	bottom: 4px;
	right: 8px;
	color: #fff;
	text-align: right;
	font-size: 0.6em;
	font-weight: bold;
	z-index: 35;
}
footer address {
	font-style: normal;
}

/* Responsive
---------------------------------*/
@media (max-width: 878px) {
    div.FB1 {
        display: none;
    }
    div.FB2 {
        display: block;
    }
}
@media (max-width: 800px) {
	header img#title {
		top: 2px;
		left: 27%;
	}
	header img#logo {
		right: 14%;
		width: 180px;
		height: auto;
	}
	div#audio {
		left: 2%;
	}
	div#audio div#audio_nav, div#audio div#audio_close {
		margin: 0 auto 0 0;
	}
	ul#sub_nav {
		width: 100%;
	}
	ul#sub_nav li#subnav1 div.close {
		padding: 34px 6px 6px 8px;
	}
	ul#sub_nav li div.sub_content p {
		padding: 0px 12px 12px 12px;
	}
	ul#sub_nav li div.sub_content ul {
		padding: 0px 12px 32px 12px;
	}
	ul#sub_nav li#subnav2 div.sub_content p img#content-image {
		width: 40%;
		height: auto;
		margin: 0 16px 4px 4px;
	}
}
@media (max-width: 640px) {
	header img#logo {
		right: 16%;
	}
	nav#main_nav {
		left: 40%;
	}
}
@media (max-width: 560px) {
	header img#title {
		top: 72px;
		left: 10%;
	}
	header img#logo {
		top: 2px;
		right: 28%;
		width: 120px;
	}
}
@media (max-width: 555px) {
    div.FB2 {
        display: none;
    }
    div.FB3 {
        display: block;
    }
}
@media (max-width: 490px) {
	nav#main_nav {
		top: 124px;
		left: 24%;
	}
}
@media (max-width: 435px) {
	header img#title {
		top: 64px;
		left: 2%;
		width: 236px;
		height: auto;
	}
	header img#logo {
		right: 34%;
		width: 90px;
	}
	nav#main_nav {
		top: 112px;
		left: 12%;
	}	
}