/* ---------------------------------------------------------------------- */
/*	Reset & Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ---------------------------------------------------------------------- */



/* Clearfix */
.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0}* html .clearfix,:first-child+html .clearfix{zoom:1}



/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */

body {
    background: #210502;
    color: #fff;
    
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}



/*-->GENERAL STYLES START<--*/

    .container{
        width: 270px;
        margin: 0 auto;
        position: relative;
        padding: 0 10px;
    }






    /*-->TOGGLE CONTENT STYLES START<--*/

        .toggleContent{
            width: 270px;
			left:-25px;
			border-bottom: 1px solid #210502;
        }

        .toggleContent .toggler{
            float: left;
            width: 270px;
            padding: 12px 10px 12px 40px;
            background: #663333 url('../images/plus-toggler.png') 15px no-repeat;
            color: #ddddaa;
            font: 12px "Myriad Pro",Arial;
        }

        .open .toggler{
            background-image: url('../images/minus-toggler.png');
            background-color: #330000;
        }

        .toggleContent .article{
            display: none;
			font-size: 12px; 
			font-family: 'omnes-pro', Helvetica, Arial ,sans-serif;
            width: 270px;
            padding: 15px;
            color: #fff;
            background: #210502;
            float: left;
            line-height: 17px;
        }

        .toggleContent:first-child article{
            display: block;
        }

    /*-->TOGGLE CONTENT STYLES END<--*/

  
/*-->BODY STYLES END<--*/



/*-->RESIZINGS FOR 480PX and Bigger WIDTH SCREEN<--*/

