/*
COMMON
*/
html {
    height: 100%;
    //overflow: hidden;
}

@media only screen and (max-device-width: 480px) { 
	#content {
		max-width: 480px;
	   	width: 100%;
		height: 100%;
		margin-left: auto;
	    margin-right: auto;
	}
}
@media only screen and (min-device-width: 480px) { 
	#content {
	   	width: 600px;
		height: 100%;
		margin-left: auto;
	    margin-right: auto;
	}
}

body {
	overflow: auto;
	font-family: "Futura", "Century Gothic", AppleGothic, sans-serif;
    font-size: 68.8%; 
    font-weight: normal;
    color: #000000;
	letter-spacing: 0.064em;
	leading: 0.364em;
	height: 100%;
   	background: #FFFFFF;
   	margin: 0em;
   	padding: 0em 1.818em 0em 1.818em;
}

h1 {
	font-family: Baskerville, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 2.909em;
	letter-spacing: 0.091em;
	margin: 1.364em 0em 0.7em 0em;
}

h2 {
	font-family: Baskerville, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 2.182em;
	margin: 1.364em 0em 0em 0em; 
}

h3 {
	font-family: Baskerville, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.818em; 
	letter-spacing: 0.091em; 
	margin: 1.364em 0em 0.727em 0em; 
}

h4 {
	font-family: Baskerville, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.455em; 
	letter-spacing: 0.091em; 
	margin: 1em 0em 0.4em 0em; 
}

h5 {
	font-family: "Futura", "Century Gothic", AppleGothic, sans-serif;
	font-weight: normal;
	font-size: 0.909em; 
	margin: 0.091em;
}

p {
	margin: 1.455em 0em 1.818em 0em; 
}

ul {
	font-family: Baskerville, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.455em; 
	letter-spacing: 0.091em;
	display: inline;
	list-style: none; 
	margin: 0em 0em 0em 0em; 
	padding: 0em 0em 0.2em 0em;
}
li {
	display: inline;
	padding: 0em 0.6em 0em 0em;
}

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

a img {
	border: medium none;
}

img.thumbnail {
	width: 100%;
}

hr.flashRequired {
	margin: 4.545em 0em 0em 0em; 	
}

a:link {
    color: #000000;
    text-decoration: underline;
}

a:visited {
    color: #000000;
    text-decoration: underline;
}

a:active {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

ingress {
	text-indent: 1.273em; 
}

/*
NAVIGATION
*/
.navigation {
	font-family: Baskerville, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.364em; 
	letter-spacing: 0.073em; 
}

/*
NEWS
*/
.newsBrowserDate {
	font-family: "Futura", "Century Gothic", AppleGothic, sans-serif;
	color: #999999;
	font-weight: normal;
	font-size: 0.909em; 
	letter-spacing: 0.136em; 
	margin: 0.909em 0em 1.8em 0em; 
}

/*
EXHIBITIONS
*/
.exhibitionYear {
	font-family: Baskerville, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.455em; 
	margin: 0.909em 0em 1.364em 0em; 
}
.exhibitionTitle {
	font-family: "Futura", "Century Gothic", AppleGothic, sans-serif;
	font-weight: normal;
	font-size: 0.909em; 
	margin: 0.909em 0em 1.364em 0em; 
}


