@import "/templates/default/css/base.css";

#wrapper {
    width: 820px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#content {
    padding: 0 240px 0 0;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
    float: left;
    margin-right: -3px;
    width: 220px;
    margin-left: -220px;
    position: relative;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    width:820px;
    margin: 30px auto 0;
    height: 50px;
    background: transparent;
    text-align: center;
}


/* kalendar vidjet
---------------------------------------------------------------------------*/
#block_kalendar {
    width: 220px;
    height: 253px;
    background-image: url(/templates/main/images/block_kalendar.png);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
}
#block_kalendar h2{
    font-size: 10pt;
}
.vidjet.kalendar .items {
    width: 190px;
    margin-top: 7px;
    margin-left: 10px;
    display: inline;
    height: 100px;
    float: left;
    overflow: hidden;
}

.vidjet.kalendar .day {
    font-size: 4em;
    font-family: tahoma, sans-serif;
    display: block;
    margin-left: 0px;
    position: absolute;
    width: 55px;
    margin-top: 10px;
    height: 50px;
    float: left;
    text-align: center;
}

.vidjet.kalendar .month {
    font-size: 11px;
    font-family: tahoma, sans-serif;
    display: block;
    text-align: center;
    position: absolute;
    margin-left: 0px;
    margin-top: 37px;
    width: 55px;
    height: 50px;
    float: left;
    font-weight: bold;
    text-transform: lowercase;
}

.vidjet.kalendar .description {
    position: absolute;
    font: 1em/1.2em Tahoma;
    color: gray;
    display: block;
    margin-left: 65px;
    width: 124px;
    overflow: hidden;
    height: 90px;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}

.vidjet.kalendar .more a {
    font-size: 1em;
    color: gray;
    text-align: left;
    text-decoration: none;
    font-family: tahoma, sans-serif;
    display: block;
    position: absolute;
    margin-top: 56px;
    width: 65px;
    height: 20px;
    float: left;
    margin-left: 8px;
    font-weight: bold;
}

/* news widjet */
.news_vidjet {
    color: gray;
    list-style: none;
}

.news_vidjet .intro {
    margin-left: 40px;
    display: block;
}

.news_vidjet .date, .events .fulldate, .newsblock .news_data {
    display: block;
    font-weight: bold;
    text-align: left;
    float: left;

}

.news_vidjet .name {
    display: block;
    font-weight: bold;
    text-align: left;;
    padding: 0 0 0 3px;
    padding-left: 5px;
    border-left: 1px solid gray;
    margin: 0 0 0 68px;
}

.news_vidjet .name a {
    text-decoration: underline;
    color: #A71827;
}

.news_vidjet .name a:hover {
    text-decoration: underline;
}

.news_vidjet .picture {
    width: 150px;
    float: left;
    display: block;
    margin: 5px 10px 10px 0;
}

.news_vidjet .picture img {
    width: 150px;
}

.news_vidjet .intro, .events .description {
    margin-bottom: 0;
}

/*end*/

/*soft*/
#block_soft {
    display: block;
    clear: both;
    width: 220px;
    position: absolute;
    margin-top: 270px;

}

.soft_news li {
    width: 110px;
    float: left;
    position: relative;
    height: 90px;
    list-style: none;
}

.soft_news .image {
    margin-left: 28px;
    position: absolute;
    display: block;
    margin-top: -80px;
    padding: 0;
}

.soft_news .name {
    border: 0;
    width: 100px;
    text-align: center;
    margin: 0;
    margin-top: 50px;
    display: block;
    padding: 0;
    font-size: 11px;
}

/**/



.news_vidjet .podrobnee {
    text-align: right;
    display: block;
    margin-bottom: 2em;
}

.news_vidjet .podrobnee a {
    color: #A71827;
}
