@charset "UTF-8";

/* RESET */
/* Eric Meyer Reset Reloaded - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* GENERAL */

body {
	text-align: center;
	color: #000;
	padding: 0 10px 0 10px;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background-color: #D6D1CD;
}
#wrapper {
	position: relative;
	width: 935px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#header {
	position: relative;
	text-align: right;
	/*border: 1px solid #000;*/
	/*background: url(images/header.jpg) no-repeat;*/
}
#header img {
	margin: 0;
}
#header h1 {
	font: bold 40px/40px Verdana, Arial, Helvetica, sans-serif;
	height: 130px;
	/*text-indent: -5000em;*/
	/*background: url(images/header.jpg) no-repeat;*/
}

#contentWrap {
	padding: 10px 0 15px 0;
	position: relative;
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;*/
}
#home #contentWrap {
	padding: 0 0 0 0;
	height: 285px;
	position: relative;
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;*/
}

#image #contentWrap {
	border-top: 1px solid #D6D1CD;
	margin-top: 10px;
}
#leftCol {
	width: 201px;
	float: left;
	display: inline;
}

#leftCol #module {
}
#leftCol #module p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 3px 10px 3px;
	text-align: left;
}
#centerCol {
	width: 191px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	border-top: none;
}

#rightCol {
	/*margin: 0 0 0 223px;*/
	background: #FFFFFF url(images/bg_rightcol.jpg) repeat-x;
	text-align: left;
	border-top: 1px solid #D6D1CD;
	position: relative;
	width: 711px;
	float: right;
}



/* NAV */

#nav {
	margin: 0 0 0 16px;
	padding: 10px 0 0 0;
	border-top: 1px solid #D6D1CD;
}
#centerCol #nav {
	border-top: none;
}
#nav li {
	margin: 0px 5px 0px 0;
	padding: 3px 0px 1px 0px;
}
/*#nav li ul {
	margin: 0 0 0 0;
	padding: 8px 0 10px 10px;
}
#nav li ul li {
	margin: 0px 8px 0px 0;
	padding: 3px 0 3px 15px;
	border-bottom: none;
}
#nav li ul li.on {
	background: url(images/bg_bullet.gif) no-repeat 0px 6px;
}*/
#nav li a:link, #nav li a:visited {
	font: normal 1.2em/1.2em Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 3px 5px 5px 5px;
	text-decoration: none;
	color: #8F8F8F;
	/*border-bottom: 1px solid #333333;*/
}
#nav li.on a:link, #nav li.on a:visited {
	color: #454444;
	/*border-bottom: 1px solid #333333;*/
}
#nav li a:hover, #nav li a:active {
	color: #5A89C1;
	text-decoration: underline;
}
/*#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:hover, #nav li ul li a:active {
	display: block;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #000;
	border-bottom: none;
}
#nav li.highlight {
	background-color: #EEE;
}*/
#nav li.first {
}

#nav li.last a:link, #nav li.last a:visited {
}


/* PAGE HEADINGS */

h1.header {
	width: 650px;
	height: 50px;
	position: relative;
	margin: 8px 0 0 0;
}
h1.header span {
	position: absolute;
	left: 0;
	top: 0;
	width: 625px;
	height: 50px;
}
		/* For each of the following pages, change the ID on the body tag to the ID below 
			and the appropriate page heading graphic should display. */
		#paintings h1.header span {
			background: #FFFFFF url(images/hdr_paintings.gif) no-repeat;
		}
		#sculptures h1.header span {
			background: #FFFFFF url(images/hdr_sculptures_constructions.gif) no-repeat;
		}
		#biography h1.header span {
			background: #FFFFFF url(images/hdr_biography.gif) no-repeat;
		}
		#statement h1.header span {
			background: #FFFFFF url(images/hdr_statement.gif) no-repeat;
		}
		#reviews h1.header span {
			background: #FFFFFF url(images/hdr_reviews.gif) no-repeat;
		}
		#showings h1.header span {
			background: #FFFFFF url(images/hdr_showings.gif) no-repeat;
		}
		#contact h1.header span {
			background: #FFFFFF url(images/hdr_contact.gif) no-repeat;
		}
		#home h1.header span { /* Probably not be needed */
			background: #FFFFFF url(images/hdr_home.gif) no-repeat;
		}


/* CONTENT */

#leftCol p {
	font-size: 1.2em;
	line-height: 1.3em;
	font-style: italic;
	padding: 20px 0 0 21px;
}
#image #contentWrap p {
	text-align: center;
}
#rightCol p#pagination {
	position: absolute;
	width: 150px;
	left: 175px;
	top: 15px;	
}
#rightCol p#pagination2 {
	position: absolute;
	width: 140px;
	left: 440px;
	top: 15px;	
}
#rightCol p, #image #contentWrap p {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 0 10px 0px 10px;
	margin: 0 0 15px 0;
	color: #666666;
}
#rightCol p.backToPaintings a:link, p.backToPaintings a:visited {
	color: #666666;
	text-decoration: none;
}
#rightCol p.backToPaintings a:hover, p.backToPaintings a:active {
	color: #5A89C1;
	text-decoration: underline;
}

#rightCol p a:link, #rightCol p a:visited {
	color: #666666;
	text-decoration: underline;
}
#rightCol p a:hover, #rightCol p a:active {
	color: #5A89C1;
	text-decoration: underline;
}

#rightCol h2 {
	font-size: 1.4em;
	line-height: 1.0em;
	font-weight: bold;
	color: #000;
	margin: 0 0 10px 10px;
}
#rightCol h3 {
	font-size: 1.6em;
	color: #5A89C1;
	margin: 0 0 10px 10px;
}
div.sidebar {
	width: 175px;
	border:1px solid #D6D1CD;
	float: left;
}
div.sidebar img {
	margin: 4px 4px 5px 4px;
}
div.imageWrap {
	
	margin: 15px auto;
	border:1px solid #D6D1CD;
	
}
div.imageWrap img {
	margin: 7px 7px 8px 7px;
}
#image #contentWrap p.backToPaintings {
	position: absolute;
	width: 250px;
	text-align: left;
	left: 35px;
	top: -50px;	
}


/* GALLERY */

#rightCol ul.gallery li {
	display: block;
	float: left;
	width: 152px;
	height: 211px;
	margin: 0 23px 23px 0;
}
#rightCol ul.gallery li a {
	display: block;
	padding: 4px 4px 5px 4px;
	border: 1px solid #D6D1CD;
	background-color: #FFFFFF;
}

#rightCol ul.gallery li a:link, #rightCol ul.gallery li a:visited {
	background-color: #FFFFFF;
}
#rightCol ul.gallery li a:hover, #rightCol ul.gallery li a:active {
	background-color: #B4D4F3;
}


/* FOOTER */

#footer {
	font: normal 1.1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	border-top: 1px solid #D6D1CD;
	padding: 10px 0 10px 0;
	text-align: center;
}
#footer p {
	color: #333;
	margin: 0 10px 0 10px;
}
#footer p a:link, #footer p a:visited {
	color: #666666;
}
#footer p a:hover, #footer p a:active {
	color: #5A89C1;
}

#footer p a {
	color: #006699;
}


/* MISC */

.indent200 {
	margin-left: 200px;
}

.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.clear {
	clear: both;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
img.floatR {
	float: right;
	margin: 5px;
}
.center {
	text-align: center;
}







