/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

/* CONTAINER */

                #container {
                        width: 950px;
                        margin: 0 auto;
                        font-family: Helvetica, Arial, Verdana, sans-serif;
                        font-size: 12px;
                        line-height: 1.6em;
                        color: #000;
                        background-color: #FFF;
                }

/* GENERAL */

                h1 {
                        font-family: Helvetica, Arial, Verdana, sans-serif;
                        font-weight: normal;
                        font-size: 32px;
                        color: #000;
                        margin-bottom: 30px;
                        background-color: #FFF;
                }

                h2 {
                        color: #009ee0;
                        font-size: 16px;
                        font-family: Helvetica, Arial, Verdana, sans-serif;
                        background-color: #fff;
                }

                h3 {
                        color: #000;
                        font-size: 16px;
                        font-family: Helvetica, Arial, Verdana, sans-serif;
                        background-color: #FFF;
                }

                a {
                        color:#0099ff;
                        text-decoration: none;
                }

                a:hover {
                        color:#ffffff;
                        background-color: #009ee0;
                }



/* HEADER ELEMENTS */

                #header {
                        border-top: 0px solid #000;
                        border-bottom: 0px solid #000;
                        background: url(geoviz-logo.png);
                        height: 290px;
                        padding-top: 0px;
                        clear: both;
                        margin-bottom: 10px;
                }



/* NAVIGATION ELEMENTS */

                 #navigation ul {
                        margin-left: 0;
                        padding-left: 0;
                        list-style-type: none;
                        float: left;
                        width: 150px;
                        font-weight: bold;
                }

                #navigation a {
                        display: block;
                        padding: 5px;
                        width: 150px;
                        border-bottom: 1px solid #CCC;
                }

                #navigation a:link, #navlist a:visited {
                        color:#0099ff;
                        text-decoration: none;
                }

                #navigation a:hover {
                        background: #000000;
                        background-color: #009ee0;
                        color:#fff;
                }


/* CONTENT ELEMENTS */

                #content {
                        width: auto;
                        margin-top: 24px;
                        margin-left: 190px;
                        margin-right: 210px;
                }

                #content p {
                        padding-bottom: 10px;
                        border-bottom: 1px solid #DDDDDD;
                }

/* SIDEBAR ELEMENTS */

                #sidebar {
                        float: right;
                        width: 185px;
                }

                #sidebar p {
                        color: #000;
                        padding-bottom: 10px;
                        border-bottom: 1px solid #DDDDDD;
                }

/* FOOTER ELEMENTS */

                #footer {
                        margin-top: 20px;
                        clear: both;
                        background-color:#000000;
                        padding: 0px 5px 0px 5px;
                        border-bottom: 0px solid #000;
                }

                #footer p {
                        color:#89817f;
                        padding: 5px;
                }

                #footer p a {
                        color: #89817f;
                        border-bottom: 1px dotted #89817f;
                }

                #footer p a:hover {
                        color: #FFFFFF;
                        background-color:#575352;
                }


