html{
    background-color:#f0f0f0;
    margin:0px;
    padding:0px;
}
html body{
    margin:0px;
    padding:0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color:#333333;
    text-align:center;
}
a{
    outline:none;
    text-decoration:none;
}

a:hover{
    color: black;
    text-decoration:underline;
}
html h1{
    font-family: Arial,Helvetica,sans-serif;
    font-size:200%;
}
html h2{
    font-family: Arial,Helvetica,sans-serif;
    font-size:140%;
    font-weight:bold;
}
html h3{
    font-family: Arial,Helvetica,sans-serif;
    font-size:120%;
    font-weight:bold;
}
/**центрирующая вкладка********************************************************/
#centerblock{
    position: relative;
    margin:5px auto;
    width:990px;
    padding:0px 0px 0px 0px;
}
/**Тени************************************************************************/
#cbt{
    background:url("../si/pshtb.png") top repeat-x;
    margin: 0px;
    padding: 5px 0px 0px;
}
#cbb{
    background:url("../si/pshtb.png") bottom repeat-x;
    margin: 0px;
    padding:0px 0px 5px;
}
#cbr{
    background:url("../si/pshlr.png") right repeat-y;
    margin:0px -5px 0px 0px;
    padding:0px 5px 0px 0px;
}
#cbl{
    background: url("../si/pshlr.png") left repeat-y;
    margin:0px 0px 0px -5px;
    padding:0px 0px 0px 5px;
}
/**сама страница****************************************************************/
#wblock{
    position:relative;
    background-color: white;
    padding: 10px;
    text-align:justify;
}
/**общие классы****************************************************************/
.fc{clear: both;}
.l {float:left;}
.r {float:right;}

/******************************************************************************/
#footer{
    position:relative;
    float:none;
    left:0px;
    margin:10px 0px 5px;
}
#footer p {
    border-top:2px solid silver;
    margin:0px;
    padding:10px;
    color:gray;
    padding-left:10px;
    text-align:center;
}
#footer a{
    color: gray;
    background:none;
}
#botnav a{
    margin-left:2px;
    padding-left:10px;
    text-decoration:none;
    background:url("../si/graybox.png") 0px 5px no-repeat;
}
#footer .l{
    float:left;
}
#footer .r{
    float:right;
}
/**авторизация*****************************************************************/
#auth{
    padding:0px;
    text-align:right;
    color: #666666;
}
#auth form{
    margin:0px;
    padding:0px;
}
#auth a{
    color: #666666;
    text-decoration:none;
}
#auth a:hover{
    color: black;
    text-decoration:underline;
}
#auth p{
    margin:2px 0px;
    padding:0px;
    border:1px dotted silver;
    text-align:center;
}
#auth p.but{
    border:none;
    text-align:inherit;
}
#auth input{
    text-align:center;
    margin: 0px;
    border: none;
    width:115px;
    color: #666666;
}

/**Новостной блок**************************************************************/
#news2000comua{
    text-align: left;
}
#news2000comua a{
    color:#333333;
}
#news2000comua a:visited{
    color:gray;
}
#news2000comua h3{
    text-align: center;
}
#news2000comua_anoncer{
    text-align: left;
}
#news2000comua_anoncer a{
    color:#333333;
}
#news2000comua_anoncer a:visited{
    color:gray;
}
#news2000comua_anoncer h3{
    text-align: center;
}
#newstitle{
    text-transform:uppercase;
    font-size:110%;
    font-weight: bold;
    padding-top: 8px;
}
#newstitle a{
    color:black;
}



#errblock{
    position:relative;
    padding:20px 0px 10px;
    overflow:hidden;
    margin-right:205px;
}
#errblock p{
    font-size:120%;
}

@media print{
    #rblock,#head{
        display:none;
    }
}

.footnote{
    border-top:1px solid gray;
}
#cntnr{
    margin-top:5px;
}
#rblock{
    margin-left:730px;
}
.w20{width:20%;}
.w30{width:30%;}
.w40{width:40%;}
.w50{width:50%;}
.fl{float:left;}
.fr{float:right;}
.cl{clear:left;}
.cr{clear:right;}

#auth{
    float:right;
}
/**шапка страницы**************************************************************/
#head{
    position:absolute;
    top:10px;
    height:93px;
    width:970px;
    text-align:left;
    background:url("../si/horline.png") bottom left repeat-x;
}
#logo{
    display:block;
    float:left;
    background-color: white;
    padding:0px;
    margin:0px;
}
#logo img{
    margin:0px;
    padding:0px;
    border:none;
}
#htitle{
    color:black;
    padding: 0px;
    margin:0px auto;
    text-align: center;
    font-size: 60px;
    font-style: italic;
    font-weight: bold;
    color:silver;
}
#head .nav{
    position:absolute;
    top:75px;
    left:10px;
    height:18px;
    width:800px;
    color:white;
    font-weight: bold;
    padding-left:37px;
}
#head .nav a{
    color: white;
    text-decoration:none;
}
#head .nav a:hover{
    text-decoration:underline;
}
#wblock{
    padding-top: 105px;
}

/*crumbs********************************************************************/

.crumbs, .crumbsbtm{
    margin: 10px 0px 10px 0px;
    padding: 0px 10px;
    font-size: 160%;
    font-weight: bold;
    color:silver;
    list-style: none;
    border-left: 2px solid silver;
}
.crumbsbtm{
    min-height: 50px;
}
.crumbs li,.crumbsbtm li{
    display: inline;
}
.crumbs a,.crumbsbtm a{
    color:blue;
}
/*article******************************************************/
#artclblock{
    margin:10px 10px 10px 0px;
    padding:0px 10px 10px 5px;
    line-height: 150%;
    text-align: left;
    border-right: 1px solid silver;
    font-size: 14px;
    background-color: white;
    text-align: left;
    float:left;
    width: 700px;
}
#ardate{
    float:right;
    margin-top:10px;
    font-size: 160%;
    color:silver;
}
.defimg{
    display: block;
    float:right;
    margin: 0px 0px 10px 20px;
    padding:3px;
    border:1px solid silver;
}
.auimg{
    margin: 0px 20px 10px 0px;
}
.auimgs{
    float:left;
    margin: 0px 20px 10px 0px;
}
.auimg img, .auimgs img{
    border:none;
}
h1{
    line-height: 100%;
}
h2{
    line-height: 100%;
}
#vote, #vw{
    float: right;
    text-align: center;
    margin: 3px;
}
#vw{
    border-right: 1px solid silver;
    padding-right: 10px;
}
#vote span, #vw span{
    font-size: 180%;
}
#vote a{
    margin:auto 10px;
    font-size: 200%;
}
#vote .plus{
    color:red;
}
#vote .minus{
    color:blue;
}

@media print{
    #artclblock{
        margin-right: 10px;
        border-right: none;
    }
}
.fr{
    display: block;
    float:right;
    margin: 10px 0px 10px 10px;
    padding: 5px 0px 5px 5px;
    background-color: white;
    border-left: 1px solid silver;
    border-bottom: 1px solid silver;
}
.fl{
    display: block;
    float:left;
    margin: 10px 10px 10px 0px;
    padding: 5px 5px 5px 0px;
    background-color: white;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}
img {
    max-width: 700px;
}

#comments{
    border-top: 2px solid silver;
    margin:20px 0px;
    padding:10px 0px;
    font-size: 95%;
}
.cm{
    margin:15px 0px;
}
.dsc{
    background-color: silver;
    padding: 0px 10px;
    text-align: right;
}
.un{
    float:left;
    font-size: 110%;
    margin-right: 30px;
    font-style: italic;
}
#artbot{
    border-top: 1px solid silver;
    text-align: center;
}
.imgdesc{
    width:100%;
    font-style: italic;
    font-size: 95%;
}
.pimg{
    display: block;
    margin: 5px auto;
    text-align: center;
}
.pimg img, .pimgl img, .pimgr img{
    padding:5px;
    border:1px solid silver;
}
.pimgl{
    display: block;
    margin: 5px 5px auto 5px;
    text-align: left;
}
.pimgr{
    display: block;
    margin: 5px auto 5px 5px;
    text-align: right;
}

.fl h3, .fl h4,.fr h3, .fr h4{
    text-align: center;
}

#regform h1{
    color:red;
    font-style: italic;
    font-size: 140%;
}
#regform .error{
    color:red;
}
#regform .descr{
    font-style: italic;
}
table{
    border: 1px solid gray;
}
td{
    border: 1px solid silver;
}
th{
    text-align: center;
    border: 1px solid silver;
}
#audio{
    float:right;
    text-align: right;
    color:gray;
    margin: 0px 0px 10px 10px;
    padding: 0px 0px 5px 5px;
    border-left: 1px solid silver;
    border-bottom: 1px solid silver;
}
#audio h3, #audio p{
    margin:0px;
}
div.soc{
    height:25px;
    overflow: hidden;
    padding-bottom: 5px;
}
#rblock a{
    color:#333333;
}
#rblock a:visited{
    color:gray;
}
