html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

body {
	background: #888888;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

a {
text-decoration: none;
}

img#theImage {
	padding-bottom: 10px;
}

p {
	font-family: Georgia;
  line-height: 170%;
  font-size: 13px;
}

.orange {
	color: #FF5700;
	color: #ff2c00
}

.green {
color: #657114;
}

div.container_12, div.container_16 {
  margin-top: 4px;
  background: white;
  -webkit-box-shadow: 0px 0px 10px #444;
  -moz-box-shadow: 0px 0px 10px #444;
}

a {
	color: #ff2c00;
}

h3 a, p a {
	text-decoration: underline;
}

div.photo {
	text-align: center;
	background: transparent;
	border-bottom: solid 1px #adadad;
}

div.photo img {
	margin: 0px 0px 5px ;
}

div.photo-nav {
	padding-left: 160px;
}

div.photo-nav a, div.photo-nav p {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 5px;
	background: #eaeaea;
	border: solid 1px #aaaaaa;
	float: left;
	display: block;
	height: 16px;
	margin: 5px 5px 10px 5px;
	font-weight: bold;
}

div.desc {
	border-top: solid 1px #dadada;
	padding-top: 10px;
}

div#artist-caption {
	color: #adadad;
	text-align: right;
	margin-right: 25px;
}

div#artist-caption p {
	font-size: 10px;
	font-family: helvetica;
}

div.photo div.desc p {
	margin: 0 30px 10px;
	font-size: 13px;
}

p.disabled-button {
	color: #777777;
}

div.photo-nav a:hover {
	background: #fafafa;
	color: #657114;
	border: solid 1px #888888;
}

img#artist{
	margin: 0 15px;
}

.grid_4, .grid_8 {
}

a:hover {
	color: #FF9161;
}

a.active {
  color: #888888;
}

div.logo {
	text-align: center;
}

div.bio p {
	text-align: justify;
	font-size: 11px;
	width: 330px;
}

div#artists {
  margin-top: 20px;

  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #888888;
}

div#artists a{
	text-align: center;
	font-size: 11px;
  font-weight: bold;
	padding-bottom: 10px;
	width: 100%;
	display: block;
}

pre {
	font-family: helvetica;
	margin-left: 5px;
	font-size: 12px;
}

h3 {
	margin: 0 0 2px;
	color: #657114;
	line-height: 100%;
}

div#artists ul {
	list-display-type: none;
}

div#artists ul li {
	display: block;
	float: left;
}

div#artists  ul li {
	font-weight: bold;
}

div#artists ul li a {
	text-decoration: none;
}

div.intro-teaser p {
	text-align: justify;
}

#branding {
margin: 10px 0;
}

div.grid_6 #branding a img {
	margin: 0px 20px;
}

div#citation {
  padding-top: 4px;
  float: right;
}

div#lcitation {
  padding-top: 4px;
  float: left;
}

div#wide-citation {
  padding-top: 10px;
	text-align: right;
	margin-right: 10px;
}

div#citation p, div#lcitation p, div#wide-citation p {
 margin: 0;
 padding: 0;
 line-height: 120%;
 font-size: 10px;
 font-family: verdana;
 text-align: right;
}

div#lcitation p {
  text-align: left;
}

div.grid_8.info div#branding {
  text-align: right;
}

div#img-nav {
  margin: 10px auto;
  width: 400px;
  height: 23px;
}

div#img-nav ul li {
  float: left;
  padding: 3px;
  list-style-type: none;
  height: 12px; 
  margin: 0;
}

div#img-nav ul li a{
  width: 12px;
  display: block;
    padding: 3px;
  height: 12px;
  border: solid 2px #ff2c00;
  text-align: center;
  font-weight: bold;
  background: #ededed;
}

div#img-nav ul li a.no-0  {
	width: 70px;
}

div#img-nav ul li a:hover {
  border-color: #657114;
  color: #657114;
}

div.makers h3 {
padding-top: 10px !important;
}

div#img-nav ul li a.active {
  border-color: #adadad;
  color: #adadad;
  background: #ededed;
  cursor: default;
}

img.image { 
  width: 580px;
  margin: 0 auto;
}

a { 
cursor: pointer;
}

div.button {
}

div.button a {
	display: block;
	padding: 4px;
	border: solid 3px #ff2c00;
	background: #ededed;
	font-weight: bold;
	text-align: center;
	width: 200px;
}

div.button a:hover {
	background: #ff2c00;
	color: #ededed;
}

a.stealth {
color: #657114;
cursor: default;
text-decoration: none;
}

a.stealth:hover { 
color: #657114;
} 

div#footer {
	width: 100%;
	background: #ededed;
	height: 20px;
	border-top: solid 1px #dadada;
}

div#footer p {
	padding: 3px 3px 6px 3px;
	font-size: 10px;
	font-family: verdana;
	color: black;
}

div#footer p a {
	font-weight: bold;
}