/* CSS */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #666666;
	margin: 0;
	padding: 0;
}

p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}
a {
	color: #89b5c6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}




/* ---------------------------------
   wrapper creates a centered layout
------------------------------------*/
#wrapper {
	width: 900px;
	background: #343434 url(images/theme/main-bg.jpg) repeat-x;
	position: relative;
	left: 50%;
	margin-left: -450px;
}



/*---------------------------------
 header holds logo and navigation  
-----------------------------------*/
#header {
	height: 46px;
	width: 900px;
	background: #333333 url(images/theme/main-bg.jpg) repeat-x;
	margin: 0 auto;
	position: relative;
}


#header h1 {
	font: 27px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 24px;
	padding-top: 10px;
}
#header h1 a {
	color: #CCCCCC;
	text-decoration: none;
}
	
/* ---------------------------------
    navigation buttons
------------------------------------ */
#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	border-left: solid 1px #000;
}
#nav li {
	float: left;
	position: relative;
	text-align: center;
	border-right: solid 1px #000;
}
#nav a {
	background: url(images/theme/nav-bg.jpg) no-repeat;
	background-position: left top;
	width: 80px;
	height: 26px;
	display: block;
	padding-top: 20px;
	font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #fff;
}
#nav a:hover, #nav li.current a {
	background-position: left bottom;
	color: #89b5c6;
}

/* ---------------------------------
    0 holds copyright and email 
------------------------------------*/

#footer {
	/*background: url(images/theme/footer-bg.gif) repeat-x;*/
	background-position: left bottom;
	clear: both;
	width: 880px;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
}


#footer p {
	font-size: 9px;
	color: #ccc;
	
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #95b7be;
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
}



/* HOME PAGE  
-------------------------------------------------------------- */
#homeimages {
	padding: 0;
	margin: 0;
	text-align: center;
}

#categories {
	width: 440px;
	border: solid 4px #999;
	position: relative;
	padding: 0 0 0 0;
	margin: 6px 0px 0 0;
}

#home-left-col {
	float: left;
	width: 400px;
	clear: left;
	position: relative;
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
}
#home-right-col {
	float: right;
	width: 450px;
	clear: right;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 20px;
}

/* NEWS ITEMS ON HOME PAGE
-------------------------------------------------------------- */

#home-news { /*wrapper*/
	position: relative;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
	
}


#home-news h1 { /*exhibition & talks*/
	text-transform: none;
	font: bold 14px "Lucida Grande", Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}

#home-news h2 { /*event title*/
	text-transform: none;
	font: bold 12px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}


#home-news p {
	text-transform: none;
	font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	line-height: 16px;
	
}

#home-news ul li {
	margin: 0;
	padding: 10px 10px 10px 0;
	line-height: 16px;
	border-bottom: solid 1px #434343;
	list-style: none;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}


#home-news h3 {
	font: italic normal 11px Georgia, "Times New Roman", Times, serif;
	padding-top: 9px;
}



/* -----------  NEWS PAGE --------------------------*/

#news {
	width: 840px;
	position: relative;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 0;
	}

#news p{
	font: 14px "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #CCC;
	margin-bottom: 10px;
	}

#news .title {
	font: bold 20px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #ccc;
	line-height: 24px;
	margin-bottom: 10px;
}


#news .date {
	font: bold 16px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #ccc;
	line-height: 20px;
}


#news li {
	margin-bottom: 12px; 
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 20px; 
	padding-bottom: 20px; 
	padding-left: 20px; 
	padding-right: 20px; 
	/*background: url(images/theme/news-current-bg.jpg) repeat-x;*/
	list-style: none; 
	border-bottom: 1px solid #666;
	position: relative;
	display: block;
	
	}

#news li img {
	display: block; 
	position: relative;
	margin: 0;
	padding: 0; 
	border: 1px solid #000;
	
}

#news .leftcol{
	width: 252px;
	position: relative;
	margin:0;
	padding:0;
	float: left;
	
	
}

#news .rightcol {
	width: 540px;
	position: relative;
	margin:0;
	padding:0;
	float: left;
	
	
}



/* WORKS 
-------------------------------------------------------------- */

/* SUBNAV COLLAPSIBLE MENUS
-----------------------------*/
.menuwrapper {
	float:left;
	width: 160px;
	margin: 0;
	padding: 10px 30px;
	
}
.menuheading {
	margin: 0;
	padding: 10px 0 10px 0;
	font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #89b5c6;   
	border-top: 0px solid #fff;
}

.menuheading a, .menuheading a:visited {
	color: #89b5c6;
	text-decoration: none;
}

.menuheading a:hover  {
	color: #fff;
	text-decoration: none;
}

.menulink {
	margin: 0;
	padding: 0;
	display: none; 
}
.menulink li {
	font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 16px;
	border-bottom: solid 1px #343434;
	list-style: none;
}
.menulink a {
	padding: 5px 0 5px 0;
	color: #ccc;
	font: 10px "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 14px;
	display: block;
	text-decoration: none;
}

.menulink a:hover {
	color: #fff;
	text-decoration: none;
}



/* ----------------------------------------
  grid of thumbnails
------------------------------------------*/

#allworks-grid {
	float: right;
	width: 655px;
	position: relative;
	padding-top: 20px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0;
}


#thumbnails li{
	list-style: none;
	float: left;
	
}

#thumbnails li img {
	border: 1px solid #666666;
	margin-right: 18px;
	margin-top: 0;
	margin-bottom: 18px;
	margin-left: 0;
	padding: 0;
}

#thumbnails a {
	color: #ccc;
	font: 10px "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-decoration: none;
}
.works, .works a {
	color: #fff;
	font: 10px "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-decoration: none;
}
	
/* ----------------------------------------
  single work pages
------------------------------------------*/

#wrapper-work {
	width: 900px;
	height: 2000px;
	background: #000 url(images/theme/work-bg.gif) repeat-y;
	position: relative;
	left: 50%;
	margin-left: -450px;
}


#left-col {
	float: left;
	width: 600px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 0;
	text-align: center;
}


#work h6 {
	font-size: 9px;
	color: #666666;
	text-align: right;
	border-top: solid 1px #343434;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 5px;
	margin-top: 3px;
	
	
	
}

#work h6 a, #work h6 a:visited {
	text-decoration: none;
	color: #89b5c6;
}

#work h6 a:hover {
	text-decoration: none;
	color: #fff;
}

#right-col {
	float: right;
	position: relative;
	padding: 0;
	margin: 0;
	width: 254px;
	
}

#work {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 26px;
	position: relative;
}

#work h1 {
	text-transform: none;
	font: bold 16px "Lucida Grande", Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}


#work p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 16px;
	padding-bottom: 10px;
}

#work h2, .truncate {
	font: italic 11px Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	line-height: 13px;
	
}

#work h3 {
	font-weight: normal;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 14px;
	padding-bottom: 10px;
	
}

#work h5 {
	font-weight: normal;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	padding-bottom: 5px;
	border-bottom: solid 1px #343434;
	margin-bottom: 20px;
	
}

#work h5 a, #work h5 a:visited {
	color: #89b5c6;
	text-decoration: none;
}

#work h5 a:hover {
	color: #fff;
	text-decoration: none;
}

#work a {
	color: #89b5c6;
	text-decoration: none;
	
}

#work a:hover {
	color: #fff;
	text-decoration: underline;
}

#work a:visited {
	color: #89b5c6;
}

#work ul li {
	list-style: none;
	float: left;
}

#work li img {
	border: solid 1px;
	border-color: #666666;
	margin-right: 3px;
	margin-top: 0;
	margin-bottom: 3px;
	margin-left: 0;
	width: 70px;
	height: 45px
}

/* ----------------------------------------
  about pages (bio, statement, contact)
------------------------------------------*/

#wrapper-about {
	width: 900px;
	background: #000 url(images/theme/about-bg.gif) repeat-y;
	position: relative;
	left: 50%;
	margin-left: -450px;
}



#about-left-col {
	float: left;
	width: 400px;
	position: relative;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 0;
}



#about-right-col {
	float: right;
	position: relative;
	margin: 0;
	width: 460px;
	
}

#about {
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 35px;
}

#about h1 {
	font: bold 13px "Lucida Grande", Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	color: #CCCCCC;
}


#about p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	line-height: 18px;
	padding-bottom: 10px;
}

#about h3 {
	font-weight: normal;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 14px;
	padding-bottom: 10px;
	
}

#about h5 {
	font-weight: normal;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	padding-bottom: 5px;
	border-bottom: solid 1px #343434;
	margin-bottom: 20px;
	
}

#about a {
	color: #89b5c6;
	text-decoration: none;
	
}

#about a:hover {
	color: #fff;
}

#about a:visited {
	color: #89b5c6;
}

#about ul li {
	margin: 0;
	padding: 10px 10px 10px 0;
	line-height: 16px;
	border-bottom: solid 1px #343434;
	list-style: none;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}


#about li a {
	font-size: 11px;
	color: #FFF;
}


#about li img {
	border: solid 1px;
	border-color: #666666;
	margin-right: 3px;
	margin-top: 0;
	margin-bottom: 3px;
	margin-left: 0;
	width: 70px;
	height: 45px
}

/* ----------------------------------------
  cv only
------------------------------------------*/
#wrapper-cv {
	width: 900px;
	background: #000 url(images/theme/cv-bg.jpg) no-repeat;
	position: relative;
	left: 50%;
	margin-left: -450px;
}


#cv-left-col {
	float: left;
	width: 800px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 0;
}



#cv-right-col {
	float: right;
	position: relative;
	padding: 0;
	margin: 0;
	width: 200px;
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 30px;
	
}


#cv h1 {
	font: bold 13px "Lucida Grande", Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	color: #CCCCCC;
}


#cv p {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	line-height: 16px;
	padding-bottom: 10px;
}

#cv h3 {
	font-weight: normal;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 14px;
	padding-bottom: 10px;
	
}

#cv h5 {
	font-weight: normal;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	padding-bottom: 5px;
	border-bottom: solid 1px #343434;
	margin-bottom: 20px;
	
}

#cv a {
	color: #89b5c6;
	text-decoration: none;
	
}

#cv a:hover {
	color: #fff;
}

#cv a:visited {
	color: #89b5c6;
}

#cv ul li {
	margin: 0;
	padding: 10px 10px 10px 0;
	line-height: 16px;
	border-bottom: solid 1px #343434;
	list-style: none;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}


#cv li a {
	font-size: 13px;
	color: #FFF;
}


#cv li img {
	border: solid 1px;
	border-color: #666666;
	margin-right: 3px;
	margin-top: 0;
	margin-bottom: 3px;
	margin-left: 0;
	width: 70px;
	height: 45px
}


/* misc 
-------------------------------------------------------------- */
.copyright {
	font-weight: normal;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	padding-top: 5px;
	text-align: right;
	
	
}

.copyright a, .copyright a:visited {
	color: #89b5c6;
	text-decoration: none;
}

.copyright a:hover {
	color: #fff;
	text-decoration: none;
}

.clear {
	clear: both;
}
.hidden {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.image img {
	border: solid 1px #000;
	padding: 7px;
	background: #333;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
