/**
*    StripTweet About
*
*    Skin: Default
*
*    @author  David Panzalović (david.panzalovic@3fs.si)
*    @version 1.0
**/

/* =Common
----------------------------------------------- */
#content > h2 {
    font-size: 36px;
}

#content h4 {
    font-size: 18px;
    font-weight: bold;
}

#content > p strong {
    font-weight: bold;
    color: #010101;
}

dl dt {
    text-indent: -99999px;
    background: url(../../../../images/sprite_main.png) no-repeat;
}

dt.move    { background-position:     0 -330px; }
dt.cwheel  { background-position: -40px -330px; }
dt.titles  { background-position:     0 -375px; }
dt.items   { background-position: -40px -375px; }
dt.wordb   { background-position:     0 -420px; }
dt.swatch  { background-position: -40px -420px; }
dt.publish { background-position:     0 -465px; }

dl dd p {
    color: #585654;
}
/* =Left column
----------------------------------------------- */
#left h3 {
    font-size: 24px;
    font-weight: bold;
}

/* =Right column
----------------------------------------------- */
#right h3 {
    font-size: 24px;
    font-weight: bold;
}

#right + p {
    font-size: 11px;
}
