/* Begin Main-Layout */
*{
    margin:0;
    padding:0
}
a {
    text-decoration: none;
}
a:link {
    color: #505050;
}
a:visited {
    color: #505050;
}
a:hover, a:active {
    color: #505050;
    text-decoration:underline;
}

body {
    margin: 30px auto;
    background:#afd451 url(/images/background.jpg) repeat;
    color:#fff;
    font:11px arial,verdana,sans-serif;
}

.page2{
    margin:0 auto;
    width:1000px;
    background:#fff;
}
.page {
    margin:0 auto;
    text-align:left;
    width:1000px;
}

#header {
    background: url("/images/header.png") no-repeat;
    width: 1000px;
    height: 219px;
    margin:0 auto;
}

.header-title {
    font-family: "Times New Roman", Times, serif;
    font-size:21px;
    font-weight:bold;
    padding-top: 25px;
    text-align:left;
    padding-left:105px;
}
.header-title a{
    color:#000000;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    text-decoration:none;
}
.header-title a:hover{
    text-decoration:underline;
}

#hello{
    background: url("/images/hello.png");
    height: 104px;
    width: 700px;
    float:right;
    margin: 40px 10px 0 0;
}

#hello-head, #hello-foot{
    height: 52px;
    text-align: right;
    padding-right: 120px;
    font: 16px arial;
    color: #000;
}

#hello a {
    padding-left: 10px;
}

#hello-head{
    padding-top: 28px;
    margin-bottom: -28px;
}

.header-description {
    color:#ffffff;
    font-family:"Arial", Times, serif;
    font-size:32px;
    padding: 182px 0 0 10px;
}

.header-description a{
    color: #FFF;
}

#content, #tabmenu {
    float:left;
    width:750px;
}

#content ol li { 
    list-style: decimal;
}

#content ul { 
    margin-top: 10px;
    margin-left: 35px;
}
#sidebar{
    padding-left:40px;
    float:left;
}

#sidebar1 h2 {
    margin: -10px 0 -59px -63px;
    padding: 20px 0 69px 55px;
    background: url("/images/menu-header.png") no-repeat;
}

#sidebar1 {
    float:left;
    width:196px;
    color: #505050;
    font: 10px Verdana;
}

#sidebar1 .title{
    font-weight: bold;
}
#sidebar-img{
    width:196px;
    height:48px;
}
#sidebar-bot{
    width:196px;
    height:32px;
}
#footer {
    background:url(/images/footer.png) no-repeat;
    width:1000px;
    height:39px;
    color: #333333;
    clear:both;
    text-align:center;
}

#footer a, 
#footer a:hover,
#footer a:visited,
#footer a:visited:hover {
    color: #000;
    text-decoration:none;
}
#bottom {
    padding-top:164px;
    width: 100%;
    background:url("/images/page-footer.png") 0 1px repeat-x;
    clear:both;
}

/* End Main-Layout */



/* Begin Content*/
h4,h5,h6{
    color:#505050;
    font:12px arial,verdana,sans-serif;
    margin:20px 0 0 0;
}

h2{ font-family:"Arial", Times, serif;
    font-size:21px;
    color:#505050;
    margin:0px 0px 5px 0px;
    padding-top:5px;
}

h3{ color:#333333;
    border-bottom:1px dotted #333;
    margin:20px 0 0 0;
}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover{
    color:#505050;
    text-decoration:none;
}
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
    color:#505050;
    text-decoration:none;
}

.post-date {
    width: 49px;
    float:left;
}

.post-meta{
    background:#fff url(/images/post-top.png) no-repeat;
    float:left;
    margin: 0 0 0 -29px;
    padding: 10px 0 0 15px;
}

.post-meta-col{
    background:#fff url(/images/post-top-col.png) 0 0 no-repeat;
    float:left;
    margin: 0 0 0 -15px;
    padding: 10px 0 0 15px;
}

.post-meta h2, .post-meta h2 a{
    color:#ddc000;
    padding-left:15px;
    width:750px;
}
.post-meta-col h2{
    color:#ddc000;
    padding-left:5px;
    width:373px;
}

.post { 	
    color:#505050;
    background:#FFF url(/images/post-bg.png) 0 30px repeat-x;
    text-align:justify;
    padding: 0 20px 10px 20px;
    width:710px;
    overflow:hidden;
}
.post-end{
    width:750px;
    height:10px;
    padding-bottom:10px;
}
.post-top{
    width:750px;
    height:5px;
}

.post-out{
    margin: 15px 0 0 0;
}
.post-col {
    color:#333;
    background:#FFF url(/images/post-bg.png) 0 45px repeat-x;
    text-align:justify;
    padding: 0 10px 10px 10px;
    width:350px;
    overflow:hidden;
}
.post-end-col{
    width:350px;
    height:10px;
    padding-bottom:10px;
}
.post-top-col{
    width:350px;
    height:5px;
}
.post-out-col{
    float:left;
    margin:0 2px 8px 2px;

}
.postmetadata {
    color:#555;
    font-size:.85em;
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
    color:#000;
    text-decoration:none;
}

.postmetadata a:hover{
    text-decoration:underline
}

.entry, .entrytext{
    line-height:140%;
    margin:2px 0 0 0;
}

.alt {
    background-color: #dcf2a7 !important;
}
.entrytext p{
    margin:0 0 15px 0;
}

/* End Content*/



/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
    font-size:1em;
    color: #333;
}

.commentlist li {
    font-weight:bold;
}
.commentlist li.alt {
    background:#ffffff;
    padding:10px 0px 5px 10px;
}

.commentlist cite, .commentlist cite a {
    font-weight:bold;
    font-style:normal;
    font-size:1.1em;
}

.commentlist p {
    font-weight:normal;
    line-height:140%;
    text-transform:none;
    color: #333;
}

.commentmetadata {
    font-weight:normal;
    color: #333;
}

.commentlist {
    padding:0;
    text-align:justify;
}

.commentlist li {
    margin:0px 0 15px 16px;
    padding:5px 10px 0 0;
    list-style:decimal;
}

.commentlist p {
    margin:10px 5px 10px 0;
}

#commentform p {
    margin:5px 0;
}

.commentmetadata {
    margin:0;
    display:block;
}
.comment-text {
    padding: 5px 10px;
    overflow:hidden;
}

/* End Comments */



/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
    margin:5px 0 5px 26px;
}

#sidebar1 ul li {
    list-style:none;
    padding:0 0 10px;
    margin-left: 20px;
    color:#404040;
}

#sidebar1 ul li ul li{
    margin-left: -13px;
    padding:0;
    color:#404040;
}

#sidebar1 ul li ul li a:link, #sidebar1 ul li ul li a:visited, #sidebar1 ul li ul li a:active{
    text-decoration: none;
    color:#404040;
}

#sidebar1 ul li ul li a:hover{
    text-decoration:underline;
    color:#404040;
}
/* End Entry Lists */



/* Begin Images */
p img {
    padding:0;
    max-width:100%
}

img.centered {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

img.alignright {
    padding:4px;
    margin:0 0 2px 7px;
    display:inline;
}

img.alignleft {
    padding:4px;
    margin:0 7px 2px 0;
    display:inline;
}

.alignright {
    float:right
}

.alignleft {
    float:left
}
/* End Images */



/* Begin Form Elements */
#searchform {
    margin:2px 0;
    padding:5px 0;
}

#sidebar1 #searchform #s {
    width:130px;
    border:1px solid #999999;
    background: #f6f6f6;
    color: #666666;
}

#sidebar1 #searchsubmit {
    margin-top:5px;
    border:1px solid #999999;
    background: #f6f6f6;
    color: #999999;
    font-size:11px;
}

.entry form { 
    text-align:center;
}

select {
    width:130px;
}

#commentform input {
    width:170px;
    padding:2px;
    margin:5px 5px 1px 0;
}

#commentform textarea {
    width:98%;
    padding:2px;
    border:1px solid #ddd;
}

#commentform #submit {
    margin-right:3px;
    float:right;
    border:1px solid #999999;
    background: #f6f6f6;
    color: #666666;
}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
    font:1.1em 'Courier New', Courier, Fixed
}

acronym, abbr, span.caps
{
    cursor:help;
    font-size:0.9em;
    letter-spacing:.07em;
}

acronym, abbr {
    border-bottom:1px dashed #333
}

blockquote {
    border-left:5px solid #f2f2f2;
    margin:15px 0 0 0;
    padding:0 0 0 15px;
}

blockquote cite {
    margin:5px 0 0;
    display:block;
}

.center {
    text-align:center;
}

hr {
    clear:both;
    display:none;
}

a img {
    border:none;
}

.navigation {
    display:block;
    text-align:center;
    margin-bottom:5px;
}
/* End Various Tags & Classes*/
/* WP 2.6 FIX */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption-dd {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}


/*---------------------------------------------*/
.level-1{margin-left: 0px;}
.level-2{margin-left: 7px;}
.level-3{margin-left: 14px;}
.level-4{margin-left: 21px;}
.level-5{margin-left: 27px;}
.level-6{margin-left: 33px;}
.level-7{margin-left: 38px;}
.level-8{margin-left: 43px;}
.level-9{margin-left: 47px;}
.level-10{margin-left: 51px;}
.level-11{margin-left: 55px;}
.level-12{margin-left: 59px;}
.level-13{margin-left: 63px;}
.level-14{margin-left: 67px;}
.level-15{margin-left: 71px;}

#mainmenu ul li{
    display:inline;
    margin-right: 10px;
}
#mainmenu{
    text-align: left;
    font-size: 8px;
    padding-top: 13px;
}
#sidebar1 ul li ul li:hover{
    background:#DDD;
}

#sidebar1 ul li:first-child ul li:hover{
    background:none;
}

#mainmenu ul li a{
    font: bold 14px Verdana;
}
.post-id {
    width: 49px;
    float:left;
    font-size: 25px;
    font-family:"Times New Roman", Times, serif;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    display: none;
}

.ul-actions{
    position:relative;
    bottom:10px;
    width:170px;
}

.ul-actions li{
    display:inline;
}

.ul-actions li a{
    color:#bbb;
}

ul li h2 a:link, ul li h2 a:visited, ul li h2 a:active, ul li h2 a:hover{
    color:#000;
    /*text-decoration:underline;*/
}

/* ul li h2 a:hover{
	text-decoration:none;
} */

#tabmenu ul li {
    float:left;
    font: bold 14px Verdana;
    margin:10px 10px 0 0;
    list-style:none;
    background:#AAA;
    color:#000;
    padding: 3px 5px 0;
}

#tabmenu ul li:hover, #tabmenu ul li.current{
    background:#FFF;
}

div.post img {
    margin:10px;
}

div.entrytext p {
    padding:5px;
    overflow:hidden;
}

.spoiler-header {
    display:none;
    cursor:pointer;
    color:red;
    font-size : 14px;
    font-weight : bold;
}

.karma-teaser {
    border: 2px solid #DDD;
    margin: 3px 5px 5px 3px;
    padding: 1px;
    float:left;
}

.karma-teaser * {
    border: 1px solid #999;
    margin: 1px;
    padding: 3px 6px;
    text-align: center;
    display: block
}

.karma-teaser .plus {
    background:#BFB;
    cursor:pointer;
}

.karma-teaser .value {
    background:#EEE;
    cursor:default;
}

.karma-teaser .minus {
    background:#FBB;
    cursor:pointer;
}

.karma-teaser .plus:hover {
    background:#5B5;
    border: 2px solid black;
    padding: 2px 5px;
}

.karma-teaser .minus:hover {
    background:#B55;
    border: 2px solid black;
    padding: 2px 5px;
}

.karma-teaser .grey{
    background: #DDD;
    cursor:default;
}

.karma-teaser .grey:hover{
    background: #DDD;
    border: 1px solid #999;
    padding: 3px 6px;
}

.karma-teaser a{
    margin:0;
    padding:0;
    border:none;
}

.karma-line{
    display:inline;
    border:1px solid #CECECE;
    margin-right:5px;
}

.karma-line *{
    display:inline;
    padding: 0 1px;
}

.karma-line .plus a{
    font-weight : bold;
    color:#5B5
}

.karma-line .minus a{
    font-weight : bold;
    color:#B55
}

.karma-line .grey a{
    color:#DDD
}

.fc_list, .vr_list {
    margin:5px 10px;
    font-size: 16px;
}

.fc_list div , .vr_list div {
    margin:3px 0;
}

.fc_list .fc_name, .vr_list .vr_name {
    font-weight:bold;
    color:#333;
}

.fc_list .fc, .vr_list .vr_key {
    font-weight:bold;
    color:#D33;
}

.buttons{
    margin: 5px;
    padding:3px;
    border:3px double #AAA;
}

.button {
    display:inline;
    margin: 0 3px;
    border: 1px solid #DDD;
    padding: 3px 5px;
}

.button:hover {
    background-color:#DDD;
}

.video {
    float:left;
    margin:5px;
}

.video-img {
    float:left;
    margin:5px;
    height:80px;
}

.category-list a {
    margin-right:5px;
    font-size:14px;
}

a {
    cursor:pointer;
}

.node-title{
    clear:both;
    margin: 3px 0;
    border-top: 1px solid #bbb;
}

.title-left, .title-right{
    font: 13px Verdana;
}

.title-left{
    font-weight:bold;
}

.quote-item{
    margin: 10px 15px;
    padding: 5px;
    border: 1px dashed #DADAB0;
    background-color:#FEFEFE;
}

.quote-user{
    margin:3px;
    font-weight:bold;
}

.quote-text{
    margin: 5px 0;
    font-size:14px;
}

.quote-actions{
    font-size:10px;
}

.quote-id{
    font: bold 12px arial;
}


#multi-derevo {
    width: 180px;
    padding: 0 0 1em 0; /* нижний отступ */
    font-size: 1.1em;
    margin-left:20px;
}
#multi-derevo span { /* обертка пункта */
                     padding:0;
                     text-decoration: none;
                     display: block; /* растянем до правого края блока */
                     margin: 0 0 0 1.2em;
                     background-color: transparent;
                     border: solid silver; /* цвет линий */
                     border-width: 0 0 1px 1px; /* границы: низ и лево */
}
#multi-derevo span a {/* тест элемента дерева */
                      display: block;
                      position: relative;
                      top: .95em; /* смещаем узел на середину линии */
                      background-color: #fff; /* закраска в цвет фона обязательна иначе будет видно линию */
                      margin: 0 0 .2em .7em; /* делаем промежуток между узлами, отодвигаем левее  */
                      padding: 0 0.3em; /* небольшой отступ от линии */
}
#multi-derevo h4 {/* заголовок дерева */
                  font-family:"Times New Roman", Times, serif;
                  font-size: 18px;
                  font-weight: bold;
                  margin: 0;
                  padding: 0 .25em;
                  border-bottom: 1px solid silver;
}
#multi-derevo h4 a {
    display: block;
}
#multi-derevo ul, #multi-derevo li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}
#multi-derevo ul li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding:0;
    line-height: 1.2em;
}
#multi-derevo ul li ul {
    display: none; /* узлы свернуты */
}
#multi-derevo ul li ul li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding:0;
    margin: 0 0 0 1.2em;
    border-left: 1px solid silver; /* цвет вертикальной линии между узлами */
}
#multi-derevo li.last {/* последний узел, соединительную линию к след. узлу убираем */
                       border: none;
}
#multi-derevo .marker { /* маркер раскрытия списка в закрытом состоянии */
                        border-color: transparent transparent transparent gray;
                        border-style: solid;
                        border-width: .25em 0 .25em .5em;
                        margin: .35em .25em 0 0;
                        float: left;
                        width: 0px;
                        height: 0px;
                        line-height: 0px;
}
#multi-derevo .marker.open {/* маркер раскрытия списка в открытом состоянии */
                            border-color: gray transparent transparent transparent;
                            border-width: .5em .25em 0 .25em;
}
/* IE 6 Fixup */
* html #multi-derevo * { height: 1%;}
* html #multi-derevo .marker { border-style: dotted dotted dotted solid; }
* html #multi-derevo .marker.open { border-style: solid dotted dotted dotted; }

.pic-big {
    width:570px;
}

.img_thmb {
    float:left;
    margin:0 3px 8px 3px;
    color:#333;
    background-color:#DDD;
    border: 1px dashed #999;
    text-align:justify;
    padding: 0 2px 10px 2px;
    width:180px;
    height:150px;
    overflow:hidden;
}
.pic-thmb {
    width:156px;
    height:100px;
}

table.be_table{
    border: 1px double #D0D0D0;
    width: 360px;
    font: 13px Verdana;
    color: #505050;
    text-align: center;
    padding: 10px 5px;
}

table.hof td:first-child{
    text-align: left;
    font-weight: bold;
}

table.hof td:last-child{
    font-weight: bold;
}

table.be_table th{
    background: #D0D0D0;
}

table.be_table td:not(first-child){
    width: 15%;
}
table.be_table td.be_winner{
    background: #ddc000;
    font-weight: bold;
}

.g_column{
    width:28%;
    margin:5px;
    border: 1px double #D0D0D0;
    font-size: 14px;
    font-weight:bold;
    float:left;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.g_col_header{
    background: #D0D0D0;
    font-size: 18px;
    font-weight: bold;
    border-bottom:1px solid black;
    text-align:right;
    padding: 2px 10px 2px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.g_column tr{
    width:100%;
}
.g_column tr td:first-child{
    width:90%;
    padding-left: 10px;
}



.t-table {
    border:2px solid #DDD;
    overflow: hidden;
    font: 11px Arial;
    font-weight: bold;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.t-table > div{
    display:inline;
    float:left;
}

.t-4-col {
    background: #F5F5F5;
}

.t-4-col > div.t-cell {
    margin:60px 0 50px 0;
    background:#FFF;
}

.t-2-col {
    padding-top: 100px;
}

.t-f-col{
    background: #F5F5F5;
    padding:62px 0;
}

.t-f-col > div.t-cell {
    background:#FFF;
}

.t-f-col > div:first-child{
    border-color:red;
}

.t-cell{
    border: 2px solid #888;
    height: 40px;
    margin:15px 1px;
    width:89px;
    text-align: center;
    padding-top:8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background:#F5F5F5;
}
