@font-face
{
    font-family: Heading-Li;
    src:url('font/Quicksand-Light.otf');
}

@font-face
{
    font-family: Heading-Reg;
    src:url('font/Quicksand-Regular.otf');
}

@font-face
{
    font-family: Heading-Bol;
    src:url('font/Quicksand-Bold.otf');
}

@font-face
{
    font-family: Text;
    src:url('font/DroidSans.ttf');
}

@font-face
{
    font-family: Text-Bol;
    src:url('font/DroidSans-Bold.ttf');
}

body
{
    font-size: 16px;
    font-family: Text;
    background: #120000;
    color: #826565;
}

#content
{
    margin: 0 auto;
    width: 960px;
}

.row { margin: 25px 0 35px 0; }

.overflow { overflow: hidden; }

.center { text-align: center; }

.left { float: left; }

.inline { display: inline-block; }

h1 a
{
    font-size: 2.8em;
    font-family: Heading-Li;
    color: #820303;
    text-decoration: none;
}

h2 , h3
{
    font-size: 1.4em;
    font-family: Heading-Reg;
}

h3 { margin: 15px 0 20px 35px; }

img
{
    border: 1px solid #CCC;
    padding: 5px;
}

#gallery { margin-bottom: 50px; }

#gallery img { max-height: 400px; }

.circle
{
    position: relative;
    margin: -250px  20px 0 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #CCC;
    cursor: pointer;
    color: #222;
}

.circle:hover
{
    background: #820303;
    color: #826565;
}

.circle span
{
    line-height: 1.85em;
    font-size: 1.65em;
    font-family: Heading-Bol;
}

hr
{
    margin: 35px auto;
    width: 75%;
    color: #820303;
    border-top: 1px solid;
    border-bottom: none;
}

#nav { float: right; }

li { margin-left: 35px; }

.inline a , .inline a:hover , .inline a:visited
{
    font-size: 1.3em;
    color: #826565;
    text-decoration: none;
}

.inline a:hover { color: #820303; }

p
{
    margin: 0 auto;
    text-indent: 35px;
    font-size: 1.2em;
    line-height: 1.8em;
    text-align: justify;
    width: 90%;
}

#mem { margin-top: -5px; }

#mem ~ div
{
    width: 21%;
    padding: 2%;
    height: 500px;
}

#mem ~ div span { display: block; }

.info
{
    line-height: 1.2em;
    font-size: 0.94em;
    width: 95%;
    text-indent: 0;
}

.left img { max-height: 200px; }

.name
{
    font-size: 1.1em;
    font-family: Text-Bol;
    margin: 10px;
}

.doc li
{
    position: relative;
    border: 1px solid;
    background: #820303;
    margin-top: 35px;
    width: 65%;
    height: 65px;
    padding-left: 45px;
    line-height: 65px;
    border-radius: 6px;
    box-shadow: 1px 1px 1px #333;
}

.doc li a
{
    margin-left: 15px;
    text-decoration: none;
    color: #CCC;
}

.doc img
{
    position: absolute;
    left: 1%;
    top: 15px;
    width: 24px;
    border: none;
    
}

.doc span
{
    position: absolute;
    right: 6%;
}
