@charset "UTF-8";

@font-face {
    font-family: 'Didot';
    src: url('didotltstd-roman-webfont.eot');
    src: url('didotltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('didotltstd-roman-webfont.woff') format('woff'),
         url('didotltstd-roman-webfont.ttf') format('truetype'),
         url('didotltstd-roman-webfont.svg#DidotLTStdRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'HelveticaLightCond';
	src: url('helveticaneueltstd-ltcn-webfont.eot');
	src: url(//:) format('no404'), 
		url('helveticaneueltstd-ltcn-webfont.woff') format('woff'), 
		url('helveticaneueltstd-ltcn-webfont.ttf') format('truetype'), 
		url('helveticaneueltstd-ltcn-webfont.svg#webfontBD6K55PT') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #000;
	font-family: 'HelveticaLightCond';
	font-size: 16pt;
	background: #000 url(../images/BG.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

p { text-align: justify; padding-left: 5px; padding-right: 5px; }

b, strong { font-family: 'HelveticaLightCond'; }


td {  }

a { text-transform:uppercase; }

a:link, a:visited {
	color:#3A1695;
	text-decoration: none;
	text-transform:uppercase;
}
a:hover { text-decoration: none; color: #800; }
a:active { color: #800; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Didot';
	color: #AAA;
	font-size: 40pt;
	font-weight: normal;
	text-decoration: none;
	clear:both;
	padding:5px;
	padding-right:0px;
	margin:0;
	text-transform:uppercase;
	letter-spacing:6px; 
}
h2 { font-size: 36pt; }
h3 { font-size: 30pt; }
h4 { font-size: 24pt; }

h2 a:link, h2 a:visited { text-transform:uppercase; color:#a87b69; }
h2 a:hover, h2 a:active{ text-transform:uppercase; color:#FFF; }

#menubar {
	overflow: hidden;
	margin-bottom: 0px;
	background:rgba(50,20,130,0.8);
	padding: 0;
	font-family: 'Didot';
	font-size: 16pt;
	display: block;
	letter-spacing:1px;
	clear: both;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
 
#menubar ul {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
	height:30px;
	line-height:30px;
	text-align:center;
}

#menubar li {
	height:30px;
	display:inline;
}

#menubar ul a:link, #menubar ul a:visited {
	color:#DDD;
	display:inline;
	width:120px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
}

#menubar ul a:hover,#menubar ul a:active {
	background-color:#FFF;
	color:#000;
}

#menubar ul a:hover,#menubar ul a:active {
	background-color:#FFF;
	color:#000;
}

.entry {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #888;
	clear:both;
}

.defaultPage, .NewsPage, .AboutPage, .MultimediaPage, .AudioPage, .PhotosPage, .VideoPage, .CalendarPage, .LinksPage, .BlogPage, .ContactPage {
	width: 960px;
	height: 100%;
	background: rgba(255,255,255,0.95) url(../images/HomeBG.jpg) no-repeat;
	margin: 0 auto;
	padding-top: 330px;
	color: #222;
	border-top: 0px none #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}

#mainContent {
	padding:10px; 
}


.NewsPage { }

.AboutPage { }
biography, bio, bio biotext, .AboutPage #mainContent bio { padding-left: 10px; padding-right: 10px; text-align:justify; display:block; line-height:22pt; }
.AboutPage a { text-transform:none; }

.MultimediaPage  { }
.MultimediaPage p { color:#444; text-align:center; }
.MultimediaPage h2 { padding-left: 5px; padding-right: 5px; }
.MultimediaPage #photoalbum { margin-top: -1px; }

.AudioPage {  }
.AudioPage #repertoire { font-size: 10pt; padding-left: 5px; padding-right: 5px; }
.AudioPage h2 { font-size: 14pt; text-align: left; line-height: 16pt; margin-top: 2px; margin-bottom: 2px; }
.AudioPage h4 { font-size: 12pt; line-height: 14pt; margin-top: 2px; }

.PhotosPage { }

#discographySection, #discographySection .entry {
	text-align:right;
}



#VideoPage { }

#VideoPage .entry {
	border-bottom:none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #888;
	margin-top:20px;
	padding-bottom:50px;
}

.tracklisting { margin-left: 5px; margin-right: 5px; margin-bottom: 10px; padding-bottom: 10px; color:#333; font-size:16pt; text-align:left; }
#trackcomposer { font-size: 18pt; text-transform: uppercase; }
#tracktitle { color: #000; font-size: 24pt; }
.audioBtn { font-family: 'HelveticaLightCond'; padding-right: 10px; font-size: 12pt; }

.listenBtn {
	display:inline;
	float: right;
	text-align:right;
	margin-top:5px;
	margin-left:30px;
}

#AudioPage a:link,
#AudioPage a:visited {
	padding-right: 10px;
	text-transform: none;
}

#AudioPage a:hover,
#AudioPage a:active {}

.cliplisting { text-align:left; margin-left: 5px; margin-right: 5px; margin-bottom: 20px; font-size:24pt; width:700px; float:left; color:#333; }
.cliptitle { color: #000; font-size:18pt; }

.videothumb {
	background: #000000;
	width: 150px;
	height: 84px;
	border: 1px solid #FFFFFF;
	margin: 6px;
	float: right;
	overflow: hidden;
	clear:right;
}

.photoAlbum {
	display:block;
	clear:both;
	margin-bottom:20px;
}

.thumb { 
	background: #000000;
	width: 80px;
	height: 80px;
	border: 1px solid #FFFFFF;
	margin: 6px;
	overflow: hidden;
	display:block;
	float:left;
}

#mm-menubar { font-family: 'HelveticaLightCond'; overflow:hidden; margin-top:-14px; text-transform:lowercase; }

#mm-menubar ul {
	border-top: 1px solid #AAA;	
	border-bottom: 1px solid #AAA;	
	font-size: 20pt;
	list-style-type:none;
	margin-left:-1px;
	padding:0px;
	height:50px;
	line-height:50px;
	background-color:#555;
	overflow: hidden;
}

#mm-menubar li {
	float:left;
}

#mm-menubar p {
	text-align:center;
}
#mm-menubar ul a:link, #mm-menubar ul a:visited {
	color:#DDD;
	display:block;
	width:322px;
	height:50px;
	text-align:center;
	text-decoration:none;
	border-left: 1px solid #AAA;
}

#mm-menubar ul a:hover,#mm-menubar ul a:active {
	background-color:#222222;
}

.CalendarPage { }
.CalendarPage a:link, a:visited { }
.CalendarPage h2 { color: #777; text-align: left;  padding-left: 5px; padding-right: 5px; }

#socialButtons{
	width:380px;
	text-align:left;
	padding:1px;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
}

.socialBtn {
	text-align:left;
	height:24px;
	overflow-y:hidden;
	width:80px;
	overflow:hidden;
	float:right;
	padding-left:10px;
}

.BlogPage { }
.BlogPage headline { color: #222; font-size: 10pt; display: block; }


.LinksPage {  }
.LinksPage a:link, #LinksPage a:visited { }


.ContactPage { }
.ContactPage h1, .ContactPage h2, .ContactPage h3, .ContactPage h4 { text-align:left; margin-top: 2px; margin-bottom: 2px; }
.ContactPage a, .ContactPage a:visited {  }

.contactSocialBtn {
	margin:5px;
}

#Table_01 { border-top: solid 1px #FFFFFF; }

pubdate { color: #333; font-size: 12pt; }
twitterstatus { color: #000; font-size: 12pt; }

longdate { color: #333; font-size: 12pt; }
shortdate { color: #333; font-size: 12pt; }
newsdate { color: #333; font-size: 12pt; display: block; }

event { color: #000; font-size: 20pt; display: block;}
venue { color:#333; font-size: 12pt; }
city { color: #555; font-size: 12pt; }
maplink { font-size: 12pt; }
repertoire { color: #666; font-size: 12pt; display:block; }
details, description { color: #333; font-size:12pt; display:block; }
#linksPage details { color: #222; }
website { font-size: 12pt; }
time { font-size: 12pt; }

headline { color: #000; font-size: 18pt; display: block; }
#linksPage headline { color: #222;}
newsitem { color:#333; font-size: 14pt; }

composer { color: #333; font-size: 20pt; display: block; text-transform:uppercase; font-family: 'HelveticaLightCond'; }
work { color: #000; font-size: 16pt; display: block; text-align:right; }

.discIMG {
	margin-right:10px;
}

.bioPhoto {
	margin-left:10px;
}

artist { color: #333; font-size: 14pt; text-transform:uppercase; display:block; }
album { color: #000; font-size: 18pt; display:block; }
label { color: #444; font-size: 12pt; display:block; }
year { color: #666; font-size: 12pt; display:block; }

.personnelname { color: #FFF; font-size: 24pt; display:block; }
.personneljobtitle { color: #AAA; font-size: 16pt; display:block; }
.personnelcredentials { color: #CCC; font-size: 10pt; text-transform:uppercase; display:block; }
.personnelbiography { text-align:justify; margin:10px; }
.personnelwebsite{ font-size: 12pt; display:block; }
.snIcon30 { margin:5px; }

reviews { font-style: italic; }
author { color: #AAA; font-size: 14pt; font-style: normal; text-decoration: none; display: block; text-align: right; }
publication { color: #BBB; font-size: 12pt; font-style: normal; text-decoration: none; margin-bottom: 20px; padding-bottom: 2px; display: block; text-align: right; }


#FlashAudioPlayer {
	width:100%;
	height:27px;
	left:0;
	bottom:5px;
	text-align:center;
	position:fixed;
	z-index:800;
	padding:0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background: rgba(0,0,0,0.9);
	visibility:hidden;
}

#audioStatusBar {
	margin-top:-5px;
	width:0px;
	height:1px;
	background:#F00;
	clear:both;
}

#audioplayerInfo { width:100%; overflow:hidden; text-overflow:ellipsis; padding:0; top:0; left:0; margin:0px; margin-bottom:4px; color:#AAA; clear:both; }

#playerTimer { float:right; text-align:right; padding:0; padding-top:4px; }

#audioControls { text-align:right; float:right; margin-right:5px; padding-top:5px; }

#audioComposer, #audioName, #audioMovement { padding-top:10px; text-align:left; float:left; margin-right:10px; font-size:16px; line-height:16px; height:16px; }

#audioTrackDetails { width:500px; overflow:hidden; text-overflow:ellipsis; }

#audioName { color:#FFF; padding-top:8px; }

#audioComposer {  text-transform:uppercase; font-size:12px; margin-left:10px; }

#audioMovement { font-size:12px; }

#playpauseBtn, #playBtn, #pauseBtn, #prevBtn, #nextBtn, #audiopurchaseBtn { font-family:'HelveticaLightCond'; text-transform:uppercase; font-size:14px; visibility:hidden; padding-left:5px; padding-right:5px; letter-spacing:0px; }
