/* page css */

#header {
	
}


#page-level-2 { 
  margin-top:-45px;
  padding-top:45px;
  background:#f3f3f3;
  position:relative;
}


#exhibition-name {
  position:absolute;
	top:45px;
	left:30px;
	right:400px;
	font-family:Arial;
	font-weight:normal;
	font-size:20px;
}

#page-level-2 .title-small {
	top:33px;
	font-size:15px;
}



#exhibition-page-nav {
  position:absolute;
  top:40px;
  right:30px;
  width:auto;
}

#exhibition-page-nav a {
	float:left;
	padding:10px;
	text-decoration:none;
	color:#333;
	 margin-left: 10px;
}

#exhibition-page-nav a.current {
	background:#FFF;
	border:1px solid #CCC;
	border-bottom:0px;
}

#exhibition-detail-container {
	margin:30px 20px 20px 20px;
	border:1px solid #CCC;
	padding:15px;
	background:#FFF;
}

#page-level-3 { }

#page-content-blocks { }

.content-block { }

.content-images-container {
	float:right;
	width:230px;
	margin-left:30px;
}

/* press release */
#press-body {
	margin:0px 0px 35px 25px;
	width:525px;
	float:left;
}

#press-story {
	margin-top:25px;
} 

#press-story p {
	margin-bottom:10px;
}

#press-sidebar {
	margin:0px 35px 35px 0px;
	width:240px;
	float:right;
}

/* content */

.content-block h1,
.content-block h2 {
	margin-bottom:10px;	
}

.content-block h1 {
	font-size:16px;	
}

/* bio */

.artist-header {
	border-bottom:1px dotted #CCCCCC;
color:#333333;
font-family:DinLight;
font-size:14px;
margin:15px 30px 35px 20px;
padding-bottom:10px;
}	

#exhibition-bio {
	margin:0px 0px 35px 25px;
	width:570px;
	float:left;
}

#exhibition-bio img {
	float:left;
	margin:0px 30px 10px 0px;
}

/* sidebar */

#exhibition-sidebar {
	margin:0px 35px 35px 0px;
	width:240px;
	float:right;
}

#exhibition-update-header{
	font-size:24px;
	font-family:Din;
	color:#666;
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
	margin:30px 0px 15px 0px;
}

#exhibition-sidebar .news-item {
	text-decoration:none;
	display:block;
	margin-bottom:10px;
	color:#666;
	width:auto;
	padding-bottom:20px;
}

#exhibition-sidebar .news-item:hover,
#exhibition-sidebar .news-item:hover .news-title {
	color:#2A7DA7;
	cursor:pointer;
}

#exhibition-sidebar .news-title {
	display:block;
	font-weight:bold;
	font-size:14px;	
	color:#494949;
	padding-bottom:0px;
	font-family:DinLight;
}

#exhibition-sidebar .news-trailer {
	padding-top:5px;
}

/* exhibition news */

.news-item {
	border:none;
	padding:0px;
	padding:15px 0px;
	border-bottom:1px dotted #CCC;
	width:810px;
	margin:15px;
}


.news-media-container {
	width:230px;
	float:right;
}

.news-detail-container {
	margin-right:20px;
	width:550px;
	float:left;	
}

.news-detail-view {
	width:810px;
	float:none;
	margin:none;
}

.news-detail-view .news-title,
.news-detail-view .news-author,
.news-detail-view .news-date {
	float:left;
	width:305px;

}

.news-detail-view .new


.news-image {

}

.news-detail-view .news-story img {
	float:right;
	clear:right;
	margin:0px 0px 20px 20px;
}

.news-detail-view img.first-image {
	float:right;
	margin:0px 0px 20px 20px;
}

/* works grid lists */

#exhibition-detail-container #list-container .list-item {
	width:230px;
	padding:23px;
	height:215px;
}





