@charset "UTF-8";

/*General styles
--------*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;  /*1.0em = 10px */
	line-height: 1.8em;
}

p {
	margin: 1em 0 1em 0;
}

blockquote {
    margin:1em 1.5em 1em 1.5em;
}

a img {
	border: none;
}

.no-margin {
	margin:0;
}

hr {
    margin:10px 0 10px 0;
}

/*Fonts
--------*/

span.arabicText {
	font-size: 2em;
}

/* implement normal headers for non-sifr headings */

h1 {
	font-size:1.6em;
	font-weight:bold;
	margin: 0 0 0.5em 0;
	color:#3399CC;
	clear:both;
}

h2, .h2look {
	font-size:1.4em;
	font-weight:bold;
	margin: 0 0 0.5em 0;
	color:#3399CC;
	clear:both;
}

h3, .h3look {
	font-size:1.2em;
	font-weight:bold;
	margin: 0 0 0.5em 0;
	color:#3399CC;
	clear:both;
}

/* changed h4 - DB */
h4, .h4look {
	font-size:1.1em;
	font-weight:bold;
	margin: 0 0 0.5em 0;
	color:#3399CC;
	clear:both;
}

/* converted original h1 - h3 to hx.sifrHx classes to restrict sifr'ing */
/* h1 added for test - DB */
h1.sifrH1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	font-size:1.8em;
	color:#3399CC;
	font-weight:normal;
	margin: 0 0 1em 0;
	/*text-indent:-5000px;*/
}

/* added contextHeader to remove h2 from context panel heading */
h2.sifrH2, .contextHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#3399CC;
	font-weight:normal;
	margin: 0 0 1em 0;
}

/* added color - DB */
h3.sifrH3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	font-size:1.8em;
	color:#3399CC;
	font-weight:normal;
	margin: 0 0 1em 0;
}

/* added for venue h1's in breadcrumbs - DB */
h1.venueHeading {
    display:inline;
    font-size:100%;
    font-weight:normal;
}


/*Header
--------*/

#header {
	font-size:1.1em;
	background-image:url(/graphics/homepage/header_bg.jpg);
	background-repeat:repeat-x;
}

.header-clear, .clearAll {
	clear:both;
}

/* added for skip links - DB */
.skip-links {
    display: none;
}

#header-content {
	width: 770px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

#accessibility-nav {
	font-weight:bold;
	float: right;
}

#accessibility-nav ul {
	margin: 0;
}

#accessibility-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#searchform {
	float:right;
	
}

#s {
	color:#818181;
}

/* removed background image as left over from previous version - DB */
#main-logo {
    /*background: url(/graphics/homepage/logo.gif);*/
    width: 214px;
    height: 20px;
    position: relative;
}

#main-logo-print {
	display:none;
}
 
#main-logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 214px;
    height: 20px;
}
 
#main-logo a h1 {
    display: none;
}

#header li {
	list-style:none;
}

#header form {
	margin: 5px 0 10px 0;
	clear:both;
}

#header a:link, #header a:visited, #header a:active {
	color: white;
	text-decoration:none;
}

#navcontainer {
	margin: 0;
}

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	/*background-color: none;*/
	/*color: White;*/
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li {
    display: inline;
}

#navcontainer ul li a {
	padding: 4px 10px;
	background-color: #4A639A;
	color: White;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover {
	background-color: white;
	color: #284179;
}


/*Main body
--------*/

#pagebody {
	width: 770px;
	margin: 5px auto;
	font-size:1.2em;
	color:#4D4D4D;
}

#pagebody a:link, #pagebody a:visited, #pagebody a:active, #footer a:link, #footer a:visited, #footer a:active {
	color: #32539F;
	text-decoration:none;
}

#pagebody a:hover, #footer a:hover {
	text-decoration:underline;
}

/* added top padding as taken out of <p> - DB */
.breadcrumbs {
	margin: 0.4em 0 0.5em 10px;
}

#column1 {
	width: 380px;
	float:left;
}

#column2 {
	width:195px;
	float:left;
	margin: 0 6px;
}

/* added for single column content at full width - ND */
#column2-wide {
	float:left;
	width:578px;
	margin: 0 6px;
}

#column3 {
	width:180px;
	float:left;
}

#pagebody #subnav li {
	display:block;
	background-image:none;
	background-color:#1B1464;
	padding: 3px 10px;
	margin: 0 0 1px 0;
}

#pagebody #subnav li a:link, #pagebody #subnav li a:visited, #pagebody #subnav li a:active{
	color:white;
}

.museum-logo {
	margin: 0 0 5px 0;
}

.feature-box {
	border-top: 0.2em solid #32539F;
	padding: 10px;
	background-image:url('feature_bg.jpg');
	background-repeat:repeat-x
}

/* added to fix FF floated divs within a div bug - DB */
.subfeatures-box {
	border-top: 0.2em solid #32539F;
	padding: 10px;
	background-image:url('feature_bg.jpg');
	background-repeat:repeat-x;
	float:left
}

.feature-box-museums {
	margin: 0;
	border-top: 0.2em solid #32539F;
	background-image:url('feature_bg.jpg');
	background-repeat:repeat-x; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px
}

.feature-box-museums h2 {
	margin-left:10px;
}

.subfeatures-box h2 {
    margin-bottom:0px;
    padding-bottom:0px;
}

.sub-feature {
	width: 175px;
	float:left;
	margin: 0 5px 10px 0;
}

.sub-feature-2 {
	width: 175px;
	float:right;
	margin: 0 0 10px 5px;
}

#pagebody ul {
	margin: 0 0 1em 0;
}

/* changed to align bullet image with first line of text - DB */
#pagebody ul li {
	list-style:none;
	padding: 0 0 0 10px;
	margin:0;
	background-image:url(/graphics/homepage/link_arrow.gif);
	background-repeat:no-repeat;
	/*background-position:center;
	background-position:left;*/
	background-position:top left;
}

#pagebody ol {
    margin-bottom:1.5em;
}

#pagebody ol li {
	background:none;
	margin-left:1.5em;
}

ul#museum-list li {
	background:none;
	padding: 0.4em 12px 0.4em 6px;
	margin-bottom: 1px;
	line-height:1.2em;
}

#museum1 {
	border-left:5px solid #1B1464;
	border-bottom: 1px solid #CCCCCC;
}
#museum2 {
	border-left:5px solid #96B83D;
	border-bottom: 1px solid #CCCCCC;
}
#museum3 {
	border-left:5px solid #467F88;
	border-bottom: 1px solid #CCCCCC;
}
#museum4 {
	border-left:5px solid #AB6914;
	border-bottom: 1px solid #CCCCCC;
}
#museum5 {
	border-left:5px solid #B71234;
	border-bottom: 1px solid #CCCCCC;
}
#museum6 {
	border-left:5px solid #777966;
	border-bottom: 1px solid #CCCCCC;
}
#museum7 {
	border-left:5px solid #2B3366;
	border-bottom: 1px solid #CCCCCC;
}
#museum8 {
	border-left:5px solid #2B4D6A;
}

#register-box {
	background-image:url(/graphics/homepage/register_bg_blank.jpg);
	background-repeat:no-repeat;
	background-color:#1d305b;
	padding: 0 10px 10px 10px;
	margin: 0 0 0.3em 0;
}

#register-title {
    background-image:url(/graphics/homepage/register_bg.jpg);
    width: 180px;
    height: 26px;
    position: relative;
	margin: 0;
}
 
#register-title a {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 26px;
}
 
#register-title h4 {
    display: none;
}

#whats-on-box {
    background: url(/graphics/homepage/whats_on.jpg);
    width: 180px;
    height: 90px;
    position: relative;
    margin-bottom:10px;
}

/* had to play with these to correct <a><p></p></a> errors: now using span within <a> tag - DB */
#whats-on-box p {
    margin:0px;
    padding:0px;
}
 
#whats-on-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 90px;
}
 
#whats-on-box a span {
    display: none;
}

#whats-on-box h4 {
    display: none;
}


#support-us {
    background: url(/graphics/homepage/support_us_contrast.gif);
    width: 180px;
    height: 32px;
    position: relative;
	margin: 0 0 10px 0;
}

/* had to play with these to correct <a><p></p></a> errors: now using span within <a> tag - DB */
#support-us p {
    margin:0px;
    padding:0px;
}
 
#support-us a {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 32px;
}
 
#support-us a span {
    display: none;
}

#support-us h4 {
    display: none;
}

.registeremail {
	width: 115px;
	color:#818181;
}


/*Footer
--------*/

/* changed to add bottom padding - DB */
#footer {
	font-size:1.1em;
	color:#4D4D4D;
	clear:both;
	background-image:url('footer_bg.jpg');
	background-repeat:repeat-x;
	border-top:3px solid #ccc;
	margin-left:0; margin-right:0; margin-top:40px; margin-bottom:60px
}

#footer-content {
	width:750px;
	margin: 0 auto;
	clear:both;
}

#footer ul {
	padding: 1em 0 0 0;
}

#footer li {
	display:inline;
	margin-right: 10px;
}

#language-box {
	text-align:right;
	float:right;
}

#language-box p {
	margin: 1em 0 0.2em 0;
}

/* changed to remove bottom padding - DB */
#language-box ul {
	text-align: center;
	margin: 0 0 0px 0;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 0.1em;
}

#language-box li {
	margin: 0;
	padding: 0;
}

/* Additional styles
--------*/

table.dataTable {
    margin-bottom:1em;
}

.dataTable td, .dataTable th {
    padding:3px;
}

p.imageCaption, p.caption {
    text-align:center;
    font-weight:bold;
    font-size:90%;
    /*margin:-1.0em 0 1em 0;
    padding:0;*/
    line-height:1.3em;
}

div.artworkinfo {
    width:60%;
    border:2px solid #999999;
    background-color:#eeeeee;
}

p.back2top {
    padding-top:10px;
    margin-left:290px;
	font-size:1.2em;
    clear:both;
}

.back2top a:link, .back2top a:visited, .back2top a:active {
	color: #32539F;
	text-decoration:none;
}

a.footnote, li.footnote {
    font-size:90%;
}

/* gallery panels */

div.galleryPanelHolder, div.graphicPanelHolder {
    width:100%;
}

div.galleryPanelRow, div.graphicPanelRow {
    clear:both;
    border:0px solid #999999;
}

div.galleryPanelItem {
    width:31%;
    float:left;
    padding:1%;
    text-align:center;
	line-height:1.3em;
}

div.graphicPanelItem {
    width:48%;
    float:left;
    padding:1%;
    text-align:center;
}

div.galleryPanelItem img {
    border:0px solid #000000;
}

div.graphicPanelItem img {
    border-width:0px;
    padding-top:5px;
}

div.galleryPanelItem .sectiondetails {
    font-weight:bold;
}