/*
Theme Name: PetraSync Customization
Theme URI: http://petrasync.com/
Description: For custom work
Version: 0.1
Author: Peter McCormick
Author URI: http://petrasync.com/
*/

body {
    background-color: #eae8cf;
    font-family: "Lucida Grande",Verdana,sans-serif;
    font-size: small;
    color: #59582b;
}

img {
    border: 0;
}

a:link, a:visited {
    color: #8b0704;
    text-decoration: none;
}

a:hover {
    color: black;
}

h1, h2 {
    border-bottom: 2px solid #8b0704;
    color: #8b0704;
}

#page {
    margin: 0 auto;
    width: 990px;
}

#header {
    text-align: right;
}

#banner {
    position: relative;
    background: transparent url(images/banner.jpg) no-repeat center top;
    width: 990px;
    height: 160px;
    margin: 0 auto;

    border-bottom: 2px solid #0d5a43;
}

#banner #logo {
    position: absolute;
    left: 350px;
    top: 0px;
    width: 280px;
    height: 160px;
    
    background: transparent;
}

#banner #logo:hover {
}

hr {
    display: none;
    padding: 0;
    margin: 0;
    background-color: #0d5a43;
    height: 5px;
    border-bottom: 2px solid #e5e5d5;
}

#inner {
    padding: 0px 30px 20px 30px;
    background-color: white;
    border-top: 2px solid #e5e5d5;
    border-bottom: 2px solid #e5e5d5;
}


/* Menu */

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
    width: 100%;
    position: relative;
}

#menu ul li {
    border-left: 2px solid #8b944d;
    padding: 0 5px 0 5px;
    vertical-align: middle;
    float: left;
    position: relative;
    height: 20px;
    line-height: 20px;
    position: relative;
}

#menu ul li:first-child {
    border-left: none;
}

#menu ul li:hover {
    position: relative;
    z-index: 90;
}

#menu ul li a {
    display: block;
    padding: 0 10px 0 10px;
    font-size: medium;
    font-weight: normal;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
}

#menu ul li a:hover {
    color: #8b944d;
}

#menu ul li li a:hover {
    color: white;
    font-weight: bold;
}

#menu ul li ul {
    background: #0d5a43;
    padding: 5px 0 5px 0;

    list-style-type: none;
    margin: 0;
    height: auto;
    line-height: auto;
    width: auto;
    position: absolute;
    top: 20px;
    left:0;
    display: none;
    opacity: .9;
    filter: alpha(opacity=90);
    border: 0px none;
}

#menu ul li ul ul {
    filter: none;
    opacity: 1;
    background: none;
}

#menu ul li:hover ul {
    display: block;
}

#menu ul li ul ul {
    position: relative;
    top: 0;
    padding: 0;
    margin: 0;
}

#menu ul li li {
    float: none;
    clear: both;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 10px 0 10px;
    white-space: nowrap;
    display: block;
    position: relative;
    line-height: 1.3em;
}

#menu ul li ul li a {
    display: block;
    font-weight: normal;
    position: relative;
    color: white;
    text-decoration: none;
    height: 2.5em;
    line-height: 2.5em;
}

* html #menu ul li a {
    width: 10px;
}


#sidebar {
    float: right;
    padding: 1em 1em 1em 1em;
    background-color: white;
}

#content {
    padding-top: .5em;
    clear: left;
}

#footer {
    border-top: 2px solid #0d5a43;
    clear: both;
    text-align: center;
}

