body {/*
	background: url(../images/grid.gif);*/
	font-size:10px;
	font-family: Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
}

p {
	margin-top: 0;
}

/*=HEADER
---------------------------------------------------------------------*/
#header {
	color: #ff0000;
	font-size: 21px;
	margin: 25px 0 25px 25px;
	position: fixed;
	z-index: 300001;
}

#site-nav {
	font-weight: bold;
	left: 25px;
	top: 75px;
	position: fixed;
	width: 150px;
	z-index: 300002;
}

#site-nav a {
	color: #000;
	text-decoration: none;
}

#site-nav a:hover {
	text-decoration: underline;
}

#site-nav ul {
	font-size: 13px;
	line-height: 17px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-nav li {

}

.current-page {
 text-decoration: underline;
}

div.itemLayer, div.itemLayerNoBG {
	position:absolute;
	background-repeat:no-repeat;
	background-position: bottom right;
	clear: right;
	float: right;
	margin: 0 0 15px 25px;
	padding: 0;
}


div.itemLayer {
	background: none;
}

div.itemLayerNoBG {
	background-image:none;
}

#contentLayer {
	position: absolute;
	left: 0;
	top: 0;
}

#metaContent {
	position: absolute;
	left: 100px;
	top: 0;
	display: none;
}

#indexLayer, #projectLayer{
	position: absolute;
	left: 0;
	top: 0;/*
	width: 100%;
	height: 100%;*/
}

#indexLayer {
	z-index: 30;
}

#projectLayer {
	z-index: 40;
}

#projectDetailsLayer {
	position: absolute;
	left: 100px;
	top: 0;
	width: 600px;
}

/*=DESCRIPTION
---------------------------------------------------------------------*/
#projectDetailsLayer #properties, #projectDetailsLayer #description {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;	
	position: absolute;
	
}

#projectDetailsLayer #properties {
	left: 0;
	top: 0;
	width: 170px;
}

#projectDetailsLayer #description {
	color: #fff;
	left: 75px;
	top: 72px;
	padding-bottom: 100px;
	position: absolute;
	width: 560px;
}

.citation {
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
}

.citation a {
	color: #000;
	text-decoration: underline;
}

.citation a:hover {
	text-decoration: none;
}


/*=ARTWORKS
---------------------------------------------------------------------*/

#thumbnail-images, #thumbnail-captions {
	position: absolute;
	left: 180px;
	top: 75px;
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 12px;/*
	line-height: 13px;*/
	width: 950px;
}

#thumbnail-captions a {
	color: #fff;
}

.thumbnail {
	float: left;
	margin: 0 24px 52px 0;
	height: 140px;/*
	width: 200px;*/
}

.caption {
	color: #fff;/*
	float: left;*/
	display: inline-block;
	margin: 142px 17px 36px 0;
	padding: 0;
	vertical-align: top;/*
	width: 200px;*/
}

/*=SIDEBAR
---------------------------------------------------------------------*/
#projectDetailsLayer #sidebar {
	color: #000;
	font-family: "Courier New", Courier, monospace;
	left: 740px;
	top: 100px;
	position: relative;
	width: 170px;
}

#sidebar h3, .venue, .artist-list {
	font-size: 12px;
}

#sidebar h3, .venue {
	line-height: 13px;
}


#sidebar h3 {
	margin-bottom: 0;
}

/*=VENUE*/
.venue {
	color: #FF0000;
	margin-bottom: 36px;
}

.venue a {
	color: #ff0000;
}

.venue a:hover {
	text-decoration: none;
}

/*=ARTIST LIST*/
.artist-list {
	list-style: none;
	margin: 0 0 64px 0;
	padding: 0;
}

.artist-list li {
	padding: 2px 0;

}

/*=COPYRIGHT*/
.copyright {
	font-size: 11px;
	line-height: 13px;
}

div.scalehandle {
	position: absolute;
	width: 16px;
	height: 16px;
}

#indexLayer {
	position:absolute;
	top: 0;
	left: 0;/*
	width: 100%;
	height: 100%;*/
}

div.itemLayer img {
	border: 0px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 0;
	position: relative;
}
/*
#projectDetails {
	position:absolute;
	left:20px;
	top:50px;
	width:400px;
	height:400px;
}*/

#defaultInfo {
	cursor: pointer;
	position: absolute;
	left: 12px;
	top: 38px;
	width: 120px;
	
	padding: 0;
	display: inline;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	line-height: 12px;
}

 .normal {
	text-decoration:underline;
}

 .active {
	text-decoration:line-through;
}

#rasterLayer {
	position:absolute;
	left: 0;
	top: 0;
	width:1200px;
	height:1000px;
	background-image:url(../img/raster1.gif);

	visibility:hidden;
}

.bg-image {
	left: 150px;
	top: 100px;
	position: fixed;
}

