/* GENERAL STYLES */
/*  Grid
*************************************************************/

#grid
{
    float: left;
    height: auto;
    position:relative;
}
    .box
    {
        background-image: url(../data/assets/images/box_back.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        float: left;
        margin: 0 10px 10px 0;
        height: 240px;
        text-align: left;
        width: inherit;
    }
    
        .box h1
        {
            background: none;
            color: #8f3785;
            display: block;
            font-family: Times, Times New Roman, Serif;
            font-size: 1.7em;
            font-weight: bold;
            height: auto;
            line-height: 1em;
            margin: 3px 0 6px 9px;
            padding: 0;
        }
        .box p
        {
            margin: 0;
            padding: 0 6px 9px 9px;
            text-align: left;
        }
        .boxType2
        {
            background-image: none;
            
            height: auto;
        }
        .box.single
        {
            width: 200px;
        }

/* EDITOR PROPERTIES */
