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

html,body {
    height: 100%;
}

body {
    font: normal 12px/1.5 Helvetica, Arial, sans-serif;

    color: #323232;
    font-size: 12px;

    background: #ffffff url('/static/img/gry/back.png');

}

#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -50px;

}


#main {
    background: url('/static/img/gry/gradient.png') repeat-x;
    min-height: 400px;
    margin: 0px auto;
}

#header {
    height: 110px;
    background: url('/static/img/gry/banner.png') no-repeat;
    margin: 0px auto 0px auto;
}
#header a {
    display: inline-block;
    padding: 25px 0px 0px 0px;
    color: darkblue;
    float: left;
    text-decoration: none;
}
h1 {
    font: 35px/40px "Impact", "Trebuchet MS", Tahoma, Arial, sans-serif;
}
#content {
    background-color: white;

    border-radius: 16px 16px 0px 0px;
}
.content {
    text-align: center;
    margin: 0px auto 0px auto;
    max-width: 980px;
}
#footer {
    clear: both;
    background-color: lightskyblue;
}
#footer, #sticky {
    height: 50px;

}
#footer .content {
    text-align: left;
    border-top: 1px solid #d6d6d6;
    padding: 15px 0px 0px 0px;

}
#footer .content ul, #footer .content ul li{
    list-style-type: none;
    display: inline-block;
    margin: 0px 0px 0px 20px;
}

#footer .content, #footer .content a, #footer .content h1 b {
    color: black;
    font: normal 11px tahoma;
    text-decoration: none;
}

#footer .content .left {
    float: left;
}

#footer .content .right {
    float: right;
}
#footer .content .right li a, #footer .content h1 b {

}
a {
    color: #6e6e6e;
}
#content .right {
    width: 300px;
    padding: 15px 10px 0px 10px;
    float: right;
    border-left: 1px dotted #f0f0f0;
    background-color: white;
    border-radius: 16px 16px 16px 16px;

}
#content .right .search {

}
#content .right .categories {
    margin: 20px 0px 10px 20px;
}
#content .right .categories li {
    text-align: left;
    font: bold 11px arial;
    list-style-type:square;
    line-height: 18px;
}
#content .right .categories li a {
    text-decoration: none;
}
.right .search input[type="text"] {
    padding: 3px;
    border-radius: 10px;
}
.right .search input[type="submit"] {
    padding: 3px 6px;
    border-radius: 10px;
    cursor: pointer;
}

.right .categories li.active a{
    color: green;
    background-color: lightgreen;
    border-radius: 5px;

}
#content .left {
    width: 640px;
    float: left;
    text-align: left;
    border-radius: 16px 16px 16px 16px;;
    padding: 0px 5px 20px 5px;
    background-color: white;
}

.left .two-columns {

    width: 310px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.left .two-columns .ad300x250 {
    border-radius: 10px;
    padding: 10px 0 10px 5px;
    margin: 0px auto 0px auto;
}

.left .two-columns h2 {
    margin: 10px 22px 0px 10px;
    padding: 0px 0px 5px 10px;
    border-bottom: 1px dotted #e0e0e0;
}
.left .four-columns {
    text-align: left;
    min-width: 640px;
    padding: 0px 0px 0px 10px;
    vertical-align: top;
    display: inline-block;
    clear: both;

}
.left .four-columns .ad300x250 {
    display: inline-block;
    width: 300px;
    height: 250px;
    margin: 0px 0px 0px 0px;
    padding: 10px 3px 10px 3px;
}
.left .four-columns h2, h2.comments {
    margin: 20px 20px 0px 0px;
    border-bottom: 1px dotted #e0e0e0;
}

.left .paginator {
    text-align: center;
    margin: 0px auto;
    clear: bofh;
}

.left .paginator li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 2px 0px 2px;
}
.left .paginator li a {
    text-decoration: none;
}
.left .paginator li.active {
    font-weight: bold;
}
.left .paginator-left {
    /*  width: 100px;*/
    display: inline-block;
    margin: 0px 0px 0px 10px;
    float: left;
    text-align: left;
    padding: 4px 0px 0px 5px;
}
.left .paginator-right {
    /*   width: 100px;*/
    margin: 0px 32px 0px 0px;
    text-align: left;
    display: inline-block;
    float: right;
    padding: 4px 0px 0px 10px;
}
.left .paginator-left, .left .paginator-right {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.first-two {
    width: 323px !important;
    background: url('/static/img/gry/left-diver.png') repeat-y;

}
.left .game-head {
    margin: 20px 0px 0px 20px;
    width: 200px;
    display: inline-block;
}
.left .game-head img {
    border-radius: 5px;
    border: 2px solid lightskyblue;
    padding: 2px;
}
.left .game-body {
    margin: 20px 0px 0px 0px;
    display: inline-block;
    vertical-align: top;
    width: 400px;
}
.left .game-body .button-negative, .left .game-body .button-positive {
    margin: 0px 10px 0px 10px;
    cursor: pointer;
}
.left a.more {

    display: inline-block;
    margin: 10px 0px 10px 200px;
}
.left ul.alphabet {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #f8f8f8;
    padding: 8px 10px 8px 10px;
    margin: 10px auto 10px auto;
    text-align: center;
    display: inline-block;
}
.left ul.alphabet li {
    font: 12px arial;
    padding: 0px 3px;
}
.left ul.alphabet li.active, .left .paginator li.active {
    color: green;
    font: bold 14px arial;
    background-color: lightgreen;
    border-radius: 5px;
}
.left ul.alphabet li a {
    color: black;
    text-decoration: none;
}
.left ul.comments li {
    padding: 5px 10px 10px 10px;
    font: 10px arial;
    list-style-type: none;
    margin: 0px 15px;
}
.left ul.comments li i {
    font-size: 12px;
}
.left ul.comments li span {
    display: inline-block;
    font-size: 10px;
    float: right;
}
.left ul.comments li .header {
    font-size: 12px;
    border-bottom: 1px solid #d6d6d6;
    margin: 0px -10px 10px -10px;
    padding: 0px 10px 0px 10px;
}
.left .comments .error, .left .comments .info-ok {
    margin: 10px 15px 10px 15px;
}
.left .comments label {
    display: inline-block;
    width: 100px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: right;
    vertical-align: top;
    font: 11px arial;
}
.left .comments form {
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    padding: 10px 30px 10px 10px;
    background-color: #f0f0f0;
    margin: 5px 15px;

}
.left .comments input[type="text"] {
    margin: 5px 0px;
}

.left .comments input[type="submit"] {
    padding: 1px 5px;
    margin-top: 2px;
}

.left .comments input[type="text"], .left .comments textarea {
    width: 200px;
    padding: 2px;
    border-radius: 5px;
    font: 11px arial;
    border: 1px solid #d0d0d0;
}
.left .comments label img {
    display: inline-block;
    margin: 0px 0px -5px 0px;
}
.left .comments span {
    margin: 0px 15px;
}
.right h2 {
    color: #70b000;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    margin: 20px 20px 0px 0px;
    border-bottom: 1px dotted #e0e0e0;
}
li.even {
    background-color: #f8f8f8;
}
.play {
    margin: 0px auto 0px auto;
    text-align: center;
    padding: 5px 0px 0px 0px;
    font: bold 12px arial;
    color: white;
    cursor: pointer;
}
.voter {
    display: none;
}
.left .game-body .voter {
    margin-top: 10px;
    font: 18px arial;
}
.left .game-body .voter span {
    margin: 0px 5px 0px 5px;
}
.error {
    display: inline-block;
    border: 1px solid red;
    background-color: pink;
    color: red;
    border-radius: 5px;
    padding: 5px 10px;
}
.error li {
    padding: 1px 10px 1px 0px;
    color: red;
    margin-left: 15px;
    list-style-type: disc;
    font-weight: bold;
}
.info-ok {
    border: 1px solid green;
    display: inline-block;
    background-color: #c0ff40;
    color: green;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 10px;
}
#game {
    display: none;
    position: absolute;
    text-align: center;
    margin: -250px auto 0px auto;
    text-align: center;
    border-radius: 10px;
    padding: 20px 0px;
    background-color: grey;
}
#game object {

}
.game-thumb {
    width: 140px;
    display: inline-block;
    padding: 10px 6px 10px 6px;
    margin: 0px auto 0px auto;
    vertical-align: top;


}
.game-thumb .stats {
    margin: 10px auto 10px auto;
    display: block;
    text-align: center;
}
.game-thumb .stats .stars {
    margin: 0px 1px 0px 1px;
}
.game-thumb a {
    background-color: #efefef;
    border: 1px solid #b0b0b0;
    /*border: 3px solid #76dbe7;*/
    border-radius: 10px;
    display: block;
    margin: 0px auto 0px auto;
    padding: 4px 4px 4px 4px;
    width: 125px;
    text-decoration: none;
    vertical-align: top;
}
.game-thumb a .title {
    color: #6e6e6e;
    margin: 0px 0px 0px 0px;
    width: 125px;
    height: 34px;
    font: 11px arial;
    display: block;
    background-color: #e0e0e0;
    border-radius: 0px 0px 8px 8px;
}

.game-thumb a .title p {
    width: 125px;
    height: 34px;
    display: table-cell;
    padding: 0px 5px 0px 5px;
    text-align: center;
    vertical-align: middle;
}
.game-thumb a .category {
    width: 125px;
    display: table-cell;
    height: 50px;
    font: bold 12px arial;
    color: #404040;
    padding: 0px 5px 0px 5px;
    text-align: center;
    vertical-align: middle;

}
.game-thumb a:hover {
    background-color: #ff8000;
}
.game-thumb img {
    width: 125px;
    height: 125px;
    border-radius: 8px 8px 0px 0px;
    border: 0px;
}

.left .menu {
    width: 620px;
    height: 36px;
    margin: 10px auto 0px auto;
    background: url('/static/img/gry/menu-back.png') transparent;
}
.left .menu li:first-child {
    background: none;
}
.left .menu li {
    display: inline-block;
    list-style-type: none;
    margin: 10px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    vertical-align: middle;
    background: url('/static/img/gry/li-border-left.png') no-repeat;
}
.left .menu li a {
    color: #ffffff;
    font: bold 12px arial;
    text-decoration: none;
    text-shadow: 1px 1px 1px #508800;
}
.menu li a.active {
    color: #ffb300;
}

.left .alphabet li {
    display: inline-block;
    list-style-type: none;
    padding: 0px 2px 0px 2px;
}


.left h2, .left  h2.game a {
    color: #70b000;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;

}
.left  h2.game, .comments h2 {
    border-bottom: 1px dotted #e0e0e0;
    margin: 10px 22px 0px 10px;
    padding: 0px 22px 0px 10px;

}
.stars {
    width: 14px;
    height: 14px;
    display: inline-block;
    background:  url('/static/img/gry/stars.png')
}
.star-green {
    background-position: 0px -28px;

}
.star-grey {
    background-position: 0px 0px;
}
.star-yellow {
    background-position: 0px -14px;
}
.button-more {
    width: 81px;
    height: 27px;
    display: inline-block;
    background: url('/static/img/gry/button-more.png') transparent;
}
.button-blank {
    width: 82px;
    height: 27px;
    display: inline-block;
    background: url('/static/img/gry/button.png') no-repeat transparent;
}

.button-blank-unactive {
    width: 82px;
    height: 27px;
    display: inline-block;
    background: url('/static/img/gry/button-unactive.png') no-repeat transparent;
}
.button-negative {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('/static/img/gry/negative.png') no-repeat transparent;
}
.button-positive {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('/static/img/gry/positive.png') no-repeat transparent;
}
/* obce */


#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('/static/img/fancybox.png');
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('/static/img/fancybox.png') -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url('/static/img/blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background-image: url('/static/img/fancybox.png');
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: url('/static/img/fancybox.png');
    background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('/static/img/fancybox-x.png');
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('/static/img/fancybox.png');
    background-position: -40px -162px;
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('/static/img/fancybox-y.png');
    background-position: -20px 0px;
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('/static/img/fancybox.png');
    background-position: -40px -182px;
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('/static/img/fancybox-x.png');
    background-position: 0px -20px;
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('/static/img/fancybox.png');
    background-position: -40px -142px;
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('/static/img/fancybox-y.png');
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('/static/img/fancybox.png');
    background-position: -40px -122px;
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url('/static/img/fancy_title_over.png');
    display: block;
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url('/static/img/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url('/static/img/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url('/static/img/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
    height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
    position: absolute; margin-top: 0;
    top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }