/* 
    Document   : default.css
    Created on : 2010-jun-16, 19:43:05
    Author     : markus
    Description:
        Purpose of the stylesheet follows.
*/

body {
    background: white url(img/body.png) repeat-x;
    font-family: "trebuchet ms", verdana, helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.5em;
}

a {
    
    color: #333;
}

a img {
    border: 0;
}

#header {
    background: url(img/header.png) no-repeat;
    color: white;
    height: 30px;
    width: 870px;
    margin: 20px auto 0 auto;
    padding: 33px 33px 0 0;
    text-align: right;
}

#wrapper {
    background: url(img/wrapper.png) repeat-y;
    width: 874px;
    margin: 0 auto;
    padding: 0 15px;
}


#inner-header {
    background: url(img/inner-header.jpg) no-repeat;
    height: 196px;
    width: 874px;
    position: relative;
}

    #inner-header .logo {
        position: absolute;
        left: 30px;
        top: -30px;
    }

    #inner-header #hours-of-operation {
        position: absolute;
        right: 10px;
        bottom: 15px;
    }
        

#navigation {
    background: url(img/navigation.png) repeat-x;
    height: 41px;
    line-height: 41px;
    margin: 2px 0 1px 0;
    overflow: hidden;
}

    #navigation ul {
        float: left;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #navigation li {
            background: url(img/navigation-separator.png) no-repeat top right;
            float: left;
            padding-right: 2px;
            overflow: hidden;
        }

        #navigation a {
            background: url(img/navigation-a.png) no-repeat 50% 100%;
            display: block;
            font-weight: bold;
            height: 38px;
            line-height: 39px;
            padding: 0 1em;
            text-decoration: none;
            text-transform: uppercase;
        }

        #navigation a:hover,
        #navigation a.current {
            background: url(img/navigation-active.png) repeat-x;
            color: white;
            text-decoration: underline;
            text-shadow: 0 0 10px white;
        }

        /* sub-pages */
        #navigation ul ul {
            background: #eee;
            border: 1px solid #388a39;
            border-radius: 5px;
            display: none;
        }

        #navigation ul li:hover ul {
            display: block;
            position: absolute;
            z-index: 99;
        }

            #navigation ul ul li {
                background: transparent;
                border-bottom: 1px solid #388a39;
                float: none;
                padding: 0;
            }

            #navigation ul ul a {
                background: transparent;
            }


#content{
    background: white url(img/content.png) repeat-x;
    padding: 25px;
    position: relative;
}

    #content a {
        color: #08a843;
    }

    #content h2 {
        color: #3a8c3a;
    }

#footer {
    background: url(img/footer.png) no-repeat;
    color: #c0d8c2;
    height: 88px;
    width: 822px;
    margin: 0 auto 20px auto;
    padding: 20px 40px 0 40px;
}

    #footer a {
        color: #c0d8c2;
    }

    #footer .section {
        width: 200px;
    }

    #footer .left.section {
        margin-right: 10px;
    }

    #footer .right.section {
        text-align: right;
    }

#login-form {

    width: 300px;
    margin: 0 auto;
    border: 1px solid #666;
    border-radius: 4px;


}

#login-form form ul {
    list-style-type: none;
}

#login-form form ul li label{
    display: block;
    width: 150px
}

#login-form form ul li input {
    display: block;
    width: 150px;
}

#login-form form ul li:last-child {
    text-align: right;
}

#login-form .ui-widget div {
    margin: 5px;
    padding: 0 10px;
}

#users-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: 0.8;
    color: #fff;

    border-top: 0;
    height: 35px;
    line-height: 35px;


}

#users-navigation a {
    color: #fff;
}

#users-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;   
}
#users-navigation ul li {
    float: left;
    padding: 0 10px;
    margin-right: 10px;
}

#hide-users-navigation {
    float: right !important;
    text-decoration: underline;
    cursor: pointer;
}
#show-users-navigation {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    color: #fff;
    margin: 0 10px;
    padding: 0 10px;
    float: right;
    display: none;
    border-top: 0;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-decoration: underline;
}

#show-users-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    
}
#users-navigation ul li {
    float: left;
    margin-right: 10px;
}

.error-box {
    padding: 10px;
	margin: 10px;
    border-radius: 4px;
    border: 1px solid #cd0a0a;
    background: #fef1ec;
    color: #cd0a0a;
}

.success-box {
    padding: 10px;
	margin: 10px;
    border-radius: 4px;
    color: #006600;
	background:#DBFDD9;
	border: 1px solid #009900;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}


/* index */

#welcome-text {
    float: left;
    margin: 0 30px;
    width: 380px;
}

#bubbles {
    background: url(img/content.png) repeat-x;
    line-height: 1.2em;
    margin: 30px 0 0 0;
    padding: 40px 0;
}

    #bubbles a {
        color: #3c6;
        font-weight: bold;
    }

    #bubbles .bubble {
        background: url(img/bubble.png) no-repeat;
        color: white;
        height: 148px;
        width: 352px;
        padding: 30px 20px;
    }

#contact-form .message {
    height: 230px;
    width: 790px;
}