﻿/*---------------------------Color---------------------------------
#0f1c35 dark blue
#6493B0 blue
#00aeef light blue

/*-------------------------Structure-------------------------------
div#container + .header-light
    div.login-popup
        div.login-popup-top
            a.close-block
        div.content
            input.input-text
            label.input-checkbox
        div.login-popup-bottom
    div#header
        img (logo)
        ul.nav-main
        div.profile + .guest
    div#nav
    div#wrapper
        div#content
        div#sidebar
div#footer
/*-----------------------------Body--------------------------------*/
body
{
    color: #515050; /*color: #81878b;*/
    font-family: Trebuchet MS;
    font-size: 14px;
    /*line-height: 0;   */   
    line-height: 22px;      
}
a
{
    color: #70aae0;
}
a:hover
{
    text-decoration: none;
}
h1, h2, h3, h4
{
    color: #6493B0;
}
h1
{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
}
h2
{
    font-size: 20px;
    line-height: 24px;
}
h3
{
    font-size: 18px;
    line-height: 22px;
}
h4
{
    font-size: 16px;
    line-height: 22px;
}
h5
{
    font-size: 16px;
    line-height: 22px;
}
h6
{
    font-size: 16px;
    line-height: 22px;
}
/*-----------------------Generic Blocks----------------------------*/
/*----------------------------#header
    div#header
        img (logo)
        ul.nav-main
        div.profile + .guest
------------------------------*/
/*---.nav-main---*/
#header ul.nav-main
{
}
#header ul.nav-main li
{
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
}
#header ul.nav-main li a
{
    color: #fff;
}
#header ul.nav-main li.active a
{
    color: #6493B0;
    text-decoration: none;
}
/*---.profile---*/
#header .profile
{
    color: #ccc;
}
#header .profile a
{
    color: #fff;
}
#header .profile.guest a
{
    font-size: 18px;
    outline: none;
    line-height: 20px;
}
#header .profile.guest a.reg
{
    font-size: 12px;
}
#header .profile ul li a.message, #header .profile ul li a.message-empty
{
    text-decoration: none;
}
#header .profile ul li a.message-empty
{
    background: url(../images/icons/icons.png) no-repeat scroll right -15px;
    margin-right: 4px;
    padding-right: 16px;
}
#header .profile ul li a.message
{
    background: url(../images/icons/icons.png) no-repeat scroll right 4px;
    margin-right: 4px;
    padding-right: 16px;
}
/*------------------------------#nav
    div#nav
        div.write
        ul.menu
            u.sub-menu
        div.search
-------------------------------*/
.menu
{
    font-size: 16px;
}
.menu li
{
    color: #000;
}
.menu li a
{
    color: #fff;
}
.menu li a:hover
{
    color: #000;
}
.menu li.active
{
    color: #00aeef;
    background: #fff;
}
.menu li.active a
{
    color: #000;
    text-decoration: none;
}
/*.sub-menu---*/
.sub-menu
{
    font-size: 11px;
}
.sub-menu li
{
    line-height: 12px;
}
.menu .sub-menu li a
{
    text-decoration: underline;
}
.menu .sub-menu li a:hover
{
    text-decoration: none;
}
.menu .sub-menu li.active
{
    color: #fff;
    font-weight: bold;
}
.menu .sub-menu li.active a
{
    text-decoration: none;
    color: #fff;
}
/*---.search---*/
#nav .search .text
{
    color: #777;
}
/*----------------------------#wrapper
------------------------------*/
/*--------------#content--------------*/
/*--------------#sidebar--------------*/


/*----------------------------#footer
    #footer
        .right
------------------------------*/
#footer
{
    color: #fff;
}
#footer a
{
    color: #fff;
}
/*----------------------------
Login

    div.login-popup
        div.login-popup-top
            a.close-block
        div.content
            input.input-text
            label.input-checkbox
        div.login-popup-bottom

Register

	div.lite-center div.register
		input.input-text
		.input-note
        div.lite-note
-------------------------------------*/
.login-popup, .lite-center
{
    color: #464451;
}
.login-popup h3, .lite-center h3
{
    color: #fff;
    text-transform: uppercase;
}
.login-popup a
{
    color: #fff;
}
.login-popup .input-text, .lite-center .input-text
{
    border: 1px solid #ccc;
    color: #0f1c35;
    font-size: 18px;
    padding: 4px 0;
    width: 400px;
}
.lite-center .input-note
{
    color: #ccc;
    display: block;
    font-size: 11px;
    line-height: 14px;
}
.lite-center.error h1
{
    font-size: 28px;
    color: #888;
}
.lite-center.error
{
    background-color: #fff;
}
.lite-center.error h3
{
    color: #888;
}
.lite-center.error p
{
    margin-bottom: 10px;
    color: #888;
}
/*.lite-note a  
{
    float: right; 
    font-size: 11px; 
}*/
/*-------------------------------Button
-------------------------------------*/
button, a.button
{
    cursor: pointer;
    background: none;
    border: none;
    overflow: visible;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}
button span, button em, a.button span, a.button em
{
    color: #fff;
    font-weight: bold;
    display: block;
    height: 31px;
    line-height: 31px;
    margin: 0;
}
button span, a.button span
{
    background: url(../images/button.png) no-repeat 0 0;
    margin-right: 20px;
}
button em, a.button em
{
    background: url(../images/button.png) no-repeat right 0;
    font-style: normal;
    padding-right: 20px;
    position: relative;
    right: -20px;
}
a.button.small
{
    font-size: 12px;
    text-decoration: none;
}
a.button.small span, a.button.small em
{
    height: 22px;
    line-height: 22px;
}
a.button.small span
{
    background: url(../images/button-small.png) no-repeat 0 0;
    margin-right: 30px;
}
a.button.small em
{
    background: url(../images/button-small.png) no-repeat right 0;
}
.write a#button-write
{
    background: url(../images/button-write.png) no-repeat;
    display: block;
    height: 48px;
    width: 48px;
}
/*-------------------------------Error
-------------------------------------*/
#system_messages_error
{
    background: #fff;
    border: 1px solid #ff8181;
    padding: 15px;
    margin-bottom: 15px;
    color: #b22626;
}
#system_messages_notice
{
    background: #dafad8;
    border: 1px solid #83c460;
    padding: 15px;
    margin-bottom: 15px;
    color: #4bb23b;
}

.block.contacts ul li.twitter { background: url(../images/twitter.gif) no-repeat scroll 0px 2px; }