/****************
	pc artwork
****************/
#content {
	position: relative;
	height: 940px;
	/*background: #3B3B3B url('../images/pc/bg_blur.jpg') repeat-x 0px 0px;*/
	background-color: #373333;
}

#content img {
	border: 0;
}

/* photos */
#pc_artwork_container {
	position: absolute;
	background-color: #FFFFFF;
	position: absolute;
	width: 950px;
	height: 500px;
	top: 55px;
	left: 35px;
}

#pc_artwork {
	/*border: solid 1px black;*/
	position: absolute;
	width: 460px;
	height: 460px;
	top: 10px;
	left: 25px;
}

#pc_artwork_enlarge {
	position: absolute;
	width: 32px;
	height: 30px;
	left: 458px;
	bottom: 29px;
}

#pc_artwork_text {
	/*border: solid 1px black;*/
	position: absolute;
	width: 420px;
	height: 460px;
	top: 10px;
	left: 500px;
	overflow: auto;
}

a#pc_arrow_left {
	position: absolute;
	top: 260px;
	left: 20px;
	width: 36px;
	height: 50px;
	z-index: 999;
}

a#pc_arrow_right {
	position: absolute;
	top: 260px;
	right: 25px;
	width: 36px;
	height: 50px;
	z-index: 999;
}

/* artist quote */
#pc_artist_quote {
	position: absolute;
	display: block;
	height: 190px;
	width: 480px;
	background: transparent url('../images/pc/pinkbar.gif') repeat-x 0px 0px;
	top: 590px;
	left: 20px;
}

/* artwork info */
#pc_artwork_info {
	position: absolute;
	display: block;
	height: 190px;
	width: 480px;
	background: #C2C2C2 url('../images/pc/redbar.gif') no-repeat 0px 0px;
	top: 590px;
	left: 520px;
}

/* art terms */
#pc_art_terms {
	position: absolute;
	height: 160px;
	width: 180px;
	top: 20px;
	left: 10px;
}

/* related works */
#pc_related_works {
	position: absolute;
	height: 160px;
	width: 270px;
	top: 20px;
	left: 200px;
}

/* photos */
#pc_photos_container {
	position: absolute;
	width: 280px;
	height: 160px;
	top: 45px;
	left: 200px;
}

#pc_photos_row1 {
	/*background-color: red;*/
	position: relative;
	width: 280px;
	height: 70px;
	top: 0px;
	left: 0px;
}

#pc_photos_row2 {
	/*background-color: green;*/
	position: relative;
	width: 280px;
	height: 70px;
	top: 0px;
	left: 0px;
}

.pc_photo_col1 {
	border: solid 1px black;
	background-color: #FFFFFF;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	left: 0px;
}

.pc_photo_col2 {
	border: solid 1px black;
	background-color: #FFFFFF;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	left: 70px;
}

.pc_photo_col3 {
	border: solid 1px black;
	background-color: #FFFFFF;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	left: 140px;
}

.pc_photo_col4 {
	border: solid 1px black;
	background-color: #FFFFFF;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	left: 210px;
}

#pc_also {
	position: absolute;
	width: 980px;
	height: 70px;
	top: 860px;
	left: 20px;
}


/****************
	text
****************/
/* artwork */
#pc_artwork_text p {
	font-family: Arial, Helvetica, sans-serif;
	color: #373333;
	background-color: transparent;
	margin: 0;
}

#pc_artwork_artist {
	font-size: 1.4em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.2em;
	padding-top: 20px;
	margin: 0;
}

#pc_artwork_title {
	font-size: 1.0em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	margin: 0;
}

#pc_artwork_year {
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	margin: 0;
}

#pc_artwork_editorial {
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	padding-top: 10px;
	margin: 0;
}

#pc_artwork_credit {
	font-size: 0.7em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	text-align: left;
	margin-top: 20px;
}

/* artist quote */
#pc_artist_quote span.quote {
	position: absolute;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 1.0em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4em;
	width: 460px;
	top: 20px;
	left: 10px;
	text-indent: 0;
}

#pc_artist_quote span.artist {
	position: relative;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0em;
	width: 200px;
	top: 20px;
	right: 10px;
	text-indent: 0;
	text-align: right;
	float: right;
}

/* artwork info */
#pc_art_terms p, #pc_related_works p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	font-style: normal;
	color: #373333;
	margin: 0;
	padding: 0;
}

#pc_art_terms p.pc_text_bold, #pc_related_works p.pc_text_bold {
	font-weight: bold;
	width: 180px;
	margin: 0;
	padding: 0;
}

#pc_art_terms ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	font-style: normal;
	color: #373333;
	width: 180px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* also */
#pc_also p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.0em;
	font-style: normal;
	color: #C2C2C2;
	margin: 0;
	padding: 0;
}

#pc_also hr {
	margin: 4px 0px 4px 0px;
	padding: 0;
	color: #C2C2C2;
	background-color: #C2C2C2;
	height: 1px;
}

#pc_also ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	font-style: normal;
	color: #C2C2C2;
	margin: 0;
	padding: 2px 0px 0px 0px;
	list-style-type: none;
}


/****************
	links
****************/
/* art terms */
#pc_art_terms a, #pc_art_terms a:visited {
	color: #373333;
	text-decoration: none;
}

#pc_art_terms a:hover, #pc_art_terms a:active {
	color: #FF00A4;
	text-decoration: none;
}

/* also */
#pc_also a, #pc_also a:visited {
	color: #C2C2C2;
	text-decoration: none;
}

#pc_also a:hover, #pc_also a:active {
	color: #FF00A4;
	text-decoration: none;
}


