﻿/*
    project: susannedodillet.com
    file: main.css
    author: stjepan.com
    date: 2009-03-01
*/

body {
    background: #fff url(../img/bg_body.gif) repeat-x;
    font: normal 75%/1.5em Arial, Helvetica, Sans-Serif;
    text-align: center;
}

a {
    color: #a72723;
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 770px;
    text-align: left;
}

#header {
    height: 109px;
    line-height: 109px;
}

#header a {
    color: #333;
    font-weight: bold;
    font-size: 3em;
    font-family: "Myriad Pro", Arial, Helvetica, Sans-Serif;
}

    #navbar-main ul {
        height: 26px;
        margin-left: 5px;
    }

    #navbar-main ul li {
        width: auto;
        float: left;
    }
    
    #navbar-main ul li a {
        width: auto;
        height: 100%;
        line-height: 22px;
        padding: 4px 10px;
        display: block;
        text-decoration: none;
        color: #333;
    }
    
    #navbar-main ul li a:hover,
    #navbar-main ul li a:focus {text-decoration: underline;}
    
    #navbar-main ul li a.active {
        background: url(../img/bg_navbar_a_active.gif) top right no-repeat;
        text-decoration: none;
    }
    #navbar-main ul li.active {background: url(../img/bg_navbar_li_active.gif) top left no-repeat;}

#content {
    width: 100%;
    float: left;
    margin: 20px 0;
    font-size: 0.9166em;
    background: url(../img/border.gif) 159px 0 repeat-y;
}
    #navbar-sub {
        width: 149px;
        float: left;
        padding-left: 10px;
    }
    
        #navbar-sub ul li a {
            width: 127px;
            padding: 5px 12px;
            background: url(../img/arrow.gif) 5px 50% no-repeat;
            display: block;
            color: #a72723;
        }
        #navbar-sub ul li a:hover,
        #navbar-sub ul li a:focus {text-decoration: underline;}
        
        #navbar-sub a.active {
            color: #333;
            text-decoration: none;
            background: url(../img/arrow_active.gif) 5px 50% no-repeat;
        }
        #navbar-sub a:hover.active,
        #navbar-sub a:focus.active {text-decoration: none;}

    #main {
        width: 570px;
        padding: 0 20px;
        float: right;
    }
    
        #main a:hover,
        #main a:focus {text-decoration: underline;}
    
    #main h1 {
        font-size: 1.4545em;
        margin-bottom: 1em;
    }

#footer {
    width: 100%;
    clear: both;
    border-top: solid 1px #dbdbdb;
    padding: 5px 0 10px 0;
    font-size: 0.9166em;
    color: #999;
}

/* page specific */

.foton img {margin-bottom: 1em;}

.sent {
    color: #0f0;
    font-weight: bold;
}

.notsent {
    color: #f00;
    font-weight: bold;
}

.sign-in td {padding: 2px 5px 2px 0;}
.sign-in .input {
    width: 160px;
    padding: 2px 5px;
    color: #a72723;
}

.inline {
    margin: 0 0 0 30px;
}