/*  site colour pallete
  warm grey (border): B4AAA5;
  warm grey (text): 8b8181;
  pink: E988BB;
  light grey (links): AFAFAF  */

* {
	margin: 0 0;
	padding: 0 0;
	font-size: 100%;
	border: 0px solid;
}

body {
	margin: 0;
	padding: 0;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
}

a img {
	border: none;
	padding: 0;
}

.float {
	float: left;
}

.hidden {
	display: none !important;
}

embed,
object {
	display: block;
}

/* basic site typography */

a:link,
a:visited {
	text-decoration: none;
	outline: none;
	color: #AFAFAF;
}

a:hover {
	color: #000;
}

a.current {
	color: #E988BB;
}

em, cite, blockquote {
	font-style: italic;
}

#content blockquote {
	margin-left: 40px;
}

.credit,
.materials {
	color: #8b8181;
}

strong {
	font-weight: bold;
}

a strong {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
}

ul,
ol, 
li {
	list-style: none;
}

dl {
	display: block;
	margin-bottom: 20px;
}

dl dt {
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: .1em;
	color: #8b8181;
	float: left;
	height: 10px;
	padding-top: 3px;
	margin-right: 5px;
}

dl dd {
	line-height: 1.35em;
	padding-top: 3px;
}

h2 {
	overflow: hidden;
	text-indent: -100em;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 72px;
	width: 630px;
	margin: 0 0 0 20px;
	float: left;
}

h3 {
	font: normal 25px/1.1em georgia, sans-serif;
	color: #000;
	letter-spacing: 0;
}

h4 {
	font: 10px Arial, Helvetica, sans-serif;
	color: #E988BB;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	margin: 40px 0 5px 0;
}

h5,
h6 {
	font: 11px/1.3em Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 6px 0;
	margin: 25px 0 5px 0;
}

p {
	margin: 0 30px 10px 0;
}

.type {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #8b8181;
}

.series {
	color: #E988BB;
}

.people {
	color: #8b8181;
	display: inline;
	font-style: italic;
	padding: 0 5px 0 0;
}

.alert {
	color: #ff1600 !important;
}


ol.fancy li {
	margin-bottom: .5em;
	list-style-type: circle;
}

/*  major layout elements */

#header {
	height: 274px;
	background-image: url(../resources/images/header_home.jpg);
	background-color: #000;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#container {
	width: 998px;
	padding: 20px 0 50px 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: transparent url(../resources/images/background2.gif) left top repeat-y;
	border-left: 1px solid #b4aaa9;
	border-right: 1px solid #b4aaa9;
}

#content {
	width: 630px;
	float: left;
	margin: 20px 0 0 50px;
	padding: 0 0 30px 20px;
}

#subcontent {
	width: 825px;
	background: #FFF url(../resources/images/dashed_grey.gif) repeat-x top right;
	float: left;
	margin: 0 82px 0 50px;
	padding: 25px 20px 10px 20px;
}

#sidebar {
	width: 176px;
	float: left;
	margin: 20px 82px 40px 0;
	padding: 0 0 0 39px;
	line-height: 1.2em;
}

#body {
	margin: 20px auto 0 auto;
}

.col1 {
	float: left;
	width: 299px;
	padding: 30px 0 30px 20px;
	margin: 20px 0 -30px 0;
	overflow: hidden;
	background: #FFF url(../resources/images/dashed_grey.gif) repeat-x top right;
	margin-left: -20px;
	border-right: 1px solid #B4AAA5;
}

.col2 {
	float: right;
	width: 300px;
	margin: 20px 0 -30px -1px;
	padding: 30px 0 30px 30px;
	overflow: hidden;
	background: #FFF url(../resources/images/dashed_grey.gif) repeat-x top right;
	border-left: 1px solid #B4AAA5;
}

/* header */

#header.exhibitions {
	background-image: url(../resources/images/header_exhibitions.jpg);
}

#header.frontmagazine {
	background-image: url(../resources/images/header_frontmagazine.jpg);
}

#header.mediaarts {
	background-image: url(../resources/images/header_mediaarts.jpg);
}

#header.newmusic {
	background-image: url(../resources/images/header_newmusic.jpg);
}

#header.performanceart {
	background-image: url(../resources/images/header_performanceart.jpg);
}

#header.research {
	background-image: url(../resources/images/header_research.jpg);
}

#header.about {
	background-image: url(../resources/images/header_about.jpg);
}

#header h1 a {
	display: block;
	color: #FFF;
	width: 250px;
	height: 52px;
	text-indent: -100em;
	overflow: hidden;
	background: transparent;
	margin: 157px 0 0 65px;
}

#header p {
	text-indent: -100em;
	overflow: hidden;
}

/* content */

#content ol,
#content ul {
	margin: 0 30px 10px 0;
}

.col1 p,
.col1 ul,
.col1 ol,
.col1 dl,
.col2 p,
.col2 ul,
.col2 ol,
.col2 dl {
	width: 270px;
}

.first,
.col1 h4:first-child,
.col2 h4:first-child,
.col1 h5:first-child,
.col2 h5:first-child {
	margin-top: 0px;
}

/* sidebar */

.main #sidebar,
.frontmagazine #sidebar {
	float: right;
}

#sidebar h4 {
	margin: 30px 0 5px 0;
}

#sidebar ul {
	margin: 0 0 15px 0;
}

#sidebar p {
	color: #8b8181;
	margin-right: 0;
}

#sidebar p strong {
	color: #000;
}

#sidebar .sectionnav {
	background: #FFF url(../resources/images/dashed_grey.gif) repeat-x bottom right;
	font: 10px/1.5em Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

#sidebar .sectionnav .current {
	margin: 0 0 0 -15px;
	color: #000;
}

#sidebar .sectionnav em {
	display: block;
	text-transform: none;
	color: #E988BB;
	font: 11px/1em Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 2px 0;
	font-style: italic;
}

#feeds {
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
	background: #FFF url(../resources/images/dashed_grey.gif) repeat-x top right;
	letter-spacing: .1px;
	overflow: hidden;
	width: 166px;
}

#feeds li {
	float: left;
	display: block;
	font: 9px/1.5em Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	padding-right: 14px;
}

#badge a {
	width: 140px;
	text-indent: -1000em;
	overflow: hidden;
	display: block;
	background-color: #FFF;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 60px 0 30px 0;
	height: 70px;
}

#badge a:hover {
	background-position: bottom center;
}

#badge a.membership {
	background-image: url(../resources/images/badge_membership.gif);
}

#badge a.subscriptions {
	background-image: url(../resources/images/badge_subscriptions.gif);
	height: 82px;
}

#badge a.donations {
	background-image: url(../resources/images/badge_donations.gif);
}

#bc-arts-council {
	background-image: url(../resources/images/bc-arts-council.gif);
	text-indent: -100em;
	overflow: hidden;
	width: 166px;
	height: 41px;
	margin-top: 10px;
	
}

/* subcontent */

#subcontent .col1,
#subcontent .col2 {
	width: 372px;
	padding: 0 40px 0 0;
	margin: 0;
	border: none;
	background: none;
}

#subcontent .col2 {
	padding-right: 0;
	position: relative;
}

#subcontent p {
	color: #8b8181;
	margin: 0 0 10px 0;
	width: auto;
}

#subcontent p strong {
	color: #000;
	font-weight: normal;
}

#subcontent p span a {
	font-size: 10px;
	text-transform: uppercase;
}

#subcontent p strong:first-child {
	text-transform: uppercase;
	margin: 0 .5em 0 0;
	font-size: 10px;
	font-weight: bold;
}

#subcontent ol,
#subcontent ul {
	width: auto;
}

/* main navigation */

#nav {
	width: 260px;
	position: absolute;
	right: 0;
	bottom: 43px;
}

#nav li a {
	text-indent: -100em;
	height: 10px;
	background-position: top left;
	background-color: transparent;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 9px;
}

#nav li a:hover {
	background-position: bottom left;
}

#nav li a.about {
	background-image: url(../resources/images/txt_about.png);
	width: 49px;
}

.about #nav li a.about {
	background-image: url(../resources/images/txt_about_big.png);
	width: 150px;
	height: 38px;
	margin: 15px 0 15px -50px;
}

#nav li a.exhibitions {
	background-image: url(../resources/images/txt_exhibitions.png);
	width: 96px;
}

.exhibitions #nav li a.exhibitions {
	background-image: url(../resources/images/txt_exhibitions_big.png);
	width: 240px;
	height: 38px;
	margin: 15px 0 15px -105px;
}

#nav li a.performanceart {
	background-image: url(../resources/images/txt_performanceart.png);
	width: 138px;
}

.performanceart #nav li a.performanceart {
	background-image: url(../resources/images/txt_performanceart_big.png);
	width: 347px;
	height: 50px;
	margin: -9px 0 2px -170px;
}

#nav li a.newmusic {
	background-image: url(../resources/images/txt_newmusic.png);
	width: 91px;
}

.newmusic #nav li a.newmusic {
	background-image: url(../resources/images/txt_newmusic_big.png);
	width: 230px;
	height: 36px;
	margin: 9px 0 15px -108px;
}

#nav li a.mediaarts {
	background-image: url(../resources/images/txt_mediaarts.png);
	width: 93px;
}

.mediaarts #nav li a.mediaarts {
	background-image: url(../resources/images/txt_mediaarts_big.png);
	width: 224px;
	height: 38px;
	margin: -9px 0 12px -153px;
}

#nav li a.frontmagazine {
	background-image: url(../resources/images/txt_frontmagazine1.png);
	width: 130px;
}

.frontmagazine #nav li a.frontmagazine {
	background-image: url(../resources/images/txt_frontmagazine_big.png);
	width: 392px;
	height: 27px;
	margin: 10px 0 10px -200px;
}

#nav li a.research {
	background-image: url(../resources/images/txt_researchlibrary.png);
	width: 142px;
}

.research #nav li a.research {
	background-image: url(../resources/images/txt_researchlibrary_big.png);
	width: 330px;
	height: 50px;
	margin: 0 0 7px -190px;
}

/* individual event listings */

li.date {
	font-style: italic;
	color: #8b8181;
	clear: both;
}

#content li.title,
#content li.title a {
	font: small-caps 13.5px/1.2em Georgia, "Times New Roman", Times, serif;
	color: #000;
	letter-spacing: 1px;
	margin-top: .75em;
}

#sidebar li.title {
	visibility: visible !important;
	font: bold 11px/1.2em Arial, Helvetica, sans-serif;
	letter-spacing: 0 !important;
	margin: 0 0 2px 0;
}

li.description {
	display: inline;
}

li.description a {
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
}

/* current events */

#content.currentevents {
	width: 650px;
	padding-left: 0;
	padding-bottom: 0;
}

.currentevents ul {
	width: 181px;
	background: #FFF url(../resources/images/dashed_grey.gif) repeat-x top right;
	overflow: hidden;
	border-right: 1px solid #B4AAA5;
	padding: 20px 15px 30px 20px;
	margin: 0 0 !important;
	float: left;
	height: 159px;
	overflow: hidden;
}

.exhibitions .currentevents ul {
	background: #FFF url(../resources/images/dashed_grey.gif) repeat-x top right;
}

.currentevents ul.last {
	border: none;
}

.currentevents ul.wide {
	width: 398px;
}

.currentevents ul.full-width {
	width: 615px;
}

.currentevents li.type {
	font-size: 9px;
}

.currentevents li.program {
	margin-bottom: 17px;
}

.currentevents img {
	width: 216px;
	height: 281px;
	float: right;
	border-left: 1px solid #B4AAA5;
}

.currentevents #oldevent img,
.currentevents #issuespread img {
	width: auto;
	height: auto;
	float: none;
	background: #FFF;
	margin: 0 0 15px 20px;
	padding-top: 15px;
	display: block;
	clear: both;
	border: none;
}

/* news */

#subcontent.news {
	background: #FFF url(../resources/images/dashed_grey.gif) repeat-x top right;
}

#subcontent.news .col2 {
	margin-top: 50px;
}

.mediaarts #subcontent.news .col2 {
	margin-top: 0px;
}

.main #subcontent.news,
.frontmagazine #subcontent.news {
	width: 610px;
	overflow: hidden;
	border-right: 1px solid #B4AAA5;
	margin: 0 0 0 50px;
}

.news li .date {
	color: #8b8181;
}

/* event/issue/text detail */

.detail .date {
	display: block;
	margin-bottom: 10px;
}

.detail .date em {
	font-style: normal;
	color: #8b8181;
}

.detail .type,
.archive .type {
	margin-bottom: 13px;
	display: block;
}

.detail .event-artists {
	font: small-caps 13px/1.2em georgia, sans-serif;
	letter-spacing: 1px;
	color: #000;
}

.detail .curators {
	color: #8b8181;
	margin-bottom: 15px;
	display: block;
}

#detail ul {
	margin-bottom: 40px;
}

#subcontent.bios .col2 {
	margin-top: 50px;
}

.detail ul li {
	color: #8b8181;
	list-style-type: circle;
	font-style: italic;
}

.detail ul li em {
	color: #000;
	font-style: normal;
}

/* auction detail */

.auctions .detail .col1 {
	width: 413px;	
}

.auctions .detail .col1 p,
.auctions .detail .col1 ol {
	width: 385px;
}

.auctions .detail .col1 ol li {
	width: 190px;
	float: left;
}

.auctions .detail .col2 {
	width: 196px;
	padding: 0px 0 0 20px;
}

.auctions #content.detail .col2 ul {
	margin: 0 0 35px 0;
	width: 185px;
	font-size: 10px;
}

.auctions .detail .col2 ul li {
	color: black;
	list-style: none;
	font-style: normal;
	line-height: 1.4em;
}

.auctions .detail .col2 ul li em {
	font-style: italic;
}

.auctions .detail .col2 ul li a {
	margin-top: 10px;
	display: block;
}

.auctions .detail .col2 .materials {
	margin-top: 10px;
	display: block;
}

.auctions .detail .col2 .credit,
.auctions .detail .col2 .materials {
	line-height: 1.3em;
}

.auctions .detail .col2 img {
	margin: -19px 0 0 -20px;
	padding-bottom: 1px;
	background: #FFF url(../resources/images/dashed_grey.gif) repeat-x bottom right;
	margin-bottom: 10px;
	width: 216px;
	height: 280px;
}

.auctions .detail .col1 ul {
	width: 149px;
	float: left;
	margin-top: 10px;
}

.archive .col1,
.archive .col2 {
  background: none;
  margin-top: -20px;
}


/* research library */


.research #content.home {
	width: 650px;
	padding-left: 0;
}

.research #content.home .col1 {
	margin: 0;
}

.research #content.home .col2 {
	margin-top: 0;
}

.research #content.home ul li ul {
	padding-bottom: 20px;
}

.research #content.home ul li .type,
.research #content.home ul li .date {
	display: none;
}

#content.archives .col1 {
	margin-top: 20px;
}

#content.archives .type {
	margin-bottom: 13px;
	display: block;
}

/* images and image browsing*/

ul#image {
	font-size: 10px;
	background: #FFF url(../resources/images/dashed_grey.gif) repeat-x left bottom;
	width: 630px;
	margin: 10px 0 20px -20px;
	padding: 0 0 10px 20px;
}

ul#image li {
	display: inline;
	margin-right: .3em;
}

ul#image li .all-images {
	margin-right: 7px;
}

ul#image li.src {
	background: #FFF url(../resources/images/dashed_grey.gif) repeat-x top right;
	padding-top: 15px;
	display: block;
	margin-top: 10px;
	margin: 10px 0 0 -20px;
}

ul#image li.src img {
	margin: 0 0 10px 20px;
}

.frontmagazine .detail ul#image li.src img {
	margin: 0 0 2px 20px;
}

ul#image li.image-nav,
ul#image li.caption {
	display: inline;
	font-style: normal;
}

/*  static content */

#container .static {
	margin-top: -20px;
}

.static ul li {
	color: #8b8181;
	list-style-type: circle;
	font-style: italic;
}

.static ul li em {
	color: #000;
	font-style: normal;
}

.static h3 {
	margin-top: 50px;
}

/* browse/search content */

#container .search {
	width: 650px;
	padding-left: 0;
	padding-bottom: 0;
}

#searchform {
	display: block;
	background: #FFF url(../resources/images/dashed_grey.gif) repeat-x top right;
	float: right;
	width: 300px;
	padding: 20px 0 10px 30px;
	position: relative;
}

#searchform h3 {
	margin-top: 10px;
}

#searchform form h3 {
	margin-top: 40px;
}

#searchform select.list {
	min-width: 118px;
}

#searchform input {
	width: 110px;
}

#searchform input.submit {
	-moz-outline-style: none;
	display: block;
	height: 11px;
	width: 43px;
	position: absolute;
	top: 217px;
	right: 60px;
	cursor: pointer;
}

#content #searchform ol {
	width: 275px;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	float: none;
	overflow: hidden;
}

#searchform ol.years {
	margin-bottom: 30px;
}

#searchform ol.years li {
	width: 27px;
	float: left;
	margin: 0;
	padding: 0;
	color: #AFAFAF;
}

#searchform ol.letters li {
	width: 10px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

.search-scope strong,
.pager {
	text-transform: uppercase;
	display: block;
	font-size: 10px;
	font-weight: normal;
}

.search-scope strong {
	display: inline;
}

.search-scope a,
.pager a {
	font-size: 11px;
	text-transform: none;
	margin-left: 3px;
}

.search .col1 {
	min-height: 180px;
	margin: 0;
}

.search .col1 ol li ul,
.search .col2 ol li ul {
	padding-bottom: 40px;
}

.search .col1 ol li:first-child ul {
	padding-top: 30px;
}

.search .col1 .pager {
  width: 210px;
  text-indent: -4.85em;
  margin-left: 4.85em;
}

/* h2s */

#subcontent h2 {
	margin: 0 0 10px 0;
}

.currentevents h2 {
	background-image: url(../resources/images/txt_currentprogramming.gif);
}

.main .currentevents h2,
.frontmagazine .currentevents h2 {
	background-image: url(../resources/images/txt_currentevents.gif);
	width: 350px;
}

.frontmagazine .currentevents h2 {
	background-image: url(../resources/images/txt_currentissue.gif);
}

#subcontent h2 {
	width: 295px;
	float: none;
	height: 40px;
	width: 400px;
}

#subcontent.news h2 {
	background-image: url(../resources/images/txt_programmenews.gif);
}

.main #subcontent.news h2 {
	background-image: url(../resources/images/txt_news.gif);
}

#subcontent.news h2#online-projects {
	background-image: url(../resources/images/txt_onlineprojects_archive.gif);
	width: 250px;
	margin-top: -3px;
}

#subcontent.bios h2 {
	background-image: url(../resources/images/txt_artist_bios.gif);
}

#subcontent.bios h2.writer {
	background-image: url(../resources/images/txt_writer_bios.gif);
}

.search h2#search-results {
	background-image: url(../resources/images/txt_search_results.gif);
}

.exhibitions .search h2 {
	background-image: url(../resources/images/txt_exhibitions_archive.gif);
}

.performanceart .search h2 {
	background-image: url(../resources/images/txt_performanceart_archive.gif);
}

.mediaarts .search h2 {
	background-image: url(../resources/images/txt_mediaarts_archive.gif);
}

.newmusic .search h2 {
	background-image: url(../resources/images/txt_newmusic_archive.gif);
}

.frontmagazine .search h2 {
	background-image: url(../resources/images/txt_frontmagazine_archive.gif);
}

.research h2 {
	background-image: url(../resources/images/txt_researchlibrary.gif);	
}

.research .search h2 {
	background-image: url(../resources/images/txt_audiovisual_archive.gif);
}

/* mandates */

#content p.archives-intro,
#content .mandate {
	text-indent: -1000em;
	overflow: hidden;
	display: block;
	width: 650px;
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0 0 0 0;
	height: 127px;
}

#content p.archives-intro {
	background-image: url(../resources/images/txt_archives_intro.gif);
	height: 105px;
}

.main  #content .mandate {
	background-image: url(../resources/images/txt_front_mandate.gif);
	height: 105px;
}

.exhibitions .mandate {
	background-image: url(../resources/images/txt_exhibitions_mandate.gif);
}

.newmusic #content .mandate {
	background-image: url(../resources/images/txt_newmusic_mandate.gif);
	height: 150px;
}

.mediaarts .mandate {
	background-image: url(../resources/images/txt_mediaarts_mandate.gif);
}

.performanceart #content .mandate {
	background-image: url(../resources/images/txt_performanceart_mandate.gif);
	height: 150px;
}

.frontmagazine #content .mandate {
	background-image: url(../resources/images/txt_frontmagazine_mandate.gif);
	height: 171px;
}

/* contact list and hcards */

.vcard {
	font-style: normal;
	margin-bottom: 13px;
	line-height: 1.2em;
}

.vcard span,
.vcard span.title {
	display: block;
}

.vcard span span {
	display: inline;
}

.vcard span span.type,
.vcard span.title {
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: .1em;
	color: #8b8181;
	clear: left;
}

/* forms */

label {
	display: block;
	margin-bottom: 14px;
}

label.float {
	margin-right: 30px;
}

input,
textarea {
	border: 1px solid #C0C0C0;
	padding: 1px 3px;
	display: block;
	font: 11px/1.3em arial, sans-serif;
	background: #F5F5F5;
}

input.radio {
	display: inline;
	margin-right: 3px;
	padding: 0;
}

input:focus,
textarea:focus,
input:hover,
textarea:hover,
select:focus,
select:hover {
	border-color: #8B8B8B;
}

input.submit,
input.reset {
	margin: 5px 20px 0 -3px;
	display: inline;
	background: #FFF;
	cursor: pointer;
	width: auto;
	text-transform: uppercase;
	color: #AFAFAF;
	text-align: left;
	padding: 0px 0px 0px 0px !important;
	font: 10px/1.3em Arial, Helvetica, sans-serif;
	border: none;
}

.submit:hover,
input.reset:hover {
	color: #000;
	border-color: #000;
}

select.list {
	display: block;
	border: 1px solid #C0C0C0;
	min-width: 235px;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	background: #F5F5F5;
}

select.small {
	min-width: 103px;
}

fieldset {
	margin-bottom: 12px;
	overflow: hidden;
}

fieldset.small {
	width: 200px;
	margin-bottom: -14px;
}

fieldset.small label {
	margin-bottom: 14px;
}

fieldset.inline {
	margin: 17px 0 14px 0;
}

fieldset span {
	padding-top: 16px;
	display: block;
	float: left;
	margin-left: -20px;
}

fieldset label {
	margin: 0 30px 0 0;
	float: left;
}

/* search area (header) */

#search {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 1200px;
	border-left: 1px solid #B4AAA5;
	margin-right: 1px;
}

#search a {
	-moz-outline-style: none;
	background: transparent url(../resources/images/txt_search.png) no-repeat center top;
	text-indent: -100em;
	display: block;
	overflow: hidden;
	height: 11px;
	width: 50px;
	float: left;
	color: #E988BB;
}

#search a:hover {
	background-position: center bottom;
	color: #FFF;
}

#search p {
	display: block;
	background: #FFF;
	height: 20px;
	float: left;
	width: 904px;
	margin: 0 0;
}

#search form {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	background: transparent url(../resources/images/header_notch.gif) no-repeat left top;
	height: 20px;
	width: 275px;
}

#search form label {
	margin: 0;
}

#search form input {
	border: none;
	height: 14px;
	margin: -3px 0 0 10px;
	padding: 0 3px;
	width: 205px;
	float: left;
	font: xx-small monaco, verdana, monospace;
	display: none;
}

/* sIFR text replacement */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced > div {
	display: none !important;
}

.sIFR-active h3 {
	font: 28px georgia, sans-serif;
	line-height: 1em;
	visibility: hidden;
}

.sIFR-active #content li.title,
.sIFR-active .event-artists {
	visibility: hidden;
	font: normal 17px/1em Georgia, serif;
}

/* ie 6 fixes */

* html #content,
* html #subcontent,
* html .col1,
* html .main #subcontent.news,
* html .frontmagazine #subcontent.news,
* html body #content h2,
* html .currentevents ul,
* html .currentevents ul li,
* html .auction .col2 li {
	display: inline;
}

* html #content .type {
	margin-bottom: -13px;
}

* html body .auctions .detail .col2 {
	padding: 0 0 0 20px;
}

* html #search a {
	text-indent: 0;
	background: transparent !important;
	text-transform: uppercase;
	height: 15px;
	margin: 3px 0 0 0;
}

* html body #subcontent p strong {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

* html #nav li a {
	text-indent: 0;
	background: transparent !important;
	margin: 0;
	text-transform: uppercase;
	color: #FFF;
	height: auto !important;
}

* html #nav li a:hover {
	color: #8b8181;
}

* html .performanceart #nav li a.performanceart,
* html .exhibitions #nav li a.exhibitions,
* html .about #nav li a.about,
* html .mediaarts #nav li a.mediaarts,
* html .newmusic #nav li a.newmusic,
* html .frontmagazine #nav li a.frontmagazine,
* html .research #nav li a.research {
	text-indent: 0;
	color: #E988BB;
	margin: 0;
	height: auto;
}