@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* zero the margin & padding of the body to account for differing browser defaults */
	padding: 0;
	text-align: center; /* center the container in IE 5* browsers. */
	color: #000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height:35px;
	background: #000; 
	padding: 5px 10px 10px 20px;  
	position:relative;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* avoid margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height:35px;
	line-height:35px;
	display:inline;
	font-size:1.5em;
	font-style:italic;
	color:#00CCFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 1px 20px; 
	color:#CCCCCC;
	margin-top:0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	font-size:small;
	background-color:#000;
	color:#CCCCCC;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0;
}
.graybg {
	background: #444;
	color:#ccc;
	}
.graybg a {
	color:#6cf;
	text-decoration:none;
	}
#mainContent {
	min-height:400px;
	border-bottom:10px solid #444;
	margin-top:0px;
	padding-bottom:30px;
	}

/*** Nav Bar **/
#header ul {
	display:inline;
	position:absolute;
	right:20px;
	margin:0;
	margin-bottom:0;
	margin-top:auto;
	bottom:10px;
	}

#header li {
	display:inline;
	font-weight:bold;
	padding-left:17px;
	font-size:0.9em;
	}
#header a {
	text-decoration:none;
	color:#6cf;
}
#header img {border:0;}
#header a:hover {
	color:#FFFF99;
}
#footer {
	margin:0;
	}
#previcon {
	float:left;
	margin-top:20px;
	}
#nexticon {
	float:right;
	margin-top:20px;
	}
a #nexticon, a #previcon {
	border:none;
	}
#paintingimg {
	width:620px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:center;
	}
#paintingimg img {
	border:15px solid #000;
	}
#paintinginfo {
	clear:both;
	text-align:center;
	font-size:small;
	}
#paintingtitle {
	display:block;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:1.2em;
	}
#paintingdesc {
	display:block;
	text-align: left;
	}
#paintingdetail h2 {
	font-weight:normal;
	font-size:1.2em	;
	margin-bottom:3px;
	}
#paintingdetail {
	text-align:right;
	}
#paintingdetail img {
	border:10px solid #000;
	}

.thumbnails {
	background-color:#333;
	padding:15px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	clear:both;
}
.thumb {
	float:left;
	height:250px;
	text-align:center;
	padding:20px 10px 0px 10px;
	font-size:0.7em;
}
.thumb img {
	border:3px solid black;
	margin-bottom:5px;
	}
.thumb img:hover {
	border:3px solid #cc3;
	}
.thumb a:hover {
	color:#FF9;
}

#plisttitle {
	color:#CCC;
	width: 700px;
	margin-left: auto;
	margin-right: auto;	
}
	
#plisttitle h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;

}


#plistpages ul li {
	display: inline;
	float: right;
	list-style-type: none;
	padding: 0.2em 1em;
	margin-left: 0.3em;
	margin-right: 0.3em;
	margin-bottom: 0;
	background-color:  #000;
}
#plistpages ul li.currentpnum {
	font-weight:bold;
	background-color: #333;
}
#plistpages ul {
	display: block;
	width: 400px;
	float: right;
	margin: 0;
	padding: 0;
}

#plisttitle a {
	color:#6cf;
	}
#plisttitle a:hover {
	color:#FF9;
	}

#plistpages {
	float: right;
	margin-bottom:0;
	}

#footer {
	margin:0;
	clear:both;
	}
.clear-both {clear:both;}
.sold {
	color: #F00;
}

