/**
*    Stripgenerator Profile
**
*    Skin: Default
*
*    @author  David Panzalović
*    @version 1.1
**/


/* =User info
----------------------------------------------- */
/* Notice */
#content > .notice:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.notice .reject {
    background: url(../../../../images/sprite_icons.png) -248px -770px no-repeat;
}

.notice .reject:hover {
    background-position: 0 -1050px;
}

/* Avatar */
#user_info > .avatar img {
    border: 1px solid #cecece;
}

    #user_info .avatar > a {
        background: #fff url(../../../../images/sprite_icons.png) no-repeat scroll -248px -60px;
        border: 1px solid #cecece;
    }

/* Menu */
#user_info > ul {
    border-bottom: 1px solid #dbdbdc;
}

#user_info > ul > li {
    font-size: 14px;
    font-weight: bold;
    background: url(../../../../images/sprite_icons.png) no-repeat 0 -290px;
}

#user_info > ul > li.edit_profile  { background-position: -248px   -45px; }
#user_info > ul > li.friendship    { background-position: -248px  -633px; }
#user_info > ul > li.stalk_user    { background-position: -248px  -394px; }
#user_info > ul > li.vote_featured { background-position: -248px -1643px; }
#user_info > ul > li.achievements  { background-position: -248px -1482px; }
#user_info > ul > li.statistics    { background-position: -248px  -675px; }
#user_info > ul > li.accept        { background-position:      0  -875px; }
#user_info > ul > li.sendu2u       { background-position: -248px  -313px; }

#user_info > ul > li.selected a {
    text-decoration: none;
    color: #000;
    cursor: default;
}

#user_info > ul li.numbers {
    font-size: 12px;
    background: none;
}

    #user_info > ul > li span,
    #user_info > ul > li p,
    #user_info > ul > li.numbers p {
        font-size: 12px;
        font-weight: normal;
    }

    #user_info > ul > li p {
        font-size: 13px;
    }

        #user_info > ul > li p strong {
            font-weight: bold;
        }

/* User info content */
#user_info > div > div {
    font-size: 14px;
    color: #000;
}

    #user_info > div .notice > div {
        text-align: left;
    }

        #user_info > div strong {
            font-size: 16px;
            font-weight: bold;
        }

        #user_info > div .notice a {
            font-weight: bold;
        }

/* SNS links */
#user_info .sns_links li a {
    font-size: 14px;
    font-weight: bold;
    background: url(../../../../images/sprite_sns.png) no-repeat 0 1px;
}

#user_info .sns_links .twitter a  { background-position: 0    1px }
#user_info .sns_links .facebook a { background-position: 0 -159px }
#user_info .sns_links .flickr a   { background-position: 0 -319px }

/* Badges */
#user_info .badges li {
    text-indent: -9999px;
}

/* =Achievement bar
----------------------------------------------- */
#achievement_bar {
    background: url(../../../../images/sprite_profile.png) no-repeat 0 -391px;
}

    #achievement_bar ul li {
        font-weight: bold;
        text-align: right;
        background: url(../../../../images/sprite_profile.png) no-repeat top right;
    }

    #achievement_bar ul li.l {
        font-weight: normal;
        background: none;
    }

    #achievement_bar ul li.ach1 {
        text-align: left;
        background: url(../../../../images/sprite_profile.png) no-repeat -859px -62px;
    }

    #achievement_bar ul li.ach16 {
        background: url(../../../../images/sprite_profile.png) no-repeat 0 -62px;
    }

    #achievement_bar > div {
        text-align: center;
        background-color: #FFF9CD;
        border: 1px solid #DAC000;
        color: #000;
    }

        #achievement_bar > div a {
            font-weight: bold;
        }

        #achievement_bar > div del {
            color: #EF4023;
        }

/* =Tabs
----------------------------------------------- */
#tabs {
    border-bottom: 1px solid #cecece;
}

    #tabs li a {
        text-indent: -99999px;
        background: url(../../../../images/sprite_profile.png) no-repeat 0 -160px;
    }

    #tabs li a.gallery   { background-position:    0   -160px }
    #tabs li a.booklet   { background-position: -220px -160px }
    #tabs li a.library   { background-position: -350px -160px }
    #tabs li a.friends   { background-position: -470px -160px }
    #tabs li a.happening { background-position: -670px -160px }

    #tabs li a.gallery.selected   { background-position:    0   -220px }
    #tabs li a.booklet.selected   { background-position: -220px -220px }
    #tabs li a.library.selected   { background-position: -350px -220px }
    #tabs li a.friends.selected   { background-position: -470px -220px }
    #tabs li a.happening.selected { background-position: -670px -220px }