@charset "utf-8";
/* CSS Document */

.scsu-shell-width {
	width: 731px;
	}
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
img{
	border: none;
}

/*---------------------HEADER--------------------------*/
#header{
	margin: 0px;
	padding: 0px;
	width: 675px;
	height: 119px;
	background-color: #1A1A1A;
}
#headerImg{
	margin: 0px;
	padding: 0px;
	width: 316px;
	float: left;
}
#mainNav{
	margin: 75px 0px 0px 10px;
	padding: 0px;
	float: left;
}
#mainNav ul{
	margin: 0px;
	padding: 0px;
}
#mainNav ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainNav ul li a{
	margin: 0px;
	padding: 0px;
	font-size: .8em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#mainNav ul li a:hover{
	color:#CCC;
}

/*---------------------CONTAINER---------------------*/
#container{
	margin:0px;
	padding: 0px;
	background-color:#FFF;
	overflow: auto;
}
#containerInfoContent{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 490px;
}
#containerInfoContent.noImages{
	width: 400px;
}

/*---------------------SHOW INFO---------------------*/
#showInfo{
	margin: 0px;
	padding: 22px 0px 0px 0px;
	float: left;
	width: 480px;
}
h2{
	margin: 0px 0px 9px 0px;
	padding: 0px;
	font-size: 1.5em;
}
h2.artist{
	margin: 0px 0px 22px 0px;
	padding: 0px;
	font-size: .8em;
}
h2.date{
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: normal;
}
h2.artistTalk{
	margin: 0px 0px 25px 0px;
	font-size: 1.2em;
	font-weight: normal;
}
hr{
	margin: 0px 0px 40px 0px;
	padding: 0px;
	color: #4D4D4D;
	background-color: #4D4D4D;
	height: 5px;
}

/*---------------------CONTENT---------------------*/
#content{
	margin: 0px;
	padding: 0px;
	/*float: left;*/
	width: 360px;
	min-height: 1000px;
}
#content h3{
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
}
#content h4{
	margin: 20px 0px -10px 0px;
	font-size: .8em;
}
#content h5{
	margin: 0px;
	font-size: .7em;
	color:#000;
	font-weight: normal;
}
#content h5 a{
	color:#000;
}
#content h5 a:hover{
	color:#666;
}
#content p {
	font-size: .75em;
	line-height: 1.4em;
}
.firstParagraph{
	margin-top: 0px;
}
#content table{
	margin-top: 10px;
}
#content table p{
	margin: 5px
}
/*---------------------IMAGES---------------------*/
#images{
	margin: -15px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
	float: left;
}
#images p{
	margin: 0px;
	padding: 0px;
	font-size: .7em;
	text-align: right;
	line-height: 1em;
}
#largeImage{
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 480px;
	float: left;
}
#largeImage p{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: .7em;
	text-align: right;
	line-height: 1em;
}
#galleryImages{
	width: 480px;
	float: left;
}
#galleryImages p{
	margin: 0px;
	padding: 0px;
	font-size: .7em;
	text-align: right;
	line-height: 1em;
}

/*---------------------SIDEBAR---------------------*/
#sideBar{
	margin: 0px;
	padding: 15px 15px 0px 15px;
	float: right;
	width: 140px;
	background-color: #E6E6E6;
}
#sideBar p{
	font-size: .7em;
	line-height: 1.2em;
}
#sideBar p.support{
	font-size: .6em;
}
#sideBar a{
	color:#000;
}
#sideBar a:hover{
	color:#666;
}

/**** GALLERY *****/
.photo {
	float: right;
	padding-left: 25px;
}
.photo ul {
	display: block;
	position:absolute;
	list-style: none;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 10px;
	height: 120px;
}
.photo ul li {
	width:110px;
	height:110px;
	margin: 0px 0px 20px 0px;
}
.photo ul li.vertical {
	width: 100px;
	height: 122px;
}
.photo ul li a {
	display:block;
	width:110px;
	height:110px;
	cursor:default;
	float:left;
	text-decoration:none;
	background-color: #CCC;
}
.photo ul li.vertical a {
	width: 85px;
	height: 123px;
}
.photo ul li a img {
	display:block;
	width:110px;
	height:110px;
}
.photo ul li.vertical a img {
	width: 75px;
	height: 113px;
}
.photo ul li a:hover {
	white-space:normal;
	position:relative;
}
.photo ul li a:hover img {
	position:relative;
	left:-350px;
	top:0px;
	width:300px;
	height:300px;
	border: 25px solid #CCC;
}
.photo ul li.last a:hover img {
	position:relative;
	left:-350px;
	top:-250px;
	width:300px;
	height:300px;
	border: 25px solid #CCC;
}
.photo ul li.vertical a:hover img {
	width: 175px;
	height: 263px;
}
.photo p{
	margin-top: 0px;
	text-align: right;
}
