/* Global Styles */

* {
    /*margin: 0;*/
    /*padding: 0;*/
}

body {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    background-color: white;
    font-size: 16px;
    font-family: arial, sans-serif;
    color: #7a7a7a;
}

.arial {
    font-family: arial, sans-serif;
}

.small {
    font-size: 0.8em;
}

.normal {
    font-size: 1em;
}

.big {
    font-size: 1.2em;
}

.bigger {
    font-size: 1.5em;
    line-height: 1.8em;
}

.left {
    float: left;
}

.right {
    float: right;
}

.orange {
    color: #dd5511 !important;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* ----- HEADER ----- */

#header {
    /*width: 900px;*/
    height: 125px;
}

#header .logo {
    float: left;
}

#header-bar {
    clear: both;
    margin-top: 20px;
    background-color: #aaaaaa;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    height: 5px;
    width: 100%;
}

/* ----- NAVIGATION ----- */

/*#navigation {*/
    /*width: 100%;*/
    /*height: 40px;*/
    /*margin-top: 10px;*/
    /*font-size: 0.7em;*/
/*}*/

/*#nav-body {*/
    /*margin: 10px 0 10px 0;*/
/*}*/

/*#nav-left {*/
    /*float: left;*/
    /*width: 250px;*/
    /*margin: 10px;*/
/*}*/

/*#nav-date {*/
    /*float: left;*/
/*}*/

/*#nav-name {*/
    /*float: left;*/
    /*margin-left: 20px;*/
/*}*/

/*#nav-right {*/
    /*float: left;*/
    /*margin: 10px;*/
/*}*/

#nav-orange-separator {
    background-color: #dd5511;
    height: 2px;
    width: 100%;
    clear: both;
}

/* ----- MAIN CONTENT ----- */

#content {
    /*width: 100%;*/
    min-height: 450px; /* for modern browsers */
    height: auto !important; /* for modern browsers */
    margin: 20px 0px 20px 0px;
}

#left-panel {
    margin-left: 0px;
}

/* ----- FOOTER ----- */

#footer {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    font-size: small;
    text-align: center;
}

#footer-bar {
    clear: both;
    margin-top: 20px;
    background-color: #aaaaaa;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    height: 5px;
    width: 100%;
}