/*sidebar*/
#sidebar .box {
    background:url(/img/site/sidebg.gif) 0 0 repeat-y;
    margin-bottom:1em;
}
#sidebar .box .header {
    background:url(/img/site/side_header.gif) 0 0 no-repeat;
    display:block;
    height:6px;
    line-height:0;
    font-size:1%;
}
#sidebar .box .footer {
    background:url(/img/site/side_footer.gif) 0 0 no-repeat;
    display:block;
    height:8px;
    line-height:0;
    font-size:1%;
}
#sidebar .box .content {
    padding:1em 1.7em;
}
#sidebar h4 {
    padding-left:18px;
    background-color:transparent;
}
#sidebar .box h4 {
    height:10px;
    display:block;
    background-position:0 0;
    background-repeat:no-repeat;
    text-indent:-9999px;
    padding-bottom:1em;
    background-color:transparent;
}
/*tags*/
#sidebar .tags ul {
    text-align:center;
}
#sidebar .tags li {
    display:inline;
    line-height:1.5;
    padding:0 5px;
}
#sidebar .tags a {
    color:#3D6EA3;
    text-decoration:none;
}
#sidebar .tags a:hover {
    color:#fff;
    background:#3D6EA3;
}
/*video*/
#sidebar .video p {
    margin:.4em 0 0 0;
}
/*poll*/
#sidebar .poll {
    color:#676767;
}
#sidebar .poll h6 {
    color:#c92a2a;
    margin-bottom:.5em;
}
#sidebar .poll p {
    margin:1.3em 0 0 0;
    text-align:center;
}
#sidebar .poll ul {}
#sidebar .poll label {
    padding-left:.6em;
}
#sidebar .poll .voted li {
    padding-bottom:.4em;
}
#sidebar .poll li span,
#sidebar .poll li em {
    line-height:0;
    font-size:0;
    height:2px;
    overflow:hidden;
    display:block;
}
#sidebar .poll li span {
    width:240px;
}
#sidebar .poll li em {
    background:#676767;
}
#sidebar .poll .total {
    font-size:.92em;
    margin:0;
    text-align:right;
}
/*meteo*/
#sidebar .meteo {}
#sidebar .meteo span.city {
    font-size:1.64em;
    color:#3d6ea3;
}
#sidebar .meteo span.date {
    line-height:1.64em;
}
#sidebar .meteo .cc div {
    zoom:1;
    overflow:hidden;
    line-height:1.4;
}
#sidebar .meteo img {
    float:left;
    margin-right:30px;
}
#sidebar .meteo .text {
    display:block;
    padding-top:10px;
    font-size:1.09em;
    line-height:1.3;
}
#sidebar .meteo .t {
    font-size:1.64em;
    color:#8f8f8f;
}
#sidebar .meteo .t .night {
    color:#3d6ea3;
}
#sidebar .meteo .t .day {
    color:#c51b1b;
}
#sidebar .meteo dl {
    margin-top:.6em;
    clear:both;
    zoom:1;
    overflow:hidden;
    line-height:1.6;
    padding-top:.6em;
}
#sidebar .meteo dt {
    float:left;
    font-weight:bold;
    padding-left:8px;
    width:100px;
    clear:left;
}
#sidebar .meteo dd {}

/*related*/
#sidebar .related ul {
    line-height:1.6;
}




#sidebar .menu ul {
    overflow:hidden;
    zoom:1;
}
#sidebar .menu li.last {
    padding-right:0;
    margin-right:0;
    border-right:0;
}
#sidebar .menu a {
    float:left;
    height:8px;
    background-position:0 0;
    background-repeat:no-repeat;
    text-indent:-9999px;
    line-height:0;
}
#sidebar .menu a:hover,
#sidebar .menu a.sel {
    background-position:0 -8px;
}