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

body{
	background:#3d3d3d;
}

#headerwrap {
    background: none repeat scroll 0 0 #313131;
}

#nav {
	background:none;
}

#nav ul {
    background: none;
}

.box {
	display:none;
	visibility:hidden;
}

#sidenav{
	display:none
}

#content {
    width: 930px;
	background:#000;
	padding-top:0;
	padding-bottom:100px;
}

#content A:link {
	color: #eee ;
	font-weight: normal;
	text-decoration:underline
}

#content A:visited {
	color: #eee ;
	}

BODY.exhibitions H2 {
	color: #ddd ;
	font-size:18px;
}

.firstcolumn{
	width: 303px;
	margin-right: 10px;
	float: left;
}

.secondcolumn{
	width: 303px;
	float: left;
}

.thirdcolumn{
	width: 303px;
	margin-left: 10px;
	float: left;
}

.thumbnailimage{
	width:100%;
	margin-bottom:10px;
}

.thumbnailimage:hover{
	border:4px solid #666;
	margin-top:-4px;
	margin-left:-4px;
	margin-bottom:6px;
}


p {
	color:#C2C6C0;
}

BODY.exhibitions H1 {
    display:none;
}

.triggers div {
	background: none repeat scroll 0 0 #A0A0A0;
    color: #474748;
    display: block;
    height: 32px;
    margin-bottom: 8px;
    padding-top: 17px;
    text-align: center;
    text-decoration: none;
    width: 100%;
	cursor: pointer;

}

.triggers div:hover {
	background: none repeat scroll 0 0 #666;
    color: #eee;

}

.details {
	float: left;
	position: relative;
	width: 20em;
	height:525px;
	width:625px;
	overflow-x: hidden;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom:40px;
}
.details div{
	padding: 0.5em;
}
#default {
	width:600px;
	display: block;
	background-color: #000;
	
}
#first {
	
	background-color: #000;
}
#second {
	
	background-color: #000;
}

#third {
	
	background-color: #000;
}




#content a.remasteredbutton
 {
	background: none repeat scroll 0 0 #A0A0A0;
            color: #474748;
            display: block;
            height: 32px;
            margin-bottom: 8px;
            padding-top: 17px;
            text-align: center;
            width: 100%;
}

#content a.remasteredbutton:hover {
	background: none repeat scroll 0 0 #666;
	color:#fff;
}

#content a.remasteredbutton:visited:hover {
	background: none repeat scroll 0 0 #666;
	color:#fff !important;
}


#content a.featured{
		background-color:#292929; display:block; text-decoration:none; padding-top:15px; padding-bottom:15px; color:#B0B0B0; clear:both;
}

#content a.featured:hover{
	background-color:#666; display:block; text-decoration:none; color:#B0B0B0;
}

#footer, #forumfooter {
    background: none repeat scroll 0 0 #AAAAAA;
}


