/* SR Design CSS*/

/* Layout css */

body {
	text-align:center; /* center hack */
	margin: 0;
	padding: 0;
	}

#wrapper {
	margin: 0 auto;
	width: 846px;
	text-align:left;
}

#header {
	position: relative;
	padding:0;
	margin:0;
	}

div.top {
	padding:0;
	margin:0;
	border:0;
	background:#fff url('../images/jade_05.jpg') repeat-y center;
	}
	
#content {
	width: 846px;
	background: #E6E6E6 url('../images/jade_05.jpg') repeat-y center;
	margin: 0;
	padding: 0 0 20px 0;
	float: left;
}

#content.rightcolumn {
	padding: 0 30px 20px 0;
	width: 816px;
}

#slideshow {
	margin: 0;
	padding: 0 0 25px 0;
	text-align: center;
	}
	
#logos {
	float:right;
	border: 1px solid #ccc;
	width: 166px;
	margin: 15px 0 10px 20px;
	padding: 0 20px;
	}
	
#logos img {
	padding: 10px 0;
	}

/* Typography css */

* {
	padding:0;
	margin:0;
	}
	
body {
	font-size:76%;
	font-family:Verdana, Helvetica, sans-serif;
	line-height:1.3em;
	background-color:#e6e6e6;
	color:#666;
	}
	
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, filedset, address {
	margin:.7em 40px;
	}

li, dd {
	margin-left:1em;
	}

fieldset {
	padding:.5em;
	}
	
a {
	text-decoration:none;
	color: #8B0005;
	}

a:hover {
	text-decoration:underline;
	}

h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	padding-bottom:0.5em;
	color: #90000c;
	}
	
h1.download {
	padding-bottom:0;
}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size:1.2em;
	}

h4 {
	font-size:1.1em;
	}

h5 {
	font-size:1em;
	}

h6 {
	font-size:1em;
	font-weight:bold;
	}
	
p {
	font-size:1em;
	line-height:1.6em;
	}

p.download {
	background: url(../i/download_pdf_bg.png) no-repeat 5px center #ebebeb;
	border: 1px solid #c0c0c0;
	padding: 3px 0px 3px 25px;
	color: #333;
	margin-top: 0;
}

p.download a {
	text-decoration: underline;
}
	
#footer {
	font:.8em Arial, Helvetica, sans-serif;
	color:#999;
	clear: both;
	}
	
/* Main Navigation css */

#menuwrapper {
	background:#fff url('../images/jade_05.jpg') repeat-y center;
	height:3.8em;
	}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#menubar {
	margin: 0 20px 0 15px;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #A20901;
	height:2.1em;
	}

#menubar ul {
	list-style:none;
	}

#menubar a {
	display: block;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 0.95em;
	color: #333;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	}
	
#menubar li {
	float: left;
	width: 9em;
	margin:0;
}

#menubar li ul, #menubar ul li  {
	width: 10em;
	display: block;	
}

#menubar li ul.large  {
	width: 15em;
}

#menubar li ul a {
	text-transform: none;
	font-size:1em;
}

#menubar ul li a  {
	color: #666;
	padding: 5px;
}

#menubar li ul {
	position: absolute;
	margin:-4px 0;
	display: none;
	background-color: #333;
	border:1px solid #333;
	border-top: 4px solid #A20901;
}

#menubar li:hover a, #menubar a:focus,
#menubar a:active, #menubar li.hvr a {
	color: #A20901;
	border-bottom: 4px solid #A20901;
}

#menubar li:hover ul, #menubar li.hvr ul {
	display: block;
}

#menubar li:hover ul a, #menubar li.hvr ul a {
	color: #000000;
	border:none;
	background-color: #fff;
}

#menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#menubar li {width: auto;}

/* Lists */

ul.main {
	margin-left: 60px;
	list-style-type: square;
}

/* Tables */

table {
	width: auto;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 20px;
	}
	
table td {
	padding: 5px 5px 5px 0;
	text-align: left;
	vertical-align: top;
	}

.textF {
	font-size: 10px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
}

.selectF {
	font-size: 10px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	color: #000000;
}

.buttonsF {
	font-size: 10px;
	background-color: #333333;
	color: #FFFFFF;
	margin-right: 6px;
}

/* Lightbox CSS [Do NOT remove] */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(i/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(i/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Other styles */

/* Styling of Exhibitions Listings */

div.exhibitions {
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin: 10px 40px;
	float: left;
	clear: both;
	width: 726px;
	}
	
div.exhibitions h2 {
	padding: 0;
	margin: 0 0 .5em 0;
	}
	
div.exhibitions h2 a:link, div.exhibitions h2 a:visited, div.exhibitions h2 a:active {
	color:#333;
	}
	
div.exhibitions h2 a:hover {
	color:#990000;
	}
	
div.exhibitions h3 {
	padding: 0;
	margin: 0 0 1em 0;
	}
	
div.exhibitions p {
	margin: 0;
	padding: 0;
	}

div.exhibitions img {
	float: left;
	margin: 5px 20px 5px 0;
	padding: 1px;
	border: 1px solid #999;
	}
	







	










img { margin:0; padding:0; border:0;}
.imagepadrao { float: right; border:solid black 1px; padding: 0; margin: 0 0 7px 7px; display: inline; }
.imagereflex { float: right; border:0; padding: 0; margin: 0 0 7px 7px; display: inline;}
.imageleft {
	float: left;
	border:solid black 1px;
	padding: 0;
	margin: 0 20px 10px 0;
	display: inline;
}
#box { border:1px solid #d2d2d2; margin: 5px 20px 0 20px; width: 430px; padding: 5px; }
#boxart {
	margin: 5px 10px 0px 10px;
	width: 800px;
	padding: 10px 10px 20px 10px;
}

span.clr {
	display: block;
	clear: both;
}




#navigation3 {
 width: 846px;
 color: #333;
 padding: 0;
 border: 0;
 height: 30px;
 margin: 0;
background: #E6E6E6 url('../images/jade_05.jpg') repeat-y center;
}



#footer { 
 width: 846px;
 color: #333;
 border: 0;
 height: 16px;
 background: #E7E7E7;
 margin: 0;
 padding: 0;
 clear: both;
}



.assinatura {
	font: 10px/14px Verdana, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}
.thumbexhibt {
	padding: 10px;
}

.imagebottom {
	clip: rect(auto,auto,auto,auto);
	margin-left: 0.6em;
}
.publication {
	color: #333333;
}
.outlinebg {
	width: 769px;
	padding: 0;
	margin: 0 auto;
}

