/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
    margin: 0;
    padding: 0;
    background:  #FFFFFF url(images/bg01.jpg) repeat-x top left;
    font-size: 10pt;
    color: #484848;
}

body, th, td, input, textarea, select, option {
    font-weight: normal;
    font-family: sans-serif;
}

h1, h2, h3 {
    font-weight: 600;
    color: black;
}

ul li {
    list-style-type: square;
}

p, ul, ol {
    line-height: 180%;
}

ul, ol {
    padding-left: 2em;
}

blockquote {
    margin-left: 2em;
}

pre {
    margin-left: 1em;
    padding: .5em 0 .5em 0;
    background-color: #f0f8f0;
}

blockquote p, blockquote ul, blockquote ol {
    line-height: normal;
    font-style: italic;
}

a {
    color: #7ACE11;
}

a:hover {
    text-decoration: none;
    color: #85FF17;
}

/* Header */

#header {
    width: 890px;
    height: 190px;
    margin: 0px auto;
}

/* Logo */

#logo {
    float: left;
    padding: 40px 0 0 0;
}

#logo h1 {
    margin: 0;
    /* text-transform: lowercase; */
    letter-spacing: -1px;
    font-size: 3.6em;
    font-weight: normal;
    color: #FFFFFF;
}

#logo h1 a {
    padding-right: 20px;
    text-decoration: none;
    color: #FFFFFF;
}

#logo p {
    margin: -5px 0 0 0;
    /* text-transform: uppercase; */
    font-size: 1.22em;
    letter-spacing: -1px;
    color: #9F9F9F;
}

#logo a {
    text-decoration: none;
    color: #FFFFFF;
}

/* Menu */

#menu {
    float: right;
}

#menu ul {
    margin: 0px;
    padding: 93px 0px 0px 0px;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    margin-left: 20px;
    text-decoration: none;
    /* text-transform: lowercase; */
    font-size: 1.36em;
    color: #FFFFFF;
}

#menu a:hover, .active a {
    border-bottom: 3px solid #FFFFFF;
}


/* Page */

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

/* Content */

#content {
    float: left;
    width: 590px;
}

.post {
    padding: 20px 20px;
    background: url(images/bg04.jpg) no-repeat top left;
}

.title {
    margin: 0;
    border-bottom: 2px solid #484848;
    color: #484848;
}

.byline {
    margin: 0;
    color: #D79B00;
}

.meta {
    text-align: left;
    color: #646464;
}

.meta .more {
    padding-left: 20px;
    background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
    padding-left: 20px;
    background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
    float: right;
    width: 240px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
    list-style: none;
}

#sidebar li ul {
    padding: 0 0 15px 0;
}

#sidebar li li {
    padding-left: 20px;
    border-bottom: 1px dotted #7B9418;
}

#sidebar h2 {
    margin: 0;
    padding: 0 18px;
    background: url(images/img06.jpg) no-repeat left 50%;
    font-size: 12pt;
}

#sidebar a {
    text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
    clear: both;
    margin: 0px;
    height: 80px;
    background: #F2F2F2 url(images/bg02.jpg) repeat-x left top;
}

#footer p {
    padding: 15px 65px;
    text-align: left;
    font-size: smaller;
    color: #717171;
}

/* Custom Style */

#content h1 {
    border-bottom: 2px solid;
    font-size: 18pt;
    margin: .7em 0 0 0;
}

#content h2 {
    border-left: 8pt solid;
    padding: 0em .4em;
    font-size: 14pt;
    margin: .7em 0 .2em 0;
}

#content h3 {
    /*border-left: 12pt solid;
    padding: 0em .4em;
    margin: .7em 0 .2em 0;*/
    font-size: 12pt;
    font-weight: 700;
}

#content h4 {
    font-size: 10pt;
    font-weight: 700;
}

#content table.simple {
    width: 90%;
    border: 1px #B0B0B0 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

#content td {
    padding: 5px;
}

#content .simple td {
    border: 1px #B0B0B0 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    vertical-align: top;
}

#content .simple td:first-child {
    width: 130px;
}

#content ul#simple {
    border: 0;
    margin: 0;
    padding: 0;
}

#content #simple li  {
    clear: both;
    padding: 4px 0;
    list-style-type: none;
}

#content #simple label {
    width: 120px;
    float: left;
}

div.infobox {
   height: 10em;
   overflow: scroll;
   border: blue 1px solid;
}

div#terms {
    width: 95%;
    height: 300px;
    overflow: auto;
    background-color: #f8f8f8;
    border: 1px #808080 dashed;
    margin-bottom: 2em;
}

#terms h1 {
    font-weight: normal;
    border: none; 
    font-size: 12pt;
    margin: 0;
}

#terms h2 {
    font-weight: normal;
    border: none;
    padding: 0;
    font-size: 10pt;
    margin: 0;
}

#terms body {
    font-size: 8pt;
}

