/**
 *    3fs Layout
 *    Used on: -- / --
 *
 *    @author  Matej Keglevič
 *    @version 1
 **/

/* =CONTENT
----------------------------------------------- */
#content div div + p {
    clear: both;
}

/* =COMMENTS
----------------------------------------------- */
#content #comments {
    padding: 18px 0px 10px 0px;
    width: 627px;
}

    #content #comments p {
        padding: 0px 0px 0px 23px;
    }

#content #comments p.alternate {
    background: #f4f4f4;
}

/* =COMMENTS
----------------------------------------------- */
#content #comment_post {
    margin-left: 21px;
    overflow: auto;
}

#content #comment_post img {
    border: 0px;
    margin-top: 10px;
}

#content #comment_post span
{
    font-size: 0.8em;
    font-weight: normal;
    color: #f00;
}

#content #comment_post p.title {
    font-weight: bold;
    line-height: 0em;
    margin-top: 22px;
}

#content #comment_post .s {
    border: 0;
}

input, textarea {
    border: solid #555 1px;
    padding: 3px;
}

textarea {
    width: 551px;
}

input.error, textarea.error {
    border: solid #f00 1px;
}

/* =PLAYER
----------------------------------------------- */
#content div.player #embed_code {
    width: 494px;
}

#content div.player {
    text-align: center;
}

#content div.player h3 {
    text-align: left;
    margin-bottom: 10px;
}

#content div.player div.text {
    text-align: left;
}

/* =LIBRARY
----------------------------------------------- */
#content div.library {
    background: #fff url(../img/bg/library_main.gif) no-repeat;
    padding: 0;
    width: 627px;
}

    #content div.library ul {
        float: left;
        padding-top: 18px;
    }

    #content div.library ul li {
        position: relative;
        float: left;
        width: 186px;
        padding: 0px 10px 35px 13px;
    }

    #content div.library ul li img,
    #content div.library ul li img a {
        height: 85px;
        width: 85px;
        float: left;
    }

    #content div.library ul li img { border: 1px solid #555; }

    #content div.library ul li p {
        font-size: 11px;
        position: absolute;
        bottom: 22px;
        left: 106px;
    }

    #content div.library ul li p a {
        background: transparent url(../img/ico/btn-forward.gif) right no-repeat;
        padding-right: 7px;
    }

    #content div.library ul li p a:hover { text-decoration: underline; }
