/**
*    Stripgenerator Index
*
*    Skin: Default
*
*    @author  Frenk T. Sedmak Nahtigal
*    @author  David Panzalović
*    @version 1.1
**/

/* =Featured
----------------------------------------------- */
#featured ul li img {
    border: 5px solid #ef4023;
}

#featured ul li > a {
    font-weight: bold;
}

    #featured ul li > a em {
        background: url(../../../../images/featured.png) 0 0 no-repeat;
    }

/* =CONTENT
----------------------------------------------- */
#content > ul > li > a + p {
    color: #505050;
}

#content > ul > li > span {
    font-style: italic;
}

#content > ul > li a {
    text-decoration: none;
}

    #content > ul li a:hover > p,
    #content > ul li a:hover > span {
        text-decoration: underline;
    }

#content > ul > li:first-child a:hover,
#content > ul > li.l a.video_tutorials:hover {
    text-decoration: underline;
}

#content > ul > li > p {
    color: #000;
}

    #content > ul > li > h3 {
        font-weight: bold;
    }

    #content > ul > li > h4 {
        font-size: 16px;
        font-weight: bold;
        color: #000;
    }

#content > ul > li > strong {
    font-weight: bold;
    color: #000;
}

#content > ul > li.l h2 {
    background: none;
}

#content > ul > li.l a.create {
    text-indent: -9999px;
    background: url(../../../../images/sprite_buttons.png) no-repeat 0 0;
}

#content > ul > li.l a.create.user {
    background-position: 0 -180px;
}

    #content > ul > li img { /* Kludge: second selector is temp until merchandise is active */
        border: 1px solid #000;
    }

    #content > ul > li a:hover img {
        border-color: #EF4023;
    }

    #content > ul > li .merch {
        border: 0;
    }

#content > ul + .notice {
    font-size: 16px;
    font-weight: bold;
}