body {
  background: white url(../images/bg.jpg) repeat-x left top fixed;
  /*color: #504F4F;*/
  color: black;  
  font: 12px arial, sans-serif;
  margin: 0 0 4px 0;
  text-align: center;
}

form { margin: 0; }

input, textarea { font: 11px lucida grande, tahoma, arial, sans-serif; }

img { border: 0; }

p { margin: 0 0 1em 0;}

.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
}

.container {
  position: relative;
  background-color: white;
  color: inherit;
  margin: 0 auto;
  text-align: left;
  width: 780px;
}

.footer {
  margin: 0 auto 4px auto;
  text-align: center;
  width: 780px;
  background-color: white;
  color: #CCC;
  clear: both;
  padding: 10px 0 6px 0;  
  font-size: 11px;
  border-top: 1px solid #efefef;
}
.footer img {
  margin: 0 0 9px 0;
}

.copy {
  font-size: 10px;
  color: #666;
  margin: 4px 0 0 0;
}

a {color: black;}

.notice {
	color: #109410;
	background-color: #C6FFC6;
}

.warning {
	color: #941010;
	background-color: #FF8D8D;
}

.notice, .warning {
	padding: 0.4em 0.6em;
	margin: 0 0 8px 0;  
}


/* header */

.header {
  position: fixed;
	top: 0;
  width: 770px;
  z-index: 777;
  background: white;
  padding: 3px 4px 0 6px;
  font-size: 11px;
  height: 72px;
}

.header a {
  background-color: inherit;
  text-decoration: none;
}

.header .ctrls a.user {
  color: #6D9AC1;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .pages { float: left; }
.header .ctrls { float: right;}

.header .letters { 
  position: relative;
  left: 137px;
}

.header .pages li, .header .ctrls li { display: inline; }
.header .pages li { margin-right: 20px; }
.header .ctrls li { margin-left: 20px; }

.header .pages a, .header .ctrls a {
  background-color: inherit;
  color: #666;
}

.files a.download {
  color: black;
  text-decoration: none;
}

.files a.download:hover {
  text-decoration: underline;
}

.header .pages a:hover, .header .ctrls a:hover {
  text-decoration: underline;
}

.header .l {
  position: relative;
  text-transform: uppercase;
  line-height: 22px;  
  float: left;
}

.header .wihtout {
  padding: 0px 4px;
  background-color: inherit;
  color: #999;
  cursor: default;  
}

.header .artists li {
  text-transform: none;
  white-space: nowrap;
  line-height: 14px;
}

.header .artists a {
  padding: 2px 8px;
  display: block;
  background-color: inherit;
  color: #504F4F;
}

.header .artists a:hover {
  text-decoration: underline;
  color: #777;
}

.header .current {
  background-color: #803A38;
}

.header span {
  color: #777;
  float: right;
  line-height: 22px;
  margin-right: 6px;
  font-size: 11px;
}

.header .artists {
  position: absolute;
  left: 0;
  top: 22px;
  width: 218px;
  background-color: white;
  border: 1px solid #B7C9C9;
}

.header .artists.column-1 {
  left: 219px;
}

.header .artists.column-2 {
  left: 438px;
}


.header a.letter {
  padding: 0 4px;
  height: 22px;
  color: white;
  float: left;
}

.header h2 {
  clear: both;
  float: left;
  margin: 20px 0 0 0;
  font-size: 13px;
  font-weight: normal;
  color: #803A38;
}

.header form {
  position: absolute;
  right: 4px;
  bottom: 26px;
}

.header input {
  width: 160px;
  font-size: 11px;
  padding: 0;
}

.artist-finder {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 22px;
  width: 780px;
  background-color: #B7C9C9;
  background-position: 134px 6px;
  background-repeat: no-repeat;
  font-size: 12px;
}

.home {
  position: absolute;
  top: 0px;
  left: 0px;
}

.intro {
  position: relative;
  padding-top: 130px;
  background: white url(../images/intro.jpg) no-repeat 370px 20px scroll;
  min-height: 245px;
}

.intro p {
  margin-left: 30px;
  width: 300px;
  text-align: left;
}

/* Layout */

.layout-container {
  position: relative;
  padding: 90px 10px 32px 10px;
}

h1 {
  margin: 0 0 8px 0;
  font-size: 24px;
  font-weight: normal;
}

h2 {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: normal;
  color: #6D9AC1;
}

.ah { margin: 0 0 16px 0;}
.ah h1 { margin: 0;}

h1 a, h1 a:hover, .ah h1 a:hover { text-decoration: none; }

.ah a {
  text-decoration: none;
}

.ah a:hover {
  text-decoration: underline;
}

h1.boxie, .search-result h1 {
  background-color: #633;
  display: inline;
  color: white;
  padding: 0 4px;
}

ul.artist-list {
  list-style: none;
}

ul.artist-list li {
  margin: 0 0 12px 0;
}

ul.artist-list li a {
  font-weight: bold;
  color: #633;
}

ul.artist-list li a.read-more {
  font-weight: normal;
  color: #666;
  margin-left: 4px;
}

ul.artist-list li p {
  margin: 0;
}

/* Artist */

.nav {
  float: right;
  text-align: right;
  color: #999;
  font-size: 11px;
  width: 240px;
}

.nav a {
  margin: 0 2px;
  color: #999;
}

.texts {
  width: 480px;
  margin: 0 0 0 -6px;
  padding: 0;
  list-style: none;
}

.texts li {
  display: inline;
  border-right: 1px solid #CCC;
  padding: 0 6px;
}

.texts li.last {
  border-width: 0;
}

.texts a {  
  color: #6D9AC1;
}

.tags {
  font-size: 11px;
  margin: 0 0 4px 0;
}

.tags h3 {
  color: #504F4F;
  font-size: 11px;
  margin: 0;
  display: inline;
  font-weight: normal;
}

.tags a {
  margin-left: 4px;
  color: #999;
}

.works-container {
  width: 100%;
}

.work {
  width: 220px;  
  float: left;
  margin: 0 30px 40px 0;
}

.address-container {
  clear: both;
  padding-top: 10px;
}

.address-container ul {
  margin: 8px 0;
  padding: 0;
  list-style: none;
}

address {
  clear: left;
  line-height: 14px;
  border-top: 1px solid #efefef;
  padding: 8px 0;
  font-style: normal;
  font-size: 11px;
}

address strong {
    color: #504F4F;
}

address, address a {
  color: #999;
  background-color: inherit;
}

address p {
   margin: 4px 0 0 0;
}

.work .preview img {
  display: block;
}

.work .preview {
  position: relative;
}

.work .preview {
  margin-bottom: 4px;
}

.work h4 {
  margin: 4px 0 0 0;
  font-size: 12px;
}

.work h4 {
  display: inline;
}

.year {
  color: #999;
  margin-left: 4px;
}

.work h4 a {
  text-decoration: none;
}

.left-column {
  width: 480px;
  float: left;
}

.right-column {
  width: 240px;
  float: right;
}

.left-column h1 {
  font-size: 18px;
  margin: 0 0 8px 0;
}


.left-column p {
  margin: 0 0 16px 0;
}

.left-column h3 {
  margin: 16px 0 0 0;
  font: bold 12px arial, sans-serif;
}

.left-column ul, .left-column ol {
  margin: 4px 0 16px 2em;
  padding: 0;
}

#textile th {
	text-align: left;
	font-weight: normal;
	padding: 2px 4px 4px 4px;
	vertical-align: bottom;
}

#textile td {
  font-size: 11px;
  padding: 2px 4px;
}

#textile td h3 {
  margin: 0;
}

/* Work page */

h1.artwork { 
  display: inline;
}

#asset {
  margin-bottom: 8px;
  font-size: 11px;
}

.artist-text {
  margin-top: 8px;
}

#asset img, .asset_thumb img {
  display: block;
}

#asset label, #resized label  {
  color: #999;
  margin-right: 2px;
}

a.zoom {
  color: #999;
  text-decoration: none;  
  margin-left: 8px;
}

a.zoom:hover {
  text-decoration: underline;  
}

#asset .img-container {
  margin-bottom: 2px;
}

.asset_thumb {
  position: relative;
  float: left;
  padding: 1px;
  margin-right: 1px;
  border: 1px solid white;
}

.current {
  border-color: #CCC;
}

.files {
  clear: both;
  margin: 0;
  padding: 10px 0 0 0;
}

.files td {
  padding: 4px 0;
  vertical-align: top;
}

.files td p {
  font-size: 11px;
  margin: 4px 0 0 0;
}


.files tr td:first-child {
  padding-right: 4px;
}

/* form */

.lined {
  padding-bottom: 1px;
  border-bottom: 2px solid #CCC;
  color: #6D9AC1;
}

.ctrls {
  margin-left: 80px;
}

dl {
  margin: 0;
  padding: 6px 0 2px 0; 
}

dt {
  width: 130px;
  margin: 4px 8px 0 0;
  padding: 0;
  text-align: right;
  display: inline;
  float: left;
  clear: left;
}

dt.login {
  width: 80px;
}

dd { margin: 0 0 5px 0;  }

dd textarea {
  width: 320px;
  height: 160px;
}

.not-opt {
  font-weight: bold;
}

.TableOfContent {
  border: 1px solid #CCCCCC;
  float: left;
  margin-bottom: 1em;
}

.TableOfContent ol {
  padding: 0.5em 1.5em 0.5em 3em;
  margin: 0;  
}

.TableOfContent li {
  margin: 2px 0;
}

.TableOfContent a {
  text-decoration: none;
}


a.toc {
  position: relative;
  top: -7em;
  float: left;
}

/* search */

.search-result form {
  margin-top: 1em;
}

.search-result {
  float: none;
}

.search-result h1 {
  padding: 2px 4px;
}

.search-result dt {
  float: none;
}

.search-result dl {
  margin: 1em 0;
}

.search-result dl a {
  color: #633;
}

.search-result .content_type {
  font-size: 0.8em;
  background-color: inherit;  
  color: #95979B;
}

.search-result dd, .search-result dd p {
  margin: 0;
}

.search-result dd { 
  margin-bottom: 1em;
}

/* zoom */

#dimmer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 778;
}



#resized {
  position: absolute;
  top: 134px;
  width: 760px;  
  z-index: 779;  
  text-align: left;
}

#resized span.loading {
  background: #CCC;
  padding: 2px 4px;
  color: black;
}

.search-result .pagination {
  text-align: center;
}

#resized .pagination {
  margin: 0 0 4px 0;
  color: #999;

}


#resized .pagination a {
  color: #999;
  text-decoration: none;
  padding: 0 4px;
    background: white;
}

#resized .pagination a:first-child {
  margin-left: 0;
}

#resized .pagination a:hover {
  text-decoration: underline;
}

#resized .label {
  text-align: left;
  background: white;
  padding: 4px 0;
  width: 480px;
  font-size: 11px;
}

#resized img {
  display: block;
}

/* Video */


a.video_link {
  position: absolute;
  top: 0;
  left: 0;
  height: 77px;
  width: 77px;
}

.work .preview a.video_link {
  position: absolute;
  top: 0;
  left: 0;  
}

.preview .yt, .preview .vimeo {
  width: 180px;
  height: 160px;  
}

#preview .preview .yt, #preview .preview .vimeo,
#work-assets .yt, #work-assets .vimeo,
.asset_thumb .yt, .asset_thumb .vimeo {
  width: 75px;
  height: 75px;  
}

#resized .yt, #resized .vimeo {
  width: 760px;
  height: 500px;  
}

.works-container .preview .yt,
.works-container .preview .vimeo {
  width: 220px;
  height: 188px;  
}

.img-container .yt,
.img-container .vimeo { 
  width: 480px;
  height: 385px;  
}


.yt p, .vimeo p {
  display: none;
}

.yt, .vimeo {
  position: relative;
  width: 200px;
  height: 166px;  
}
