/* ===================================================
   FORUM ДЛЯ ЖУРНАЛІСТІВ УКРАЇНИ - MODERN OVERLAY
   =================================================== */

body{
    font-family:"Segoe UI",Tahoma,Arial,sans-serif;
    color:#243340;
    background:#eef3f7;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280' viewBox='0 0 280 280'%3E%3Crect width='280' height='280' fill='%23eef3f7'/%3E%3Cg fill='%23d9e7ef'%3E%3Crect x='30' y='38' width='120' height='82' rx='4'/%3E%3Crect x='165' y='52' width='88' height='64' rx='4'/%3E%3C/g%3E%3Cg stroke='%2393b7cb' stroke-width='2'%3E%3Cline x1='44' y1='58' x2='136' y2='58'/%3E%3Cline x1='44' y1='76' x2='136' y2='76'/%3E%3Cline x1='44' y1='94' x2='118' y2='94'/%3E%3Cline x1='176' y1='70' x2='240' y2='70'/%3E%3Cline x1='176' y1='88' x2='230' y2='88'/%3E%3C/g%3E%3Cg fill='%23558fb5'%3E%3Ccircle cx='70' cy='196' r='7'/%3E%3Crect x='77' y='193' width='55' height='6' rx='3'/%3E%3Ccircle cx='165' cy='208' r='7'/%3E%3Crect x='172' y='205' width='62' height='6' rx='3'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment:fixed;
}

/* Основной контейнер */

.bodyline,
.linePeak_25{
    background:#ffffff;
    border:1px solid #c7d8e3;
    border-radius:12px;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
}

/* Таблицы */

.row_unit1{background:#ffffff;}
.gridUnitSecond{background:#f6f9fb;}
.groupC,
.groupCRight,
.spacer_band{
    background:#edf4f8;
}

.inputrow{
    background:#ddebf3;
}

/* Заголовки */

th{
    background:linear-gradient(#3f7296,#2f5d7d);
    color:#ffffff;
    font-size:14px;
    height:36px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

td.cat,
td.section_cap,
td.catSides,
td.forumLeftEdge,
td.category_area_right,
td.catBottom{
    background:#d8e8f2;
}

/* Текст */

.maintitle,
h1,
h2{
    color:#2f5d7d;
    font-size:24px;
    font-family:"Segoe UI";
}

.gen,
.txt_midweight,
.txt_subtext,
.post_inner_body{
    color:#2d3b46;
    line-height:1.65;
}

.user_identifier{
    color:#22435c;
    font-weight:bold;
}

.post_infofocus{
    color:#6f8596;
}

/* Ссылки */

a,
a.gen,
a.navMainMenu,
a.nav_pathbar,
a.sectionAnchor,
a.topictitle,
a.postlink,
a.categoryTitleText{
    color:#2d78aa;
}

a:hover{
    color:#d35400;
    text-decoration:underline;
}

/* Категории */

.sectionAnchor,
.categoryTitleText,
.topictitle{
    font-weight:600;
}

/* Код */

.codeSourceBlock{
    background:#eef6fb;
    border:1px solid #9fc1d5;
    border-left:5px solid #4c88ad;
    border-radius:6px;
    color:#234d63;
    padding:10px;
    font-family:Consolas,monospace;
}

/* Цитаты */

.blockquote_element{
    background:#f9fcfe;
    border-left:5px solid #d35400;
    border-radius:6px;
    color:#3c4954;
    padding:10px;
    font-style:italic;
}

/* Формы */

input,
textarea,
select{
    background:#ffffff;
    border:1px solid #aac4d4;
    border-radius:5px;
    color:#243340;
}

input.post,
textarea.post{
    background:#fbfdfe;
}

/* Кнопки */

input.buttonMain,
input.main_settingbar,
input.liteoption,
.fakebut{
    background:linear-gradient(#4f8db4,#356b90);
    color:#fff;
    border:1px solid #2e607f;
    border-radius:6px;
    padding:5px 12px;
}

input.buttonMain:hover,
input.main_settingbar:hover,
input.liteoption:hover{
    background:linear-gradient(#629dc1,#457a9f);
}

/* Навигация */

.pager_buttonMain a{
    background:#4f8db4;
    color:#fff;
    border:1px solid #356b90;
    border-radius:6px;
}

.pager_buttonMain a:hover{
    background:#2f5d7d;
}

/* Аватар */

.guestavatar{
    background:linear-gradient(#5e99bc,#3d7195);
    color:#fff;
    border-radius:16px;
}

/* Админ меню */

#nav_pathbar8,
#nav_pathbar8 ul{
    background:#2f5d7d;
}

#nav_pathbar8 td:hover,
#nav_pathbar8 li:hover{
    background:#467b9e;
}

#nav_pathbar8 a{
    color:#fff;
}

/* Голосование */

.vote_cap{
    background:#d7e8f2;
}

.votebar{
    background:#4f8db4;
}

/* Полоса загрузки */

#cssbar-border{
    border-color:#4f8db4;
}

#cssbar-line{
    background:#4f8db4;
}

/* Подвал */

.copyright{
    color:#667b8b;
}