/* CSS Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, /*ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    /*list-style: none;*/
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table td {
    vertical-align: top;
}

body {
    font: 12px/17px Tahoma, sans-serif;
}
a {
    color: #005ad5;
}
.wrapper {
    margin: 0 5%;
    min-width: 1000px;
    background: white;
}
.head .top_table {
    width: 100%;
}
.head1, .head2, .head3 {
    width: 33%;
    color: white;
}
.head2 a {
    display: block;
    height: 225px;
}
.head1 a {
    display: block;
    margin: 20px;
    text-decoration: underline;
    color: white;
    font-size: 12px;
    padding-left: 35px;
    height: 30px;
    padding-top: 15px
}
.head3 .contacts {
    margin-top: 50px;
    margin-right: 20px;
    padding-left: 90px;
    min-height: 50px;
}
.head3 .contacts p {
    padding-bottom: 10px;
}
.color_line2 {
    padding: 0 2px 1px 2px;
}
.color_line1 div,
.color_line2 div,
.color_line3 div,
.color_line4 div {
    height: 5px;
}
.color_line4 {
    padding: 0 0 1px 2px;
}
.color_line1 div {
    background: #d6de26;
}
.color_line2 div {
    background: #fc0266;
}
.color_line3 div {
    background: #fffe03;
}
.color_line4 div {
    background: #fc6ecf;
}
.corner_bg {
    padding-top: 12px;
    margin-top: 1px;
    padding-left: 10px;
}
.pic .icon {
    padding-top: 200px;
    font-size: 18px;
    color: #fc0266;
    text-decoration: underline;
    padding-bottom: 40px;
    background-position: center -33px;
    background-repeat: no-repeat;
    text-align: center;
    width: 250px; 
    margin: 0 auto;
}
.pic:hover .icon {
    color: #7f267a;
}
.nav_table {
    width: 100%
}

.main_nav {
    text-align: center;
    margin: 10px 0;
}
.main_nav ul {
    text-align: center;
}
.main_nav li {
    display: inline;
}
.main_nav a {
    font-size: 16px;
    font-weight: bold;
    color: #3c1f33;
    padding: 0 5px;
    text-decoration: underline;
}
.main_nav a:hover,
.main_nav li.current a {
    color: #b739c0;
}

.footer {
    border-top: 1px solid #d2c8d1;
    background: #320033;
    height: 107px;
    overflow: hidden;
    margin-bottom: 40px;
}
.footer .f1 {
    float: left;
    padding-left: 100px;
    padding-top: 20px;
    height: 60px;
    margin-top: 10px;
    margin-left: 30px;
    color: white;
}
.footer .f2 {
    float: right;
    color: white;
    padding-right: 30px;
    padding-top: 40px;
    font-size: 10px;
}
.f1 a {
    color: #fc6ed0;
}
.f2 a {
    color: #ff7200;
}

.right_sidebar {
    width: 326px;
    position: relative;
    padding-top: 90px;
}
.main_block {
    margin-top: -30px;
}
.news_title {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 74px;
    padding-left: 75px;
    font-size: 18px;
    width: 251px;
    color: white;
    padding-bottom: 70px;
}
.news_content {
    margin-left: 50px;
    background: #f3f3f3;
    padding: 60px 10px 10px 10px;
}
.news_item .date {
    color: #320033;
}
.news_item {
    margin-bottom: 15px;
}

.bored {
    margin-top: 10px;
    padding-top: 53px;
    height: 89px;
    width: 326px;
    text-align: right;
    margin-bottom: 20px;
}
.bored div {
    font-size: 18px;
    color: white;
    padding-right: 130px;
}
.bored a {
    color: #3c1f33;
    padding-right: 20px;
    text-decoration: none;
}

.content {
    padding: 20px;
    padding-top: 55px;
}
.content h1 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #6B046C;
}
.content p {
    padding-bottom: 10px;
}

.post {
    margin-bottom: 30px;
}
.post .date {
    font-size: 20px;
    color: #4a004b;
    padding-right: 8px;
}
.post a.title {
    font-size: 20px;
    color: #005ad5;
}

.post .text {
    margin-top: 10px;
}
.tags {
    padding-left: 20px;
    margin: 12px 0;
    color: #b0b0b0;
    font-size: 10px;
}
.tags a {
    color: #b0b0b0;
    font-size: 10px;
}
.tags a:hover {
    color: gray;
}
.post_info {
    padding-top: 12px;
    overflow: hidden;
    color: #4d3c8e;
}
.post_info .author {
    float: left;
    padding-left: 35px;
    padding-right: 30px;
    line-height: 31px;
}
.post_info a.comments {
    float: left;
    display: block;
    padding-left: 30px;
    line-height: 31px;
    color: #4d3c8e;
    text-decoration: none;
}


#ditto_pages .ditto_currentpage {
    border: 1px solid #9C2EA3;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #D674DD;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #D674DD;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: #A43AAB;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

.contactFormTable td {
    padding: 3px;
    vertical-align: top;
}
.errors, .errors * {
    color: red;
}
div.errors strong {
    text-decoration: underline;
}
.errors {
    padding-bottom: 10px;
}
#cfContact {
    padding: 3px;
}

.news_pagination {
    text-align: center;
}
.news_pagination span {
    color: gray;
}


/* tooltip */
.tooltip {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.tooltip .top {
    height: 37px;
    width: 339px;
}
.tooltip .text {
    width: 295px;
    padding-left: 20px;
    padding-right: 24px;
}
.tooltip .bot {
    height: 30px;
    width: 339px;
}
.tooltip ul, .tooltip ol, .tooltip li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tooltip li {
    padding-bottom: 8px;
}
.tooltip a {
    color: #380529;
    display: block;
    font-size: 13px;
}
.tooltip a:hover {
    color: #e289c6;
}

.language {
    position: absolute; 
    top: 190px; 
    right: 15px; 
    background: #fb6ece; 
    -moz-border-radius:5px; 
    -webkit-border-radius:3px; 
    border-radius: 3px; 
    padding: 2px 8px;
}
.language a {
    color: #fff;
}
