/* 
    Document   : style_mainpage
    Created on : 2011-08-14, 18:58:07
    Author     : Pawel
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

#plakat {
    width: 293px;
    height: 415px;
    border: 1px solid #4A0308;
    position: absolute;
    left: 10px;
    top: 40px;
 }

#news_container {
    position: absolute;
    left: 320px;
    top: 40px;
}

.main_news {
    background-image: url('./images/main_news_box.png');
    width: 450px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 18px;
    position: relative;
}

.main_news_title {
    display: block;
    font-size: 16px;
    margin: 10px 5px 10px 40px;
    line-height: 1.3;
    width: 405px;
    height: 40px;
}

.main_news_author {
    display: block;
    font-size: 12px;
    color: #bfbfbf;
    text-align: right;
    position: absolute;
    top: 65px;
    width: 280px;
    left: 150px;
}

.main_news_content {
    display: block;
    font-size: 16px;
    color: #bfbfbf;
    position: absolute;
    top: 90px;
    left: 160px;
    width: 270px;
    height: 50px;
    font-size: 14px;
}

.main_news_thumb {
    display: block;
    width: 122px;
    height: 92px;
    position: absolute;
    left: 10px;
    top: 90px;
}

.main_news_thumb_nophoto {
    display: block;
    width: 122px;
    height: 92px;
    position: absolute;
    left: 10px;
    top: 90px;
}

.more_button {
    display: block;
    background-color: #4A0308;
    width: 60px;
    height: 16px;
    position: absolute;
    left: 375px;
    top: 168px;
    font-size: 12px;
    text-align: center;
    padding-top: 4px;
}

#last_gallery {
    display: block;
    width: 760px;
    height: 100px;
    position: absolute;
    top: 512px;
    left: 10px;
}

.SlideShow {
    position: relative;
    margin: auto;
    background-color: #4A0308;
}

#last_gallery .standard_thumb {
    float: left;
    margin-right: 36px;
}

#last_gallery .standard_thumb img{
    position: absolute;
    width: 120px;
    height: 90px;
}

#last_gallery .standard_thumb a {
    margin: 0;
    display: block;
}

#last_gallery_title {
    display: block;
    position: absolute;
    top: 480px;
    left: 10px;
}

.change_poster_button {
    display: block;
    background-color: #4A0308;
    width: 220px;
    height: 20px;
    position: absolute;
    left: 35px;
    top: 350px;
    font-size: 16px;
    text-align: center;
    padding-top: 4px;
    z-index: 10;
}

#plakat img {
    position: absolute;
}

