/* -------------------------------------------------------------------
	DEFAULTS
------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	color: #666666;
	font: 12px/20px 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', 'Myriad Pro', Myriad, Verdana, sans-serif;
	background: #E7E7E8 url("http://chromaprojects.com/cms/site/science/background.png") repeat-y;
}

/* body.section-1 { } */

a:link { text-decoration: none; color: #777; }
a:active { text-decoration: none; color: #333;}
a:visited { text-decoration: none; color: #777; }
a:hover { text-decoration: none; color: black; }

#content a {
    text-decoration: underline;
}

a img { border: none; }

#once { clear: left; }

.cl {
	padding-bottom: 20px;
}
.clear {
	clear: both;
}

/* -------------------------------------------------------------------
	MENU
------------------------------------------------------------------- */

#logo {
	position: absolute;
	top: 40px;
	left: 41px;
}

#menu {
    width: 200px;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
	margin-left: 40px;
	margin-top: 157px;
}

#menu ul {
	list-style: none;
}
#menu ul li {
	font-size: 13px;
	background: #E7E7E8;
	padding: 8px;
	margin-bottom: 1px;
	padding-left: 11px;
}
ul#first_nav li:first-child {
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}
#menu li.active a {
	color: black;
}
#menu li.active, #menu ul.residents_active li {
	background: #eeeeef;
}

ul.residents_active li.section-title {
	color: black;
}
li.section-title {
	color: #999999;
}

ul#resident_artists {
	margin-bottom: 1px;
}
ul#resident_artists li {
	font-size: 11px;
	margin-bottom: -3px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul#resident_artists li.active a {
	padding-right: 14px;
	background: url("http://chromaprojects.com/cms/site/science/nav_arrow.png") right 1px no-repeat;
}
ul#resident_artists li:first-child {
	font-size: 13px;
	padding-top: 12px;
	padding-bottom: 12px;
}
ul#resident_artists li:last-child {
	padding-bottom: 12px;
}

ul#last_nav {
	margin-top: 4px;
}

ul#address_etc li {
	line-height: 18px;
	font-size: 11px;
	margin-bottom: 0px;
	color: #999999;
    padding-bottom: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;		
}
ul#address_etc li.last {
	padding-bottom: 11px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;		
}

/* -------------------------------------------------------------------
	CONTENT
------------------------------------------------------------------- */

#content {
	width: 521px;
    margin-top: 70px;
    margin-left: 290px;	
}

h1 {
	font: bold 17px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	border-top: solid 1px #ccc;
	padding-top: 20px;
}

h1:first-child { border-top: 0px; padding-top: 0px; }
h2 { 
	font: bold 13px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
h1+h2 { margin-top: -15px; color: #999; }
.float { float: left; }

#img-container { margin: 0; padding: 0; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }

#content p, #content ul, #content img {
    margin-bottom: 20px;
	clear: both;
}

#content p.note {
	background: yellow;
}

#content span.large {
	font-size: 14px;
}
#content span.bold {
	font-weight: bold;
}

#content ul {
    list-style-type: none;
}

#content img {
	padding: 10px;
	border-right: solid 1px #E8E8E9;
	border-bottom: solid 1px #E8E8E9;
	background-color: white;
}

div.image_frame {
	padding: 10px;
	padding-bottom: 0px;
	border-right: solid 1px #E8E8E9;
	border-bottom: solid 1px #E8E8E9;
	margin-bottom: 20px;
	background-color: white;	
	line-height: 15px;
}
#content div.image_frame img {
	padding: 0px;
	border-right: 0px;
	border-bottom: 0px;
	background-color: transparent;
	margin-bottom: 0px;
}	
div.image_frame p {
	color: #aaa;
	padding-top: 17px;
	padding-bottom: 0px;
	padding-left: 5px;
	
}

div.artist_link {
	line-height: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	max-width: 150px;
	height: 11px;
	float: right;
	background: white;
	padding: 7px;
	padding-right: 10px;
	border-right: solid 1px #E8E8E9;
	border-bottom: solid 1px #E8E8E9;
	margin-bottom: 20px;
}
#content div.artist_link a {
	padding-right: 15px;
	background: url("http://chromaprojects.com/cms/site/science/nav_arrow.png") right -16px no-repeat;
    text-decoration: none;
}
#content div.artist_link a:hover {
	padding-right: 15px;
	background: url("http://chromaprojects.com/cms/site/science/nav_arrow.png") right 2px no-repeat;
    text-decoration: none;
}

div#preload {
	display: none;
}


/* -------------------------------------------------------------------
	SLIDESHOW
------------------------------------------------------------------- */

.slideShow ul, .slideShow li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.slideShow {
	clear: both;
	padding: 10px;
	padding-bottom: 34px;
	margin-bottom: 20px;
	background: white;
	border-right: solid 1px #E8E8E9;
	border-bottom: solid 1px #E8E8E9;
	height: 310px;	
    overflow: hidden;
}
.slideShow .slideshowNav {
	background: white;
	position: relative;
	margin-top: -44px;
	margin-right: -3px;
	display: block;
    z-indx: 999;
}
#content .slideShow .slideshowNav a {
	background-color: white;
	color: #666;
	text-decoration: none;
	float: right;
	font-size: 13px;
	display: block;
	width: 15px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	cursor: pointer;
	margin-left: 1px;
}
#content .slideShow .slideshowNav a:hover, .slideShow .slideshowNav a.selected {
	color: black;
}
#content .slideShow img {
	padding: 0px;
	border-right: 0px;
	border-bottom: 0px;
	background-color: white;
}
