/* CSS Document */

#container {
	/* 4px padding to left and right to accomodate the shadow bg*/
	padding: 0 4px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 998px;
	height: 97px;
}

/* Hide print image */
#header img {
	display: none;
}

#navigation {
	position: absolute;
	top: 117px;
	left: 4px;
}

#content {
	padding-top: 122px;
	padding-left: 183px;
	padding-right: 45px;
	min-height: 541px;
	padding-bottom: 20px;
}

#content #main {
	position: relative;
}

body.home #content #main {
	position: static;
}

body.biography #content {
	/* Bio page needs to be 42px taller than other pages to accomodate all of Stella Shawzin image */
	min-height: 583px;
}

body.home #content #main {
	/* Bottom padding of 1px to get around Opera / Safari bug
	Otherwise the home page #main paragraph bottom margin ends up getting
	attached to the bottom of the #content div. Bizarre! */
	padding: 0 180px 1px 146px;
	margin: 0;
}

#content #related {
	position: absolute;
	bottom: 70px;
	left: 27px;
	width: 140px;
}

#content #main p {
	margin: 0 0 1em 0;
}

#content h3 {
	margin-bottom: 0;
}

.right_note h3:first-child {
	margin-top: 0px;
}

#content #main h2,
#content #sidebar p:first-child {
	margin-top: 0px;
}

#content #main h2 {
	height: 14px;
	overflow: hidden;
	text-indent: -3000px;
}

body.biography #content #main div.bottom_left {
	width: 140px;
	position: absolute;
	bottom: 3px;
	left: -160px;
}

#sidebar #replace_bio_blockquote {
	margin: 0;
	padding: 0;
	width: 230px;
	height: 211px;
	position: absolute;
	top: 120px;
	left: 721px;
}

#footer {
	clear: both;
	width: 990px;
	padding: 15px 4px 23px 4px;
	position: relative;
	left: -4px;
}

#footer p {
	text-align: right;
	margin: 0;
	padding: 0;
}

#footer ul {
	float: left;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}

ul#front_page_list,
ul#front_page_list li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -3000px;
}

ul#front_page_list li a {
	display: block;
	width: 100%;
	height: 100%;
}

ul#front_page_list li.marbles {
	position: absolute;
	top: 282px;/*192*/
	left: 688px;/*684*/
}

ul#front_page_list li.animals {
	position: absolute;
	top: 538px;/*192*/
	left: 307px;/*684*/
}

ul#front_page_list li.bronzes {
	position: absolute;	
	top: 259px;/*192*/
	left: 293px;/*684*/
}

#contact_form {
	width: 500px;
	line-height: 2em;
	position: relative;
}

#contact_form label {
	color: #6C1E28;
	width: 170px;
	float: left;
	clear: left;
}

#contact_form label.no_float {
	float: none;
}

#contact_form label.optional {
	color: #555;
}

#contact_form .required_notice {
	font-size: 0.8em;
	color: #6C1E28;
}

#contact_form input,
#contact_form textarea {
	border: 1px solid #999;
	width: 323px;
	color: #555!important;
}

#contact_form input:focus,
#contact_form textarea:focus {
	border: 1px solid #bbb;
}

#contact_form input.short {
	width: 150px;
}

#contact_form input {
	font-size: 1em;
}

#contact_form textarea {
	margin-left: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#contact_form input#submit {
	width: auto;
	border: 0px;
	position: absolute;
	right: 0;
}

.new_work {
	width: 358px;
	float: left;
}

.new_work.col1 {
	clear: left;
}

.new_work.col2 {
	margin-left: 50px;
}

.new_work p strong.title {
	color: #6C1E28;
}

.column {
	width: 358px;
	padding-bottom: 20px;
}

#col1 {
	float: left;
	clear: left;
}

#col2 {
	float: left;
	clear: right;
	margin-left: 50px;
}

#exhibitions_video p strong {
	font-size: 1.2em;
}

#exhibitions_video p {
	font-size: 0.8em;
}

#exhibitions_video {
	margin-bottom: 50px;
}

#content #related h3 {
	margin-bottom: 0;
	font-size: 1em;
	color: #555;
	font-weight: bold;
}

#content #related p {
	margin-top: 0;
}