@import url(/stylesheets/ie6win.css);
@import url(/stylesheets/ie7win.css);
@import url(/stylesheets/safari.css);

/* master positioning */

div.yui-t7 {
  position: absolute;
  left: 10px;
}

div.yui-ge .yui-u.first {
  min-height:500px;
  height:auto !important;
  height:500px;
}

/* naked tags 
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

html {
	color: #000;
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
	color: #999;
}

body {
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	background: #FFF;
}

div {
	position: relative;
}

/* links */

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

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



/* list */

ul, li {
	list-style: none;
	position: relative;
}

/* text */

h3 {
	font-family: "Times New Roman", serif;	
	text-transform: uppercase;
	font-weight: bold;
}

/* common elements
--------------------------------------------------*/
.clear {
	background: transparent;
	clear: both;
	color: #fff;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	position: relative;
}

span.important,
a.read,
div.important h3 a,
li.important a,
a.important {
	color: #ff3300;
}

h2.img {
	position: relative;
	height: 12px;
	background: transparent;
	text-indent: -10000px;
}


/* div#hd (header)
--------------------------------------------------*/

div#hd {
  padding: 20px 0 2px 0;
  border-bottom: 1px solid #b3b3b3;
}

div#hd h1#logo a {
	background: url(/images/logo.gif) left top no-repeat;
	height: 25px;
	display: block;
	text-indent: -10000px;
}

/* div#bd (body)
--------------------------------------------------*/

div#bd {
  padding: 8px 0;
  border-bottom: 1px solid #b3b3b3;
}

div#bd div.yui-u.first {
  padding-top: 30px;
  border-right: 1px solid #B3B3B3;
}

div#bd div#wrap {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

div#left {
  position: absolute;
  top: 250px;
  left: 60px;
}

div#right {
  position: absolute;
  top: 250px;
  left: 618px;
}

div#bd div.photo {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  
  width: 530px;
  height: 530px;
}

div#bd h2#logo a {
  background: url(/images/logo_icon.gif) left top no-repeat;
	height: 40px;
	display: block;
	text-indent: -10000px;
}

ul.nav {
  font-size: 16px;
  text-transform: lowercase;
}

ul.nav li.selected a {
  color: #777;
}

ul.sections {
  text-transform: none;
  font-size: 12px;
  margin-left: 20px;
}

div#caption {
  padding-top: 10px;
}

div#thumbnails {
  position: relative;
  text-align: center;
  width: 400px;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

div#thumbnails ul, div#thumbnails li {
  float: left;
}

div#thumbnails ul li a {
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  background-position: 0 -30px;
  background-repeat: no-repeat;
  margin: 5px;
}

div#thumbnails ul li.selected a {
  background-position: 0 0;
}

div#thumbnails ul li a:hover {
  background-position: 0 0;
}

div#thumbnails .left {
  float: left;
}

div#thumbnails .right {
  float: right;
}
/* div#ft (footer)
--------------------------------------------------*/
div#ft {
  padding: 2px 0;
}


/* CMS Sections
--------------------------------------------------*/

.section {
  padding-bottom: 20px;
}

.section h1 {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.section p {
  padding-bottom: 10px;
}

.section ol, .section ol li {
  margin-left: 20px;
  margin-bottom: 10px;
  list-style: decimal;
}

#exhibitions-section #clients {
  float: left;
}

#exhibitions-section #exhibitions {
  float: right;
  margin-right: 70px;
}

#exhibitions-section em {
  font-style: italic;
  font-weight: bold;
}

#copyright-section ol {
  width: 450px;
}

#bio-section p {
  width: 500px;
}
