


/* ------------------------------------------------------------------------------------------------------*/
/* STYLES SPECIFIC TO THE "WORK" GALLERY PAGES ----------------------------------------------------------*/



/* Gallery Sub-Navigation   */

ul#galleryNav {
	padding: 0;
	position: relative;
	margin: -45px 2px 10px 0;
	list-style: none;
	float: right;
}
	
#galleryNav li{
	margin: 0 0 0 29px;
	padding: 0;
	float: left;
	font-size: 13px;
	line-height: 18px;
	text-transform: lowercase;
	color: #a3b0b7;
}


#galleryNav li a { }

/* Basic Link Styles */
#galleryNav li a:link			{ color: #a3b0b7; text-decoration: none; }
#galleryNav li a:visited	{ color: #a3b0b7; text-decoration: none; }
#galleryNav li a:hover		{ color: #602129; text-decoration: none; }
#galleryNav li a:active		{ color: #602129; text-decoration: none; }
#galleryNav li a:focus		{ outline: 0; }

/* "Current Page" Highlight States */
#galleryNav li.currentPage a:link			{ color: #602129; text-decoration: none; }
#galleryNav li.currentPage a:visited	{ color: #602129; text-decoration: none; }
#galleryNav li.currentPage a:hover		{ color: #602129; text-decoration: none; }
#galleryNav li.currentPage a:active		{ color: #602129; text-decoration: none; }


#mainContent { background-position: 170px; } /* Adjust position of vertical rule for this section  */


/* Definitions for two-column layout  */

.twoColumnBlock .col1 {
	float: left;
	width: 145px;
	margin-right: 65px;
	text-align: right;
}

.twoColumnBlock .col2 {
	float: left;
	width: 720px;
	text-align: center;
}

.paintingContainer { 
	text-align: center;
	margin: 0;
}

.painting { 
	min-height: 390px;	/* Force the height of the painting area so that the specs stay in the same vertical position */
	height: 390px;
}

/* Flexible drop shadows for artwork images */

div.imgShadow {
	background: url(../images/work/artwork_shadow.gif) no-repeat bottom right;
	float: left; /* set the div to "shrinkwrap" the artwork image  */
	margin: 0 17px 15px 0; /* */
	padding: 0;
}

div.shadowMask {
	background: url(../images/work/shadow_mask.png) no-repeat top left;
	padding: 0 17px 15px 0;
	float: left;
}

div.paintingBackground {
	background: #ffffff;
}

p.specs { clear: both; }
