/**
 * Contains the HTML presentation
 *
 * @author Robbert Korving <r.korving@gmail.com>
 * @copyright 2009, Robbert Korving
 * @package css
 */

body {
    background-color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #ffffff;
}

object {
    background-color: #333333;
}

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

img {
    border-width: 0;
}

a:hover {
    color: #ffff00;
}

#page {
    width: 850px;
    height: 750px;
    background-color: #333333;
    margin: 2% auto 0 auto;
}

#left {
    float: left;
    width: 300px;
    height: 100%;
}

#logo {
    width: 100%;
    height: 150px;
    background-image: url("../images/logo.gif");
    background-repeat: no-repeat;
    background-position: center;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
    border-bottom-style: solid;
}

#atmosphere {
    width: 100%;
    height: 200px;
    background-color: #262626;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
    border-bottom-style: solid;
}

#loading {
    position: absolute;
    height: 50px;
    width: 300px;
    background-image: url("../images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

#news {
    font-size: 10px;
    position: absolute;
    width: 200px;
    height: 350px;
    margin-left: 50px;
    margin-top: 40px;
    color: #cccccc;
    overflow: hidden;
}

#news h1 {
    color: #cccc00;
    padding-bottom: 2px;
    font-size: 11px;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    text-align: center;
}

#news dt {
    margin: 5px;
}

#images {
    position: relative;
    text-align: center;
    top: 350px;
    opacity: 0.5;
}

#right {
    float: left;
    width: 550px;
    height: 100%;
    background-image: url("../images/light_shadow.gif");
    background-repeat: repeat-y;
    background-position: left;
}

#lang {
    text-align: right;
}

#menu {
    width: 549px;
    height: 98px;
    border-width: 1px 1px 1px 0px;
    border-color: #666666;
    border-style: solid;
    font-weight: bold;
    text-transform: capitalize;
}

#menu ul {
    padding-top: 50px;
}

#menu li {
    display: inline;
    list-style-type: none;
    padding: 3px;
}

#menu a {
    text-decoration: none;
    color: #ffffff;
}

#menu a.active {
    color: #ffff00;
}

#menu a.active:hover {
    color: #cccc00;
}

#menu a:hover {
    color: #ffff00;
}

#content {
    width: 100%;
    height: auto;
    min-height: 320px;
    background-color: #262626;
    background-image: url("../images/dark_shadow.gif");
    background-repeat: repeat-y;
    background-position: left;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
    border-bottom-style: solid;
}

#text {
    padding: 24px 10px 5px 30px;
}

#text h1 {
    color: #ffff00;
    margin: 0 0 5px 0;
    padding-bottom: 9px;
    font-size: 14px;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
}

#text h2 {
    color: #cccc00;
    padding-bottom: 3px;
    margin: 0 0 2px 0;
    font-size: 13px;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
}

#text p {
    margin-top: 0;
}

#text table {
    margin-bottom: 10px;
    width: 100%;
}

#footer {
    width: 100%;
}

#reel {
    margin: 13% auto;
    width: 448px;
    height: 176px;
    border-width: 1px;
    border-style: solid;
    border-color: #9f9e55;
}

#reelinfo {
    color: #ffffff;
}

#reelinfo table {
    margin: 0 auto 0 auto;
    border-spacing: 10px;
}

#reelinfo td {
    vertical-align: top;
}

#reelinfo h1 {
    color: #ffff00;
    margin: 0 0 5px 0;
    padding-bottom: 9px;
    font-size: 14px;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
}

#text label {
    float: left;
    width: 150px;
    text-transform: capitalize;
}

#text input {
    margin: 2px;
    background-color: #666666;
    color: #ffffff;
}

#text textarea {
    margin: 2px;
    background-color: #666666;
    color: #ffffff;
}

#text legend {
    font-weight: bold;
}