*{margin: 0; padding: 0;}

html body
{
  cursor: default;
  background-color: #000000;
  color: #cccccc;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
h2
{
  margin-bottom: 10px;
  font-size: 18px;
}
h3
{
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}
a:link
{
  color:#ffffff;
  text-decoration: none;
}
a:visited
{
  color: #ffffff;
  text-decoration: none;
}
a:hover
{
  color: #ffffff;
  text-decoration: none;
}
a:active
{
  color: #ffffff;
  text-decoration: none;
}
::-webkit-scrollbar
{
  width: 20px;
}
::-webkit-scrollbar-track
{
  background-color: #999999;
  border: 1px solid #bbbbbb;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(5, 5, 5, 5);
  border: 1px solid #bbbbbb;
}

#menu
{
  display: none;
  z-index: 100;
  background-color: #000000;
  position: fixed;
  width: 100%;
  min-height: 50px;
}
.menu-row
{
  position: relative;
  height: 0px;
  width: 100%;
  overflow: hidden;
  float:left;
  margin-top: 7px;
}
.menu-column
{

  margin-left: 7px;
  position: relative;
  overflow: hidden;
  float: left;
  padding-left: 4px;
  border-left: 2px solid #777777;
}
.menu-column-left
{
  width: 180px;
}
.menu-column-right
{
  height: 0px;
  width: 300px;
}
.menu-item:hover
{
  color: #ffffff;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.menu-item
{
  cursor: pointer;
  color: #cccccc;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.menu-item a:link
{
  cursor: pointer;
  color: #cccccc;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.menu-item a:visited
{
  cursor: pointer;
  color: #cccccc;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.menu-item a:hover
{
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.menu-item-active 
{
  color: #ffffff;
  z-index:200;
  background-color: #000000;
  width: 100%;
}
#content
{
  display: none;
  width: 96%;
  position: fixed;
  margin-top: 60px;
  margin-left: 7px;
}
#enter-button
{
  position: absolute;
  cursor: pointer;
  height: 20px;
  width: 120px;
  background-image: url('images/enter.png');
  z-index: 100;
  top: 10px;
}
#buttons
{
  position: absolute;
  width: 120px;
  height: 45px;
  z-index: 80;
  bottom: 6px;
  left: 7px;
}

#nav-buttons
{
  display: none;
  position: absolute;
  bottom: 0px;
  width: 85px;
  height: 20px;
}
.button-nav
{
  cursor: pointer;
  width: 39px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
}
.button-nav-loading
{
  cursor: pointer;
  width: 79px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
}
.button-prev
{
  background-image:url('images/left.png');
  left: 0px;
}
.button-prev-loading
{
  background-image:url('images/loading.png');
  left: -40px;
}
.button-prev:hover
{
  background-image:url('images/left-hover.png');
}
.button-next
{
  background-image:url('images/right.png');
  right: 0px;
}
.button-next:hover
{
  background-image:url('images/right-hover.png');
}
.button-next-loading
{
  background-image:url('images/loading.png');
  right: -40px;
}
.textpages
{
  display: none;
  margin-top: 50px;
  margin-left: 200px;
  float: left;
  width: 320px;
  font-size: 12px;
  overflow-y: auto;
}

.biography
{
  display: none;
}
.presspage
{
  display: none;
  position: relative;
  float: left;
  margin-right: 10px;
  width: 40%;
}
.title
{
  font-size: 14px;
  margin-top: 10px;
}
.avatar
{
  position: absolute;
  top: 54px;
  left: 7px;
}
.hidden
{
  display: none;
}
.visible
{
  display: block;
  max-width: 100%;
}
.images
{
  position: relative;
}
#imginfo
{
  position: relative;
  display: none;
}
.caption
{
  position: absolute;
  margin: 5px;
  border-left: 2px solid #777777;
  padding-left: 5px;
}
.glasses
{
  display: none;
  position: absolute;
  right: 0px;
}
dt 
{ 
  float: left; 
  clear: left;
}

ul
{
  list-style: none;
}
li
{
  height: 25px;
  font-size: 12px;
}
.img-container
{
  display: block;
  max-width: 100%;
  width: auto;
  height: 0px;
  position: absolute;
  overflow: hidden;
}
#cover
{
  position: absolute;
}
#player
{
  position: relative;
  margin-top: 5px;
  display: block;
}
#video
{
  display: block;
  height: 100%;
  width: auto;
}
#video-buttons
{
  display:none;
  position: absolute;
  top: 0px;
  width: 85px;
  height: 20px;
}
#playPause
{
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 40px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url('images/playPause.png');
}
#playPause:hover {
  background-image: url('images/playPause-hover.png');
}
#fullscreen
{
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 40px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url('images/fullscreen.png');
}
#fullscreen:hover
{
  background-image: url('images/fullscreen-hover.png');
}
#album-title
{
  height: 0px;
  overflow: hidden;
  margin-left: -7px;
  position: absolute;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 34px;
  border-radius: 7px;
  font-color: #ffffff;
  background-color: #000000;
  z-index: 10;
  top: 35%;
}
#side-player
{
  margin-top: 60px;
  position: relative;
  display: block;
}
#sidebar
{
  position: relative;
  float: left;
}
.sidevid
{
  cursor: pointer;
  color: #ffffff;
}
#close-video
{
  display: none;
}

@media screen and (max-width: 505px) {
  *{margin: 0; padding: 0;}
  html body
  {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0px;
    overflow: hidden;
  }
  .menu-title
  {
    font-size: 10px;
    background: #333333;
    border: 3px solid #555555;
  }
  .avatar
  {
    display: none;
  }
  .textpages
  {
    position: relative;
    margin: 0px;
    float: left;
    font-size: 12px;
    width: 100%;
    overflow-y: auto;
  }
  #content
  {
    margin-top: 60px;
  }

  .caption
  {
    font-size: 12px;
    position: absolute;
    margin: 5px;
    border-left: 2px solid #777777;
    padding-left: 5px;
  }
  .glasses
  {
    display: none;
    width: 65px;
    height: auto;
  }
  .presspage
  {
    position: relative;
    float: left;
    font-size: 12px;
    width: 100%;
  }

  #album-title
  {
    height: 0px;
    overflow: hidden;
    margin-left: -7px;
    position: absolute;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    border-radius: 7px;
    font-color: #ffffff;
    background-color: #000000;
    z-index: 10;
    top: 20%;
  }
  #sidebar
  {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
  }
  #side-player
  {
    margin-top: 0;
    position: relative;
    display: block;
  }
  #close-video
  {
    display: block;
    margin-bottom: 10px;
  }
}
