html {
    padding:0px;
    margin:0px;
}

body {
    padding:0px;
    margin:0px;
    background-image: url("http://www.7t9.net/images/background.jpg");
    background-repeat: repeat;
    background-position: center;
    background-color: #80537E;
    font-family: Arial,Helvetica,Verdana,Swiss,SunSans-Regular,non-serif;
    font-size:12px;
    line-height: 18px;
    color: #333333;
}

#background-layer {
    position: absolute;
    padding:0px;
    width:900px;
    left:50%;
    margin-left:-450px;
    height:700px;
    top:50%;
    margin-top:-350px;
    background-image: url("http://www.7t9.net/images/background2.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

#logo {
    position:absolute;
    left:50%;
    width:800px;
    margin-left:-400px;
    top:50%;
    height:50px;
    margin-top: -300px;
    background-color: #80537E;
    background-image: url("http://www.7t9.net/images/logo.jpg");
    background-repeat: no-repeat;
}

#nav {
    position:absolute;
    left:50%;
    width:800px;
    margin-left:-400px;
    top:50%;
    height:20px;
    margin-top:-250px;
    font-size:12px;
    line-height: 14px;
    background-image: url("http://www.7t9.net/images/nav_bg.jpg");
    background-repeat: repeat-x;
}

.nav_link {
    font-size:12px;
    line-height:20px;
    display:inline;
    color: #333333;
    text-decoration: none;
}

a.nav_link:active, a.nav_link:hover {
    color: #CCCCCC;
}

#nojs {
    position: absolute;
    width:800px;
    left:50%;
    margin-left:-400px;
    height:16px;
    top:0px;
    background-color:#EFEFEF;
    color:#333333;
    text-align:center;
    font-size:12px;
    line-height: 14px;
    font-weight: bold;
    text-decoration: none;
}


#content {
    position:absolute;
    left:50%;
    width:800px;
    margin-left:-400px;
    top:50%;
    margin-top:-210px;
}

.prev, .next {
    position:absolute;
    left:50%;
    width:150px;
    height:14px;
    top:-15px;
    font-size:10px;
    line-height: 12px;
    text-align: center;
    color:#EFEFEF;
    border-top:1px solid #EFEFEF;
}

a.prev, a.prev.visited {
    color:#EFEFEF;
}

a.prev:active, a.prev:hover, a.next:active, a.next:hover {
  color:#80537E;
  background-color: #DFDFDF;
}

.prev {
    margin-left:249px;
    border-left:1px solid #EFEFEF;
    -moz-border-radius-topleft:10px;
    -khtml-border-radius-topleft:10px;

}

.next {
    margin-left:-400px;
    border-right:1px solid #EFEFEF;
    -moz-border-radius-topright:10px;
    -khtml-border-radius-topright:10px;
}

#prev_inactive_button, #next_inactive_button {
    position:absolute;
    color:#333333;
    left:50%;
    width:150px;
    height:14px;
    top:-15px;
    font-size:10px;
    line-height: 12px;
    text-align: center;
    border-top:1px solid #EFEFEF;
}

#prev_inactive_button {
    margin-left:249px;
    border-left:1px solid #EFEFEF;
    -moz-border-radius-topleft:10px;
    -khtml-border-radius-topleft:10px;
}

#next_inactive_button {
    margin-left:-400px;
    border-right:1px solid #EFEFEF;
    -moz-border-radius-topright:10px;
    -khtml-border-radius-topright:10px;
}

#preprev, #prenext {
    position:absolute;
    height:75px;
    top:0px;
    margin-top:142px;
    width:300px;
    left:50%;
    background-color: #DFDFDF;
    visibility: hidden;
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
}

#preprev {
    margin-left:96px;
    border-left:1px solid #CCCCCC;
}

#prenext {
    margin-left:-398px;
    border-right:1px solid #CCCCCC;
    
}

#entry, #archive_entry {
    text-align:left;
    background-color: #EFEFEF;
    text-shadow:1px 2px 3px #999999;
}

#archive_entry {
    border:1px solid #333333;
    margin-bottom:5px;
}

#video_container, #video_cover {
    width:800px;
    height:450px;
    background-color: #000000;
}

#text_container {
    width:630px;
    padding: 5px;
}

#archive_container {
    margin-left:100px;
    margin-right:100px;
    width:600px;
}

#archive_search {
    text-align: center;
    margin-bottom: 20px;
}

#archive_searchfield, #archive_search_suggestions {
    position:absolute;
    top:50%;
    left:50%;
    width:350px;
    margin-left:-200px;
    padding:0px 1px 0px 1px;
}

#archive_search_loading {
    position:absolute;
    top:50%;
    height:18px;
    margin-top:-250px;
    left:50%;
    width:18px;
    margin-left:-222px;
    display:none;
}

#archive_searchfield {
    height:16px;
    margin-top:-250px;
}

#archive_search_suggestions {
    margin-top:-233px;
    display:none;
    background-color: #DFDFDF;
    border:1px solid #333333;
}

#archive_searchbutton {
    position:absolute;
    top:50%;
    height:18px;
    margin-top:-250px;
    left:50%;
    width:75px;
    margin-left:155px;
}

#videostats {
    position:absolute;
    width:150px;
    left:50%;
    margin-left:242px;
    height:50px;
    top:0px;
    margin-top:454px;
    padding:0px 0px 0px 2px;
    background-color: #DFDFDF;
    border:1px dotted #CCCCCC;
    font-size:10px;
    line-height: 12px;
}

#footer {
    font-size: 11px;
    width:800px;
    text-align:center;
    background-image: url("http://www.7t9.net/images/foot_bg.jpg");
    background-repeat: repeat-x;
}

#fullscreen_layer, #originalscreen_layer {
    position:absolute;
    display:none;
    background-color: #666666;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 600px;
}

#original_video_container {
    top: 50%;
    left: 50%;
}

#video_error {
    position:absolute;
    display: none;
    background-color: #EFEFEF;
    color: #000000;
    text-decoration: none;
    width: 800px;
    height: 450px;
    text-shadow:1px 2px 3px #999999;
    -moz-opacity: 0.90;
    opacity: 0.90;
    filter:alpha(opacity=90);
    background-repeat: no-repeat;
    margin-top:-450px;
}

#video_cover {
    display: none;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover {
    color: #CCCCCC;
}

.ilink {
    color:#333333;
}

a.ilink:active, a.ilink:hover {
    color:#000000;
}

.videotitle {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

.video-fallback {
    width:790px;
    height:444px;
}

.ihh { font-weight: bold; }
.iht { color: #333333; }

.archive_input {
    font-size:12px;
    line-height: 14px;
    text-decoration: none;
    border:1px solid #333333;
}

input, textarea {
    font-family: Arial,Helvetica,Verdana,Swiss,SunSans-Regular,non-serif;
    font-size:12px;
    line-height: 18px;
    color: #333333;
    border:1px solid #CCCCCC;
}

.error1, .error2 {
    color: #333333;
}

.error1 {
    font-size: 14px;
    font-weight: bold;
}

.error2 {
    font-size: 10px;
}

.error3 {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

a.error3:hover {
    font-size: 12px;
    color: #666666;
    text-decoration: none;
}
