/* 
    Document   : style_article
    Created on : 2011-08-14, 17:53:00
    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;
}

.box {
    background-image: url("./images/box_bg.png");
    background-repeat: repeat-y;
    width: 722px;
    padding: 15px;
    min-height: 500px;
    margin: 40px 0px 30px 30px;
    /* IE6 FIX ech...*/    
    height:auto !important;
    height:500px;
/* ------------- */    
    position: relative;
    color: #bfbfbf;
    font-size: 16px;
}

.box-glow {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.edit_button {
    display: block;
    background-color: #4A0308;
    width: 150px;
    height: 20px;
    padding: 2px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 130px;
    left: 150px;
}

.del_button {
    display: block;
    background-color: #4A0308;
    width: 150px;
    height: 20px;
    padding: 2px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 130px;
    left: 310px;
}

.more_button {
    display: block;
    background-color: #4A0308;
    width: 60px;
    height: 18px;
    padding-top: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 130px;
    left: 680px;
}

.add_new_button {
    display: block;
    background-color: #4A0308;
    width: 150px;
    height: 20px;
    padding: 2px;
    text-align: center;
    font-size: 16px;
    position: relative;
    margin: 10px 0px 0px 10px;
    top: 0px;
    left: 0px;
}

.image_in_edit_box {
    display: block;
    margin: 10px;
}

.news_box {
    background-image: url('./images/news_box.png');
    width: 752px;
    height: 160px;
    position: relative;
    margin: 30px auto;
}


.news_thumb {
    display: block;
    width: 120px;
    height: 90px;
    background-color: #010101;
    border: 1px #4A0308 solid;
    position: absolute;
    top: 45px;
    left: 10px;    
}

.news_title {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 8px;
    left: 40px;
    font-size: 18px;
    font-weight: bold;
}


.news_date {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 35px;
    left: 555px;
    width: 180px;
    font-size: 12px;
    text-align: right;
}


.shortcut_text {
    display: block;
    position: absolute;
    left: 150px;
    top: 67px;
    font-size: 14px;
    width: 585px;
    height: 57px;
    overflow: hidden;
    line-height: 18px;
}

.edit_button_in_news {
    display: block;
    background-color: #4A0308;
    width: 150px;
    height: 20px;
    padding: 2px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 8px;
    left: 585px;
}

.news_big_image {
    display: block;
    position: relative;
    border: 2px #4A0308 solid;
    margin: 20px auto;
    max-width: 700px;
}


.navi {
    margin-left: 30px;
    margin-bottom: 20px;
    display: block;
}