/* @group 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,   sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

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

ol, ul {
	list-style: none;
}

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

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

em {
	font-style: italic;
}

td {
	font-size: 12.5px;
	vertical-align: top;
}

/* @end */

/* @group structure */

body {
	background-color: #929292;
	color: #545454;
	font: 12.5px Helvetica, Arial, sans-serif;
	letter-spacing: .25px;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #545454;
	text-decoration: none;
}

a:hover {
	color: #3C3C3C;
}



/* @end */

/* @group main */

#main {
	margin-top: 68px;
}

#main h1 {
	font-size: 17.5px;
	color: #3C3C3C;
	position: absolute;
}

#scroll-container {
	position: relative;
	height: 345px;
	top: 69px;
}

#scroll-container.home-page {
	top: 0px;
}

#scroll-container.news-item {
	top: 30px;
}

	
#main-content {
	position: absolute;
	top: 0;
	right: 20px;
	width: 879px;
	clip: rect(0px, 900px, 345px, 0px);
	overflow: hidden;
}

#main-content.home-page {
	clip: rect(0px, 900px, 570px, 0px);
	padding-bottom: 0px;
}

#horiz-scroll-container {
	position: relative;
	height: 170px;
	overflow: hidden;
	clear: left;
	top: 69px;
}

#horiz-main-content {
	position: absolute;
	top: 0px;
	left: 0px;
	clip: rect(0px, 900px, 244px, 0px);
	overflow: hidden;
	height: 140px;
	width: 100000px;
}

#horiz-main-wrap {
	float: left;
	overflow: hidden;
}

#header-link {
	position: absolute;
	top: 25px;
}

#header-link a  {
	color: #E3E3E3;
}

/* @group scroller */

#track {
		position: absolute;
		right: 0;
		top: 0px;
		width: 10px;
		height: 345px;
		background: url(/images/track.png) repeat-y right;
	}
	#handle {
		position: absolute;
		right: 0;
		top: 0;
		width: 10px;
		height: 97px;
		background: url(/images/handle.png) repeat-y right;
	}

#button-up {
	display: none;
}

#button-down {
	display: none;
}

#horiz-track {
		position: absolute;
		left: 0px;
		top: 147px;
		width: 900px;
		height: 10px;
		background: url(/images/horiz-track.png) repeat-x;
	}

#horiz-handle {
		position: absolute;
		left: 0;
		top: 0;
		width: 180px;
		height: 10px;
		background: url(/images/horiz-handle.png) repeat-x;
	}

#horiz-button-up {
	display: none;
}




/* @end */

#main-content p {
	margin-bottom: 4px;
}

#main-content h2 {
	color: #e3e3e3;
	margin-bottom: 8px;
}

/* @group main-title-links */

#main-title-links {
	margin-top: 8px;
	height: 20px;
	position: absolute;
	top: 88px;
}

#main-title-links li {
	float: left;
}

#main-title-links a {
	color: #545454;
	float: left;
	display: block;
	margin-right: 11px;
}

#main-title-links a:hover {
	color: #3C3C3C;
}

#main-title-links a.active {
	color: #E3E3E3;
}



/* @end */



/* @end */

/* @group main-footer */

#main-footer {
	position: absolute;
	top: 483px;
	width: 900px;
}

/*
#main-footer.home-page {
	top: 520px;
}
*/
/* @group main-footer-menu */

#main-footer-menu {
	width: 560px;
	overflow: hidden;
}

#main-footer-menu h2 {
	position: absolute;
	top: 60px;
	left: 0;
}

#main-footer-menu ul {
	background-color: #929292;
	position: absolute;
	top: 62px;
	width: 560px;
	height: 15px;
}

#main-footer-menu li {
	float: left;
}

#main-footer-menu a {
	padding-right: 11px;
	display: block;
	color: #545454;
}

#main-footer-menu a:hover {
	color: #E3E3E3;
}

#main-footer-menu li.last a {
	padding-right: 0px;
}

/* @end */

/* @group main-footer-contact */

#main-footer-contact {
	right: 0;
	top: 44px;
	position: absolute;
}

#main-footer-contact h2 {
	text-indent: -9999px;
	width: 213px;
	background: url(/images/main-footer-contact-h2.gif) no-repeat;
	height: 13px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#main-footer-contact p {
	text-indent: -9999px;
	color: #292929;
	width: 329px;
	height: 9px;
	position: absolute;
	top: 20px;
	right: 0px;
	display: block;
	background: url(/images/main-footer-contact-p.gif) no-repeat;
}



/* @end */



/* @end */

/* @group home-page */

#main div.home-page h1.head1 {
	margin: 0 0 14px;
	padding: 0;
	position: static;
}

#main div.home-page h1.head2 {
	margin: 0;
	padding: 0;
	position: static;
}

div.home-page h1.head2 a {
	color: #3C3C3C;
}

div.home-page h1.head2 a:hover {
	color: #E3E3E3;
}

#main div.home-page p.head3 {
	color: #3C3C3C;
	margin: 2px 0 0;
	padding: 0;
}

div.home-show {
	margin-bottom: 12px;
}

#slide-show {
	height: 375px;
}



/* @end */

#horiz-button-down {
	display: none;
}

/* @group exhibition */

div.exhibition-page-content {
	padding-bottom: 100px;
	overflow: hidden;
}

div.exhibition-page-block {
	margin-bottom: 20px;
	color: #686868;
}

div.exhibition-page-block a {
	padding-right: 10px;
}

div.exhibition-page-block a:hover {
	color: #3C3C3C;
}

div.exhibition-page-bio {
	line-height: 18px;
}

div.exhibition-page-links {
	margin-top: 20px;
	line-height: 18px;
}

div.exhibition-page-links span{
	color: #3C3C3C;
}

div.exhibition-page-talks {
}

/* @end */

/* @group artists */

div.artist-page-bio {
	line-height: 18px;
	overflow: hidden;
}

div.artist-page-bio-links {
	margin-top: 20px;
	line-height: 18px;
	color: #3C3C3C;
}

div.artist-page-bio-links a:hover {
	color: #E3E3E3;
}

div.artist-page-exhibitions {
	padding-bottom: 100px;
	overflow: hidden;
}

div.artist-page-block {
	width: 290px;
	float: left;
}

div.artist-page-block a {
	display: block;
	width: 290px;
	float: left;
	height: 35px;
	font-size: 17.5px;
}

div.artist-page-block a:hover {
	color: #E3E3E3;
}

#artist-page-work {
	height: 150px;
	overflow: scroll;
	width: 600px;
	position: absolute;
}

div.artist-page-work-items {
	height: 145px;
}

div.artist-page-press {
	margin-bottom: 12px;
	clear: both;
}

div.artist-page-press img {
	float: left;
	padding-bottom: 10px;
}

#main-content div.artist-page-press h2 {
	color: #545454;
	margin-left: 130px;
	margin-bottom: 0;
	padding: 0;
}

#main-content div.artist-page-press h3 {
	color: #686868;
	margin-left: 130px;
}

#main-content div.artist-page-press h4 {
	color: #686868;
	margin-left: 130px;
	margin-bottom: 2px;
}

#main-content div.artist-page-press h5 {
	color: #E3E3E3;
	margin-left: 130px;
	font-size: 10.5px;
	margin-top: 3px;
}

div.press-item-content {
	overflow: hidden;
	padding-bottom: 60px;
}

/* @end */

/* @group talks */

div.talks-page-content {
	padding-bottom: 100px;
	overflow: hidden;
}

div.talks-page-intro {
	margin-bottom: 20px;
}

div.talks-page-block {
	margin-bottom: 20px;
	margin-right: 190px;
	color: #686868;
}

#main-content div.talks-page-block h2 {
	margin-bottom: 7px;
}

#main-content div.talks-page-block h3 {
	margin-bottom: 2px;
}

#main-content div.talks-page-block h3 strong {
	color: #545454;
	padding-right: 10px;
}

div.talks-page-block p {
	line-height: 18px;
}

div.talks-page-block a:hover {
	color: #E3E3E3;
}

a.listen-link {
	background: url(/images/listen-link.gif) no-repeat;
	padding-left: 20px;
	line-height: 20px;
}



/* @end */

/* @group about */

div.info-page-content-1 {
	width: 680px;
	overflow: hidden;
}

#main-content div.info-page-content-1 p {
	line-height: 18px;
	margin: 0;
}

#main-content div.info-page-content-1 img {
	margin-bottom: 8px;
}



/* @end */

/* @group news */

div.news-page-content {
	color: #686868;
	padding-bottom: 100px;
	overflow: hidden;
}

div.news-page-item {
	clear: both;
	padding-bottom: 20px;
}



div.news-page-item img {
	float: left;
	padding-bottom: 20px;
}

#main-content div.news-page-item h2 {
	color: #E3E3E3;
	margin-left: 130px;
	margin-bottom: 5px;
	padding: 0;
}

#main-content div.news-page-item h3 {
	color: #545454;
	margin-left: 130px;
	margin-bottom: 0;
	padding: 0;
}

#main-content div.news-page-item p {
	color: #686868;
	margin-left: 130px;
}

#main-content div.news-page-item p a {
	color: #3C3C3C;
}

#main-content div.news-page-item a:hover {
	color: #E3E3E3;
}

#main div.news-item-title h1 {
	margin-bottom: 12px;
	position: static;
}

#main div.news-item-title h2 {
	color: #E3E3E3;
}

div.news-item-content {
	line-height: 21px;
}

div.news-item-content h3 {
	color: #545454;
}

div.news-item-extended {
	line-height: 21px;
	margin-top: 21px;
}

div.news-item-links {
	margin-top: 21px;
}

div.news-item-links a {
	color: #3C3C3C;
}

div.news-item-links a:hover {
	color: #E3E3E3;
}

/* @end */

/* @group publications */

div.publications-page-content {
	padding-bottom: 40px;
	overflow: hidden;
}

#main-content div.publications-page-item {
	width: 390px;
	float: left;
	height: 190px;
}

#main-content div.publications-page-item p.image {
	float: left;
	margin-left: 0;
}

#main-content div.publications-page-item h2 {
	margin-left: 125px;
	color: #545454;
	margin-bottom: 2px;
	text-transform: uppercase;
}

#main-content div.publications-page-item h3 {
	margin-left: 125px;
	color: #686868;
	margin-bottom: 4px;
	text-transform: uppercase;
}

#main-content div.publications-page-item p {
	color: #E3E3E3;
	margin-left: 125px;
	font-size: 10.5px;
	line-height: 12px;
}



/* @end */

/* @group contacts */

div.contacts-page-content {
	margin-top: 15px;
	font-style:normal; 
}

div.contacts-page-content a:hover {
	color: #E3E3E3;
	font-style:normal; 
}

div.contacts-page-content-left {
	width: 295px;
	float: left;
	font-style:normal; 
}

div.contacts-page-content-center {
	width: 335px;
	float: left;
	font-style:normal; 
}

div.contacts-page-content-right {
	float: left;
	margin-top: 6px;
	font-style:normal; 
}

#main-content div.contacts-page-content h2 {
	margin-bottom: 3px;
	font-style:normal; 
}

#main-content div.contacts-page-content p {
	margin-bottom: 10px;
	font-style:normal; 
}



/* @end */

