/**** Base styles ****/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body { 
  font: 13px 'Helvetica Neue', Arial, sans-serif;
  color: #222;
  line-height: 1.6em;
  overflow-x: hidden;
}

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

a:hover {
  color: #D26;
}

a:active {
  background: hsla( 0, 100%, 100%, 0.5 );
}

h1, h2 {
  font-weight: 100;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 17px;
  font-weight: bold;
}

h3, p, ul, ol, pre, dl {
  margin-bottom: 1.0em;
}

strong { font-weight: bold; }


/**** Nav ****/

#nav {
  position: fixed;
  top: 50%;
  width: 100%;
  margin-top: -60px;
  padding-bottom: 10px;
  background: url(../images/bg_bottom.png) left bottom repeat-x;
  z-index: 998;
}
#nav h1 {
  position: relative;
  display: inline;
  float: left;
  width: 270px;
  height: 111px;
  margin: 0;
  background: url(../images/logo_bg.png) left top no-repeat;
  text-align: center;
}
#nav h1 img {
  margin-top: 40px;
}
#nav_inner {
  position: relative;
  height: 111px;
  margin: 0;
  background: url(../images/bg_top.png) left top repeat-x;
  overflow: hidden;
}
#link {
  position: absolute;
  right: 20px;
  top: 15px;
}
#link li {
  display: inline;
  float: left;
  margin-left: 10px;
}
#link a {
  padding-left: 20px;
  color: #888;
}
#biography {
  background: url(../images/user.png) left 1px no-repeat;
}
a#biography_en {
  padding-left: 0;
}
#discography {
  background: url(../images/cd.png) left 1px no-repeat;
}
#contact {
  background: url(../images/mail.png) left 1px no-repeat;
}
#filter {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.selectbox {
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}
div.selectbox a.select {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 170px;
  color: #f0f0f0;
  text-decoration: none;
  cursor: pointer;
}
#artist_select a.select {
  width: 210px;
}
div.selectbox a.select span {
  padding: 0 22px 0 7px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #353535;
  display: block;
  height: 28px;
  background: url(../images/arrow.png) no-repeat 155px 10px #191919;
  line-height: 28px;
}
#artist_select a.select span {
  background: url(../images/arrow.png) no-repeat 195px 10px #191919;
}
div.selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 28px;
  zoom: 1.1;
  z-index: 998;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
#artist_select select {
  width: 210px;
}

#content_wrapper {
  clear: both;
  background: url(../images/bg_repeat.png) left top repeat;
}
#nav .content {
  position: relative;
  display: none;
  padding: 30px 50px 10px;
  color: #f0f0f0;
}
#nav .content_inner {
  overflow: auto;
}
#nav .content .close {
  position: absolute;
  top: 0;
  right: 50px;
  font-size: 28px;
  color: #fff;
}
.list_table {
  border-collapse: collapse;
  border-spacing: 0;
}
.list_table th,
.list_table td {
  padding: 4px 5px;
  border: solid 1px #696969;
}
.list_table th {
  text-align: left;
}
.list_table .click img {
  vertical-align: bottom;
}

@media screen and (max-width: 480px) {
  #nav {
    margin-top: -90px;
  }
  #nav h1 {
    width: auto;
    height: 113px;
    padding-left: 20px;
    background: url(../images/bg_top.png) left top repeat-x;
  }
  #nav h1 img {
    margin-top: 30px;
  }
  #nav_inner {
    height: 113px;
  }
  #link {
    top: 30px;
  }
  #link li {
    float: right;
  }
  #filter {
    position: relative;
    right: auto;
    bottom: auto;
    padding-left: 20px;
    background: url(../images/bg_repeat.png) left top repeat;
  }
  .selectbox {
    display: block;
  }
  #nav .content {
    padding: 30px 0 10px;
  }
  #nav .content_inner {
    padding: 0 20px;
  }
  #nav .content .close {
    right: 20px;
  }
}

/**** Content ****/

#content {
  padding: 10px 10px 10px 210px;
}




/**** Demos ****/

#container {
  width: 120%;
}

.box {
  display: inline;
  float: left;
  width: 128px;
  height: 128px;
  overflow: hidden;
}

.box img {
  display: block;
  width: 100%;
}

#zoom{
  z-index: 999;
}
.info {
  display: none;
  max-width: 80%;
  min-width: 30%;
}
.info_table th {
  padding-right: 10px;
  text-align: right;
  font-weight: bold;
}
.info_table td.more {
  text-align: right;
}
.info_table a {
  color: #707389;
}
.image_l {
  display: inline;
  float: left;
  margin-right: 10px;
}

.box.invis a {
  cursor: default;
}

.box.invis img {
  filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
  opacity: .2;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (max-width: 1024px) {
  .box.invis img {
    opacity: .2;
  }
}

#zoom_content {
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
      border-radius: 5px;
  box-shadow: 2px 2px 10px #000;
    -moz-box-shadow: 2px 2px 10px #000;
      -webkit-box-shadow: 2px 2px 10px #000;
}
/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
