@charset "UTF-8";
/* CSS Document */

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #ebeff2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5d6f79;
}

ul, ol
{
    
	font: .9em, Arial, Helvetica, sans-serif;
	list-style-type : none;
	line-height: 1.7em;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 0;
    margin-bottom: 2px;
    padding-top: 0;
    padding-bottom: 0;
}

p {
	font-size:.85em;
	line-height: 1.2em;
	padding-bottom:.5em;
	}
	
h1 {
	font-size:1.5em;
	color: #1a4ba5;
    margin-top: 0;
	font-weight: normal;
	padding-bottom: 0px;
		}

h2 {
	font-size:1.2em;
	font-weight: light;
	color: #c5d0d6;
	padding-top: 20px;
	padding-bottom: 0px;
		}

h3 {
	font-size:1.6em;
	color: #fc5135;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 38px;
		}		
a:link { 
	text-decoration: none; 
	color: #ff2400;
	}
a:visited { 
	text-decoration: none; 
	color: #ff2400;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #ff7902;
	}


a.ttl_link:link { 
	text-decoration: none; 
	font-weight: lighter;
	color: #fc5135;
	}
a.ttl_link:visited { 
	text-decoration: none; 
	color: #fc5135;
	font-weight: lighter;
	}
a.ttl_link:hover, a:active { 
	font-weight: lighter;
	text-decoration: none; 
	color: #ffaa17;
	}

a.ttl_link:active { 
	font-weight: lighter;
	text-decoration: none; 
	color: #ffaa17;
	}

a.title_go:link { 
	font-weight: lighter;
	text-decoration: none; 
	color: #5D6F79;
	} 
    
a.title_go:visited { 
	text-decoration: none; 
	color: #5D6F79;
	font-weight: lighter;
	} 
    
a.title_go:hover { 
	font-weight: lighter;
	text-decoration: none; 
	color: #ffaa17;
	}
    	     
a.title_go:active { 
	font-weight: lighter;
	text-decoration: none; 
	color: #5D6F79;
	}

a.goShop:link {
    text-decoration: none;
    border: 0;
}    
	    

/* Styles for Menu Items */


ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	width: 172px; /* Width of Menu Items */
	font-size: .85em;
			}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 171px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}


ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 1px 1px 1px 51px;
	border-bottom: 0;
	border-bottom: 1px solid #e3e3e3;
	}
	
.navtop {
	border-top: 1px solid #e3e3e3;
}

.navon {
    color: #a6b6bf;
	padding: 1px 1px 1px 51px;
	background: #f8fafa;
	border-bottom: 1px solid #e3e3e3;
	}
.navontop {
    color: #a6b6bf;
	padding: 1px 1px 1px 51px;
	background: #f8fafa;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	}	
.whline {
	border-bottom: 1px solid #fff; padding: 3px 0;
	
	}
.barttl{
	border-bottom: 1px solid #fff; padding: 4px 0;
	color: #e3e3e3;
	text-transform:uppercase;
	
	}
		
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #ff7902; background: #f8fafa; text-decoration:none } /* Hover Styles */

/*end nav styles*/	

	
.mbrg #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 865px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/content_bg.gif);
} 

.mbrg #banner { 
	background-image:url(../images/banner.gif);
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 160px;
	margin-left: 11px;
	width: 844px;
	} 
	
.leftcol { 
	float: left; /* since this element is floated, a width must be given */
	width: 11px;
	background-image:url(../images/shadow_left.gif);
	} 	
	
.mbrg #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mbrg #sidebar1 {
	width: 174px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-left: 0px;
	margin-left: 11px;
    float: left;
}
.mbrg #mainContent { 
/*	margin: 30px 0 0 226px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
/*	padding: 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    float: left;
    width: 610px;
    margin-left: 40px;
    margin-top: 20px;
    padding-right: 30px;
} 
.mbrg #mainContentcol { 
	margin: 30px 320px 0 226px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.mbrg #sidebar3 {
	float: right;
	width: 242px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 10px;
}
.mbrg #sidebar4 {
	position: absolute;
	width: 242px;
	top: 188px;
	right: 30px;
	padding: 10px 10px 5px 10px; /* padding keeps the content of the div away from the edges */

}
.mbrg #footer { 
	padding: 15px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	height: 80px; 
	font-size: .8em;
    clear: both;
}
/* home page styling */

.mbrg #homeleft {
	position: absolute;
	top: 164px;
	left: 0;
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 30px 20px 0px 50px;
}

#homeleft1 {
    position: relative;
    float: left;
    width: 260px;
	padding: 30px 20px 0px 50px;
}

.mbrg #homeleftclosed {
	position: absolute;
	top: 164px;
	left: 0;
	width: 600px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 90px 0px 90px;
}
.mbrg #homeright { 
	position: absolute;
	top: 184px;
	right: 38px;
	width: 460px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    background-color: #d9e1e5;
	} 
#homeright1 {
    position:  relative;
    float: left;
    width: 460px;
}
.pgttl {
    display: block;
	font-size:1.6em;
	color: #fc5135;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 38px;

}

.pgsubttl {
	font-size:1.2em;
	font-weight: lighter;
	color: #949596;
	padding-top: 0px;
	padding-bottom: 0px;
}

.keyimg {
    position: relative;
	margin: 0px;
	padding: 5px;
	border-style: solid;
	border-color:#d9e1e5;
	border-width:10px;
	background-color:#d9e1e5;
    height: 300px;
    
    

} 
.keytxt {
	margin: 0px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#e2e9ed;
	line-height: 1.2em;
    display: block;
    position: absolute;
    top: 330px;
   
    width: 445px;
} 
.nowshowing {
	font-size: 1.1em;
	color: #000000;

}


.hometxt {
    padding-left: 10px;
	padding-bottom: 10px;
	margin: 0px;
    width: 280px;
    font-size: 0.8em;
}

td.special {
    background-color: #666;
    color:  #FFFFFF;
    font-size: 12px;
    width: 109px;
    height: 88px;
    vertical-align: top;
    padding: 3px 0 0 5px;
}

img.shopBox {
    padding: 4px 3px 0 4px;
    border: none;
}
/* end of home page styling */

/* exhibition display page styling */
.mbrg #exdisplay {

 	margin-top: 20px;
 	margin-bottom: 20px;
	padding: 5px;
	width: 550px;
	border-style: solid;
	border-color:#e2e9ed;
	border-width:10px;
	background-color:#ffffff;
	
	}
.exdisplay1 {
	padding: 13px;
	width: 570px;
	border-style: solid;
	border-color:#e2e9ed;
	border-width:10px;
	background-color:#ffffff;
    position: relative;
    min-height: 400px;
    
	
	}

.exlg {
	float: right;
	padding-left: 20px;
    position: relative;
    
}	

#extxtbox {
	width: 200px;
	padding-left: 5px;
    padding-right: 15px;
    /*position: relative;*/
    display: block;
    float: left;

}


.exlgttl {
	font-size: 1.2em;
	font-weight: bold;
}

.exlgartist {
	font-size: 1em;
	padding-bottom: 10px;
}

.exlgallery {
	font-size: 0.9em;
	padding-bottom: 10px;
}
.exlgdate {
	font-size: .8em;
	padding-bottom: 10px;
}

.exlgdes {
    font-size: 0.9em;
    padding-top: 20px;
    display: block;
    width:  200px;
}
.exlgcaption {
	font-size: .8em;
	padding-top: 20px;
    
}

/* end of exhibition display page styling */


.rtcolimg {
	border-style: solid;
	border-color:#e2e9ed;
	border-width:5px;
	padding-bottom: 0px;

	}
.captioncol {
	font-size: .7em;
	padding-top: 0px;
	}
	
.caption {
	font-size: .7em;
	}

.download {
	padding: 10px;
	display: block;
	background: #f8fafa;
	width: 180px;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;

	}

.mbrg #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.exshort {
	height: 120px;
	line-height: 1.1em;
	padding:2px;
}
.exth {
	float: left;
	margin-right: 8px;
	border-style: solid;
	border-color:#e1e6e9;
	border-width:7px;
	background-color:#FFFFFF;
}


.exttl {
    display: block;
    width: 210px;
    float: left;
	font-size: 0.7em;
	font-weight: normal;
}
.exttl_ex {
    display: block;
    width: 300px;
    float: left;
	font-size: 0.9em;
	font-weight: bold;
}
.exartist {
	font-size: .9em;
}

.exdate {
	font-size: .7em;
    padding-left: 30px;
}

.exdate_ex {
	font-size: .75em;
    
}
.exgall {
    font-size: .75em;
}

.exgall_ex {
    font-size: 1em;
}
.moreinfo_front {
	font-size: .8em;
    display: block;
    background-color: #E2E9ED;
    padding-left: 15px;
    padding-bottom: 23px;
    z-index: 400;

}

.moreinfo {
	font-size: .8em;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;


}
 
#VU {
    float: right;
}

img.logos {
    margin: 0;
    padding: 10px 0 10px 0;
}

/* These classes fix some of the navigation for the exhibition pages */
a.archive {
    display: block;
    margin-left: 40px;
    font-size: larger;
    float: left;
    width: 100px;
    border-top: 1px solid #E4E9EC;
    padding-top: 5px;
    padding-left: 30px;
    padding-bottom: 5px;
    color: #FF2400;
    
}

a.archive:hover {
    display: block;
    margin-left: 40px;
    font-size: larger;
    float: left;
    width: 100px;
    border-top: 1px solid #ECEEEF;
    padding-top: 5px;
    padding-left: 30px;
    padding-bottom: 5px;
    background-color: #ECEEEF;
        
}

.archive_bk {
    display: block;
    margin-left: 25px;
    font-size: larger;
    float: left;
    width: 100px;
    border-top: 1px solid #E4E9EC;
    padding-top: 5px;
    padding-left: 30px;
    padding-bottom: 5px;
    
}
