/*
Theme Name: FCBayern.sk
Author: podkom.sk, Andrej Mihaliak
Version: 1.0
*/

@import "fonts/font.css";

* {
    padding: 0;
    margin: 0;
}

img { border: 0px; }

body {
    font-family: 'gothic', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    background: url('images/bg.jpg') no-repeat fixed;
    background-size: cover;
}

a, a:hover {
    color: #cc0029;
    text-decoration: none;
}

header {
    position: relative;
    width: 1065px;
    margin: 0 auto;
}

header:after {
    display: table;
    content: '';
    clear: both;
}

header .players {
    position: absolute;
    z-index: 1;
    left: -280px;
    background: url('images/header.png') no-repeat;
    width: 1155px;
    height: 544px;
}

header #logo {
    float: right;
    margin: 10px;
    position: relative;
    z-index: 2;
}

nav {
    height: 45px;
    width: 1065px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    z-index: 999;

    background: #eef6f9;
    background: -moz-linear-gradient(top,  #eef6f9 0%, #bdc6cd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eef6f9), color-stop(100%,#bdc6cd));
    background: -webkit-linear-gradient(top,  #eef6f9 0%,#bdc6cd 100%);
    background: -o-linear-gradient(top,  #eef6f9 0%,#bdc6cd 100%);
    background: -ms-linear-gradient(top,  #eef6f9 0%,#bdc6cd 100%);
    background: linear-gradient(to bottom,  #eef6f9 0%,#bdc6cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef6f9', endColorstr='#bdc6cd',GradientType=0 );
}

nav ul {
    list-style: none;
    position: relative;
    z-index: 999;
}

nav ul li {
    float: left;
    margin-left: 50px;
    position: relative;
    z-index: 999;
}

nav ul li a {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding: 5px;
}

nav ul li.current-menu-item a {
    height: 5px;
    background: url('images/menu-active.png') repeat-x bottom;
}

nav ul li ul {
    display:none;
    background: #242424;
    border-radius: 6px;
    border-bottom: 3px solid #cb080e;
    position: relative;
    margin-top: 10px;
}

nav ul li ul:before {
    position: absolute;
    top: -20px;
    left: 0;
    background: transparent;
    content: ' ';
    width: 110%;
    height: 40px;
}

nav ul li ul:after {
    position: absolute;
    top: -10px;
    left: 20px;
    content: ' ';
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #242424 transparent;
}

nav ul li ul li,
nav ul li ul li ul li {
    padding: 5px;
    width: 200px;
    margin: 0;
    font-family: "Myriad Pro", "Helvetica", sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #eee;
    background: #404040;
    background: -moz-linear-gradient(top,  #404040 0%, #303030 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#303030));
    background: -webkit-linear-gradient(top,  #404040 0%,#303030 100%);
    background: -o-linear-gradient(top,  #404040 0%,#303030 100%);
    background: -ms-linear-gradient(top,  #404040 0%,#303030 100%);
    background: linear-gradient(to bottom,  #404040 0%,#303030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#303030',GradientType=0 );
    border-bottom: 1px solid #606060;
}

nav ul li ul > li:first-child {
    margin-top: 20px;
    border-top: 1px solid #606060;
}

nav ul li ul > li:last-child {
    margin-bottom: 20px;
}

nav ul li ul li a {
    font-family: "Myriad Pro", "Helvetica", sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #eee;
}

nav ul li:hover ul { display:block; position:absolute; top:25px; }

nav ul li ul li > ul {
    display:none !important;
    border-radius: 0;
    margin: 0 0 0 20px;
    border-bottom: 0;
}

nav ul li ul li ul:before {
    position: absolute;
    top: -10px;
    left: -20px;
    background: transparent;
    content: ' ';
    width: 50px;
    height: 150%;
}

nav ul li ul li ul:after {
    position: absolute;
    top: 10px;
    left: -10px;
    content: ' ';
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #3d3d3d transparent transparent;
}

nav ul li ul li ul li {
    margin: 0 !important;
}

nav ul li ul li:hover > ul { display:block !important; position:absolute; top:0; left: 100%; }

/*nav ul li ul li ul li ul {
    display:none !important;
    background: #404040;
    background: -moz-linear-gradient(top,  #404040 0%, #303030 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#303030));
    background: -webkit-linear-gradient(top,  #404040 0%,#303030 100%);
    background: -o-linear-gradient(top,  #404040 0%,#303030 100%);
    background: -ms-linear-gradient(top,  #404040 0%,#303030 100%);
    background: linear-gradient(to bottom,  #404040 0%,#303030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#303030',GradientType=0 );
    margin-left: 20px;
    border-radius: 6px;
}

nav ul li ul li ul li ul:before {
    position: absolute;
    top: -10px;
    left: -20px;
    background: transparent;
    content: ' ';
    width: 60px;
    height: 150%;
}

nav ul li ul li ul li ul:after {
    position: absolute;
    top: 10px;
    left: -10px;
    content: ' ';
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #3d3d3d transparent transparent;
}

nav ul li ul li ul li ul li {
    margin: 0 10px !important;
    background: #f40f0f;
    background: -moz-linear-gradient(top,  #f40f0f 0%, #a3050a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f40f0f), color-stop(100%,#a3050a));
    background: -webkit-linear-gradient(top,  #f40f0f 0%,#a3050a 100%);
    background: -o-linear-gradient(top,  #f40f0f 0%,#a3050a 100%);
    background: -ms-linear-gradient(top,  #f40f0f 0%,#a3050a 100%);
    background: linear-gradient(to bottom,  #f40f0f 0%,#a3050a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f40f0f', endColorstr='#a3050a',GradientType=0 );

}

nav ul li ul li ul li ul li a:hover {
    color: #000;
}

nav ul li ul li ul li ul li:first-child {
    margin-top: 10px !important;
}

nav ul li ul li ul li ul li:last-child {
    margin-bottom: 10px !important;
}

nav ul li ul li ul li:hover ul { display:block !important; position:absolute; top:0; left: 100%; }*/

a .aktuality-lista {
    color: #000;
}

.aktuality-lista {
    margin: 15px auto;
    background: red;
    width: 1035px;
    height: 35px;
    padding: 5px 15px;
    position: relative;
    z-index: 60;
    font-size: 11px;
    /*border-radius: 3px;*/

    background: #eef6f9;
    background: -moz-linear-gradient(top,  #eef6f9 0%, #bdc6cd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eef6f9), color-stop(100%,#bdc6cd));
    background: -webkit-linear-gradient(top,  #eef6f9 0%,#bdc6cd 100%);
    background: -o-linear-gradient(top,  #eef6f9 0%,#bdc6cd 100%);
    background: -ms-linear-gradient(top,  #eef6f9 0%,#bdc6cd 100%);
    background: linear-gradient(to bottom,  #eef6f9 0%,#bdc6cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef6f9', endColorstr='#bdc6cd',GradientType=0 );
}

main {
    width: 1065px;
    position: relative;
    z-index: 3;
    margin: 15px auto 0 auto;
}

main:after {
    display: table;
    content: '';
    clear: both;
}

main .left {
    width: 755px;
    margin-right: 15px;
    float: left;
}

main .right {
    float: left;
}

.slider {
    margin-bottom: 15px;
}

.slider:after {
    display: table;
    content: '';
    clear: both;
}

.slider .main {
    width: 450px;
    float: left;
    position: relative;
}

.slider .main img {
    width: 100%;
    height: 283px;
    position: absolute;
    z-index: 5;
}

.slider .main h1 {
    background: url('images/slider-main.jpg');
    width: 340px;
    height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding: 30px 55px 30px 55px;
    position: relative;
    top: 283px;
}

.slider .links {
    float: left;
}

.slider .links ul {
    list-style: none;
}

.slider .links ul li {
    background: url('images/slider-gray.png') no-repeat;
    width: 234px;
    height: 50px;
    padding: 20px 35px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.slider .links ul li.active {
    background: url('images/slider-red.jpg') no-repeat;
}

.content {
    background: #bac3c9 url('images/content.png') no-repeat;
    width: 755px;
    min-height: 300px;
}

.news {
    padding: 20px;
    display: block;
}

.news:after {
    display: table;
    content: '';
    clear: both;
}

.news img.news-image {
    float: left;
    width: 205px;
    height: 140px;
    padding: 0 20px 0 0;
}

.news h3 {
    font-family: 'gothic', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #cc0029;
    text-decoration: underline;
    padding-bottom: 10px;
}

.news p {
    font-family: 'gothic', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
}

.news .read-more {
    display: block;
    clear: both;
    padding-top: 10px;
    text-align: right;
    font-family: 'gothic', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #cc0029;
    text-transform: uppercase;
    text-decoration: underline;
}

.copyright {
    padding: 10px;
    font-family: 'gothic', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    margin-bottom: 20px;
}

.copyright div {
    float: right;
    text-align: right;
}

.copyright a {
    color: #cc0029;
}

.fan-zona {
    background: url('images/fan-zona.png') no-repeat;
    width: 280px;
    height: 119px;
    margin-bottom: 15px;
}
.stary-web {
    background: url('images/stary-web.png') no-repeat;
    width: 280px;
    height: 139px;
    margin-bottom: 15px;
}

.facebook {
    background: url('images/facebook.png') no-repeat;
    width: 280px;
    height: 37px;
}

.fb-content {
    background: url('images/panel-content.png') repeat-x;
    width: 280px;
    min-height: 130px;
    margin-bottom: 15px;
    overflow: hidden;
}

.panel-content {
    background: url('images/panel-content.png') repeat-x;
    padding: 15px;
    width: 280px;
    min-height: 100px;
    margin-bottom: 15px;
}

.match {
    background: url('images/match.png') no-repeat;
    width: 280px;
    height: 295px;
    margin-bottom: 15px;
    padding-top: 90px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.match img {
    width: 80px;
    height: 80px;
}

.match table {
    margin-bottom: 30px;
}

.match p {
    text-align: center;
}

.comments h4 {
    color: #cc0029;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

.comments-body h3 {
    display: none;
}

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { background: #fff; margin: 10px; border-radius: 3px; }
ol.commentlist li.comment { border-bottom:1px solid rgba(0, 0, 0, .2); padding:1em; }
ol.commentlist li div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li div.comment-meta { font-size:10px; }
ol.commentlist li div.comment-meta a { color: #6f6f6f; }
ol.commentlist li p { font-size:13px; margin:0 0 1em; padding-top:10px; }
ol.commentlist li ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px; text-align: right; }
ol.commentlist li div.reply a { font-weight:bold; color: rgba(0, 0, 0, .5); }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li { border:1px solid rgba(0, 0, 0, .2); }
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.pingback { border-bottom:1px solid rgba(0, 0, 0, .2); padding:1em; }

#commentform p {
    padding: 10px;
    font-size: 13px;
    text-align: center;
}

#commentform p:last-of-type {
    padding: 0 10px 10px 10px;
    text-align: right;
}

#commentform p a {
    color: #cc0029;
}

#commentform textarea {
    background: rgba(0, 0, 0, .3);
    border: 0px;
    outline: none;
    border-radius: 3px;
    width: calc(100% - 20px);
    padding: 10px;
    height: 100px;
    color: #e7e7e7;
}


#commentform input[type="submit"] {
    background: #cc0029;
    padding: 10px 20px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .5);
    color: #fff;
    cursor: pointer;
}

#commentform label {
    display: block;
}

.my-pagination {
    padding: 10px;
}

.my-pagination ul {
    list-style: none;
    margin: 0 auto;
}

.my-pagination ul li {
    float: left;
    margin: 0 2px 10px 0;
}

.my-pagination ul li .page-numbers {
    background: rgba(0, 0, 0, .15);
    color: #cc0029;
    padding: 6px 10px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.my-pagination ul li .current {
    background: rgba(0, 0, 0, .3);
    color: #fff;
}

.fix {
    clear: both;
}

.archive-link {
    text-align: center;
    padding: 15px;
}

.archive-link a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}