html, * {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff;
	width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #323232;
	text-align: justify;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

a { color: #4e8ef5; text-decoration: none; }
a:hover { text-decoration: underline; }
a img, a:hover img, a img:hover { border: none; }



nav { background: #1e1c19; margin-top: 0px; border: none; text-align: right; text-transform: uppercase; }
nav h2 { background: transparent url('./../img/menu-toggle.png') right center no-repeat; padding: 5px 30px 5px 5px; text-align: left; }
nav h2 img { width: 50%; }
nav ul { background: transparent; list-style: none; margin: 5px 0px; }
nav ul li { padding: 0px 5px 5px 5px; }
nav ul li, nav ul li a { color: #e2001a; }
nav ul li a:hover { text-decoration: none; }
@media screen and (min-width: 768px) {
	nav { background: transparent url('./../img/bg_menu.png') center top repeat-x; font-size: 1.1em; font-weight: lighter; height: 110px; max-height: 110px; }
	nav h2 { float: left; background: none; padding: 0px 0px 0px 30px; }
	nav h2 img { width: inherit; }
	nav ul { margin: 0px; padding: 35px 0px 10px; }
	nav ul li { display: inline; padding: 5px 10px; margin: 0px; border: none; }
}



section { margin: 20px 10px; font-size: 0.9em; }
@media screen and (min-width: 480px) {
	section { margin-left: auto; margin-right: auto; width: 480px; max-width: 480px; }
}
@media screen and (min-width: 768px) {
	section { width: 768px; max-width: 768px; }
}
@media screen and (min-width: 1024px) {
	section { width: 1024px; max-width: 1024px; }
}
@media screen and (min-width: 1152px) {
	section { width: 1152px; max-width: 1152px; }
}
@media screen and (min-width: 1440px) {
	section { width: 1440px; max-width: 1440px; }
}
@media screen and (min-width: 1600px) {
	section { width: 1680px; max-width: 1680px; }
}
section#about, section#exhibitions, section#contact {
	max-width: 1024px;
}

section h1, section h2, section h3 { font-weight: 1.2em; font-weight: lighter; margin: 15px 0px 10px; }
section h4, section h5, section h6 { font-weight: 1.1em; font-weight: lighter; margin: 10x 0px 5px; }

section#about img { width: 100%; }
@media screen and (min-width: 480px) {
	section#about p { line-height: 150%; }
	section#about img { float: left; width: 300px; margin: 0px 10px 10px 0px; }
}

section#gallery article {
	margin: 20px;
	font-size: 0.8em;
	text-align: center;
}
@media screen and (min-width: 320px) {
	section#gallery article { display: block; }
}
@media screen and (min-width: 480px) {
	section#gallery { text-align: center; }
	section#gallery article { display: inline-block; max-width: 240px; }
}
section#gallery article a { display: block; }
section#gallery article img { width: 100%; }
section#gallery article p { padding: 5px; }

section#exhibitions article { display: block; margin-bottom: 20px; }
section#exhibitions article img { width: 100%; }
section#exhibitions p { font-size: 0.9em; }
section#exhibitions article .datetime { color: #4e8ef5; margin-bottom: 10px; }
@media screen and (min-width: 768px) {
	section#exhibitions article { clear: both; }
	section#exhibitions article img { width: 300px; height: 200px; float: left; margin: 0px 10px 10px 0px; }
}

section#contact p, section#contact div.g-recaptcha { padding: 10px 0px; }
section#contact label { display: block; padding: 4px 0px; }
section#contact input[type='text'], section#contact textarea, section#contact input[type='submit'] { padding: 4px; border: 1px solid #dadada; border-radius: 5px; }
section#contact input[type='text']:focus, section#contact textarea:focus { outline: none; border-color: #9ecaed; box-shadow: 0 0 7px #9ecaed; }
section#contact .required:after {
	content: "*";
	color: #e2001a;
	padding-left: 4px;
	display: inline;
	visibility: visible;
}
section#contact span { font-size: 0.9em; font-style: italic; }



.ok { color: #090; }
.error { color: #f00; }