﻿/* CSS layout */

body {
	margin: 0px;
	padding: 0px;
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000;
	height: 100%;
	text-align: center;
}

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

#masthead {
	background-color: #000000;
	padding-top: 3%;
	padding-bottom: 40px;
}
#top_nav {
	margin: 1px 1px 0px 1px;
	padding: 1% 5% 0px 5%;
	background-color: #000000;
	height: 20px;
	font-weight: bold;
}
#container {
	background-color: #000000;
	position: absolute;
	left: 50%;
	width: 990px;
	margin-left: -500px;
	padding-top: 1px;
}
#left_col {
	padding: 1px 1px 1px 5px;
	border: 1px solid #FFFFFF;
	margin: 1px;
	position: relative;
	background-color: #000000;
	float: left;
	font-weight: bold;
}
#page_content {
	margin: 0px 1px 1px 1px;
	padding: 5px 5% 5px 5%;
	background-color: #999999;
	color: #000000;
	text-align: left;
}
#footer {
	background-color: #000000;
	height: 20px;
	float: left;
	clear: both;
	z-index: 5;
	width: 99%;
	padding-left: 5%;
}
#masthead h1 {
	padding: 5px;
	font-size: 200%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	font-family: "Copperplate Gothic Bold";
	position: absolute;
	right: 10px;
}
#top_nav ul  {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	padding: 1px 1px 0px 1px;
	margin: 1px 1px 0px 1px;
	float: left;
	overflow: auto;
	border-right-style: solid;
	border-right-width: medium;
	border-right-color: #000000;
}
#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 0px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #808080;
	margin-right: 2px;
}
#top_nav a:hover {
	color: #FAE687;
	text-decoration: none;
	border: 0px solid #C99981;
	background-color: #C0C0C0;
}
#left_col p {
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
}
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
}
#left_col li {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
}
#left_col a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px solid #000000;
	text-align: center;
	margin-right: 20px;
	font-size: 100%;
	background-color: #999999;
	margin-left: 20px;
	font-weight: bold;
}
#left_col a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #C98080;
	margin-right: 20px;
}
h2 {
	margin: 0px;
}
#page_content p {
	margin: 1px 10px 1px 1px;
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

#gallerycontainer p {
}
#footer li {
	float: left;
	margin-left: 1em;
}
#exhibitions ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#gallerycontainer {
	margin: 1px;
	padding: 1px;
	background-color: #808080;
	text-align: left;
	display: inline-block;
	float: left;
}
.thumbnail img{
	border: 1px solid #FFFFFF;
	margin: 0 1px 1px 0;
	clip: rect(50px, auto, 50px, auto);
}

#page_content h2 {
	color: #000000;
	font-size: x-large;
}

#exhibitions {
	padding: 5px;
	margin: 5px 5% 5px 5%;
	background-color: #000000;
	height: 20px;
	float: left;
	clear: both;
	z-index: 10;
}
#exhibitions li {
	float: left;
	margin-left: 1em;
}
#footer ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#gallery {
	width: 700px;
	height: 600px;
	padding: 10px;
	border: 1px solid #333;
	background: #888;
	position: relative;
	float: left;
	margin-bottom: 5px;
}
#gallery b.default {position:absolute; left:10px; top:10px; width:600px; height:600px; text-align:center;}
#gallery b.default img {
	border-style: solid;
	border-width: 1px;
	display: block;
	margin: 0 auto 10px auto;
	border-color: #555 #808080 #eee #333;
}
#gallery b.default span {
	display: block;
	color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	width: 600px;
	margin: 0 auto;
}

#gallery ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100px;
	position: relative;
	float: right;
}

#gallery ul li {display:inline; width:102px; height:102px; float:left; margin:0 0 5px 5px;}


#gallery ul li a.horz {display:block; width:100px; height:80px; text-decoration:none; border:1px solid #000; border-color:#eee #555 #333 #ddd;}
#gallery ul li a.vert {display:block; width:80px; height:100px; text-decoration:none; border:1px solid #000; border-color:#eee #555 #333 #ddd;}
/* #gallery ul li a {display:block; width:100px; height:100px; text-decoration:none; border:1px solid #000; border-color:#eee #555 #333 #ddd;} */

#gallery ul li a span {display:none;}

#gallery ul li a.horz img {
	display: block;
	width: 100px;
	height: 80px;
	border: 0;
}

#gallery ul li a.vert img {
	display: block;
	width: 80px;
	height: 100px;
	border: 0;
}

#gallery ul li a:hover {
	white-space: normal;
	border-color: #555 #555 #eee #333;
	background: #777;
}

#gallery ul li a:hover b {position:absolute; left:-600px; top:0; width:600px; height:600px; text-align:center; background:#888; z-index:20;}
#gallery ul li a:hover span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:600px; margin:0 auto;}
#gallery ul li a:hover img {
	border-style: solid;
	border-width: 1px;
	margin: 0 auto 10px auto;
	width: auto;
	height: auto;
	border-color: #555 #555 #eee #333;
}

#gallery ul li a:focus {white-space:normal; border-color:#555 #555 #eee #333; background:#777;}
#gallery ul li a:active {white-space:normal; border-color:#555 #555 #eee #333; background:#777;}

#gallery ul li a:focus b {
	position: absolute;
	left: -600px;
	top: 0;
	width: 600px;
	height: 600px;
	text-align: center;
	background: #888;
	z-index: 10;
}

#gallery ul li a:active b {
	position: absolute;
	left: -600px;
	top: 0;
	width: 600px;
	height: 600px;
	text-align: center;
	background: #888;
	z-index: 10;
}
#gallery ul li a:focus span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}

#gallery ul li a:active span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}

#gallery ul li a:focus img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #555 #eee #333;}

#gallery ul li a:active img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #555 #eee #333;}

#page_content ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	display: inline-block;
	overflow: auto;
}
#page_content li {
	padding: 1px 5px 1px 1px;
	margin: 1px;
	float: left;
	overflow: auto;
	font-weight: bold;
}
#big_text {
	margin: 2px;
	padding: 2px;
	text-align: left;
	background-color: #666666;
	width: 70%;
	float: left;
}
label
{
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.submit input
{
margin-left: 4.5em;
} 
input
{
	color: #781351;
	background: #FFFFFF;
	border: 1px solid #000000
}
.submit input
{
	color: #000;
	background: #FFFFFF;
	border: 2px outset #000000
}
#news {
	padding: 1px;
	border: 1px solid #FFFFFF;
	position: relative;
	background-color: #000000;
	float: left;
	font-weight: bold;
	width: 9em;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}
#news p {
	padding: 1px 1px 1px 5px;
	border: 1px solid #FFFFFF;
	font-weight: normal;
	text-align: left;
	background-color: #999999;
}
#page_content b {
	font-weight: bold;
	font-style: normal;
	color: #003399;
}
.backwards {unicode-bidi:bidi-override; direction: rtl;}
a {
	color: #3366FF;
}
#top_nav a span {
	color: #3366FF;
	text-decoration: none;
	display: block;
	border: 0px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #808080;
	margin-right: 2px;
}
#left_col a span {
	color: #3366FF;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px solid #000000;
	text-align: center;
	margin-right: 20px;
	font-size: 100%;
	background-color: #999999;
	margin-left: 20px;
	font-weight: bold;
}
#news p span {
	border: 1px none #FFFFFF;
	font-weight: bold;
	text-align: left;
	color: #FF0000;
	font-size: large;
}
#masthead p {
	position: absolute;
	left: 10px;
	top: 10px;
	padding-top: 15px;
}
#masthead a {
	position: absolute;
	height: 5px;
	left: 10px;
}
