* {
    margin: 0;
    padding: 0;
}

body {
    font: 13px Arial, Helvetica, sans-serif;
    color: #444444;
    background: #FFFFFF url('images/bg.gif') repeat-x;
}

h1 {
    padding-top: 15px;
    font: normal 48px Georgia, Times, serif;
    color: #FEA500;
}

h1 a, h1 a:hover {
    color: #FEA500;
    text-decoration: none;
}

h2 {
    font-weight: normal;
    color: #FF6600;
}

h3 {
    font-weight: normal;
    color: #FF6600;
}
h4 {
    font-weight: normal;
    color: #FF6600;
}

p {
    padding: .3em 0;
    line-height: 1.6em;
    text-align: justify;
}

p#subtitle {
    padding: 0;
    font: 24px Georgia, Times, serif;
    color: #CCCCCC;
}

a {
    text-decoration: none;
    color: #FF6600;
}

a:hover {
    text-decoration: underline;
}

/* page */

#page {
    width: 960px;
    margin: 0 auto;
}

#header {
    height: 123px;
    padding: 0 20px;
    background: #000000 url('images/header.jpg') no-repeat;
}

/* menu */

#menubg {
    width: 932px;
    height: 47px;
    padding: 0 14px;
    background: #FEA500 url('images/menu.jpg') no-repeat;
}

#menu {
    float: right;
    height: 47px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    margin-right: 6px;
    font-size: .92em;
    line-height: 44px;
    text-transform: uppercase;
}

#menu ul li a {
    display: block;
    float: left;
    height: 44px;
    padding: 0 8px 0 0;
    color: #FFFFFF;
    background: url('images/menu.gif') no-repeat right;
}

#menu ul li a  span {
    display: block;
    float: left;
    height: 44px;
    padding: 0 25px 0 33px;
    cursor: pointer;
    background: url('images/menu2.gif') no-repeat left;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #322100;
}

#menu ul li.active a {
    height: 47px;
    color: #322100;
    background: url('images/menuover.gif') no-repeat right;
}

#menu ul li.active a span {
    height: 47px;
    background: url('images/menuover2.gif') no-repeat left;
}

/* main */

#main {
    padding: 0 20px;
    background: url('images/bottom.jpg') no-repeat bottom;
}

/* content */

#content {
    float: left;
    width: 600px;
    padding: 40px 0 20px 0;
}

#content .post {
    padding: 0 0 3em 0;
}

#content h2 {
    font-size: 2em;
}

#content h2 a {
    color: #FF6600;
}

#content h3 {
    font-size: 1.5em;
}

#content h3 a {
    color: #FF6600;
}

#content h4 {
    font-size: 1.2em;
}

#content h4 a {
    color: #FF6600;
}

p.postmeta {
    font-size: .85em;
}

p.postmeta2 {
    width: 80px;
    margin-top: 1.5em;
    padding: .2em 0;
    font-size: .85em;
    text-align: center;
    color: #FFFFFF;
    background: #FEA500;
}

p.postmeta2 a {
    color: #FFFFFF;
}

#content .entry {
    padding: 1em 0 0 0;
}

/* sidebar */

#sidebar {
    float: right;
    width: 270px;
    padding: 40px 0 30px 0;
}

#sidebar h2 {
    font-size: 2em;
}

#sidebar .box {
    padding: 1em 0 2em 0;
}

#sidebar p {
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: 1.5em 0 2.5em 0;
}

#sidebar ul li {
    padding: .2em 0;
    line-height: 2.5em;
    border-bottom: 1px solid #E6E6E6;
}

#sidebar ul li a {
    padding: 0 10px;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    clear: both;
    padding: 50px 20px;
    border-top: 4px solid #FEA500;
}

#footer p {
    font-size: .85em;
    text-transform: uppercase;
}
