/* styles for painting */
/* assumes description below painting */
/* use 'art2' to place description next to painting */

#pgtop, #nav1, #wrapper0, #nav2, #footer {
	width: 96%;
	max-width: 2000px;
}
#thumbsWrapper {
	text-align:center;
}
#yearNav {
	width: 98%;
}
#yearNav ul {
	margin: 0; padding: 0;
	float: right;
}
#yearNav li {
	margin: 0; padding: 0;
	margin-left: 10px;
	list-style: none;
	display: inline;
}
#yearNav ul li a {
	margin: 0;
	padding: 4px 6px 4px 6px;
	font-size: .8em;
	font-weight: 900;
	color: #666600;
	text-decoration: none;
	background-color: #eedfcc;
	border: 1px solid #ccc ;
	border-top: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	box-shadow: 3px 3px 10px #eedfcc;
	-moz-box-shadow: 3px 3px 10px #eedfcc;
	-khtml-box-shadow: 3px 3px 10px #eedfcc;
	}
#yearNav ul li a:hover {
	color: #fff;
	border-color: #cc0000;
	background-color: #ff3333;
	box-shadow: 3px 3px 10px #999;
	-moz-box-shadow: 3px 3px 10px #999;
	-khtml-box-shadow: 3px 3px 10px #999; 
}

#paintingWrapper {
	text-align:center;
	margin: auto;
}
#enlarged-side {
	text-align: center;
	width: 550px;
	margin: auto;
	margin-top: 25px;
}
#imopaintframe {
	padding: 0;
	margin: auto;
	border: 1px inset;
	position: relative;
}
#descWrapper {
	text-align: center;
	vertical-align: middle;
	min-width: 140px;
}
#painting-desc {
	font-family: "Courier New", Courier, monospace;
	line-height: 100%;
}
.painting-title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: .9em;
}
.painting-title, .painting-size, .painting-media, .painting-copyright {
	margin: 0 0 6px 0;
}
.painting-copyright {
	margin: 12px 0 18px 0;
	font-size: .7em;
}
/* for arrows on either side of painting */
/* for bottom of page option if used (currently isn't)) */
.nextPrevRight {
	width: 160px;
	margin-top: 20px;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	display: inline;
	float: right;
}
.nextPrevLeft {
	width: 160px;
	margin-top: 20px;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	float: left;
}
/* for middle side of painting */
#artNext, #artPrev {
	position: absolute;
	height: 200px;
	width: 75px;
	z-index: 10;
}
#artNext, #artPrev {
	right: -50px;
	background-image: url(images/next-arrow.png);
	position:0;
}
#artPrev {
	left: -50px;
	background-image: url(images/prev-arrow.png);
}
#artNext:hover, #artPrev:hover {
	background-position: -75px;
}
