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

body {
	margin:0;
	padding:0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 62.5%;
}

p {
	margin: 0; padding: 0 0 20px 0;
	line-height: 1.5em;
}

ul {
	list-style-type: none;
}
ul li {
	list-style-type: none;
}

embed, object { margin: 0; padding: 0; }

a img { border: none; }

a { color: #ED1B46; text-decoration: none; }
a:hover { text-decoration: underline; }

blockquote {
	line-height: 1.5em;
	padding-bottom: 10px;
}

/*h2 {
	margin: 0 0 10px 0;
	font-size: 1.3em; font-weight: bold;
	padding: 0 0 5px 0;
	color: #666666;
	border-bottom: 1px solid #cccccc;
}*/
h2 {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
	height: 30px; width: 530px;
	text-indent: -9999px;
	overflow:hidden;
}
#colLeft h2 { width: 200px !important; }
/* TITLES *******************************************************/
h2#mainTitle {
	background: url(images/title_h2_main_title.gif) no-repeat left top;
}
h2#multimedia {
	background: url(images/title_h2_multimedia.gif) no-repeat left top;
}
h2#theArtist {
	background: url(images/title_h2_the_artist.gif) no-repeat left top;
}
h2#overview {
	background: url(images/title_h2_overview.gif) no-repeat left top;
}
h2#exhibitionDetails {
	background: url(images/title_h2_exhibition_details.gif) no-repeat left top;
}
h2#map {
	background: url(images/title_h2_map.gif) no-repeat left top;
}
h2#photos {
	background: url(images/title_h2_photos.gif) no-repeat left top;
}
h2#essay {
	background: url(images/title_h2_essay.gif) no-repeat left top;
}
h2#interview {
	background: url(images/title_h2_interview.gif) no-repeat left top;
}
h2#preinstall {
	background: url(images/title_h2_preinstall_photos.gif) no-repeat left top;
}
h2#postinstall {
	background: url(images/title_h2_postinstall_photos.gif) no-repeat left top;
}
h2#octExhibition {
	background: url(images/title_h2_exhibition_oct.gif) no-repeat left top;
}
h2#decExhibition {
	background: url(images/title_h2_exhibition_dec.gif) no-repeat left top;
}

#container {
	width: 770px;
	margin: 10px auto;
}
#header {
	width: 770px;
	height: 100px;
	display: block;
	overflow: hidden;
	background: url(images/header.gif) no-repeat left top;
}
h1#siteTitle {
	width: 770px; height: 100px;
	display: block; overflow: hidden;
	
}
h1#siteTitle a {
	display: block; width: 770px; height: 100px;
	text-indent: -9999px; overflow:hidden;
}

#content {

}
#colLeft {
	width: 200px;
	float: left;
	font-size: 1.2em;
	padding: 20px 0 0 0;
}
#colRight {
	width: 530px;
	float: right;
	font-size: 1.2em;
	padding: 20px 0 0 0;
}

/* NAVIGATION *********************************/
#nav {
	background-color: #333333;
	padding:0; margin: 0;
	height: 32px; overflow:hidden;
	width: 770px;
	background: url(images/navigation.gif) no-repeat left top;
}
#nav ul {
	margin: 0; padding: 0;
	height: 32px;
	width: 770px;
}
#nav ul li {
	display:inline;
	height: 32px;
	width: 120px;
	overflow:hidden;
	float: left;
}
#nav ul li a {
	display:block;
	text-indent: -9999px;
	overflow:hidden;
	height: 32px; width: 120px;
	color: #ffffff;
	text-decoration: none;
}
#nav ul li a:hover {
	
}
#nav ul li#navOne a:hover {
	background: url(images/navigation.gif) no-repeat left -32px;
}
#nav ul li#navTwo a:hover {
	background: url(images/navigation.gif) no-repeat -120px -32px;
}
#nav ul li#navThree a:hover {
	background: url(images/navigation.gif) no-repeat -240px -32px;
}
#nav ul li#navOne a.on {
	background: url(images/navigation.gif) no-repeat left -64px;
}
#nav ul li#navTwo a.on {
	background: url(images/navigation.gif) no-repeat -120px -64px;
}
#nav ul li#navThree a.on {
	background: url(images/navigation.gif) no-repeat -240px -64px;
}

/* LEFT COLUMN ************************************/
ul#subNav {
	margin:0; padding:5px 0 20px 0;
	list-style-type: none;
	display:none;
}
ul#subNav.on {
	display: block;
}
ul#subNav li {
	list-style-type: none;
	border-bottom: 1px solid #cccccc;
}
ul#subNav li a {
	color: #787878;
	display: block;
	padding: 6px 5px 6px 4px;
	text-decoration: none;
}
ul#subNav li a:hover {
	background-color: #DBDAD5;
}
ul#subNav li a.on {
	background-color: #DBDAD5;
	color: #333333;
}
ul#subSubNav {
	display:none;
	padding: 0; margin: 0;
}
ul#subSubNav.on {
	display:block;
}
ul#subSubNav li {
	list-style-type: none;
	border-bottom: 1px solid #cccccc;
}
ul#subSubNav li a {
	color: #787878;
	display: block;
	padding: 6px 5px 6px 20px;
	text-decoration: none;
	background: url(images/bullet_arrow.gif) no-repeat 2px 10px;
}
ul#subSubNav li a:hover { background: #eeeeee url(images/bullet_arrow.gif) no-repeat 4px 10px; }

/* FOOTER *****************************************/
#footer {
	width: 530px;
	float: right;
	border-top: 1px solid #cccccc;
	font-size: 1.1em;
	padding: 12px 0 10px 0;
	color: #999999;
}
#footer a { color: #777777; text-decoration:none; }
#footer a:hover { color: #666666; text-decoration:underline; }
#footer #col1 {
	width: 385px;
	float: left;
}
#footer #col2 {
	width: 91px;
	float: right;
}
a#prohelvetia {
	width: 91px; height: 26px;
	overflow: hidden;
	display:block;
	text-indent: -9999px;
	background: url(images/logo_prohelvetia.gif) no-repeat left top;
}
a#imaLogo {
	height: 26px; width: 56px;
	margin: 4px 10px 20px 0;
	overflow:hidden;
	text-indent: -9999px;
	background: url(images/logo_ima.gif) no-repeat left top;
	display:block; float: left;
}
a#imaLogo:hover {
	background: url(images/logo_ima.gif) no-repeat left -26px;
}

/* INTERVIEW **************************************/
p.question {
	padding-bottom: 10px;
}
p.answer {
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	color: #545454;
	font-style: italic;
}

/* MULTIMEDIA *************************************/
#videoThumbs {
	padding-bottom: 20px;
}
#videoThumbs {

}
#videoThumbs img.middle {
	margin: 0 17px;
}

/* MISC *******************************************/
.clear { clear: both; overflow: hidden; }


.photoThumb {
	margin: 0 15px 15px 0;
	padding: 0;
	float: left;
	display:block;
	width: 70px; height: 60px;
}

p.more {
	border-top: 1px solid #cccccc;
	padding: 4px 0 15px 0;
	text-align: right;
	display:block;
	
}
p.more a {
	font-size: .9em !important;
	background: url(images/bullet_star_sml.gif) no-repeat left 3px;
	padding-left: 12px;
	line-height: 1em !important;
}

p.note {
	font-size: .9em;
}

.photoLeft {
	float: left;
	margin: 0 20px 50px 0;
}

.contentPhotoLeft {
	float:left;
	margin: 5px 10px 10px 0;
}
.contentPhotoRight {
	float:right;
	margin: 5px 0 10px 10px;
}

ul#podcastList {
	display:block !important;
	padding: 0 0 20px 10px !important;
	margin:0;
}
ul#podcastList li {
	padding: 2px 0 6px 16px !important;
	display:block;
	clear:both;
	background: url(images/bg-bullet-audio.gif) no-repeat left 5px;
}


/* HIDE FROM ON SCREEN (for print) ***************************/
.printLogo {
	display:none;
}


