/* ----------------------------------------------------------------------- Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size:100%;
	font-family: inherit;
	vertical-align: baseline; 
	}
	
/* remember to define focus styles! */

:focus {
	outline: 0; 
	}

body {
	line-height: 1;
	color: black;
	background: white; 
	}

ol, ul {
	list-style: none;
	}
	
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0; 
	}

caption, th, td {
	text-align: left;
	font-weight: normal; 
	}

blockquote:before, blockquote:after, q:before, q:after {
	content: ""; 
	}

blockquote, q {
	quotes: "" ""; 
	}
	
	

/* ----------------------------------------------------------------------- Structure */


html, body { height: 100%; }

body { 
	text-align: center; 
	padding-top: 20px;
	font-family: Helvetica, Arial, Verdana, sans-serif; 
 	text-decoration: none;
	background-color: #fff;
	}

#container {
	position: relative;
	text-align: left; 
	height: auto !important; /* For newish browsers */
	height: 100%; /* This is for crappy IE*/
	min-height: 100%; /* For newish browsers*/
	margin: 0 auto;
	width: 820px; 
	color: #2a2a3b;
	}
	
#header {
	height: 100px;
	}

#header h1 { 
	margin:0; padding:0; 
	text-align: left;	text-indent: -9000px; display: none; 
	}
	
#sidebar {
	float: left; 
	position: relative;
	width: 150px; 
	margin: 0;
	padding: 0;
	}
	
#main {
	float: right; 
	position: relative;
	width: 640px; 
	margin: 0;
	padding: 0;
	}	
	
#footer {
	clear: both;
	height: 50px;
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #aba7b3;
	}
	
a:link, a:visited { color: #c50304; text-decoration: none; }
a:hover { color: #640000; border: 0 none; }	
	
	
/* ----------------------------------------------------------------------- Common */


h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #7f7d90;
	}
		
h3 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #2a2a3b;
	font-size: 14px;
	}
	
.attention {
	margin: 0 0 .5em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	color: #2a2a3b;
	font-size: 1em;
	}	
	
h4 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-style: italic;
	color: #2a2a3b;
	font-size: 1.1em;
	letter-spacing: 1px;
	}
	
p {
	padding: 0 0 .5em 0;
	font-size: 11px;
	line-height: 1.5em;
	}
	
em {
	font-style: normal;
	color: #fd3a1f;
	}
	
.more {
	font-style: normal;
	color: #FF9EEB;
	}
	
.first {
	margin-top: .5em;
	}
	
.mid {
	margin-top: 2em;
	}
	
.last {
	margin-bottom: .5em;
	}	
	
.event {
	margin-top: .5em;
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #4d044d;
	font-size: 2.3em;
	letter-spacing: 3px;
	}	
	
img { border: 0; }
a img { text-decoration: none; }
	
	
	
/* ----------------------------------------------------------------------- Navigation */


#rule-sidebar {
	float: left; 
	height: 50px;
	width: 150px; 
	margin: 0;
	padding: 5px 0 5px 0;
	border-top: 5px solid #2a2a3b;
	border-bottom: 1px solid #2a2a3b; 
	}

#nav-wrap {
	float: right; 
	height: 50px;
	width: 640px; 
	margin: 0;
	padding: 5px 0 5px 0; 
	border-top: 5px solid #2a2a3b;
	border-bottom: 1px solid #2a2a3b; 
	}

#nav {
	list-style: none;
	padding: 0;
  	margin: 0;
  	width: 640px;
  	height: 50px;
  	position: relative;
	}

#nav span {
  	display: none;
  	position: absolute;
	}

#nav a {
  	display: block;
  	text-indent: -900%;
  	position: absolute;
  	outline: none;
	}
	
#nav a:hover {
  	background-position: left bottom;
	}

#nav a:hover span {
  	display: block;
	}
	
#nav .artists { width: 70px; height: 50px; background: url(../pix/nav_artists.gif) no-repeat; left: 0px; top: 0px; }
	#nav .artists span { width: 70px; height: 20px; background: url(../pix/nav_artists.gif) no-repeat; left: 0px; top: -50px; }
	
#nav .exhibitions { width: 114px; height: 50px; background: url(../pix/nav_exhibitions.gif) no-repeat; left: 105px; top: 0px; }
	#nav .exhibits span { width: 114px; height: 20px; background: url(../pix/nav_exhibitions.gif) no-repeat; left: 108px; top: -50px; }
	
#nav .venues { width: 73px; height: 50px; background: url(../pix/nav_venues.gif) no-repeat; left: 254px; top: 0px; }
	#nav .venues span { width: 73px; height: 20px; background: url(../pix/nav_venues.gif) no-repeat; left: 0px; top: -50px; }
	
#nav .press { width: 52px; height: 50px; background: url(../pix/nav_press.gif) no-repeat; left: 362px; top: 0px; }
	#nav .press span { width: 52px; height: 20px; background: url(../pix/nav_press.gif) no-repeat; left: 0px; top: -50px; }

#nav .about { width: 65px; height: 50px; background: url(../pix/nav_about.gif) no-repeat; left: 450px; top: 0px; }
	#nav .about span { width: 65px; height: 20px; background: url(../pix/nav_about.gif) no-repeat; left: 0px; top: -50px; }
	
#nav .contact { width: 90px; height: 50px; background: url(../pix/nav_contact.gif) no-repeat; left: 550px; top: 0px; }
	#nav .contact span { width: 90px; height: 20px; background: url(../pix/nav_contact.gif) no-repeat; left: 0px; top: -50px; }
	

	
/* ----------------------------------------------------------------------- Sidebar */


#sidebar-menu {
	padding: 0;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #aba7b3; 
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #aba7b3;
	}
	
#sidebar-menu li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #aba7b3; 
	}
	
#sidebar-menu :hover {
	background: #edebf0;
	}
	
#sidebar-menu li a {
	text-decoration: none;
	}	
	
#sidebar-menu li a:link, #sidebar-menu li a:visited {
	color: #aba7b3;
	display: block;
	}
	
#sidebar-menu li a:hover {
	color: #2a2a3b;
	}

#mail-wrap {
	position: absolute;
	top: 320px;
	width: 150px;
	margin: 0;
	padding: 0;
	display: none !important;
	}	
	
#mailing-list {
 	width: 150px;
	position: relative;
	margin: 5px 0 0 0;
	padding: 9px 0 0 0;
	border-top: 1px solid #2a2a3b;
	}
	
#mailbox {
	width: 100px;
	height: 18px;
	margin: 10px 0 0 10px;
	padding: 0 0 0 0;
	background: #fff;
	border: 2px solid; 
  	border-color: #aba7b3 #d9d9d9 #d9d9d9 #aba7b3;
	}
  
#submit {
	position: relative;
	top: 5px;
	}
	
.mail { width: 150px; background: #edebf0; margin: 0;}

.sidebar-coltext {
	margin:0;
	padding:10px;
	position:relative;
	font-size: 9px;
	line-height: 1em;
	color: #aba7b3;
	}	
	


/* ----------------------------------------------------------------------- Content */


.firstName {
	margin: -8px 0 0 0;
	padding: 0;
	font-size: 24px;
	font-family: Georgia, serif;
	font-style: italic;
	color: #000;
	}	
	
.lastName {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #c50304;
	}
	
.body {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 19px;
	}
	
#thumb-wrap-main { width: 660px; list-style: none; margin: 0; padding: 0; }

#thumb-wrap { width: 660px; list-style: none; margin: 20px 0 0 0; padding: 0; }
#thumbArtist li { float: left; margin: 0 20px 20px 0; padding: 0; position: relative; }
#thumbArtist li a img { border: 3px solid #2a2a3b; }
#thumbArtist li a:hover img { border: 3px solid #c50304; }

.headerMain {
	margin: -8px 0 0 0;
	font-size: 24px;
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #2a2a3b;
	}	

.firstNameMain {
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 11px;
	font-family: Georgia, serif;
	font-style: italic;
	letter-spacing: 1px;
	color: #000;
	}	
	
.lastNameMain {
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #c50304;
	}	
	
.past {
	margin: 0 0 .5em 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #c32e2f;
	font-size: 1.1em;
	letter-spacing: 1px;
	}

#subhead-wrap {
	width: 640px;
	margin: 20px 0 0 0;
	padding: 0;
	}	
	
#subhead-col1 {
	float: left;
	width: 200px;
	padding: 0;
	}
	
#subhead-col2 {
	float: left;
	padding: 0 0 0 20px;
	width: 200px;
	}
	
#subhead-col3 {
	float: left;
	width: 200px;
	padding: 0 0 0 20px;
	}

.productionName {
	font-style: italic;
	}	

#col-wrapper {
	width: 640px;
	padding:0;
	text-align:left;
	z-index:1;
	position:relative;
	}

#col-outer {
	position:relative;
	width:640px;
	clear:both;
	z-index:4;
	}

#col-1 {
 	width: 190px;
 	z-index: 1;
	position: relative;
	float: left;
	margin: 5px 0 0 0;
	padding: 10px 5px 5px 5px;
	display: inline;
	border-top: 1px solid #2a2a3b; 
	}

#col-2 {
 	width:190px;
 	z-index:1;
	position: relative;
	float:left;
	margin: 5px 0 0 20px;
	padding: 10px 5px 5px 5px;
	display:inline;
	border-top: 1px solid #2a2a3b; 
	}

#col-3 {
 	width:190px;
 	z-index:1;
	position: relative;
	float:left;
	margin: 5px 0 0 20px;
	padding: 10px 5px 5px 5px;
	display:inline;
	border-top: 1px solid #2a2a3b; 
	}

.col {
	width: 200px;
	position: absolute;
	z-index:0;
	left: 0px;
	bottom:0;
	}

.one {background: #edebf0; 	margin: 15px 0 0 0;}
.two {background: #edebf0; margin: 15px 0 0 0; left: 220px; width: 200px;}
.three {background: #edebf0; margin: 15px 0 0 0; left:440px;}

html>body .col{top:0}/* hide from ie6 and under*/

.clearer {
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	clear: both;
	}
	
.coltext {
	margin: 3px 0 0 0;
	padding: 5px;
	position: relative;
	font-size: 11px;
	line-height: 14px;
	}	
		
.cal {
	width: 35px;
	height: 38px;
	margin: 10px 0 0 3px;
	padding: 3px 3px;
	float: right;
	background-image: url(../pix/cal_bg.png);
	background-repeat: no-repeat;
	}	

.calMonth {
	width: 30px;
	height: 10px;
	margin: 1px 0 0 -1px;
	padding: 0;
	text-align: center; 
	font-family: "Trebuchet MS", sans-serif;
	color: #fff;
	background-color: #c50304;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	}	

.calDate {
	width: 32px;
	height: 15px;
	margin: 3px 0 0 -1px;
	padding: 0;
	text-align: center; 
	font-family: Georgia, serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	}	

.eventDivider {
	margin: 10px 5px 0 5px;
	border-top: 1px solid #d9d9d9;
	}

.headerImage {
	margin: 0 0 3px 0;
	}	
	
.pressSpacer	{
	margin: 20px 0 60px 0;
	padding: 0;
	border-top: 1px solid #2a2a3b;
	}
	
.pressInfo {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #898989;
	}
	
.pressTitle {
	margin: -5px 0 10px 0;
	padding: 0;
	font-size: 24px;
	font-family: Georgia, serif;
	font-style: italic;
	color: #000;
	}	
	
.pressTitleSecond {
	margin: -15px 0 10px 0;
	padding: 0;
	font-size: 16px;
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	color: #000;
	}
	
.photoCredit {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #898989;
	}	

.details {
	margin: 0 0 15px 30px;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 17px;
	list-style-image: url(../pix/greybullet.gif);
	}
	
.details li {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.category {
	margin: 0 5px 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #c50304;
	}
	

/* ----------------------------------------------------------------------- Footer */


#footer-sidebar {
	float: left; 
	position: relative;
	height: 50px;
	width: 150px; 
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #2a2a3b;
	}
	
#footer-main {
	float: right; 
	position: relative;
	width: 640px; 
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #2a2a3b; 
	}	
	
#footer-altnav {
	float: left; 
	position: relative;
	margin: 0 0 0 -5px;
	}
	
#footer-altnav li {
	display: inline;
	list-style-type: none;
	}
	
#footer-altnav li a:link, #footer-altnav li a:visited {
	color: #aba7b3;
	}
	
#footer-altnav li a:hover {
	color: #2a2a3b;
	}
	
#footer-altnav li.pipe a{
	text-decoration: none; 
	margin: 0px; 
	border-right: 1px solid #aba7b3; 
	padding-left: 5px; 
	padding-right: 5px; 
	float: left; 
	}
	
#footer-altnav li.nopipe a{
	display: inline; 
	list-style: none; 
	border-right: 0px; 
	padding-left: 5px; 
	padding-right: 5px; 
	text-decoration: none; 
	margin: 0px; 
	float: left; 
	} 
	
#footer-address {
	text-align: right; 
	}

	
/* ----------------------------------------------------------------------- Photo Shuffle */
	
#slideshowWrap {
	width: 640px; 
	height: 300px; 
	}
	
#shuffle {
	width: 640px; 
	height: 300px; 
	}