﻿/* ------------------ Profil CSS'i ----------------- */
#profileContainer
{
    min-width: 600px;
    width: 90%;
    margin-left: 15px;
    margin-right: 15px;
    font-family: Georgia;
}

#profileContainer .hrHeader
{
    height: 10px;
    color: #555;
    background: #555;
}

#profileContainer #innerContainer
{
    min-width: 600px;
    width: 90%;
    margin-left: auto ;
    margin-right: auto ;
    margin-top: 40px;
    text-align: left;
}

#profileContainer #innerContainer h1
{
    font-size: 4em;
}

#profileContainer #innerContainer h1 #aka
{
    font-size: medium;
    font-style: oblique;
}

#profileContainer #innerContainer .medium
{
    font-style: oblique;
    color: #555555;
}

#profileContainer #innerContainer h1 .nick
{
    font-size: x-large;
}

#profileContainer #innerContainer .HRsolidSimple
{
    height: 1px;
    color: #555;
    background: #555;
}

#profileContainer #innerContainer .Sect
{
    min-width: 600px;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0px;
}

#profileContainer #innerContainer .Sect .T
{
    min-width: 300px;
    width: 30%;
    text-align: left;
    vertical-align: top;
    font-size: large;
    padding-left: 15px;
    font-style: oblique;
}

#profileContainer #innerContainer .Sect .D
{
    text-align: left;
    vertical-align: top;
    padding-left: 15px;
    border-left: 1px solid #666666;
}
/* ------------------ Profil CSS'i bitiş ----------------- */
