/* ©2008-2010 MoonShineQ */

/* TĚLO */
body {
    background: #000000 url('../images/backgrounds/main.jpg') no-repeat;
    height: 100%;
    min-height: 100%;
    color: #B7A486;
    text-align: left;
    font-family: verdana, arial, sans-serif;
    letter-spacing: 0px;
    word-spacing: 0px;
    cursor: default;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    overflow: -moz-scrollbars-vertical;
}

/* STANDARTNÍ & NAVŠTÍVENÝ ODKAZ */
a:link, a:visited,a:active {
    border-bottom: 1px #B7A486 dashed;
    color: #B7A486;
    text-decoration: none;
    cursor: pointer;
}

/* ODKAZ PO NAJETÍ MYŠÍ */
a:hover {
    border: 0px;
    color: #C7BC89;
    text-decoration: none;
    cursor: pointer;
}

/* NADPIS 1. ÚROVNĚ */
h1 {
    color: #AA9371;
    font-size: 18px;
    margin: 0px;
    #margin: -5px;
    #margin-bottom: 0px;
}

/* NADPIS 2. ÚROVNĚ */
h2 {
    color: #AA9371;
    font-size: 14px;
    margin: 0px;
}

/* NADPIS 3. ÚROVNĚ */
h3 {
    color: #AA9371;
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    #padding-bottom: 7px;
    #margin: 0px;
    padding-left: 23px;
}

/* POSUNUTÍ TEXTU O 2PX */
.margin-10 {
    margin-left: 10px;
}

/* POSUNUTÍ TEXTU O 20PX */
.margin-9 {
    margin-left: 9px;
    margin-top: -9px;
}

/* OBAL */
.page {
    width: 1024px;
    text-align: left;
    margin: 0px auto;
}

/* PODPOLOŽKA */
span.sub-item {
    color: #AA9371;
    font-weight: bold;
}

/* SPAN - KLASICKÉ PÍSMO */
span.font-normal {
    font-weight: normal;
}

/* HLAVIČKA */
.header {
    width: 1024px;
    height: 200px;
}

/* HLAVIČKA-HORNÍ BLOK */
.header-top-block {
    border: 1px solid #4A4F55;
    background-color: #000000;
    text-align: center;
    padding: 3px;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* STANDARTNÍ & NAVŠTÍVENÝ ODKAZ V HORNÍM BLOKU */
.header-top-block a:link, .header-top-block a:visited {
    padding-left: 5px;
    border: 0px;
}

/* OBRÁZEK V HORNÍM BLOK */
.header-top-block .img {
    border: 0px;
    float: left;
    margin-top: -4px;
}

/* LOGO */
.logo {
    background: url('../images/header/logo.jpg') no-repeat;
    width: 1024;
    height: 200px;
}

/* NADPIS 1. ÚROVNĚ V LOGU */
.logo h1 {
    display: none;
}

/* HORNÍ RÁMEČEK */
.border-top {
    background: url('../images/page/border-top.jpg') repeat-x;
    width: auto;
    height: 13px;
    margin-top: 10px;
}

/* KRÁTKÝ HORNÍ RÁMEČEK */
.border-top-short {
    background: url('../images/page/border-top-short.jpg') repeat-x;
    width: auto;
    height: 6px;
    margin-top: 10px;
}

/* LEVÝ BOX */
.left-box {
    width: 205px;
    height: auto;
    float: left;
    margin-top: 1px;
}

/* OBSAH LEVÉHO BOXU */
.left-box-content {
    background: url('../images/page/left-box/main.jpg') repeat-y;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -9px;
}

/* NADPIS DIVU V LEVÉM MENU */
.left-box div.title, .right-box div.title {
    border: 1px solid #817976;
    background-color: #000000;
    width: 85.5%;
    color: #AA9371;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin: 0 auto;
    margin-top: 9px;
    #margin-top: 1px;
    margin-left: 9px;
}

/* ODKAZ - STANDARTNÍ & NAVŠTÍVENÝ V OBSAHU LEVÉHO BOXU */
.left-box-content a:link, .left-box-content a:visited {
    border: 0px;
}

/* ZAROVNÁNÍ V LEVÉM BOXU */
.left-box-content .justify {
    text-align: justify;
    margin-left: 31px;
}

/* HLAVNÍ BOX */
.main-box {
    width: 592px;
    height: auto;
    float: left;
    margin-left: 11px;
    margin-top: 1px;
}

/* OBSAH HLAVNÍHO BOXU */
.main-box-content {
    background: url('../images/page/main-box/main.jpg') repeat-y;
    width: 100%;
    margin-top: -9px;
}

/* DÉLKA HLAVNÍHO BOXU */
.main-box-content-width {
    width: 564px;
    height: auto;
    #margin-bottom: 8px;
    padding-left: 14px;
}

/* POMOCNÉ OKNO */
div#help-window {
    border: 1px solid #706865;
    background-color: black;
    width: 820px;
    height: auto;
    position: absolute;
    left: 220px;
    top: 210px;
    visibility: hidden;
    z-index: 2;
}

/* HLAVNÍ BOX - UVÍTÁNÍ */
.main-box-introduction {
    border: 1px solid #817976;
    width: 270px;
    height: 232px;
    margin-top: 17px;
    float: left;
}

/* HLAVNÍ BOX - EVENTY */
.main-box-forum {
    border: 1px solid #817976;
    width: 285px;
    height: 232px;
    margin-left: 5px;
    #margin-top: 16px;
    float: right;
}

/* NADPIS V DIVU */
div.title {
    border: 1px solid #817976;
    background-color: #000000;
    width: 95%;
    color: #AA9371;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin: 0 auto;
    margin-top: 2px;
    #margin-top: 1px;
    #position: relative;
    display: block;
}

/* OBRÁZEK V NADPISU DIVU */
div.title img {
    border: 0px;
    width: 40px;
    height: 40px;
    float: right;
    #position: absolute;
    #top: 5px;
    #right: 5px;
}

/* PRVNÍ PÍSMENO */
.first-letter {
    color: #B7A486;
    font-size: 20px;
}

/* ŠEDÁ */
.grey {
    color: #808080;
}

/* ZELENÁ */
.green {
    color: #32FB11;
}

/* SVĚTLE AZUROVÁ */
.light-cyan {
    color: #00E8E8;
}

/* AZUROVÁ */
.cyan {
    color: #67C19F;
}

/* FIALOVÁ */
.pink {
    color: #F064A9;
}

/* MODRÁ */
.blue {
    color: #1E88EF;
}

/* ŽLUTÁ */
.yellow {
    color: #FFCC00;
}

/* TMAVĚ ŽLUTÁ */
.dark-yellow {
    color: #FFCC00;
}

/* ZLATÁ */
.gold {
    color: #A48A6A;
}

/* ORANŽOVÁ */
.orange {
    color: #FF9900;
}

/* TMAVĚ ORANŽOVÁ */
.dark-orange {
    color: #FF6600;
}

/* ČERVENÁ */
.red {
    color: #FF0000;
}

/* TMAVĚ ČERVENÁ */
.dark-red {
    color: #A52A2A;
}

/* PUNTÍK */
.bullet {
    font-size: 9px;
}

/* NENAVŠTÍVENÝ ODKAZ (ONCLICK) */
a.on-click-link:link, a.on-click-link:visited {
    border-bottom: 1px #B7A486 dashed;
    color: #B7A486;
    text-decoration: none;
    cursor: pointer;
}

/* ODKAZ PO NAJETÍ MYŠÍ (ONCLICK) */
a.on-click-link:hover {
    border: 0px;
    color: #C7BC89;
    text-decoration: none;
    cursor: pointer;
}

/* ODSTAVEC */
p {
    margin-top: 5px;
    #margin-bottom: 12px;
    margin-left: 5px;
    margin-right: 15px;
}

/* CENTROVÁNÍ */
.center {
    text-align: center;
}

/* ČÍSELNÝ SEZNAM */
ol {
    #padding: 10px;
    #margin-top: 2px;
    #margin-left: 35px;
    #margin-bottom: 3px;
}

/* ODRÁŽKOVÝ SEZNAM */
ul {
    margin-top: 15px;
    margin-bottom: 3px;
}

/* POLOŽKA V ODRÁŽKOVÉM SEZNAMU */
ul li {
    padding-bottom: 5px;
    text-align: justify;
}

/* POLOŽKA V ČÍSELNÉM SEZNAMU */
ol li {
    padding-bottom: 5px;
    #margin-top: 0px;
    #padding-bottom: 5px;
}

/* FIELDSET */
fieldset {
    border: 1px solid #817976;
    width: 533px;
    height: auto;
    margin-top: 10px;
    margin-left: 4px;
    margin-bottom: 10px;
    #margin-bottom: -20px;
    padding: 10px;
    #padding-top: 0px;
}

/* FIELDSET */
.fieldset {
    padding: 3px;
}

/* LEGENDA */
legend {
    color: #B7A486;
}

/* TEXTOVÉ POLE */
textarea {
    border: 1px solid #9D701F;
    background-color: #0A090A;
    width: 320px;
    height: 130px;
    color: #B7A486;
}

/* INPUT */
input {
    border: 1px solid #9D701F;
    background-color: #0A090A;
    width: 165px;
    color: #B7A486;
    text-align: center;
}

/* CHECKBOX */
.checkbox {
    border: 0px;
}

/* VÝBĚR */
select {
    border: 1px solid #9D701F;
    background-color: #0A090A;
    color: #B7A486;
}

/* KONTROLNÍ KÓD */
.verification-code-image {
    border: 1px solid #9D701F;
    color: #B7A486;
    padding: 2px;
    font-weight: bold;
}

/* KÓD */
.code {
    border: 1px solid #9D701F;
    background-color: #0A090A;
    padding: 5px;
}

/* ZVÝRAZNĚNÍ TEXTU */
em {
    font-size: 8px;
    font-style: normal;
}

/* AUTOR NOVINKY */
.author-new {
    font-size: 12px;
    font-style: italic;
}

/* SUBMIT */
.submit {
    border: 1px solid #9D701F;
    background-color: #0A090A;
    width: 130px;
    color: #B7A486;
    font-weight: bold;
}

/* ZAROVNANÉ */
.justify {
    text-align: justify;
}

/* OBRÁZEK */
img {
    border: 0px;
}

/* POSUNUTÝ OBRÁZEK */
.img-margin {
    #margin-top: 2px;
}

/* OBRÁZEK NOVINKY */
.img-new {
    width: 130px;
    height: 100px;
    float: left;
    margin: 0px;
    padding-right: 11px;
}

/* CHAT */
.chat {
    border: 1px solid #4A4F55;
    width: 507px;
    height: 225px;
    padding: 10px;
    margin-top: 7px;
    margin-left: 3px;
    overflow: auto;
}

/* OZNMÁMENÍ */
.announce {
    border: 1px solid #4A4F55;
    width: 507px;
    height: 75px;
    padding: 10px;
    margin-top: 7px;
    margin-left: 3px;
    overflow: auto;
}

/* DATUM PŘIDÁNÍ ZPRÁVY V CHATU */
.chat-added-message {
    font-size: 9px;
}

/* RÁMEC PRO PŘIDÁNÍ ZPRÁVY DO CHATU */
.chat-add-message {
    padding-left: 15px;
}

/* ODDĚLOVACÍ ČÁRA PRO CHAT */
.chat-hr {
    border-width: 0px;
    border-bottom: 1px solid rgb(74, 79, 85);
    width: 99%;
    height: 0px;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* TLAČÍTKO PRO PŘIDÁNÍ ZPRÁVY DO CHATU */
.chat-submit {
    margin-top: 5px;
}

/* ZAROVNÁNÍ VPRAVO */
.align-right {
    text-align: right;
}

/* TABULKA KONFIGURACE */
table.configuration {
    width: 165px;
    margin: 0px auto;
}

/* HLAVIČKA TABULKY KONFIGURACE */
table.configuration th {
    border: 1px solid #817976;
    padding: 1px;
    text-align: left;
}

/* BUŇKA TABULKY */
table.configuration tr td {
    border: 1px solid #817976;
    padding: 1px;
}

/* AKTIVNÍ ŘÁDEK TABULKY */
table.configuration tr.active {
    background-color: #2F3A40;
}

/* TABULKA */
.table {
    width: 100%;
}

/* HLAVIČKA TABULKY */
.table th {
    width: auto;
    text-align: center;
}

/* AKTIVNÍ ŘÁDEK TABULKY */
.table tr.active {
    background-color: #223544;
}

/* BUŇKA STATISTIKY ŘÁDKU TABULKY */
.table tr td.statistics {
    width: 20%;
    height: 25px;
}

/* BUŇKA STATISTIKY S AUTOMAT. DÉLKOU ŘÁDKU TABULKY */
.table tr td.statistics-auto {
    width: auto;
    height: 25px;
}

/* ALIANCE */
.alliance {
    width: 467px;
    float: left;
}

/* HORDA */
.horde {
    float: left;
}

/* TABULKA */
.table {
    width: 88%;
    margin: 0px auto;
}

/* BUŇKA ŘÁDKU TABULKY */
.table tr td {
    text-align: center;
    padding: 0px;
}

/* TABULKA */
.table2 {
    width: 100%;
}

/* HLAVIČKA TABULKY */
.table2 th {
    border: 1px solid #817976;
    width: auto;
    text-align: center;
}

/* BUŇKA ŘÁDKU TABULKY */
.table2 tr td {
    border: 1px solid #817976;
    text-align: center;
    padding: 0px;
}

/* AKTIVNÍ ŘÁDEK TABULKY */
.table2 tr.active {
    background-color: #2F3A40;
}

/* BUŇKA POSLEDNÍCH PŘÍSPĚVKŮ TÉMAT FÓRA ŘÁDKU TABULKY */
.table2 tr td.last-forum-posts {
    height: 25px;
}

/* BUŇKA STATISTIKY ŘÁDKU TABULKY */
.table2 tr td.statistics {
    width: 20%;
    height: 25px;
}

/* BUŇKA STATISTIKY S AUTOMAT. DÉLKOU ŘÁDKU TABULKY */
.table2 tr td.statistics-auto {
    width: auto;
    height: 25px;
}

/* BUŇKA TABULKY ZAROVNANÁ VLEVO */
table td .left {
    font-weight: bold;
    float: left;
}

/* HLAVIČKA TABULKY S TEXTEM ZAROVANÝM VLEVO */
table th.align-left {
    text-align: left;
}

/* BUŇKA TABULKY S TUČNÝM TEXTEM ZAROVANÝM VLEVO */
table td.left {
    text-align: left;
    font-weight: bold;
}

/* BUŇKA TABULKY S TEXTEM ZAROVANÝM VLEVO */
table td.align-left {
    text-align: left;
}

/* BUŇKA TABULKY BEZ RÁMEČKU */
table td.no-border {
    border: 0px;
}

/* BUŇKA TABULKY ZAROVNANÁ VPRAVO */
table td .right {
    float: right;
}

/* DLOUHÁ ODDĚLOVACÍ ČÁRA */
.hr-long {
    background: url('../images/page/hr.png') repeat-x;
    width: 500px;
    height: 1px;
    margin: 0px auto;
    margin-top: 8px;
    margin-bottom: 7px;
}

/* DLOUHÁ ODDĚLOVACÍ ČÁRA */
.hr-long hr {
    display: none;
}

/* KRATKÁ ODDĚLOVACÍ ČÁRA */
.hr-short {
    background: url('../images/page/hr.png') repeat-x;
    width: 150px;
    height: 1px;
    margin: 0px auto;
    margin-top: 3px;
    margin-bottom: 3px;
}

/* KRATKÁ ODDĚLOVACÍ ČÁRA */
.hr-short hr {
    display: none;
}

/* PODTRŽENÍ */
.underline {
    text-decoration: underline;
}

/* ČISTIČ */
.cleaner {
    clear: both;
}

/* DOLNÍ RÁMEČEK */
.border-bottom {
    background: url('../images/page/border-bottom.jpg') repeat-x;
    width: auto;
    height: 6px;
    margin-bottom: 10px;
    #margin-bottom: -8px;
}

/* KRÁTKÝ DOLNÍ RÁMEČEK */
.border-bottom-short {
    background: url('../images/page/border-bottom-short.jpg') repeat-x;
    width: auto;
    height: 6px;
    margin-bottom: 10px;
    #margin-bottom: -8px;
}

/* PRAVÝ BOX */
.right-box {
    width: 205px;
    height: auto;
    margin-left: 10px;
    float: right;
    margin-top: 1px;
}

/* OBSAH PRAVÉHO BOXU */
.right-box-content {
    background: url('../images/page/left-box/main.jpg') repeat-y;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -9px;
}

/* ODKAZ - STANDARTNÍ & NAVŠTÍVENÝ V OBSAHU PRAVÉHO BOXU */
.right-box-content a:link, .right-box-content a:visited {
    border: 0px;
}

/* PATIČKA */
.footer {
    #margin-top: 10px;
    text-align: center;
    clear: both;
}
