* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0 0 20px 0;
    font: 14px/20px "Times New Roman", Times, serif;
    text-align: center;
    color: #444;
    background: #E4E1D2 url(images/bg.jpg);
}

p {
    padding: 5px 0;
    text-align: justify;
}

a {
    color: #E45900;
    font-weight: bold;
    text-decoration: underline;
    outline: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

#main {
    width: 100%;
    min-width: 900px;
    background: url(images/header.gif) repeat-x top;
}

#main2 {
    margin: 0 auto;
    width: 900px;
    text-align: left;
}

#header {
    position: relative;
    height: 135px;
    background: #4E1508;
}

#header h1 {
    padding: 60px 0 0 20px;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    color: White;
}

#header h2 {
    position: relative;
    top: -5px;
    padding: 0 0 0 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #E4E1D2;
}

#menu {
    width: 900px;
    height: 53px;
    text-align: center;
    background: #F2A123 url(images/menu.gif) no-repeat;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: inline;
    padding: 0 20px;
}

#menu ul li a {
    font-weight: bold;
    font-size: 15px;
    line-height: 53px;
    text-decoration: none;
    color: White;
}

#menu ul li a:hover, #menu ul li a.active {
    text-decoration: underline;
    color: White;
}

#search {
    position: absolute;
    top: 100px;
    left: 664px;
    width: 216px;
}

#search form {
}

#search input.text {
    float: left;
    display: block;
    padding: 2px;
    width: 125px;
    font: 13px Arial, Helvetica, sans-serif;
    color: #444;
    background: #F0E9BB;
    border-top: 1px solid #E2D589;
    border-left: 1px solid #E2D589;
    border-bottom: 1px solid #F2EDC9;
    border-right: 1px solid #F2EDC9;
}

#search input.submit {
    float: right;
    display: block;
    width: 75px;
    height: 23px;
    font-weight: bold;
    font-size: 11px;
    color: White;
    background: #FF6E13 url(images/search.gif) repeat-x;
    border: none;
}

#middle {
    padding: 30px 20px 0 20px;
    text-align: left;
}

#left {
    float: left;
    width: 610px;
}

#left h3 {
    padding: 0 0 0 15px;
    font-size: 18px;
    color: #7E290E;
}

#left h3 a {
    font-weight: normal;
    color: #7E290E;
    text-decoration: none;
}

#left h3 a span, #sidebar h3 span {
    font-weight: bold;
    color: #FC7816;
}

.post {
    margin: 0 0 30px 0;
}

.post_meta p {
    padding: 5px 15px 2px 15px;
    font-size: 9px;
    line-height: 13px;
    text-transform: uppercase;
    color: #AA7767;
}

.post_meta a, .post_meta a:hover, .post_meta2 a, .post_meta2 a:hover {
    font-weight: normal;
    color: #444;
}

.post_meta_left {
    float: left;
    width: 400px;
}

.post_meta_right {
    float: right;
    width: 150px;
    text-align: right;
}

.post_content {
    clear: both;
    padding: 10px 0 2px 0;
    height: 1%;
    border-top: 1px dashed #DBC2A2;
    border-bottom: 1px dashed #DBC2A2;
}

.post_meta2 {
    padding: 0 15px 2px 0;
    font-size: 9px;
    line-height: 13px;
    text-align: right;
    text-transform: uppercase;
    color: #AA7767;
}

.post_meta2 img {
    vertical-align: text-bottom;
    padding: 0 3px 0 10px;
}

#sidebar {
    float: right;
    margin-bottom: 10px;
    width: 216px;
}

#sidebar h3 {
    padding-left: 30px;
    font-size: 14px;
    color: #7E290E;
    border-bottom: 1px dashed #DBC2A2;
}

#sidebar h3 span {
    font-weight: bold;
    font-size: 18px;
    color: #FC7816;
}

#sidebar ul {
    list-style: none;
    padding: 10px 0 24px 0;
}

#sidebar ul li {
    padding: 0 0 0 16px;
    height: 20px;
    text-align: left;
    color: #F69E32;
    background: url(images/li.gif) no-repeat left;
}

#sidebar ul li a {
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;
    color: #7E290E;
}

#sidebar ul li a:hover {
    text-decoration: underline;
    color: #AA7767;
}

#footer {
    clear: both;
    width: 900px;
    height: 53px;
    text-align: left;
    background: #4E1508 url(images/footer.gif) no-repeat;
}

#footer p {
    padding: 0 30px;
    font-size: 11px;
    line-height: 53px;
    color: White;
}

