/**
 * Gersey Labs Studio Style
 */
 
 /*****************

COLOURS:

Light Green: #92b662
Orange: #f05323

******************/

.studio p {
    font-size: 12px;
    text-align: justify;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    margin: 0px;
}

.studio .highlighted {
    font-weight: bold;
}

.studio .text_header {
    padding-bottom: 10px;
    color: #f05323;
    font-size: 17px;
    font-weight: bold;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    text-transform: uppercase;
    line-height: 1.3em;
}

/** Content Menu **/

.studio #layout_box {
    position: absolute;
    bottom: 0px;
    padding: 20px;
}

.studio #layout_box .left_col img {
    display: block;
}

.studio #layout_box .right_col {
    padding-left: 20px;
}
