﻿body {
    font: 16px/22px Tahoma, Verdana, sans-serif;
}

.container {
    min-width: 1024px;
    max-width: 1024px;
}

a {
    color: #000;
}

a:active, a:hover {
    color: #000;
    text-decoration: underline;
}


/* Header
-----------------------------------------------------------------------------*/
header .logo {
    padding: 0.5rem 0;
}

header h1 {
    font-size: 26px;
}

.search form {
    background: url("/img/special/bg-form.png") no-repeat;
    height: 30px;
    overflow: hidden;
    width: 377px;
    margin-top: 0.5rem;
}

.color3 .search form {
    background: url("/img/special/bg-blue-form.png") no-repeat;
}

.search form input[type="search"] {
    float: left;
    font-family: Tahoma,Verdana,sans-serif;
    font-size: 16px;
    border: none;
    height: 19px;
    padding: 2px 5px;
    margin: 3px 0 0 10px;
    width: 325px;
}

.search form .button {
    background: url("/img/special/loop.png") no-repeat scroll 20% 3px transparent;
    cursor: pointer;
    float: right;
    border: none;
    height: 22px;
    margin: 2px 10px 0 0;
    width: 20px;
}

.color3 .search form .button {
    background: url("/img/special/loop-blue.png") no-repeat scroll 20% 3px transparent;
}

/* Nav
-----------------------------------------------------------------------------*/
nav {
    margin-bottom: 1rem;
}

nav .row {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

nav a.active {
    background-color: #000;
    color: #fff;
}

.color2 nav a.active {
    background-color: #fff;
    color: #000;
}

.color3 nav a.active {
    background-color: #063462;
}

/* Settings
-----------------------------------------------------------------------------*/
.settings {
    padding: 0.5rem;
    font-size: 18px;
    border-bottom: 1px solid;
}

.color2 .settings {
    background-color: #000;
    border-bottom: 1px solid;
}

.color3 .settings {
    background-color: #9dd1ff;
    border-bottom: 1px solid;
}

.color-settings button {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.color-settings button.white {
    background-color: #fff;
    border: 1px solid;
}

.color-settings button.black {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.color2 .color-settings button.black {
    border: 1px solid #fff;
}

.color-settings button.blue {
    background-color: #9dd1ff;
    color: #063462;
    border: 1px solid #063462;
}

.font-settings button {
    font-weight: 600;
    background: none;
    border: 1px solid #000;
    line-height: 1;
    cursor: pointer;
}

.font-settings button.small {
    font-size: 20px;
}

.font-settings button.mid {
    font-size: 24px;
}

.font-settings button.big {
    font-size: 28px;
}

.color2 .font-settings button.small,
.color2 .font-settings button.mid,
.color2 .font-settings button.big {
    border: 1px solid #fff;
    color: #fff;
}

.color3 .font-settings button.small,
.color3 .font-settings button.mid,
.color3 .font-settings button.big {
    border: 1px solid #063462;
    color: #063462;
}

/* Main
-----------------------------------------------------------------------------*/
main {
    margin-bottom: 2rem;
}

/* Right Sidebar
-----------------------------------------------------------------------------*/

/* Footer
-----------------------------------------------------------------------------*/
footer .row {
    border-top: 3px solid;
    padding-top: 1rem;
}

/* Color
-----------------------------------------------------------------------------*/
.color1 {
    background-color: #ffffff;
    color: #000000;
}

.color1 a {
    color: #000000;
}

.color2 {
    background-color: #000000;
    color: #ffffff;
}

.color2 a {
    color: #ffffff;
}

.color3 {
    background-color: #9dd1ff;
    color: #063462;
}

.color3 a {
    color: #063462;
}

/* Font Size
-----------------------------------------------------------------------------*/
.small {
    font: 16px/22px Tahoma, Verdana, sans-serif;
}

.medium {
    font: 20px/26px Tahoma, Verdana, sans-serif;
}

.large {
    font: 24px/30px Tahoma, Verdana, sans-serif;
}

/* News & Ads
-----------------------------------------------------------------------------*/
.event-title {
    font-size: 110%;
    font-weight: 600;
}

h3.news-title, h3.ad-title {
    font-size: 120%;
    font-weight: 600;
}

.ads-list a {
    font-weight: 600;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #fff;
}

.color3 .page-item.active .page-link {
    z-index: 2;
    color: #063462;
    background-color: #9dd1ff;
    border-color: #063462;
}
