/* @override 
	http://localhost/Revue2011/mainstyle.css */

html {
   margin: 0;
}

body {
   margin: 0;
   background-color: #000000;
   color: #ffffff;
   font-family: Arial, Helvetica, Geneva, sans-serif;
}

header {
   margin-bottom: 40px;
   border-bottom: 5px solid #2a2a2a;
   width: 1100px;
   margin-right: auto;
   margin-left: auto;
}

#page {
   border: 1px solid #000000;
   width: 1100px;
   margin: 50px auto;
   
   -webkit-transition: width 1s;
      -moz-transition: width 1s;
        -o-transition: width 1s;
           transition: width 1s;
           padding-right: 50px;
           padding-left: 50px;
        }

h1 {
   text-align: center;
   font-size: 170px;
   line-height: 170px;
   margin-top: 0;
   margin-bottom: 0;
   letter-spacing: 6px;
   word-spacing: 26px;
}

h2 {
   text-align: center;
   font-size: 50px;
   margin-top: 0;
   margin-bottom: 15px;
   color: #b8b8b8;
}

nav ul {
   list-style-type: none;
   text-align: center;
   font-size: 30px;
   letter-spacing: 2px;
}

nav ul li {
   display: inline-block;
   padding-right: 20px;
   padding-left: 20px;
   margin-right: 20px;
   margin-left: 20px;
   border-bottom: 5px solid #000000;
}

nav ul li:hover {
   border-bottom: 5px solid #fa0000;
}

nav ul li.selected {
   border-bottom: 5px solid #fa0000;
}

nav ul li a {
   color: #ffffff;
   text-decoration: none;
}

#vid-nav {
   width: 234px;
   float: left;
   padding-right: 11px;
}

#vid-nav h2 {
   margin-top: 0;
}

#player {
   width: 853px;
   height: 480px;
   border: 1px solid #9b9b9b;
   
   -webkit-transition: width 1s, height 1s;
      -moz-transition: width 1s, height 1s;
        -o-transition: width 1s, height 1s;
           transition: width 1s, height 1s;
}

#more-controls {
   width: 853px;
   float: right;
}

#caption-button {
   
}

.float-left {
   float: left;
}

.float-right {
   float: right;
}

#hd-button {
   text-align: right;
}

#more-controls a:hover {
   color: #ea0000;
   cursor: pointer;
}

#chapter-list {
   list-style-type: none;
   padding: 0;
   margin-top: 0;
}

#chapter-list li {
   padding: 10px 10px 10px 40px;
   border-left: 3px solid #aeaeae;
   -webkit-transition: background-color 0.3s, height 0.3s;
      -moz-transition: background-color 0.3s, height 0.3s;
        -o-transition: background-color 0.3s, height 0.3s;
           transition: background-color 0.3s, height 0.3s;
   margin-bottom: 5px;
   overflow: hidden;
   position: relative;
   display: block;
   cursor: pointer;
   height: 16px;
}

.link-span {
   position: absolute; 
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   z-index: 1;
   background-image: url('empty.gif');
}

#chapter-list li:hover {
   background-color: #4b4b4b;
   height: 250px;
}

#chapter-list li a {
   color: #ffffff;
   font-size: 16px;
   line-height: 15px;
   font-weight: bold;
   letter-spacing: 2px;
   text-decoration: none;
}

.skit {
   background: url(skitw.png) no-repeat 5px 4px #939393;
}

.main-sequence {
   background: url(msw.png) no-repeat 5px 4px #5e5e5e;
}

.song {
   background: url(songw.png) no-repeat 5px 4px #363636;
}

.dance {
   background: url(dancew.png) no-repeat 5px 4px #1e1e1e;
}

.film {
   background: url(filmw.png) no-repeat 5px 4px #4f4f4f;
}

.skit.current-chapter {
   background: url(skit.png) no-repeat 5px 4px #939393;
}

.main-sequence.current-chapter {
   background: url(ms.png) no-repeat 5px 4px #5e5e5e;
}

.song.current-chapter {
   background: url(song.png) no-repeat 5px 4px #363636;
}

.dance.current-chapter {
   background: url(dance.png) no-repeat 5px 4px #1e1e1e;
}

.film.current-chapter {
   background: url(film.png) no-repeat 5px 4px #1e1e1e;
}

#chapter-list li.current-chapter {
   background-color: #ffffff;
   color: #000000;
   border-left: 3px solid #ff0303;
   height: 250px;
}

#chapter-list li.current-chapter a {
   color: #000000;
}

.chapter-details {
   font-size: 13px;
}

footer {
   clear: both;
   margin-top: 40px;
   text-align: center;
   border-top: 5px solid #2e2e2e;
   padding-top: 20px;
}

#preloader {
   display: none;
}

.hidden {
   width: 1px;
   height: 1px;
}

.main-modifier {
	border-bottom-style: none;
	margin-bottom: 0;
	margin-top: 0;
}