/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
    margin: 0px;
    padding: 0px;
}

#body {
    padding: 0;
    padding-top: 18px; /*49px*/
    background: url(/images/bg.jpg) repeat-x left top;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #333333;
    background-color: #FFFFFF;
}

h1, h2, h3 {
    margin: 0;
    /*text-transform: lowercase;*/
    font-weight: normal;
    /*color: #559106;*/
    /*color: #8c497e;*/
    color: #6F4F31;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 23px;
}
h3 {
    font-size: 13px;
}

p {
    margin: 0 0 1.4em 0;
    text-align: justify;
    line-height: 1.8em;
    font-size: 10pt;
}
ul, ol {
    text-align: justify;
    line-height: 1.8em;
    font-size: 10pt;
}

a:link {
    color: #6F4F31;
}

a:hover, a:active {
    text-decoration: none;
    color: #6F4F31;
}

a:visited {
    color: #6F4F31;
    /*color: #4E8006;*/
}

img {
    border: none;
}

/* Temporary until Revise supports left/right classes */
#content img {
    margin: 0px 20px;
}

img.left {
    float: left;
    margin-right: 20px;
}

img.right {
    float: right;
    margin-left: 20px;
}

/* Form */

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

legend {
    display: none;
}

input, textarea, select {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #333333;
}

#cart-status {
    color: #CCCCCC;
    margin-top: -30px;
    padding-right: 50px;
    width: 860px;
    margin: 0 auto;
    height: 20px;
    margin-bottom: 11px;
}

#cart-status a {
    color: #FFFFFF;
    text-decoration: none;
}

#cart-status a:hover {
    text-decoration: underline;
}

/* Header */

#header {
    width: 860px;
    height: 52px;
    margin: 0 auto;
    background: url(/images/menu-bg.jpg) no-repeat left top;
}

/* Menu */

#menu {
    float: left;
    width: 860px;
    height: 54px;
}

#menu ul {
    margin: 0;
    padding: 0px 0 0 20px;
    list-style: none;
    line-height: normal;
}

#menu li {
    display: block;
    float: left;
}

#menu a {
    display: block;
    float: left;
    margin-right: 0px;
    padding: 11px 20px 19px 20px;
    height: 20px;
    /*letter-spacing: -.5px;*/
    text-decoration: none;
    text-transform: lowercase;
    font-size: 19px;
    color: #FFFFFF;
}

#menu a:hover { 
    text-decoration: none; 
    color: #FFFFFF;
    /*background-color: #F1D6B9;*/
    background-color: #917B6D;
}

#menu a.current {
    color: #D2B099;
}

#menu a.current:hover {
    color: #FFFFFF;
}

/** LOGO */

#logo-wrap {
    width: 860px;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    background: url(/images/header-grad.jpg) no-repeat left top;
}

#logo {
    width: 820px;
    height: 200px;
    margin: 0 auto;
    background: url(/images/header.jpg) no-repeat left top;
}
#logo.logo-small {
    height: 108px;
    background: url(/images/header-compressed.jpg);
}
#logo h1, #logo h2 {
    float: left;
    margin: 0;
    padding: 0 0 0 20px;
    line-height: normal;
}

#logo h1 { 
    padding-top: 95px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:36px;
    font-style: italic;
}

#logo h1 a {
    text-decoration: none;
    color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
    /*padding: 115px 0 0 5px;*/
    padding: 85px 0 0 180px;
    font: italic 13px Georgia, "Times New Roman", Times, serif;
    color: #a55594;
    font-size: 14pt;
}

#logo p a {
    text-decoration: none;
    color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
    width: 850px;
    margin: 0 auto;
}

/* Content */

#content {
    display: inline;
    float: right;
    width: 820px;
    margin-right: 15px;
    background: url(/images/post-header.jpg) no-repeat left top;
}
#body .content-small-bg {
    background-image: url(/images/post-header-small.jpg);
}
#body .content-sidebar {
    background-image: url(/images/post-header-sidebar.jpg);
    width: 600px;
}

/* Post */

.post {
    padding: 15px 30px;
}

.news-item {
    padding: 15px 0px;
}

.post h1 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 26px;
}

.post h2 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 20px;
}

.post h3 {
    margin-bottom: 10px;
    padding-bottom: 13px;
    font-size: 16px;
}

.heading-title {
    height: 32px;
    padding: 6px 0 0 15px;
    background: url(/images/h2-bg.jpg) no-repeat left top;
    font-size: 18px;
    color: #FFFFFF;
}

.post .meta {
    padding: 10px 0 30px 0;
    border-top: 1px dotted #D1D1D1;
}

.post .meta p {
    margin: 0;
    line-height: normal;
    color: #999999;
}

.post .meta .byline {
    float: left;
    padding-top: 5px;
}

.post .meta .links {
    float: right;
}

.post .meta .more {
    display: inline-block;
    padding: 5px 0px 5px 18px;
    background: url(/images/img11.gif) no-repeat left center;
}

.post .meta .comments {
    padding-left: 22px;
    background: url(/images/img12.gif) no-repeat left center;
}

.post .meta b {
    display: none;
}

/* Sidebar */

#sidebar {
    float: left;
    width: 215px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

#sidebar li {
    margin-bottom: 40px;
    padding: 0 15px;
}

#sidebar li ul {
}

#sidebar li li {
    margin: 0;
    margin-left: 5px;
    padding-left: 15px;
    background: url(/images/bullet.jpg) no-repeat left 10px;
}

#sidebar h2 {
    height: 34px;
    padding: 6px 0 0 15px;
    margin-bottom: 10px;
    background: url(/images/h2-bg-sidebar.jpg) no-repeat left top;
    font-size: 18px;
    color: #FFFFFF;
}

/* Search */

#search {
}

#search h2 {
    margin-bottom: 20px;
}

#s {
    width: 115px;
    margin-right: 5px;
    padding: 3px;
    border: 1px solid #BED99C;
}

#x {
    padding: 3px;
    border: none;
    background: #467805;
    text-transform: lowercase;
    font-size: 11px;
    color: #FFFFFF;
}

/* Boxes */

.box1 {
    padding: 20px;
}

.box2 {
    color: #BABABA;
}

.box2 h2 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #FFFFFF;
}

.box2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
    color: #EDEDED;
}

/* Footer */
#footer-wrap {
    width: 860px;
    height: 64px;
    margin: 0 auto;
    background: url(/images/footer-bg.jpg) no-repeat left top;
}

#footer {
    margin: 0 auto;
    height: 64px;
    min-height: 64px;
    padding: 0;
}

html>body #footer {
    height: auto;
}

#footer p {
    clear: both;
    padding-top: 10px;
    text-align: center;
    color: #DDDDDD;
}

#legal a {
    color: #DDDDDD;
}

#footer .admin {
    text-align: center;
    padding: 10px 0px 25px 0px;
}
#footer .admin a {
    color: #777777;
    font-size: 10pt;
}

#content table {
    
}

#content tr {
    
}

#content td, #content th {
    padding: 5px;
}

#content label {
    width: 5em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
}