/* 
    Created on : 22.09.2014, 23:34:09
    Author     : Alex
*/

body{
    font-size: 12px;
    background: #ffffff url('bg_2.jpg');
    font-family: 'Open Sans', Arial, Verdana;
    margin: 0;
}

div#main-container{
    text-align: center;
}

div#main-header{
    width: 690px;
    margin: auto;
    background: #fff;
    padding-left: 50px;
    padding-right: 50px;
    /*border-left: 2px solid #eee;
    border-right: 2px solid #eee;*/
}

div.header{
    margin-top: 30px;
    display: block;
    width: 680px;
    height: 25px;
    font-size: 1.5em;
    text-align: left;
    color: #fff;
    padding: 5px;
    font-weight: 800;
    /* Rounded borders */
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
    border: 1px solid #000;
    
    /* Some text shadow */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    
    /* And some background... */
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

}

div.text-content{
    text-align: justify;
    width: 640px;
    display: block;
    padding: 25px;
    font-size: 1.5em;
    border: 1px solid #000;
    background: #fefefe;
}

span.member-name{
    display: block;
    float: left;
    width: 300px;
}

div.member-list{
    line-height: 200%;
}