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

body, input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body {
    background-color: #454545;
}

a:link, a:visited {
    color: #1473B0;
    text-decoration: underline;
    font-weight: bolder;
}

a:hover {
    text-decoration: none;
}

#column-center h1 {
    font-size: 24px;
    color: #1473B0;
    letter-spacing: 1px;
    border-bottom: 1px dotted #1473B0;
    padding-bottom: 5px;
    margin: 10px 0;
}

#wrapper {
    width: 1110px;
    padding-bottom: 5px;
    margin: 0 auto;
}

#wrapper > div {
    float: left;
    clear: both;
    display: block;
}

h2 {
    font-size: 12px;
    color: #1473B0;
    margin-bottom: 5px;
    border-bottom: 1px dotted #1473B0;
    padding-bottom: 3px;
}

p {
    line-height: 1.7;
}

#header {
    background: #005481 url("/img/header-bg.gif") no-repeat;
    width: 1110px;
    height: 119px;
    color: #fff;
}

#header p {
    line-height: 1.8;
    margin-bottom: 5px;
}

#header h1 {
    font-size: 1.8em;
}

#header h1 a {
    text-decoration: none;
    color: #FFF;
}

#header .title {
    width: 480px;
    float: left;
    margin: 35px 0 0 25px;
}

#header .share {
    float: right;
    border-radius: 5px;
    background-color: #fff;
    margin: 35px 35px 0 0;
    padding: 10px;
}

#bar {
    width: 1110px;
    height: 30px;
    background-image: url("/img/footer-bg.gif");
}

#bar ul {
    line-height: 28px;
    list-style-type: none;
    color: #FFF;
    text-align: left;
    font-size: 1em;
    float: left;
    margin: 0 7px;
}

#content {
    width: 1110px;
    background-color: #fff;
    padding-bottom: 20px;
}

#content > div, #content > form > div {
    display: block;
    float: left;
}

#content #column-left {
    width: 130px;
    padding: 15px 20px;
}

#content #column-center {
    width: 730px;
}

#content #column-right {
    width: 160px;
    padding: 10px;
    margin-left: 30px;
}

.boxes {
    display: block;
    width: 736px;
    clear: both;
    float: left;
}

.box {
    display: block;
    background-color: #E3F4FF;
    border: 1px solid #7EC6F6;
    width: 128px;
    height: 150px;
    float: left;
    overflow: hidden;
    margin: 0 7px 5px 0;
    padding: 5px;
}

.box img {
    width: 128px;
    height: 115px;
    border: 0;
}

.game {
    display: block;
    clear: both;
    width: 728px;
    height: 546px;
    margin-bottom: 10px;
}

#game {
    width: 100%;
    height: 546px;
}

.banner {
    display: block;
    clear: both;
}

.banner-bottom, .banner-top {
    padding: 40px 0;
}

#footer {
    width: 1110px;
    background: #2B2B2B url("/img/footer-bg.gif") repeat-x;
}

#footer ul {
    list-style-type: none;
    color: #FFF;
    text-align: left;
    font-size: 1em;
    clear: both;
    display: block;
    margin: 10px 15px;
}

#footer ul li {
    display: inline;
    white-space: nowrap;
}

#footer .copy {
    font-size: .9em;
    color: #FFF;
    line-height: 1.6;
    clear: both;
    margin: 5px 15px;
}

#footer .counter {
    margin: 10px 15px;
}

#bar ul li {
    float: left;
    display: inline;
    white-space: nowrap;
}

#bar ul li a, #footer ul li a:visited {
    margin: 0 6px;
}

.search-form {
    display: block;
    width: 260px;
    float: right;
    padding: 5px;
}

.search-form input.text {
    width: 190px;
    height: 20px;
    border: 0;
    margin: 0;
    padding: 0 5px;
}

.search-form input.submit {
    width: 55px;
    height: 20px;
    border: 0;
    margin-left: 5px;
}

.pagination {
    width: 100%;
    clear: both;
    padding: 20px 0;
    list-style: none;
}

.pagination li {
    float: left;
    margin-right: 1em;
}

.pagination ul li.active {
    color: #777;
}

.editor {
    margin-bottom: 10px;
    padding: 10px 20px 10px 15px;
}

.editor input[type=text], .editor textarea {
    width: 100%;
}

.editor-label {
    margin-bottom: .2em;
}

.editor-field {
    margin-bottom: 10px;
}

.hint-list {
    margin-left: 3em;
    display: inline;
    list-style-type: none;
    font-size: 11px;
}

.hint-item {
    display: inline-block;
    margin-right: 2em;
    color: #1473B0;
    border-bottom: 1px dotted;
    cursor: pointer;
}

.slug {
    color: #1473B0;
    border-bottom: 1px dotted;
    cursor: pointer;
}

.nav .active {
    background-color: green;
    color: #fff;
}

.nav, .pagination ul {
    list-style-type: none;
}

.search-form input {
    display: block;
    float: left;
}

#bar a:link, #bar a:visited, #footer a:link, #footer a:visited {
    color: #FFF;
    font-weight: 400;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager:before,
.pager:after {
    display: table;
    content: " ";
}

.pager:after {
    clear: both;
}

.pager:before,
.pager:after {
    display: table;
    content: " ";
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
}