/* 
    Document   : stranka
    Created on : 27.10.2013, 14:25:42
    Author     : Bessie
    Description:
        Purpose of the stylesheet follows.
*/

body {
    font-size: 14px;
    font-family: Verdana, Helvetica, Arial,  sans-serif;
    background-color: #eeeeee;
}
/* header */
body>header {
    width: 960px;
    margin: 0px auto 0 auto;
    background: linear-gradient(left,#ff0000 100%,#ffffff 45%);
}

body>header h1{
    color:#ff0000;
    font-size: 2.8em;
    font-variant: small-caps; 
    font-weight: bold;
    padding-top: 20px;
}
body>header nav{
    display: block;
    width: 550px;
    height: 50px;
    margin-left: 410px;
    background-color: #ff0000;
    text-align: right;
}
body>header li{
    display:inline-block;
    padding: 15px;
    color: #000000;
    text-decoration: none;
}
body>header li a{
    color: #000000;
    text-decoration: none;
}
body>header li a:hover{
    color: #000000;
    text-decoration: underline;
}

aside#section_top {
    color: #ffffff;
    background-color: #000000;
    letter-spacing: -2px;
    font-size: 1.8em;
    font-family: Verdana, Helvetica, Arial,  sans-serif; 
}

aside#section_top figure{
    width: 350px;
    display: inline-block;
}

aside#section_top hgroup{
    width: 500px;
    display: inline-block;
}

aside#section_top article {
    width: 960px;
    margin: 0 auto 0 auto;
}

aside#section_top h2{
    font-weight: 100;
}

aside#section_top h2 span, h1{
    color: #ff0000;
    font-size: 1.5em;
    letter-spacing: -2px;
    display: block;
    margin-top: -10px;
    font-variant: small-caps; 
    text-transform: none; 
    font-weight: bold;
}

aside#section_top h3{
    font-weight: 100;
    margin-top: -10px;
    padding-left: 2.3ex;
}

#section_middle>div {
    width: 960px;
    margin: 0 auto 0 auto
}

#section_middle article {
    display: inline-block;
    margin: 40px 10px 50px 10px;
    width: 295px;
}

#section_middle article#double {
    display: inline-block;
    margin: 40px 10px 50px 10px;
    width: 590px;
}

#section_middle img {
    display: block;
    margin: 0 auto 30px auto;
    height: 50px;
}

#section_middle label {
    display: inline-block;
    width: 150px;
}

#section_middle h2 {
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    font-variant: small-caps; 
    text-transform: none;
    margin-bottom: 20px;
}

#section_middle article div {
    height: 110px;
}

/* footer */
body>footer {
    background-color: #000000;
    color: #f0f0f0;
    font-size: .8em;
    margin: 0 0 0 0;
}

body>footer>div {
    width: 960px;
    margin: 0 auto 0 auto;
}

body>footer div.column {
    width: 218px;
    height: 150px;
    margin: 20px 10px 30px 10px;
    float: left; 
    border-right: solid #555 1px;
}

body>footer h4 {
    color:#ff0000;
    font-size: 1.5em;
    font-variant: small-caps; 
    font-weight: bold;
}

body>footer ul{
    display: inline-block;
    width: 250px;
}

body>footer li{
    display: block;
    margin-top: 10px;
}

body>footer a {
    color: #f0f0f0;
    text-decoration: none;
}

body>footer a:hover {
    text-decoration: underline;
}

body>footer p  {
    text-align: right;
}

body>footer p a {
    color: #f0f0f0;
    text-decoration: none;
}


