/*
	Table of Contents:
		Layout
		Typography
		Special Items
*/

/*---------------------- Layout-------------------------- */
* {
	margin: 0 auto;
	padding: 0 auto;
	height: auto;
}

html, body {
	background: #646464;
}

#container {
	background: url(../i/c/page-bg.jpg) no-repeat;
	width: 800px;
	min-height: 600px;
	/*/*/ height: 600px; /* */
}

#title {
	padding-left: 7px;
	padding-top: 25px;
}

#main-nav {
	padding-left: 15px;
	padding-top: 152px;
}

#content, #gallery, #exhibitions {
	padding: 20px;
	height: 400px;
}

#gallery {
	height: 600px;
}

#exhibitions {
    height: 800px;
}

/* content is 760px after padding */

#left {
	margin-right: 200px;
	padding-right: 20px;
}

#right {
	width: 200px;
	float: right;
}

#footer {
	width: 750px;
	border-top: 1px solid #4e4e4e;
	text-align: center;
	padding: 5px;
	height: 23px;
}

#copy {
	text-align: left;
}

#thumbitem {
	float: left;
	width: 120px;
	height: 120px;
	display: inline;
	margin: 5px 15px 5px 15px;
}

#thumbbox {
	text-align: center;
	border: 1px solid #747474;
	width: 110px;
	height: 50px;
	padding-top: 5px;
	margin: 0px;
	background:  url(../i/thumbnailbox-bg.gif) no-repeat;
}

#thumbbox img {
	border: none;
	width: 100px;
	height: 40px;
}

#hidden {
	display: none;
}

/*------------------------- End Layout -----------------------*/

/*----------------------- Typography-------------------------*/
/* child pixels / parent pixels = child ems */
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 62.5%;
	color: #e9e9e9;
}

#content, #gallery, #exhibitions {
	font-size: 1.2em;
	line-height: 1.5em;
}

#main-nav {
	font-size: 1.3em;
	font-weight: bold;
	color: #e9e9e9;
}

#main-nav a {
	text-decoration: none;
	color: #e9e9e9;
}

#main-nav a:hover {
	text-decoration: underline;
}

#footer {
	color: #4e4e4e;
}

#footer a {
	color: #4e4e4e;
}

a {
	color: #799edb;
}

.gallerycaption {
	color: #a0a0a0;
	font-size: 0.8em;
	line-height: 1.2em;
	padding-left: 5px;
}

#thumbcaption{
	color: #3e3e3e;
	font-size: 0.8em;
	line-height: 1.2em;
	padding-left: 5px;
}

/* Typography Elements */

hr {
	color: #4e4e4e;
	height: 1px;
}

p, h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.83em;
}

h1 {
	font-size: 1.7em;
}

#gallery h1 {
	clear: both;
	font-size: 1.7em;
	padding-top: 1.2em;
	padding-bottom: 0.1em;
	color: #4e4e4e;
	border-bottom: 1px solid #4e4e4e;
}

h2 {
    font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	font-weight: bolder;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.8em;
}

.highlight {
    color: #eaf688;
}

.subdued {
    color: #4e4e4e;
}

.error {
	color: #fa6227;
	font-weight: bold;
}

.success {
	color: #b396c0;
	font-weight: bold;
}

.caption {
	font-size: 0.8em;
}

.small {
	font-size: 0.8em;
}

/* Feature Box */

.featurebox {
	border: 1px solid #3f3f3f;
	padding: 10px;
	margin: 5px;
	background: #4e4e4e url(../i/featurebox-bg.gif) repeat-x;
}

ul, ol {
	padding-left: 1.6em;
}

li {
	list-style: none;
}

/*----------------------- End Typography ----------------------*/

/*----------------------- Special Items ----------------------*/
.painting {
	border: 1px solid #403539;
	position: relative;
	padding: auto;
}

/*----------------------- Thumb Gallery Not used ----------------------*/
.galleryitem {
    text-align: center;
    margin-bottom: 50px;
}

.galleryimage img {
	border: 2px solid #404143;
}
/*----------------------- End Special Items ----------------------*/