/* 
 * Standard Stylesheet for www.samuelmurez.com
 *
 */
 
/* 
 * style value replacement details :
 *
 * outer background:      $outer          #383838
 * main background:       $background     black
 * timeline selected:     $time_bkgnd     #383838
 * 
 * body text:             $color          #707070
 * subdued text:          $subdued        #383838
 * link text:             $link           #A9A9A9
 * link hover text:       $hover          white
 * timeline menu text:    $timeline       #D7D7D7
 *
 * em                     $role           font-style: italic;
 * q                      $dance          text-decoration: none; border-bottom: 1px solid #707070;
 * category               $cat            200%
 * name                   $performance    font-family: Times New Roman, serif; text-decoration: none; font-size: 160%;; color: #bfbfbf
 * choreographer          $choreographer  
 * description            $desc           color: #bfbfbf; font-weight; bold; font-family: Arial, Helvetica, sans-serif
 *
 * menu hover border:     $menu           white
 * hr                     $hr             #383838
 *
 * body fonts             $text           80%/1.4em Arial, Helvetica, sans-serif
 * header fonts           $title          [$title]   --- no longer used 
 * menu fonts             $menutext       100% Arial, Helvetica, sans-serif
 * small fonts            $small          [$small]
 *
 */


/* browser normalisation */
html, body { margin: 0; padding: 0; height: 100%;}
ul, ol { margin: 1em 0; padding: 0 0 0 2em; }
a { text-decoration: none; }
a:link, a:visited { color: #A9A9A9; }
a:focus { -moz-outline-style: none; }
a:focus, a:hover { color: white; border-bottom: 1px solid white; }
a img { border: none; }
q, span.title { text-decoration: none; border-bottom: 1px solid #707070; }
q:before, q:after { content:""; }
em, span.role { font-style: italic; }

h1, h2, h3 { font-weight: bold; text-decoration: none; }
h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }

/* std classes */
.clearfix:after { content: '.'; clear: both; display: block; height: 0; visibility: hidden; }
.left { text-align: left; }
.right { text-align: right; }
.f_left { float: left; }
.f_right { float: right; }

.menu, .menu ul { list-style: none; margin-bottom: 0; }
.section { clear: both; }
.section:after { content: '.'; clear: both; display: block; height: 0; visibility: hidden; }
.signed { margin-top: 3em; font-style: italic; }

/* common styling */
body {
  background: #383838;
  font: 80%/1.4em Arial, Helvetica, sans-serif;
}

h1 {
  line-height: 1.5em;
  height: 1.5em;
  text-align: right;
  margin: 0;
  padding: 0.5em 0 0 0;
  vertical-align: middle;
  
  /* mimic h1 image */
  text-transform: uppercase;
  letter-spacing: 0.31em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;  
  font-weight: normal;
  width: auto;
  float: right;
}

h1 img {
  width: 15em;
  height: 1.5em;
}

h1.thirdfloor {
  position: relative;
}

h1.thirdfloor img {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}
h2 {
  margin-top: 0;
}

h2, .h2 {
  color: #3f3f3f; font-weight: 900; font-size: 180%; font-family: Arial, Helvetica, sans-serif
}
h3, .h3 {
  color: #383838; font: bold 100%/normal Arial, Helvetica, sans-serif;
}
.video h3 {
  color: #971919; font: bold 170%/normal Arial, Helvetica, sans-serif;
}

#error .section {
  width: 500px;
}

/* horizontal menu */
.horizontal {
  clear: both;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.horizontal li {
  display: inline;
  margin-bottom: 0;
}

#i18n {
  color: #383838;
  float: left;
  margin: 0.8em 0 1.7em 0.20em;
  font-size: 85%;
}

#i18n:after {
  content: '.';
  display: block;
  clear: left;
  height: 0;
  visibility: hidden;
}

#i18n a {
  color: #A9A9A9;
}

input.text, textarea {
  color: black;
  font: 80%/1.4em Arial, Helvetica, sans-serif;
  background: #a8a8a8;
  border: 1px solid #d4d4d4;
}

input.button {
  border: 1px solid #c8c8c8;
  background: #999;
  font-size: 90%;
  padding: 1px 1em;
  cursor: pointer;
}

/* layout */

#page {
  width: 776px;
  margin: 0 auto;
  padding: 0 12px;
  color: #707070;
  background: black;
  border: /*0.5px solid #8E8E8F*/;
}

table.layout { 
  height: 100%; 
  width: 100%; 
  margin: 0; 
  border: 0; 
  padding: 0;
}

tr.layout {
}

td.layout { 
  vertical-align: middle; 
}

#wrap {
  min-height: 580px;
}

#header {
  padding-bottom: 1px;
  overflow: hidden;
}

#header.hr {
  padding-bottom: 5px;
  border-bottom: 1px solid #383838;
}

.timeline #header {
  border-bottom: none;
}

#content {
  padding: 1px 0 1em 0;
}

#content:after {
  content: '.';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#footer  {
  clear: both;
  overflow: hidden;
  padding-top: 0.5em;
  text-align: right;
  font: 100% Arial, Helvetica, sans-serif;
  color: #383838;
}

#footer p {
  font-size: 90%;
  margin: 0;
  padding: 0.5em 0;
}

/* page specific styling */

#home .menu {
  width: 205px;
  margin: 205px auto 0 auto;
  padding: 0;
}

#home .menu li {
  display: inline;
  padding: 12px;
}

.timeline #content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.timeline #content ul li {
  margin: 1em 0;
}

.timeline #content ul li p {
  margin: 0;
}

#portrait {
  float: right /* left or right */;
  padding: 2.5em 1.5em;
}

.category { 200% }

.name, .performance { font-family: Times New Roman, serif; text-decoration: none; font-size: 160%;; color: #bfbfbf }

.choreographer {  }
.description { color: #bfbfbf; font-weight; bold; font-family: Arial, Helvetica, sans-serif }

.press1 {  }
.press2 {  }

.promo1 { line-height: 100%; color: #bfbfbf; font-family: Arial, Helvetica, sans-serif; font-size: 100% }
.promo2 { color: #3f3f3f; font-weight: 900; font-size: 125%; font-family: Arial, Helvetica, sans-serif }
.promo3 { color: #bfbfbf; font-size: 90%; font-family: Arial, Helvetica, sans-serif }
.promo4 { color: #707070; font-size: 85%; font-family: Arial, Helvetica, sans-serif; }

.info1 {  }
.info2 {  }
.info3 {  }

.upcoming1 {  }
.upcoming2 {  }

.slidefader {
  position: relative;
  padding: 0 1em;
}

.left .slidefader {
  float: right;
}

.centre .slidefader {
  float: none;
  text-align: center;
}

.right .slidefader {
  float: left;
}

.slightfader img {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}

.timeline #i18n {
  margin-bottom: 2.2em;
}

.timeline .menu {
  clear: both;
  border-top: 1px solid #383838;
  text-align: center;
  font-size: 90%;
  margin-bottom: 0;
}
.timeline .submenu {
}

.timeline .menu li {
  float: left;
  margin: 0 0 -1.8em 0;
  padding: 0 0.5em;
  position: relative;
  top: -1.8em;
  line-height: 1em;
/*  letter-spacing: 0.08em; */
}

.timeline .menu li a {
  display: block;
  min-width: 4em;
  padding: 2px 0.2em 0.25em 0.2em;
  border-color: #383838;
  border-style: solid;
  border-width: 1px 2px;
  background: black;
}

.timeline .menu li a:focus,
.timeline .menu li a:hover {
  border-bottom-color: white;
}

.timeline .menu .selected a,
.upcoming #upcoming a {
  color: #D7D7D7;
  background: #383838;
}
.timeline .menu .selected a:hover {
  border-bottom-color: #383838;
  cursor: default;
}

.timeline .left {
  text-align: left;
}

.timeline .right {
  text-align: right;
}

#contactform .section {
  padding-top: 3em;
}
#contactform .thirdfloor .section {
  padding-top: 0;
}

#contactform form {
  width: 470px;
  margin: 2em 0 0 8em;
  padding: 0 2px 0 0;
}
#contactform .thirdfloor form {
  margin-top: 1em;
}

fieldset {
  margin: 1em 0;
  padding: 0;
  border: none;
}

#contactform label {
  display: block;
  clear: both;
  margin: 1em 0;
}

#contactform label input.text {
  float: right;
  width: 30em;
  margin-right: -2px;
}

#contactform textarea {
  display: block;
  width: 100%;
  height: 16em;
}

#contactform p.button {
  text-align: right;
  margin-right: -2px;
}


#footer .horizontal {
  clear: none;
  float: left;
  margin: 0;
  padding: 0.5em 0 0.5em 0;
}

#i18n .horizontal {
  margin: 0;
  padding: 0;
  clear: none;
  float: left;
}

#footer .horizontal li, #i18n .horizontal li {
  margin: 0;
  padding: 0 0.5em 0 0.5em;
  border-right: 1px solid #999;
}

#footer .horizontal li a {
  border-bottom: 2px solid black;
  padding: 0 0 3px 0;
  position: relative;
}

#footer .horizontal li.selected a {
  text-decoration: none;
  border-bottom: 2px solid white;
  color: white;
}

#footer .horizontal li a:focus,
#footer .horizontal li a:hover {
  text-decoration: none;
  border-bottom: 2px solid white;
}

/* en_2001 */
.placeholder {
  width: 200px;
  height: 267px;
  position: relative;
  margin-top: 5em;
}

#p_en2001 .placeholder .slidefader {
  position: absolute;
}

.f_right .placeholder {
  float: left;
  padding-right: 1em;
}

.f_left .placeholder {
  float: right;
  padding-left: 1em;
}

#p_en2001 .section {
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2em;
  overflow: visible;
}

.section.f_left {
  clear: left;
}

.section.f_right {
  clear: right;
  text-align: right;
}

.section.f_right p {
  margin-left: 1em;
}

.section.f_left p {
  margin-right: 1em;
}

.section .f_right {
  clear: right;
  margin: 0;
  padding: 0 0 0 2em;
}

.section .f_left {
  margin: 0;
  padding: 0 2em 0 0;
}

.column {
  width: 500px;
  float: left;
  padding: 10px;
}
.alt {
  width: 220px;
  float: right;
}

/* 3e etage Home page */
.latest {
  width: 320px;
  float: left;
  clear: both;
  padding-left: 30px;
}
.latest h2 {
  clear: both;
  padding-top: 2em;
}
.videos,
.about {
  width: 320px;
  float: right;
  clear: right;
  padding-right: 30px;
}
.videos .thumbnail {
  text-align: center;
}
.videos .thumbnail img {
  border: none;
}

/* 3e Etage Video page */

.major {
  overflow: hidden;
  margin-bottom: 2.4em;
  position: relative;
}
.major .video {
  text-align: center;
  width: 480px;
}
.major .movieplayer {
}
.major .downloads {
  position: absolute;
  left: 540px;
  top: 30px;
  width: 180px;
  font-size: 90%;
  text-align: left;
  line-height: 1.25;
}
#content .major .downloads ul {
  padding-left: 0.8em;
}
#content .major .downloads li {
  margin: 2px 0;
}
.minor {
  overflow: hidden;
  font-size: 75%;
}
.minor .video {
  width: 240px;
  padding: 8px;
  float: left;
  text-align: center;
}
.thumbnail img {
  border: 1px solid #333;
}

/* 3e etage gallery */
.pictureframe {
  position: relative;
  width:520px;
  margin:0 auto;
  padding: 0 60px;
  text-align: center;
}
.pictureframe .previous {
  position: absolute;
  left: 0; top: 120px;
}
.pictureframe .next {
  position: absolute;
  right: 0; top: 120px;
}

/* IE 7 styles */

#wrap { zoom: 1; }
#header { zoom: 1; }
#content { zoom: 1; }
#header .menu { zoom: 1; }

.timeline .menu, .timeline .menu li { margin-top: 0; }
.layout #i18n ul li { margin-top: 0; margin-bottom: 0; }
.section { zoom: 1; padding-top: 1em;}

.horizontal li { zoom: 1 }

/* IE 6 styles */

* html #wrap { height: 580px; }
* html #header {width: 100%; }
* html #content {height: 1px; }
* html #header .menu { height: 1px; }
* html .timeline .menu { margin-top: 0; }
* html .section { height: 1px; padding-top: 1em;}
* html .horizontal li { height: 1px; }

/* IE 5 styles */


