/* 
    Document   : news
    Created on : 2011-5-10, 13:38:29
    Author     : ICYGEN
    Description:
        News pages styles.
*/

div.news-item {
    clear: left;
    margin-bottom: 30px;
    min-height: 90px;
}
div.news-item .pic {
    float: left;
    width: 132px;
    height: 91px;
    background: url( ../images/backgrounds/frame-2.png ) top left no-repeat;
}
div.news-item .pic img, div.news-detail .pic img {
    margin: 5px 0px 0px 5px;
}
div.news-item .title, div.news-item .text, div.news-item .link {
    margin-left: 150px;
}
div.news-item .title {
    font-size: 0.9em;
    font-style: italic;
    font-weight: bold;
}
div.news-item .date {
    font-size: 0.8em;
    font-style: normal;
    font-weight: normal;
    margin-right: 8px;
}
div.news-item .text {
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 10px 0px 10px 150px;
}
.wrap-main .link-more {
    float: right;
}
div.news-detail .pic {
    float: left;
    width: 318px;
    height: 208px;
    background: url( ../images/backgrounds/frame-1.png ) top left no-repeat;
    margin: 0px 20px 10px 0px;
}
div.news-detail .title {
    color: #454545;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.4em;
    margin-bottom: 10px;
}
div.news-detail .title .date {
    color: #444444;
    font-size: 0.5em;
    font-style: normal;
}
.wrap-main .link-back {
    margin-top: 20px;
}
.space {
    height: 100px;
}
