/**
 *    Razvijalec Layout
 *    Used on: -> global design styles
 *
 *    @version 1.0
 **/

/* =COMMON
----------------------------------------------- */
body {
    font-size: 12px;
    font-family: Georgia, Arial;
    color: #000;
}

a {
    color: #11741b;
    text-decoration: none;
}

a:hover {
    background-color: #ebe900;
    border-bottom: 1px dotted #11741b;
}

h2 {
    font-size: 32px;
    color: #000;
}

h3 {
    font-size: 18px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/* =NOTICE
----------------------------------------------- */
#notice {
    text-align: center;
    font-family: Arial;
    background: url(../images/sprite_bckg.png) repeat-x 0 0;
    color: #593d11;
}

/* =WRAPPER
----------------------------------------------- */
#wrapper {
    background: url(../images/sprite_bckg.png) repeat-x 0 -60px;
}

/* =HEADER
----------------------------------------------- */
#header {
    border-bottom: 1px solid #f1efe1;
}

    #header > div > h1 {
        text-indent: -99999px;
        background: url(../images/sprite_main.png) no-repeat 0 0;
    }

/* =CONTENT
----------------------------------------------- */
#content {
    border-bottom: 1px solid #f1efe1;
}

    #content > div {
        width: 880px;
        margin: 0 auto 0 auto;
    }

        #content > div > #tweets {
            width: 280px;
            float: left;
        }

        #content > div > #whatisthis {
            width: 480px;
            float: right;
        }