/* 
    Document   : style
    Created on : Aug 16, 2009, 2:52:49 AM
    Author     : Cip
    Description:
        Main style for the THS SVN Browser Website
*/

* {
    margin-top: 0;
}

body{
    font-family: Arial,Helvetica,sans-serif;
    background-color: #999999;
}

a{
    text-decoration: none;
    font-weight: bold;
    color: #550000;
}
a:hover{
    color: #994444;
}

#page{
}

#wrapper{
    margin: 0 auto;
    position: relative;
    width: 700px;
    background-color: #DDDDDD;
    border-left: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    bottom-right-radius: 15px;
}

#header{
    background-color: #885522;
}
    #header h1{
        position: relative;
        top: 15px;
        left: 40px;
        color: #ffffff;
        font-size: 2em;
    }
    #header h2{
        position: relative;
        top: -10px;
        left: 30px;
        color: #dddddd;
        font-size: 0.8em;
        font-family: Georgia,'Times New Roman',times,serif;
        font-style: italic;
}
    #headmenu{
        height: 23px;
        border-top: 1px solid #8E8178;
        background-color: #4E4138;
    }
        #headmenu ul{
            padding-top: 4px;
            padding-left: 40px;
            text-align: center;
            list-style: none;
            text-transform: uppercase;
            font-size: 12px;
        }
            #headmenu ul li{
                float: left;
                color: #ffffff;
                border-left: 1px solid #DDDDDD;
                padding-left: 10%;
                border-right: 1px solid #DDDDDD;
                padding-right: 10%;
            }
                #headmenu ul li a{
                    color: #ffffff;
                }
                #headmenu ul li a:hover{
                    color: #883300;
                }

#content{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11pt;
}
    #content h1{
        font-size: 1.4em;
        font-family: Geneva,Arial,Helvetica,sans-serif;
    }
    #content td{
        text-align: center;
        padding: 5px;
    }

#footer{
    padding-top: 10px;
    text-align: center;
    font-size: 8pt;
}


