@charset "utf-8";


/*Table of Contents
- body
- reset (used to force cross-browser compatiblity)
- links (custom defaults using the style colour scheme)
- page sructure (divs and structural)
*/
/*body*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	height: 100%;
	background: #F7F7F7 url(../images/es_silk_background_v5.jpg) repeat-y fixed center top;
	margin-left: 50%;
	margin-right: 50%;
}

/*reset*/
html {
	color: #000;
	background: #F7F7F7 url(../images/s) repeat-y fixed left top;
	padding: 0;
	margin: 0 0 1px 0;
	min-height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0px;
	font-style: normal;
	text-align: inherit;
}

/*table {
	border-collapse: collapse;
	border-spacing: 0;
	font-style: italic;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
}*/

fieldset,
img {
	border: 0;
	text-align: center;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	text-align: left;
	font-weight: normal;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
	font-weight: bold;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font: inherit;
	text-decoration: none;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	font-size: 100%;
}

/*links*/
a:link {
	color: #3265CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3265CC;
}
a:hover {
	text-decoration: none;
	color: #326532;
}
a:active {
	text-decoration: none;
	color: #326532;
	font-style: normal;
	text-align: right;
}

/*page structure*/
.screen #container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
} 
.screen #header {
	height: auto;
	width: 950px;
	padding-top: 15px;
} 
#logo {
	padding: 15px 55px 15px 25px;
	float: left;
	height: 110px;
	width: 110px;
}
#hdrmain {
	height: 140px;
	width: auto;
	margin-left: 190px;
	margin-right: 190px;
}
#hdrmain #hdrtext {
	height: 108px;
	width: auto;
	border-bottom: 3px double #3265CC;
}

#hdrtype {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
#header div #navholder {
	height: 30px;
	width: auto;
}

#navpost {
	margin: 0px;
	padding: 20px 15px 15px;
	float: right;
	height: 105px;
	width: 160px;
}
.hdrPostLinks {
	font-size: 0.625em;
	text-align: right;
}

#breadcrumbs {
	clear: both;
	height: 33px;
	width: auto;
	border-top: 3px double #3265CC;
	border-bottom: 1px solid #3265CC;
}
#pageprint {
	padding: 8px 15px 5px;
	float: right;
	height: auto;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
}
.screen #leftnav {
	float: left;
	width: 160px;
	padding: 30px 15px 15px;
	clear: both;
}
.screen #rightnav {
	float: right;
	width: 160px;
	padding: 35px 15px 15px;
}
.screen #mainContent {
	margin: 0 190px;
	width: auto;
	padding: 15px;
} 
.screen #footer {
	padding: 0 15px 20px;
	border-top: 3px double #3265CC;
	clear: both;
} 
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*type*/
p {
	font-size: 0.875em;
	line-height: 1.5em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: justify;
}

h1 {
	line-height: 1.5em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.75em;
	text-align: left;
}

h2 {
	font-size: 1.3125em;
	line-height: 1.5em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

h3 {
	font-size: 1.0em;
	line-height: 1.5em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

h4 {
	font-size: 0.875em;
	line-height: 1.5em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h5 {
	font-size: 0.75em;
	line-height: 1.5em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h6 {
	font-size: 0.625em;
	line-height: 1.5em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.subtext {
	font-size: 0.7em;
	line-height: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-style: normal;
}

.blockquote   {
	font-size: 0.875em;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}
.attribution {
	font-size:0.875em;
	line-height: 1.5em;
	font-style:normal;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left: 240px;
	margin-right: 15px;
	text-align: left;
}
	
.navlinks {
	font-size: 0.75em;
	line-height: 2em;
	font-family: Verdana, Geneva, sans-serif;
}

#footer .navlinks {
	text-align: center;
	line-height: 3em;
}
#brdtxt {
	margin: 0px;
	float: left;
	height: auto;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	padding: 6px 15px 5px;
	clear: both;
}
.screen #container #header img {
}
.screen #container #header #PrHdr {
	display: none;
}
.screen #container #footer #PrFooter {
	display: none;
}
#navpost .navlinks a {
	font-size: 100%;
}
#rightnav .blockquote {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	font-size: .625em;
}
.currentpage {
	color: #666;
}
#amazonRNav {
	padding-right: 30px;
	padding-left: 30px;
}
#SmAmazon {
	padding-right: 30px;
	padding-left: 30px;
}

/*Events and productions*/

.eventImg {
	height: 100px;
	width: 100px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
.timeAndPlace {
	color: #333;
	line-height: 1.5em;
	text-align: left;
	font-style: normal;
}
.timeAndPlaceIndent {
	color: #333;
	line-height: 1.5em;
	text-align: left;
	font-style: normal;
	padding-left: 20px;
}
.timePlaceDiv {
	margin-left: 25px;
	width: 300px;
	float: left;
}
.eventTable {
	margin: 0px;
	height: auto;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
	position: relative;
}
.KreutzerImg {
	padding: 7px 0px 0px 10px;
	height: 134px;
	width: 179px;
	position: relative;
}
.subtextBold {
	font-weight: bold;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.5em;
}
.screen #container #mainContent h4 {
	color: #000;
	font-style: normal;
	font-size: 0.875em;
	text-align: left;
}
#KreutzerPosterImg {
	padding: 10px;
	float: left;
	height: auto;
}
/*nylon IMG divs*/
.narrowRightIMG {
	width: 140px;
	float:right;
	padding-left: 10px;
	padding-top: 5px;
}
.wideLeftIMG {
	width: 160px;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}
.narrowLeftIMG {
	width: 140px;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}
/*duo transatlantique*/
#duoImgDiv {
	width: 300px;
	float:right;
	padding-left: 10px;
	padding-top: 5px;
}
#duoCDImgDiv {
	width: 200px;
	margin: auto;
}
/*concert programme table*/
.progTitle {
	font-style: italic;
	font-size: 0.875em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
.progTitleIndent {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em ;
	font-style:italic;
	text-align:left;
	padding-left:20px;
}
.progTitleLg {
	font-style: italic;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
.progComposer {
	font-weight: bold;
	font-style: normal;
	text-align: right;
	font-size: 0.875em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.progComposerLg {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

.screen #container #footer .navlinks a {
	text-align: center;
}
.commPortraits {
	height: 227px;
	width: 180px;
	float: right;
	padding-left: 10px;
	padding-top: 7px;
}
.italic {
	font-style: italic;
}
#JoinUsImg {
	width: 260px;
	float: left;
	padding: 5px 10px 0px 0px;
}
.screen #container #mainContent #JoinUsImg img {
	text-align: justify;
}
#joinUsFind {
	width: 540px;
}
#WCGOImg {
}
/*Rehearsals table*/
.rehColOne {
	text-align: right;
	font-size: 0.875em;
}
.rehColTwo {
	text-align: right;
	font-size: 0.875em;
}
.rehColThree {
	text-align: left;
	font-size: 0.875em;
}
.rehColFour {
	text-align: left;
	font-size: 0.875em;
}
/*WCGO Membership*/
#membersImg {
	width: 240px;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}
#members2Img {
	width: 160px;
	float: right;
	padding-top: 5px;
	padding-left: 10px;
}
#audience {
	width: 220px;
	float: right;
}
#scoresClick {
	text-align: center;
}
.indentUL {
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}
#nasImg {
	width: 240px;
	float: right;
	padding-top: 7px;
	padding-left: 10px;
}
/*TCN Widgets thickbox*/
#TBdodici {
	float:right;
	padding-left: 10px;
	padding-top: 2px;
}
#nylonTB {
	float: right;
	width: 190px;
	padding-top: 1px;
}
.findUsMapdiv {
	height: 480px;
	width: 540px;
}
/*Concert Archive*/

#archiveBody {
	width: 540px;
}

.archiveTab {
	width: 540px;
	border-bottom: Solid #eee 2px;
}

.archiveArtist {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
}
.archiveCat {
	font-size:0.875em;
}
.archiveDate {
	font-size: 0.875em;
	text-align:right;
}
.archiveDesc {
	font-size:0.875em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.5em;
	text-align: justify;
}

#archiveLeadOut {
	width: 540px:
}
/*Downloads*/
.downloadTabDiv {
	width: 500px;
	border-bottom: solid #eee 2px;
	padding-left: 20px;
	padding-right: 20px;
}
.downloadCatNo {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.875em;
	line-height: 1.5em;
}
.downloadSize {
	text-align: right;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.7em;
}
#downloadTandCsDiv{
	width: 476px;
	margin-right: 20px;
	margin-left: 20px;
	border: 2px dotted #eee;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
}
/*Links*/
.linkTabDiv {
	width: 480px;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 2px solid #eee;
}
/*Monika Tymlova*/
#TBMonika {
	float:right;
	padding-left: 10px;
	padding-top: 7px;
}
/*Kreutzer*/
#TBKreutzer {
	float:right;
	padding-left: 10px;
	padding-top: 7px;
}
/*WYGO*/
#ImgDivRight {
	float:right;
	padding-left:10px;
	padding-top:5px;
}
#ImgDivLeft {
	float:left;
	padding-right:10px;
	padding-top:5px;
}
/*submit*/
#submit {
	margin-left: 200px;
	margin-right: auto;
	width: auto;
}
/*Will Browne*/
#TBWillBrowne {
	float:right;
	padding-left: 10px;
	padding-top: 7px;
}
/*Hayley Savage*/
.ImgCentre {
	margin-right: 50%;
	margin-left: 50%;
	height: auto;
	width: auto;
}
.align_centre {
	height: auto;
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
}
.divCentre {
	height: auto;
	width: 1%;
	margin-right: 50%;
	margin-left: 50%;
}


.ImgLeft {
	float:left;
	padding-top: 5px;
	padding-right: 10px;
}
.ImgRight {
	float:right;
	padding-left: 10px;
	padding-top: 5px;
}
/*index*/
.ImgFullwidth{
}
.bold {
	font-weight: bold;
}
