/* style normalization (courtesy of HTML5 ✰ Boilerplate) */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #328efe; color: #fff; text-shadow: none; }
::selection { background: #328efe; color: #fff; text-shadow: none; }
a { color: #00e; text-decoration: none; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* primary styles */
body { font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: 400; font-size: 20px; background-position: top center; background-color: #452411; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; margin: 0; padding: 0; }
p { margin: 1em 0; }
hr { display: block; margin: 0; padding: 0; border: 0; width: auto; height: 3px; background: white; 
  background: -moz-linear-gradient(top, rgba(255,255,255,0.25) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.25) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.25)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.25) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.25) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#40ffffff',GradientType=0 );
  background: linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.25) 100%); }
em { font-style: normal; font-size: 150%; }
#body, #page_title { width: 950px; margin: 0 auto; color: white; }
#page_title { margin-top: 80px; font-size: 50px; position: relative; top: 12px; }
#page_title h1, #page_title h2 { display: inline; font-weight: 300; }
#page_title h1 { color: #ccc; color: rgba(255,255,255,0.6); }
#site_nav, #main { display: inline-block; *display: inline; zoom: 1; vertical-align: top; }
#site_nav { width: 200px; font-size: 30px; margin-top: 10px; }
#site_nav a { color: rgba(0,0,0,0.6); }
.decorated a { position: relative; }
.link-decoration { width: 29px; height: 29px; background: url('little-circle.png'); position: absolute; bottom: 3px; left: -35px; }
#main { width: 750px; font-size: 20px; }


/* styles specific to the front page */
#crossfade_frame, #front_title { position: relative; vertical-align: bottom; display: inline-block; *display: inline; zoom: 1; }
#crossfade_frame { width: 273px; height: 273px; top: 218px; background: url('big-circle.png'); }
#crossfade, #crossfade_back { position: absolute; top: 0; width: 273px; height: 273px; overflow: hidden; background: url('/crossfade_sprites.png') 0 0 no-repeat; }
#crossfade_back { z-index: 2; }
#crossfade { z-index: 3; }
#front_header, #front_nav { width: 760px; margin: 0 auto; position: relative; }
#front_header { height: auto; font-size: 73px; line-height: 1; color: white; }
#front_title { font-weight: 300; margin-left: 10px; top: 16px; }
#front_nav { font-size: 37px; text-align: right; padding-top: 25px; }
#front_nav .link-decoration { bottom: 6px; left: auto; right: -35px; }
#front_nav a { color: #34322c; }
#front_nav a:hover { color: #202020; }
#front_bottom_links { margin-top: 80px; }
#front_bottom_links a { color: white; color: rgba(255,255,255,0.5); }
#front_bottom_links a:hover { color: white; opacity: 0.8; }


/* styles specific to the contact page */
#contact_form { width: 550px; font-size: 23px; }
#contact_form label { display: inline-block; *display: inline; zoom: 1; width: 150px; text-align: right; line-height: 42px; }
#name_label, #email_label { color: #352925; }
#message_label { color: #fbe7a8; }
#name_entry, #email_entry, #message_entry { font-family: 'Yanone Kaffeesatz', sans-serif; border: none; width: 388px; padding: 3px; line-height: 42px; height: 42px; background: transparent url('underline.png'); outline: thin none black; }
#contact_form textarea { height: 252px; }
#submit_button { font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 27px; color: white; background: transparent; border: 3px solid rgba(255,255,255,0.3); width: 58px; height: 58px; border-radius: 29px; margin: 10px 0 0 500px; }
.email-link { color: #ffcece; }
.email-link:hover { color: rgba(255,206,206,0.6); }


/* styles specific to the artwork page */
.js .gallery { position: relative; overflow: hidden; width: 100%; height: 430px; }
.js .gallery > div { position: absolute; width: 6500px; }
.js .gallery section { display: inline-block; *display: inline; zoom: 1; width: 750px; }
.gallery a { display: inline-block; *display: inline; zoom: 1; }
.gallery img { margin: 18px 22px 0; padding: 9px; background: url('medium-circle.png') top left; }
.gallery img:hover { background-position: 0 188px; }
.gallery-scroller { border-bottom: 2px solid rgba(255,255,255,0.3); position: relative; }
.no-js .gallery-scroller { display: none; }
#main a.prev, #main a.next { position: absolute; bottom: -6px; cursor: pointer; font-size: 25px; color: white; }
.prev { left: 0px; }
.next { right: 0px; }
.prev.disabled, .next.disabled { cursor: default; }
.prev.disabled:after, .next.disabled:after { content: ""; visibility: visible; display: block; position: absolute; bottom: -9px; width: 29px; height: 29px; background: url('little-circle.png'); }
.prev.disabled:after { left: -29px; }
.next.disabled:after { right: -29px; }
#katariina-link { position: relative; }
#katariina-link:after { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 10px; left: 5px; background: url('play-button.png') center no-repeat; }
.js #fancybox-inlines { display: none; }
.no-js #fancybox-inlines { margin: 20px; }


/* overrides for fancybox */
#fancybox-close { top: auto; bottom: -2px; right: 1px; }
#fancybox-left, #fancybox-right { bottom: auto; top: 0; height: 80%;}


/* non-semantic helper classes */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.disabled { visibility: hidden; }


/* media queries */
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 768px) {}


/* print styles */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

