/* 
    Document   : main
    Created on : 14.07.2014, 13:56:30
    Author     : User
    Description:
        Purpose of the stylesheet follows.
*/

#header td {
    padding: 4px;
}

#header p {
    font-size: 16px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    line-height: 1.1;
}

#header {
    margin: 0;
    padding: 0;
    background-color: #e8e6db;
    color: #303030;
    font: 14px Calibri;
    line-height: 16px;
}

#header a {
    font: 15px Calibri;
    color: #720d0d;
    text-decoration: none;
}

/*h1,h2,h3,h4,h5,h6, th {*/
/*/!*padding: 0;*!/*/
/*/!*font-size: 22px;*!/*/
/*padding-bottom: 15px;*/
/*margin-bottom: 5px;*/
/*color: #303030;*/
/*font-family: 'PT Sans Caption', Arial;*/
/*/!*text-shadow: -1px 1px 1px #e8e6db;*!/*/
/*font-weight: bold;*/
/*}*/

/*** head ***/
#header {
    position: relative;
    margin: 0;
    padding: 0;
    padding: 0;
    height: 65px;
}

#navNav {
    position: relative;
    top: 5px;
}

.top-wrapper {
    position: relative;
    /*left: 5%;*/
    /*margin-left: -640px;*/
    /*width: 1280px;*/
    /*    display: table;
        vertical-align: middle;*/
}

#top {
    top: 0;
    position: absolute;
    width: 100%;
    padding: 0;
    height: 41px;
    background-color: #fff;
}

#nav-block {
    top: 0px;
    position: absolute;
    margin: 0;
    padding: 0;
    height: 70px;
    width: 100%;
    background-color: #fff;
}

table.nav {
    /*width:1280px;*/
    height: 100%;
    vertical-align: middle;
    text-align: center;
    /*background-image: url("img/head-bgnd.png");*/
}

table.nav th {
    font-weight: normal;
}

th#logo {
    width: 25%;
    padding-left: 30px;
    text-align: left;
}

th#site-menu {
    width: 50%;
}

th#user-block {
    width: 25%;
    padding-left: 30px;
    text-align: left;
}

#username {
    color: #303030;
    font-size: 21px;
}

#header #user-actions a {
    text-decoration: underline;
    padding-right: 10px;
}

/* content */
#wrapper {
    position: relative;
}

#bgnd-left {
    position: absolute;
    left: 0;
    right: 50%;
    margin-right: 640px;
    height: 530px;
    background: url("/img/bgnd-left.png");
}

#bgnd-right {
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: -640px;
    height: 530px;
    background-image: url("/img/bgnd-right.png");
}

.content {
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
    padding-top: 30px;
    padding-bottom: 30px;
}

.label-info1 {
    /*padding-left: 10px;*/
    color: #5e5a45;
    line-height: 16px;
}

p#profile-label {
    width: 160px;
}

p#news-label {
    width: 200px;
}

#content-main {
    position: relative;
    /*margin-left: -640px;*/
    width: 100%;
    /*left: 50%;*/
    min-height: 530px;
    background: url("/img/bgnd.jpg") no-repeat scroll 0 0;
}

/* top menu */
#header ul.top-menu {
    margin: 0;
    padding-left: 0;
    height: 41px;
}

#header ul.top-menu li {
    float: left;
    height: 41px;
    list-style-type: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    text-align: center;
    width: auto;
}

/*ul.top-menu li:last-child {*/
/*float: right;*/
/*}*/

#header ul.top-menu li:hover {

}

#header ul.top-menu a {
    display: block;
    height: 41px;
    font: 16px Calibri;
    color: #000;
}

#header ul.top-menu a:hover {

    text-decoration: underline;
}

/* navigation */
#header ul.menu {
    text-align: center;
    padding-left: 0;
}

#header ul.menu li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

#header ul.menu li:last-child {
    padding-right: 0;

}

#header ul.menu li a {
    font: 21px Calibri;
    color: #720d0d;
}

/* columns and rows */
.col-1 {
    float: left;
    width: 200px;
    /*padding-left: 10px;*/
    padding-right: 40px;
}

.col-2 {
    float: left;
    width: 70%;
    /*width: 680px;*/
    /*padding-left: 10px;*/
    padding-right: 40px;
}

.col-3 {
    float: left;
    width: 310px;
    /*padding-left: 10px;*/
    /*padding-right: 40px;*/
}

#header .row {
    width: auto;
    margin: 0px;
    /*clear: both;*/
}

/* text */

.title {
    /*    padding-left: 10px;*/
    color: #303030;
    font: 30px 'PT Sans', Calibri;
    text-shadow: -1px 1px 1px #e8e6db;
    line-height: 16px;
}

/* widgets */
.profile-item {
    margin-left: -10px;
}

.admission-cards {
    margin-left: -10px;
}

.news-block {
    margin-left: -10px;
}

.news-block {
    width: 280px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
}

.news-block-item {
    padding: 17px;
    width: 280px;
    background-color: #fff;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
    margin-bottom: 1px;
}

.news-block-item-time {
    margin-bottom: 2px;
    font: 14px Calibri;
    color: #710d0d;
    line-height: 18px;
}

.liwithout {
    list-style-type: none;
    padding-bottom: 15px;
}

p.justify {
    text-align: justify;
    line-height: 1.5;
}

.tree-item .tree-ul {
    margin-left: 30px;
}

#modal input, #modalUpload input, #modalComment input, #modalComment textarea {
    width: 94%;
    margin-left: 3%;
}

#modal label, #modalUpload label, #modalComment label {
    margin-left: 3%;
}

ul li a.active {
    font-weight: bold;
}