/* Colors */
/*
HUVUDMENYN:

Martin Willert -Composer = LIGHT GREY
“sounds&videos” = MIDDLE GREY
“works”, “about”, “news” = DARK GREY
punkterna emellan = MIDDLE GREY

(pilen fattas fortfarande...ska rita den snart…)

MEDIADELEN:
BACKGROUND=DARK GREY

(OBS. GÅR HELA VÄGEN UPP NU IGEN. FILMFÖNSTRET =SAMMA
STARTHÖJD SOM MENYN, dvs y=80px. Gärna helt svart filmfönster innan man
har valt något)
TEXT=WHITE

----
MOUSE OVER = ALLTID RED MOUSE OVER
VALT ALTERNATIV (on click)= ALLTID RED ACTIVE


DARK GREY 66,66,66
MIDDLE GREY 96,96,96
LIGHT GREY 232,232,232
RED MOUSE OVER 230,22,21
RED ACTIVE 198,10,16



*/
/* Fonts */
/* Dimensions */
@font-face {
  font-family: 'copperPlateWF';
  src: url("../copperplate_becker_bold-webfont.eot");
  src: url("../copperplate_becker_bold-webfont.eot?#iefix") format('embedded-opentype'), url("../copperplate_becker_bold-webfont.woff") format('woff'), url("../copperplate_becker_bold-webfont.ttf") format('truetype'), url("../copperplate_becker_bold-webfont.svg#webfontregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* resets */
body {
  margin: 0;
  padding: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* end resets */
body {
  background-color: #fff;
  color: #111;
}
#wrap {
  height: 630px;
  width: 1250px;
  left: -350px;
  margin-top: 40px;
}
#page {
  margin-left: 430px;
}
#media {
  width: 350px;
  height: 100%;
  background-color: #424242;
  text-align: center;
  box-shadow: 3px 3px 12px #aaa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #f8f9fa;
  position: fixed;
  left: -350px;
}
.show-media #media {
  left: 0;
}
#media {
  -webkit-transition: 0.7s left ease;
  -moz-transition: 0.7s left ease;
  -o-transition: 0.7s left ease;
  -ms-transition: 0.7s left ease;
  transition: 0.7s left ease;
}
#media input {
  color: #f8f9fa;
  -webkit-transition: 0.3s padding-left ease;
  -moz-transition: 0.3s padding-left ease;
  -o-transition: 0.3s padding-left ease;
  -ms-transition: 0.3s padding-left ease;
  transition: 0.3s padding-left ease;
  padding-left: 0;
}
#media .active input,
#media input:hover {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding-left: 5px;
  color: #e61615;
}
#media .active input {
  color: #c60a10;
}
#currently-playing {
  font-family: Verdana, Arial, Sans serif;
  font-size: 11px;
  margin: 8px 0 0 12px;
  height: 1em;
  text-align: left;
  padding-left: 5px;
}
#currently-playing input {
  font-weight: bold;
}
#currently-playing input:hover {
  padding-left: 0;
  cursor: pointer;
}
#media-container {
  margin: 10px auto 0 auto;
  background-color: #111;
}
#loose-media {
  text-align: left;
  margin: 10px 0 0 10px;
}
#loose-media form {
  width: 90%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#loose-media .active form input {
  font-weight: bold;
  color: #c60a10;
}
#currently-playing input,
#media input.play-piece {
  background: none;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
}
.piece-data .play-piece {
  border: none;
  background: none;
  font-size: 10px;
  font-weight: bold;
  margin-top: 5px;
  moz-transition: all 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
}
.piece-data .play-piece:hover {
  color: #e61615;
}
#wrap {
position: relative;
-webkit-transition: 0.7s left ease;
-moz-transition: 0.7s left ease;
-o-transition: 0.7s left ease;
-ms-transition: 0.7s left ease;
transition: 0.7s left ease;
}
#wrap.show-media {
left: 0px;
-webkit-transition: 0.7s left ease;
-moz-transition: 0.7s left ease;
-o-transition: 0.7s left ease;
-ms-transition: 0.7s left ease;
transition: 0.7s left ease;
}
#header-wrap {
  font-family: 'copperPlateWF';
  font-size: 16px;
  height: 56px;
  color: #555;
  line-height: 20px;
  letter-spacing: 3px;
  width: 395px;
  text-align: right;
}
#header {
  width: 395px;
}
#header-wrap h1 {
  font-size: 14px;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: normal;
  line-height: 15px;
  text-transform: uppercase;
  text-align: left;
  font-size: 10px;
}
#header-wrap h1 a {
  color: #e8e8e8;
  -webkit-transition: 0.4s color ease;
  -moz-transition: 0.4s color ease;
  -ms-transition: 0.4s color ease;
  -o-transition: 0.4s color ease;
  transition: 0.4s color ease;
}
#header-wrap h1 a:hover {
  color: #888;
  -webkit-transition: 0.4s color ease;
  -moz-transition: 0.4s color ease;
  -ms-transition: 0.4s color ease;
  -o-transition: 0.4s color ease;
  transition: 0.4s color ease;
}
#header a#sounds-and-videos {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  background: transparent no-repeat 135px 5px;
  background-image: url("../images/media-arrow.png");
  position: relative;
  left: -3px;
}
.nav {
  font-family: 'copperPlateWF';
  font-size: 12px;
  text-transform: uppercase;
}
.nav li {
  display: inline-block;
}
#header li {
  float: left;
  width: 30%;
}
li#nav-about {
  width: 40%;
  position: relative;
  left: 10px;
}
li#nav-about:after,
li#nav-about:before {
  content: ".";
  position: absolute;
  bottom: 3px;
  color: #606060;
}
li#nav-about:after {
  right: 0;
}
li#nav-about:before {
  left: -4px;
}
.nav li a,
#header a#sounds-and-videos {
  color: #424242;
  -webkit-transition: 0.2s color ease;
  -moz-transition: 0.2s color ease;
  -ms-transition: 0.2s color ease;
  -o-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
#main-nav a:hover,
.nav li a:hover,
#header a#sounds-and-videos:hover {
  color: #e61615;
  -webkit-transition: 0.2s color ease;
  -moz-transition: 0.2s color ease;
  -ms-transition: 0.2s color ease;
  -o-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
#header a#sounds-and-videos:hover {
  background-image: url("../images/media-arrow-hover.png");
}
#main-nav a#current-main-nav-link,
.show-media #header a#sounds-and-videos {
  color: #c60a10;
}
.show-media #header a#sounds-and-videos {
  background-image: url("../images/media-arrow-active.png");
}
#header li:first-child:after {
  right: 2px;
}
#header li:last-child:before {
  left: 6px;
}
.nav li.active {
  color: #c60a10;
}
.about #nav-about {
  color: #c60a10;
}
.works #nav-works {
  color: #c60a10;
}
.news #nav-news {
  color: #c60a10;
}
.dot {
  position: absolute;
  bottom: 15%;
  color: #555;
}
#main-nav li#nav-about .dot {
  right: 5px;
}
#main-nav li#nav-news .dot {
  left: 9px;
}
#single-piece .nav .dot {
  right: 13px;
}
#main-nav #nav-works {
  text-align: left;
}
#main-nav #nav-about {
  text-align: center;
}
#main-nav #nav-news {
  text-align: right;
}
#sub-nav {
  font-family: 'copperPlateWF';
  height: 17px;
}
#sub-nav li {
  display: inline-block;
  padding-left: 25px;
}
#sub-nav li:first-child {
  padding-left: 0;
}
#main-nav a {
  color: #424242;
  letter-spacing: 5px;
  font-size: 16px;
}
.nav,
#sub-nav {
  letter-spacing: 2px;
}
.sub-content {
  margin: 0;
  margin-top: 10px;
  letter-spacing: 1px;
}
.works .sub-content {
  margin-top: 20px;
}
.news .sub-content {
  margin: 0 0 0 25px;
}
.sub-content .pictures {
  padding-left: 366px;
}
.sub-content .pictures li {
  margin-bottom: 4em;
}
.sub-content .pictures li img {
  height: 140px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#content {
  font-family: Verdana, Arial, Sans serif;
  margin-top: 28px;
  line-height: 16px;
}
/* content has different x-pos depending on main-nav */
.works #content {
  padding-left: 0;
}
.about #content {
  padding-left: 162px;
  width: 770px;
}
.news #content {
  padding-left: 280px;
  width: 790px;
  overflow: hidden;
}
/* work view */
.piece-summary > a {
  padding: 5px 10px;
  margin: 0 0 8px 0;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.piece-summary > a:focus {
  border: 1px solid #ddd;
  outline: none;
}
.piece-summary > a:hover .piece-title,
.piece-summary > a:focus .piece-title {
  color: #e61615;
}
.play-piece .piece-title {
  text-transform: none;
}
a#current-piece-link {
  left: 85px;
/* width of {.piece-summary img} + margin-left of {a.piece-summary-link ul} */
}
a#current-piece-link .piece-title {
  color: #c60a10;
}
.piece-summary-link:hover {
  left: 15px;
}
a#current-piece-link:hover,
a#current-piece-link:focus {
  border: 1px solid #ddd;
}
a#current-piece-link:focus {
  border-color: transparent;
}
.piece-summary img {
  width: 55px;
  height: 65px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.piece-summary-link {
  display: block;
  position: relative;
  left: 0;
}
a.piece-summary-link {
  -webkit-transition: 0.7s left ease;
  -moz-transition: 0.7s left ease;
  -o-transition: 0.7s left ease;
  -ms-transition: 0.7s left ease;
  transition: 0.7s left ease;
}
a.piece-summary-link ul {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  line-height: 19px;
}
.piece-title {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.piece-setting {
  font-size: 10px;
}
.piece-type {
  margin-top: 5px;
  font-size: 8px;
}
#pieces {
  float: left;
  height: auto;
  width: 350px;
  padding-right: 5px;
  overflow: visible;
}
#pieces > li {
  position: relative;
  margin-bottom: 1.5em;
}
#single-piece {
  position: absolute;
  left: 340px;
  top: 0;
  margin-left: 120px;
  width: 330px;
  visibility: hidden;
}
.piece-summary > #single-piece {
  visibility: visible;
}
#piece-data-container {
  font-size: 10px;
}
#single-piece .nav li {
  width: 100px;
  position: relative;
}
#single-piece .title {
  text-align: left;
}
#single-piece .piece-data ul {
  margin-top: 10px;
}
#single-piece .piece-data ul li {
  margin-bottom: 3px;
}
#single-piece .piece-data.more-info {
  font-size: 12px;
}
#filter {
  width: 80px;
  font-size: 9px;
  padding: 1px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
}
.hidden {
  display: none;
}
#sort-and-filter {
  margin-top: 5px;
  font-size: 10px;
}
#sort-and-filter li {
  margin-left: 10px;
}
.separator {
  border-top: 1px solid #ddd;
  width: 50%;
  margin: 2em auto;
}
#pinfo-basics {
  text-align: center;
  overflow: hidden;
}
#pinfo-basics > img {
  width: auto;
  height: auto;
}
#pinfo-more-info {
  overflow: auto;
  text-align: center;
}
.pinfo-amount {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
}
.pinfo-more-info #pinfo-more-info {
  visibility: hidden;
}
.pinfo-wrap-more-info #pinfo-amount-more-info {
  visibility: hidden;
}
.pinfo-wrap-basics {
  margin-bottom: 3em;
}
a.lang-en,
a-lang-sv {
  color: inherit;
}
.lang-en #lang-en.bio-lang-link,
.lang-sv #lang-sv.bio-lang-link {
  display: none;
}
.press-lang-en #press-orig,
.press-lang-orig #press-en {
  display: none;
}
.press-lang-en #press-en,
.press-lang-orig #press-orig {
  display: block;
}
.press-lang-en a#lang-en,
.press-lang-orig a#lang-orig,
.press-lang-sv a#lang-sv {
  display: none;
}
.pinfo-press-lang-link {
  font-size: 10px;
}
.about-sub-menu {
  height: 16px;
}
#bio-header,
#quotes-header {
  position: relative;
  top: -4px;
  font-size: 10px;
}
#bio-header {
  text-indent: 78px;
}
#bio-footer {
  font-size: 12px;
}
#quotes-header {
  text-indent: 202px;
}
#press {
  text-align: left;
}
#press h4 {
  font-family: 'copperPlateWF';
  margin-bottom: 0;
}
#press h4,
#press .nav {
  text-align: center;
}
#news-items li h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
#news-items {
  font-size: 10px;
}
#news-items.news-items-puffs {
  letter-spacing: 1px;
}
#news-items > li {
  width: 470px;
  padding: 15px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
}
#news-items > li .ts {
  float: right;
}
#news-items li:first-child,
#news-items li.is-puff,
#news-items.news-items-puffs li {
  font-size: 11px;
}
#news-items.news-items-puffs {
  margin: 10px 0 0 25px;
}
.about .sub-content {
  font-size: 10px;
}
.fade,
#content {
  -webkit-transition: 0.2s opacity linear;
  -moz-transition: 0.2s opacity linear;
  -o-transition: 0.2s opacity linear;
  -ms-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear;
}
#content.fade {
  opacity: 0;
}
#content {
  opacity: 1;
}
.fade-fallback {
  display: none;
}
.use-lang-en .lang-sv,
.use-lang-en .lang-orig {
  display: none;
}
.use-lang-sv .lang-en,
.use-lang-sv .lang-orig {
  display: none;
}
.use-lang-orig .lang-en,
.use-lang-orig .lang-sv {
  display: none;
}
#media-player {
  height: 400px;
}
.js-dial.about-pictures-show {
  max-width: 60%;
  min-width: 0;
}
.js-dial.about-pictures-show p {
  margin-bottom: 0;
}
.js-dial.about-pictures-show img {
  max-width: 100%;
}
