* {
	margin: 0;
	padding: 0;
}
body {
	background: #cccc99 url(../images/bgGradient.gif) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}
p {
	padding: .5em 0;
}
#container {
	width: 900px;
	margin: 0 auto;
	font-size: 1em;
}
#header {
	background:#fdfde5;
	margin: 13px 0;
}
#header h1 {
	background: url(../images/atelier_logo.gif) no-repeat center;
}
#header h1 a {
	display:block;
	height: 100px;
	width: 200px;
	margin-left: 350px;
	text-indent: -9999px;
}
#menuBar {
	float: left;
	padding-left: 10px;
	width: 170px;
}
#supportingText {
	width: 550px;
	float: left;
	font-size: 1.3em;
}
#supportingText p {
	line-height: 1.8em;
}
#supportingText p#lineageImage {
	line-height: .9em;
}
#supportingText table {
	font-size: 1em;
}
#lineageImage {
	font-size: 1em;
	color: #785a3c;
	text-align: center;
}
#lineageImage span#description {
	font-style:oblique;
}
ul {
	padding-left: 3em;
}
ul#imageGallery, ul.pre {
	list-style-type:disc;
	color: #a6a67c;
}
ul.pre li {
	color: #000;
}
ul#imageGallery li {
	padding-bottom: 10px
}
ul#imageGallery li a {
	text-decoration: none;
	border-bottom: 1px dotted;
	padding-bottom: 1px;
}
#footer {
	clear: both;
	padding-top: 40px;
	text-align: center;
	font-size: 1.1em;
	color: #785a3c;
	margin-bottom: 40px;
}
#footer a {
	color: #785a3c;
}
#welcomeText {
	width: 700px;
}
#column1 {
	float: left;
	width: 450px;
}
#column2 {
	float: right;
	width: 250px;
	margin-top: 15px;
}
#column1 p, #column1 h2 {
	padding-right: 15px;
}
#codirectors {
	clear: left;
}
.headline {
	font-weight: bold;
	color: #993300;
}
p.discount {
	background: url(../images/save50.png) no-repeat right;
	padding-right: 100px;
	height: 94px;
	font-style: italic;
	color:#333333;
}
ul.pre li {
	white-space: pre;
	margin-bottom: 2%;
}
.paren {
	font-weight: normal;
}
.bioName {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.2em;
	letter-spacing: .05em;
}
h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-bottom: .5em;
}
h3 {
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	padding: .4em 0 .1em 0;
}
h4 {
	font-size: 1.1em;
	padding: .5em 0 .2em 0;
}
a {
	color:#785a3c;
}
a:hover {
	color:#be5028;
}
blockquote {
	background:url(../images/open_quote.png) no-repeat;
	background-position:top left;
	padding-left:32px;
	margin-left: 20px;
}
blockquote p {
	background: url(../images/close_quote.png) no-repeat;
	background-position:bottom right;
	padding-right:10px;
	font-style: italic;
	font-size: 1.1em;
}
#description, #picDimension, #artist, .caption, .captionBio {
	font-size: 0.8em;
}
.caption {
	text-align: center;
}
.gallery img, .bioImg {
	border: 0;
}
ul#mainnav {
	float: left;
	width: 160px;
	list-style-type: none;
	border-top: solid 1px #b9a894;
	padding-left: 0;
}
ul#mainnav ul {
	text-align: left;
	list-style-type: none;
	padding-left: 5px;
	padding-bottom: 5px;
}
ul#mainnav li, ul#mainnav a {
	font-weight: bold;
	font-size: 1.25em;
	color: #785a3c;
}
ul#mainnav li {
	border-bottom: solid 1px #b9a894;
	line-height: 2.2em;
}
ul#mainnav ul li {
	border-bottom: none;
	line-height: 0.9em;
}
ul#mainnav ul li a {
	font-size: 0.75em;
	font-weight: normal;
}
ul#mainnav strong {
	font-size: 0.75em;
	color: #be5028;
}

ul#mainnav li.heading {
	cursor: pointer;
	font-size: 1.5em;
}
ul#mainnav ul li:before {
	content: "- ";
}
ul#mainnav a {
	text-decoration: none;
	outline: none;
}
ul#mainnav a:hover {
	color: #be5028;
}
.scheduleHeader {
	clear:both;
	text-align: center;
	background-color:#dfdfb7;
	color: #785a3c;
	margin-top: 2px;
	line-height: 1.6em;
}
.scheduleHeader a {
	font-weight: bold;
}
table.schedule {
	background:#dfdfb7;
	width: 550px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	border-collapse: collapse;
}
table.schedule th {
	color: #666666;
	font-size: .9em;
	text-transform: uppercase;
}
.odd {
	background:#fdfde5;
}
.even {
	background:#ffffff;
}
table.schedule td {
	padding: 5px 1px;
}
tr.odd td, tr.even td, tr th {
	border-bottom: 1px solid #ccc;
}
table.schedule tbody tr:hover td {
	background: #FFfaD9;
}
/*class image and description*/
.course {
	float: left;
	width: 575px;
	margin-top: 10px;
	padding: 5px 0;
	background: url(../images/bgGradient2.gif) no-repeat top left;
}
.course dl {
	float: left;
	width: 500px;
	margin: 10px 20px;
	display: inline; /* fixes IE/Win double margin bug */
}
.course dt {
	float: right;
	width: 500px;
	padding: 10px 0;
	font-size: 150%;
	letter-spacing: 1px;
}
.course dd {
	line-height: 1.6em;
}
.course dd.img img {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
}
/*end class image and description*/



/*lightbox styles*/

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData {
	padding:0 10px;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;/* End hide from IE-mac */
	}
/*end of lightbox styles*/

/*vCard style*/

.org {
	font-weight: bold;
}
.vcard {
	margin-bottom: 15px;
}
#news {
	width: 230px;
	background: #F5DE8B url(../images/news-bg.jpg) repeat-x top;
	padding: 5px 10px 10px;
	border: 1px solid #f1a54c;
	float: right;
	margin-bottom: 20px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BE5028;
	font-weight: bold;
}
#news p {
	line-height: normal;
}
p#arc {
	clear: left;
	font-size: .9em;
	line-height: normal;
	letter-spacing: 1px;
	padding-top: 20px;
}
p#arc img {
	float: left;
	padding-right: 10px;
	margin-top: -5px;
	border: none;
}
abbr {
	border: 0;
	text-decoration: none;
}

