/* Gallery signature layout for GVHHC
   Copyright 2006 Brent Miller */
  
/* Page Structure */

* {
	margin: 0;
	padding: 0;
}

body * {
	font-size: inherit;
}

body {
	font: 80%/150% Helvetica, Arial, Verdana, sans-serif;
	color: #222;
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 900px;
	margin: 35px auto;
	background: transparent url(images/body_background.jpg) no-repeat top right;
	text-align: left;
	min-height: 220px;
}

#header {
	width: 550px;
	height: 175px;
	background: transparent url(images/banner_background.jpg) no-repeat top left;
}

#main_content {
	width: 898px;
	clear: none;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top: 2em;
	padding-bottom: 4em;
	float: left;
	display: inline; /* :HACK: Prevent IE double-margin float bug */
	background: transparent;
}

#main_content * {
	margin-left: 50px;
	margin-right: 300px;
}

#main_content * * {
	margin-left: 0;
	margin-right: 0;
}

#navigation {
	width: 898px;
	border: 1px solid #ccc;
}

#footer {
	width: 900px;
	text-align: center;
	font-size: 0.75em;
	background: transparent url(images/footer_background.jpg) no-repeat bottom center;
	color: #666;
	min-height: 56px;
	float: left;
	clear: both;
	display: inline; /* :HACK: Prevent IE double-margin float bug */
}

/* End page structure */

/* Navigation */

/* Based on son of suckerfish menus */

#navigation {
	font-size: 0.75em;
	line-height: 2em;
	text-align: center;
	float: left;
	display: inline; /* :HACK: Prevent IE double-margin float bug */
}

#navigation h2, #navigation p {
	position: absolute;
	left: -999em;
	width: 990em;
}

.index #nav_index, .artwork #nav_artwork, .printmaking #nav_printmaking, .resume #nav_resume, .representedby #nav_representedby, .exhibits #nav_exhibits, .contact #nav_contact {
	background-color: #eee;
}

#navigation, #navigation ul {padding: 0;margin: 0;list-style: none;}
#navigation a {display: block;width: 10em;}
#navigation li {float: left;width: 10em;}
#navigation li ul {position: absolute;width: 10em;left: -999em; border: 1px solid #ccc; background-color: #fff;}
#navigation li:hover ul {left: auto;}
#navigation li:hover ul, #navigation li.sfhover ul {left: auto;}

#navigation a:link, #navigation a:visited {
	color: #b55d56;
	border: none;
}

#navigation a:hover, #navigation a:active {
	color: #008cf7;
	border-bottom: none;
}

#navigation li {
	display: inline; /* :HACK: Prevent IE double-margin float bug */
}

/* End navigation */

/* Footer */

#footer p {
	padding-top: 20px;
}

#footer a:link, #footer a:visited {
	color: #b55d56;
	border-bottom: none;
}

#footer a:hover, #footer a:active {
	color: #008cf7;
	border-bottom: none;
}

/* End footer */

/* Links */

a:link {
	color: #b55d56;
}

a:visited {
	color: #b30007;
}

a:hover {
	color: #008cf7;
}

a:active {
	color: #008cf7;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	border-bottom: 1px solid;
}

/* End links */

/* Typography */

#main_content h1 {
	font-size: 1.5em;
	text-align: center;
}

#main_content h2 {
	font-size: 1.2em;
	padding-top: 1em;
}

#main_content h3 {
	font-size: 1.1em;
}

#main_content p {
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5 {
	letter-spacing: 0.1em;
	line-height: 1.1em;
}

/* End typography */

/* Images */

#main_content #primary_photograph {
	margin: 0 50px 20px 0;
	width: 162px;
	float: right;
	display: inline; /* :HACK: Prevent IE double-margin float bug */
}

#main_content #primary_photograph img {
	margin: 0;
}

.rightalign {
	float: right;
}

.leftalign {
	float: left;
}

img {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 5px;
}

a:hover img, a:active img {
	border: 1px solid #008cf7;
}

#main_content img.rightalign {
	position: absolute;
	right: 30px;
}

#main_content img.leftalign {
	margin-left: 20px;
}

/* End images */

/* Main page gallery links */

#main_content ul.maingallerylinks {
	list-style-type: none;
	width: 798px;
	margin: 50px;
	height: 100px;
	clear: both;
}

ul.maingallerylinks li {
 	text-align: center;
	width: 32%;
	float: left;
	display: inline; /* :HACK: Prevent IE double-margin float bug */
}

#main_content ul.maingallerylinks li img {
	margin: 0 auto;
	display: block;
}

ul.maingallerylinks li a {
	margin: 0.5em auto;
}

/* End main page gallery links */

/* Resume */

.resume li, .exhibits li {
	list-style-type: none;
}

.resume dt, .exhibits dt {
	width: 15%;
	float: left;
	clear: left;
	padding-top: 0.35em;
	display: inline; /* :HACK: Prevent IE double-margin float bug */
}

.resume dd, .exhibits dd {
	float: left;
	margin-left: 15%;
	width: 79%;
	padding-top: 0.35em;
	display: inline; /* :HACK: Prevent IE double-margin float bug */
}

.resume h2, .exhibits h2 {
	clear: left;
	padding-top: 0.75em;
}

.exhibits p {
	clear: left;
	padding-top: 2em;
}

/* End resume */

/* Forms */

form {
	width: 548px;
	margin-top: 0;
	padding-top: 0;
	clear: none;
}

fieldset {
	border: none;
	width: 548px;
	clear: none;
	margin-top: 0;
	padding-top: 0;
}

#main_content label {
	display: block;
	margin: 1em 1em;
	width: 8em;
}

#main_content form input, #main_content form textarea {
	display: block;
	margin-left: 10em;
	margin-top: -2.5em;
	margin-bottom: 1em;
}

#main_content .notice {
	border: 1px solid #bc392f;
	background-color: #eee;
	color: #bc392f;
	padding: 1.5em;
}

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

input.error, textarea.error {
	border: 1px solid #bc392f;
}

/* End forms */

/* 404 Page */

.error404 #wrapper #main_content h1 {
	color: #bc392f;
	background-color: #eee;
	border: 1px solid #bc392f;
	padding: 0.5em;
	position: static;
	left: 0;
	width: auto;
	margin-bottom: 1em;
}

.error404 #main_content ul {
	margin-left: 75px;
}

/* Miscellaneous */

#header h1, #header p, #main_content h1 {
	position: absolute;
	left: -999em;
	width: 990em;
}

.printmaking .process {
	text-align: center;
}

.printmaking .glossary dt {
	width: 15%;
	float: left;
	clear: left;
	padding-top: 0.35em;
	display: inline; /* :HACK: Prevent IE double-margin float bug */
}

.printmaking .glossary dd {
	float: left;
	margin-left: 15%;
	width: 79%;
	padding-top: 0.35em;
	display: inline; /* :HACK: Prevent IE double-margin float bug */
}

.printmaking .process dt {
	margin-top: 1.5em;
}

.printmaking h2 {
	clear: left;
}

.representedby #main_content ul {
	list-style-type: none;
}

.representedby #main_content li {
	float: left;
	width: 545px;
	text-align: center;
	display: inline; /* :HACK: Prevent IE double-margin float bug */
}

.representedby #main_content li img {
	display: block;
	margin: 5px auto 50px;
}

.representedby #main_content p {
	clear: left;
	padding-top: 2em;
}

#primary_photograph .caption {
	color: #ccc;
	display: block;
	font-size: 0.8em;
	text-align: center;
	margin-top: -5px;
}

/* End miscellaneous */

/* Galleries */

.artwork #main_content ul.thumbgallery {
	list-style-type: none;
	margin-right: 50px;
}

.artwork #main_content ul.thumbgallery li {
	float: left;
	width: 250px;
	text-align: center;
	height: 320px;
	margin-top: 20px;
	font-size: 0.8em;
	color: #999;
	overflow: hidden;
	display: inline; /* :HACK: Prevent IE double-margin float bug */
}

.artwork #main_content ul.thumbgallery li img {
	display: block;
	margin: 5px auto 0;
}

.artwork p {
	clear: left;
}

/* End galleries */