/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html, body {
  height: 100%;
}

body {
  background: #313131 url(/images/bg.jpg) repeat 0 0;
  font: 12px/16px Helvetica, Arial, sans-serif;
}

#wrap {
  background: #fff;
  box-shadow: 0 0 35px 5px #000;
  min-height: 100%;
  margin: 0 auto;
  width: 960px;
  -moz-box-shadow: 0 0 35px 5px #000;
  -webkit-box-shadow: 0 0 35px 5px #000;
}

#head {
  border-bottom: 3px solid #000;
  border-top: 8px solid #000;
  padding: 0 0 8px;
}

#logo {
  float: left;
}

#logo a {
  background: #fff url(/images/logo.png) no-repeat 0 0;
  display: block;
  height: 124px;
  text-indent: -9999px;
  width: 665px;
}

#sponsor {
  background: #fff url(/images/sponsor.png) no-repeat 0 0;
  display: block;
  float: right;
  height: 124px;
  text-indent: -9999px;
  width: 200px;
}

#nav {
  background: #000;
  clear: both;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  width: 100%;
}

#nav .exhibitions {
  float: left;
}

#nav .pages {
  float: right;
}

#nav li {
  float: left;
}

#nav .exhibitions li {
  border-right: 3px solid #fff;
}

#nav .pages li {
  border-left: 3px solid #fff;
}

#nav a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 0 22px;
  text-decoration: none;
}

#nav a:hover {
  color: #00baff;
}

#flash {
  font-weight: bold;
  margin: 10px;
  padding: 10px 20px;
}

#flash.notice {
  background: #afa;
  border: 2px solid #060;
  color: #040;
}

#flash.warning {
  background: #faa;
  border: 2px solid #522;
  color: #400;
}

#errors {
  background: #faa;
  border: 2px solid #522;
  color: #400;
  font-weight: bold;
  margin: 10px 0;
  padding: 10px 20px;
}

#errors li {
  list-style: disc inside none;
}

#masthead {
  background: #fff url(/images/masthead.jpg) no-repeat 0 0;
  border-bottom: 3px solid #000;
  height:236px;
}

.section {
  border-top: 1px solid #000;
  padding: 20px;
}

.section a {
  color: #00b395;
}

.section a:hover {
  color: #000;
}

#title,
.title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 24px;
}

#title a {
  color: #f06;
  font-size: 12px;
  font-weight: normal;
}

#title a:hover {
  color: #000;
}

form .field_with_errors {
  display: inline;
}

form .field {
  margin: 0 0 16px;
}

form .string label,
form .text label,
form .file label {
  display: block;
  font-weight: bold;
}

form .group .field {
  display: inline-block;
  padding: 0 10px 0 0;
}

form .group label {
  display: inline;
}

#exhibitions {
  overflow: hidden;
}

.exhibition {
  border: 1px solid #000;
  display: block;
  height: 158px;
  margin: 0 0 20px;
  text-decoration: none;
  width: 444px;
}

.exhibition.odd {
  float: left;
}

.exhibition.even {
  float: right;
}

.exhibition h3 {
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
}

.exhibition .preview {
  background: #eee;
  height: 130px;
  width: 444px;
}

#wallpapers {
  margin: -10px 0 0 -10px;
  width: 940px;
}

.wallpaper {
  border: 1px solid #fff;
  float: left;
  padding: 9px;
}

.wallpaper:hover {
  border-color: #000;
}

.wallpaper .image {
  background: #eee;
  height: 134px;
  width: 214px;
}

#wallpapers p {
  clear: left;
  padding: 20px 12px 0;
}

#authors {
  margin: -24px 0 24px;
}

.description {
  padding: 10px 0;
  text-align: center;
}

.download {
  text-align: center;
}

.download a {
  font-weight: bold;
  text-decoration: none;
}

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

.copy {
  margin: 0 0 24px;
}

.copy p,
.copy dl {
  margin: 0 0 12px;
}

.copy dl {
  overflow: hidden;
  width: 100%;
}

.copy dt,
.copy dd {
  float: left;
}

.copy dt {
  clear: left;
  font-weight: bold;
}

.copy dt:after {
  content: '-';
  padding: 0 3px;
}

.album {
  border-top: 3px solid #000;
  margin: 0 0 0 -24px;
  padding: 24px;
  width: 912px;
}

.album .cover {
  float: left;
  width: 240px;
}

.album .track_list {
  float: left;
}

.album .track_list h4 {
  font-weight: bold;
  text-transform: uppercase;
}

.album .track_list ol {
  margin: 0 0 12px 24px;
}

.album ol li {
  list-style-type: decimal-leading-zero;
}

.album ol .title {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  width: 210px;
}

.album p {
  clear: both;
  padding: 10px 0 0;
}

.album p span {
  display: inline-block;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
}

.album p .preview {
  padding: 0 12px;
  width: 216px;
}

.album p a {
  background: #fff url(/images/arrow.png) no-repeat 0 0;
  color: #000;
  display: inline-block;
  font-weight: bold;
  padding: 0 0 0 26px;
  text-decoration: none;
}

.album p a:hover {
  text-decoration: underline;
}

#foot {
  border-top: 2px solid #7f7f7f;
  font-size: 10px;
  line-height: 12px;
  overflow: hidden;
  padding: 26px 0;
  width: 100%;
}

#foot ul {
  float: left;
  padding: 0 0 0 15px;
}

#foot ul li {
  border-right: 1px solid #000;
  float: left;
}

#foot ul li.last {
  border: 0;
}

#foot a {
  color: #000;
  display: block;
  padding: 0 11px;
  text-decoration: none;
}

#foot a:hover {
  text-decoration: underline;
}

#foot p {
  float: right;
  padding: 0 26px 0 0;
}

#io {
  background: transparent;
  opacity: 0;
  padding: 8px 10px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition-property: background-color, opacity;
  -webkit-transition-duration: 0.15s, 0.15s;
  -webkit-transition-timing-function: linear, linear;
}

#io:hover {
  background: #00bf9f;
  opacity: 1.0;
}

#io a {
  color: #fff;
  text-decoration: none;
}

#io a:hover {
  text-decoration: underline;
}



#newsletter {
  float: right;
  width: 240px;
  padding: 24px;
}

#newsletter label {
  font-weight: normal;
  margin: 0 0 6px;
}

#newsletter .string input {
  border-color: #000;
  border-width: 1px;
  padding: 3px;
}