/*
Aprox font size conversion on IE 6/7 medium text size
10pt ~ 0.8em
12pt ~ 1.0em
14pt ~ 1.2em
18pt ~ 1.5em
24pt ~ 2.0em
30pt ~ 2.5em
*/

/**************************/
/* Standard HTML Styles */
/**************************/
html 
{
	font-size: 100%; /* IE hack to reset ems */ 
}

body
{
	padding: 0px;
	margin: 0px;
}
body, p, td, th, input, textarea 
{
	font-family: "Gotham SSm A", "Gotham SSm B", Montserrat, sans-serif;
	font-size: 16px;
	line-height: 22px;
    -webkit-font-smoothing: antialiased;
}


h1 
{
	font-size: 50px;
    line-height:55px;
	font-weight: 300;
    font-family: "Gotham SSm A", "Gotham SSm B", Montserrat, sans-serif;
	color: #fff;
	padding: 0.5em 0 0 0;
	margin: 0 0 0.8em 0;
    width:100%;

}
/* for 'welcome' banner on home page */
h5
{
	font-size: 2em;
	font-weight: normal;
	color: #97011A;
	padding: 0.5em 0 0 0;
	margin: 0 0 1.5em 0;
}
h1.large 
{
	font-size: 1.8em;
}
h1.small 
{
	font-size: 40px;
}

h1.highlights 
{
	color: #ffffff;
}

h2
{
	font-size: 1.2em;
	font-weight: normal;
	color: #505050;);
	padding: 0.5em 0 0 0;
	margin: 0 0 0.5em 0;
    font-weight:bold;
}
h3
{
	font-size: 1.1em;
	font-weight: normal;
	color: #505050;);
	padding: 0;
	margin: 0 0 0.5em 0;
    font-weight:bold;
}
h4
{
	font-size: 1.1em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0.5em 0;
}
p 
{
	padding: 0;
	margin: 0 0 0.5em 0;
}
ul 
{
	font-size: 0.95em;
}

a:link, a:visited 
{
	color: rgb(200, 16, 46);
}
a:hover, a:active 
{
	color: rgb(200, 16, 46);
	text-decoration: underline;
}
a span.nodecoration
{
	text-decoration: none !important;
}

img 
{
	border: none;
}

/**************************/
/* Common Styles */
/**************************/
/* Clear floated elements */
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

/* The Clearfix Hack: Add a class of .clearfix to any element containing a float needing to be cleared */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.intro 
{
	font-size: larger;
}
.hint 
{
	color: #666666;
	font-style: italic;
}
.warning 
{
	color: #97011a;
}
.red 
{
	color: #97011a;
}
img.alignleft 
{
	float: left;
	margin: 20px 25px 20px 0px;
}

img.alignright 
{
	float: right;
	margin: 20px 0px 20px 25px;
	
}

/* landingpage_index */
/* Set of picture links with captions centered on the page wrapping onto multiple lines */


#homeintro {
text-align:center;
padding:40px 0;
}





.landingpage_index
{
	text-align:center;
}
.landingpage_index div, 
.landingpage_index p 
{
	display:inline;
}
.landingpage_index div
{
	padding: 5px;
	margin:0 10px 20px 10px; 
	vertical-align:top; 
	width: 240px;
	margin-top:40px;
	display:inline-block;
}
.landingpage_index p img
{
	margin-bottom:5px;
}
.landingpage_index p strong 
{
	font-size: 1.2em;
	margin: 3px 0px 0px 0px;
}

.pictureindex, .pictureindex_large
{
	margin: 0 0 20px 0;
}
.pictureitem 
{
	position: relative;
	float: left;
	text-align: center;
	height: 207px;
	padding: 2px;
	width: 150px;
	margin: 0px 20px 20px 0px;
	
}
.pictureindex_large .pictureitem 
{
	position: relative;
	float: left;
	text-align: center;
	height: 195px;
	padding: 5px;
	width: 240px;
	margin-right: 20px;
	background: #F7F7FE;
}
.pictureitem h2 
{
	font-size: 1.2em;
	margin: 3px 0px 0px 0px;
}
.pictureitem h3 
{
	font-size: 0.8em;
	margin: 3px 0px 0px 0px;
}
.newalert
{
    color: #97011A;
}



/**************************/
/* Page layout */
/**************************/


/**************************/
/* Page Header */
/**************************/
#pageheaderwrapper
{
	position: relative;
}
#pageheader 
{
	position: relative;
	background: #3A58A1 url(../Images/bg_header.gif) top left repeat-y;
	color: white;
	height: 124px;
	margin: 0px;
	padding: 5px 0px 0px 10px;
}

#pageheader .emblem
{
	float: left;
}
#pageheader h1 
{
	background: #3A58A1 url(../Images/royaloperahouse.gif) top left no-repeat;
	float: left;
	width: 465px;
	height: 90px;
	text-indent: -5000px;	
	margin: 0px;
	padding: 0px;
}
#pageheader #mainmenu 
{
	clear: left;	
}
img.headerimage 
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 155px;
	width: 200px;

}


/* Start of old menu styles */
#mainmenu 
{
	position: absolute;
	bottom: 0px;
	text-align: left;
	margin-left: 10px;
}
#mainmenu .divider 
{
	display: none;
}
#mainmenu a 
{
	display: block;
	padding-right: 5px;
	background: url(../Images/bg_nav_right.gif) top right no-repeat;
	float: left;
	margin-right: 10px;
	text-decoration: none;
}
#mainmenu a span
{
	display: block;
	padding-left: 5px;
	background: url(../Images/bg_nav_left.gif) top left no-repeat;
	cursor: pointer;
}
#mainmenu a.selected 
{
	display: block;
	padding-right: 5px;
	background: url(../Images/bg_nav_selected_right.gif) top right no-repeat;
	float: left;
	color: #97011A;
}
#mainmenu a.selected  span
{
	display: block;
	padding-left: 5px;
	background: url(../Images/bg_nav_selected_left.gif) top left no-repeat;
}
/* End of old menu styles */

/* Main menu tabs */
#mainnav 
{
	position: absolute;
	bottom: 0px;
	left: 10px;
	text-align: left;
}
#mainnav, #mainnav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#mainnav li 
{
	display: block;
	padding-right: 5px;
	background: url(../Images/bg_nav_right.gif) top right no-repeat;
	float: left;
	margin-right: 10px;
}
#mainnav a 
{
	display: block;
	padding-left: 5px;
	background: url(../Images/bg_nav_left.gif) top left no-repeat;
	text-decoration: none;
}
#mainnav li.selected 
{
	background: url(../Images/bg_nav_selected_right.gif) top right no-repeat;
	float: left;
	color: #97011A;
}
#mainnav li.selected  a
{
	background: url(../Images/bg_nav_selected_left.gif) top left no-repeat;
}

/* Drop down main menu lists */
#mainnav li ul 
{
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 250;
}
#mainnav li ul li 
{
	float: left;
	width: 190px;
	margin: 0px;
	padding: 0px;
}
#mainnav li ul a, #mainnav li.selected ul a
{
	display: block;
	background: #F7F7FE;
	border-top: 1px solid white;
	padding: 2px 10px;
	width: 170px !important;
	width /**/: 190px;
}
#mainnav li ul a:hover, #mainnav li.selected ul a:hover
{
	background: #3A58A1;
	color: #FFFFFF;
}
#mainnav li:hover ul, 
#mainnav li.sfhover ul 
{
	left: auto;
}



/**************************/
/* Page Content */
/**************************/
#pagecontent 
{
	padding: 0px 20px;
}

/**************************/
/* Right Column Styles */
/**************************/
#sidebarwrapper 
{
	float: right;
	width: 300px;
	margin: 0 0 0 40px;
}
.sidebarwrapper_object
{
	width: 300px !important;
	text-align: right;
}

.searchlink 
{
	width: 270px;
	text-align: right;
	font-size: 1.2em;
	margin: 0 0 10px 0px; /* makes it same width as sidebar wrapper */
	padding: 0; /* same padding as h1 */
    position: relative;
}

#sidebarwrapperphone 
{
	display:none;
}









.searchlink a 
{

    background: none rgb(200, 16, 46);
    border: 0px;
    display: block;
    font-family: inherit;
    outline: none;
    padding: 8px 0px 0px 0px;
    position: relative;
    color: rgb(255, 255, 255);
    cursor: pointer;
    fill: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 300;
    height: 44px;
    user-select: none;
}


.searchlink a::before {
    content: "";
    height: 10px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: width 0.4s ease-out 0s, opacity 0.4s ease 0s; 
    width: 0px;
}


.searchlink a:hover::before, .searchlink a:focus::before {
    opacity: 1;
    width: 100%;
}


.searchbutton
{

    background: none rgb(200, 16, 46);
    border: 0px;
    display: block;
    font-family: inherit;
    outline: none;
    padding: 8px 0px 8px 0px;
    position: relative;
    color: rgb(255, 255, 255);
    cursor: pointer;
    fill: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 300;
    height: 44px;
    user-select: none;
    width:120px;
}


.searchbutton::before {
    content: "rrr";
    height: 10px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: width 0.4s ease-out 0s, opacity 0.4s ease 0s; 
    width: 0px;
}


.searchbutton:hover::before, .searchbutton:focus::before {
    opacity: 1;
    width: 100%;

}








.sidebarwrapper_object .searchlink
{
	margin: 0 0 10px 40px; /* makes it same width as sidebar wrapper */
}

.searchlink svg {
    width:25px;
    margin-right:10px;
    margin-left:10px;
}












.searchlink a, .searchlink a:visited 
{
	display: block;
	width: 260px;
    border-color: #aa0e27;
    background-color: #aa0e27;
    color: #fff;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
.searchlink a:hover, .searchlink a:active 
{
	color: #FFFFFF;

	text-decoration: none;
}
.searchlink a span 
{
	display: block;
	padding: 8px 24px 8px 12px;
	text-align: left;
	cursor: pointer;
}

/* Min height for IE 6 and below only */
* html .searchlink a span {
	display: table-cell; /* apply min for safari */
 	height: expression('30px');
}
.searchlink .divider
{
	visibility: hidden;
	font-size: 1px;
	line-height: 1px;
	height: 10px;
}

#sidebar 
{
	background: #FFFFFF;
	text-align: left;
	width: 250px;
	padding: 0px 20px;
	margin: 0px 0px 20px 0px;
}
#sidebar h2 
{
	color: #97011A;
    font-weight:600;
}
#sidebar p 
{
	font-size:16px;
}
#sidebar ul 
{
	font-size: 0.8em;
}

div.relatedrecords 
{
    background: #F7F7FE;
    text-align: center;
    /* width: 232px; */
    padding: 10px 10px 10px 0px;
    margin: 0px 38px 20px 0px;
}





div.relatedrecords h2 
{
	color: #000;
}

/**************************/
/* Highlights Styles */
/**************************/

body.highlightblack 
{
	background: #000000;
	color: #FFFFFF;
}
body.highlightblack #breadcrumb a, body.highlightblack #breadcrumb a:visited,
body.highlightblack #pagecontent a, body.highlightblack #pagecontent a:visited,
body.highlightblack #pagefooter a, body.highlightblack #pagefooter a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
body.highlightblack #breadcrumb a:hover, body.highlightblack #breadcrumb a:active,
body.highlightblack #pagecontent a:hover, body.highlightblack #pagecontent a:active,
body.highlightblack #pagefooter a:hover, body.highlightblack #pagefooter a:active
{
	color: #0098fa;
	text-decoration: underline;
}


/**************************/
/* A-Z Index Styles */
/**************************/
.atoznav .current 
{
	font-weight: bold;
}


/**************************/
/* Search Result Styles */
/**************************/
p.result 
{
	margin: 0px 5px 5px 0px
}
table.result 
{
	border-collapse: collapse;
	margin-bottom: 20px;
}











table.result th 
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 0px 5px 5px 0px;
	color: #666666;
	min-width:170px;
}
table.result td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 0px 5px 5px 0px
}

table.results.production,
table.result.work,
table.results.performance  
{
width: calc( 100% - 370px);

}




.workresults, .productionresults, .performanceresults, .archiveresults, .objectresults, .personresults
{
	width: 100%; /* to stop the 100% table.results page being wider than the page */
	clear: right; /* to put it under the sidebar */
}
table.results
{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

table.results th 
{
	padding: 5px;
	background: #ffffff;
	color: #97011a;
	text-align: left;
	border-bottom: 1px solid #97011a;/*#FFFFFF;*/
	border-top: 1px solid #97011a;
	font-size: 1.0em;
}

table.results td.genre 
{
padding: 5px;
width:120px;

}




div.archiveresults table.results th 
{
	background: #ffffff;
}
div.objectresults table.results th
{
	background: #ffffff;
}


table.results td 
{
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
}
table.results td.thumbnail 
{
	width: 108px;
	height: 108px;
	text-align: center;
	vertical-align: middle;
}

table.results tr.odd td 
{
	background: #ffffff;
}
table.results tr.odd td.thumbnail 
{
	/* frame around image */
	/* background: #ffffff url(../Images/bg_thumbnail.gif) center center no-repeat; */
}

table.results tr.even td 
{
	background: #ffffff;
}
table.results tr.even td.thumbnail 
{
	/* frame around image */
	/* background: #ffffff url(../Images/bg_thumbnail.gif) center center no-repeat; */
}
p.prevnextpage 
{
	margin: 0px 0px 20px 5px;
}
/**************************/
/* Search Form Styles */
/**************************/
table.searchform 
{
	border-collapse: collapse;
	border: none;
}
table.searchform  thead th,
table.searchform  thead td
{
	padding: 5px 10px;
	background: #ffffff;
	color: 97011a;
	text-align: left;
	border-bottom: 1px solid #cccccc;
}
table.searchform  tbody th
{
	padding: 5px 10px;
	background: #ffffff;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}
table.searchform  tbody td
{
	padding: 5px 10px;
	background: #ffffff;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}


table#objectsearchform  thead th,
table#objectsearchform  thead td
{
	background: #ffffff;
}
table#objectsearchform  tbody th,
table#objectsearchform  tbody td
{
	background: #ffffff;
}


table.searchform  tbody td select {
    border: 1px solid rgba(27,25,26,0.4);
    padding: 7px 25px 9px 13px;
    height: 42px;
    color: black;
    border-radius: 6px;
    cursor: pointer;
    background: white url(/css/images/arrow-down.svg) no-repeat;
    transition: border-color 0.25s ease;
    background-size: 12px auto;
    background-position: calc(100% - 13px) 50%;
    outline: none;
    -webkit-text-size-adjust: none;
    width: 100%;
    font-size: 16px;
}

table.searchform  tbody td input.text {
    border: 1px solid rgba(27,25,26,0.4);
    padding: 0px 25px 0px 13px;
    height: 40px;
    color: black;
    border-radius: 6px;
    outline: none;
    -webkit-text-size-adjust: none;
     width:calc( 100% - 40px);
}

table.searchform  tbody td input.textsmall {
    border: 1px solid rgba(27,25,26,0.4);
    padding: 0px 25px 0px 13px;
    height: 40px;
    color: black;
    border-radius: 6px;
    outline: none;
    -webkit-text-size-adjust: none;
     width:120px;
}






/**************************/
/* Detail Page Styles */
/**************************/
div.objectImage 
{
	min-width: 232px;
	/* border: 1px solid #969AFE; */
	position: relative;
	float: right;
	text-align: center;	
}
/* Min width for IE 6 and below only */
* html div.objectImage {
	display: table-cell; /* apply min for safari */
 	width: expression('232px');
} 

a.thumb img, a:visited.thumb img
{
	border: 1px solid #000099 !important;
	margin-top: 10px;
}
a:hover.thumb img, a:active.thumb img
{
	border: 1px solid #97011A !important;
	margin-top: 10px;
}
a.currentthumb img
{
	border: 1px solid #97011A !important;
	margin-top: 10px;
}
div#zoomifywrapper 
{
	width: 800px;
	text-align: center;
}
/**************************/
/* Footer */
/**************************/
#pagefooter 
{
	clear: both;
	color: #333333;
	padding: 0px 0px;
	margin: 0px 20px;
	font-size: 0.8em;
}