
/* Demonstration of a WYMeditor style
/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
    margin: 0;
    padding: 0;
    border: 0;
    color: #b7a980;
}

html {
    background: #3c2f25 url(/images/theme-bwfinishes/bg-wallpaper.png) repeat scroll center top;
}

body {
    background: transparent url(/images/theme-bwfinishes/bg-gradient.png) repeat-x scroll center top;
    min-height: 557px;
    padding-top: 13px;
}

#container {
    width: 820px;
    margin: 0 auto;
    text-align: left;
}

#header {
    background: transparent url(/images/theme-bwfinishes/paper-top.png) no-repeat scroll left top;
    height: 150px;
    margin-bottom: -37px;
    color: #7c631e    text-align: center;
    padding-top: 24px;
}

#subscribeLink {
    display: inline;
    margin-top: -110px;
    float: right;
    padding-right: 20px;
    width: 200px;
    text-align: right;
    color: #543305;
    font-weight: bold;
    font-style: italic;
    position: relative;
}

#headElements {
    color: white;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 149px;
    line-height: 149px;
    font-size: 110%;
    font-weight: bold;
    font-style: italic;
}

#logo {
    display: block;
    margin: 0 auto;
    width: 364px;
    height: 110px;
}

#main {
    background: transparent url(/images/theme-bwfinishes/paper-mid.png) repeat-y scroll left top;
    padding: 2px 2px 0 2px;
    color: #7c631e;
    width: 816px;
    display: inline; /* IE6 Fix */
    float: left;
}

#wrapper {
    margin-top: -5px;
    background: transparent url(/images/theme-bwfinishes/frame-top.png) no-repeat scroll left top;
    display: inline; /* IE6 Fix */
    float: left;
    width: 100%;
}

#overlay {
    background: transparent url(/images/cache/images-util-corners-d222970d3cc3d109c0b739bcabf3f06d.png) no-repeat scroll left top;
    height: 242px;
    width: 786px;
    margin-bottom: -242px;
    margin-left: 14px;
    margin-top: 7px;
    position: relative;
}

#top_image {
    margin-left: 20px;
    margin-top: 4px;
}

#content {
    line-height: 1.5;
    min-height: 200px;
    background: transparent url(/images/cache/images-util-corners-20c89ec19d1dec50cb5a0a985ffd9a59.png) no-repeat scroll left bottom;
    margin-left: 14px;
    width: 746px;
    padding: 0 20px 15px 20px;
    font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
    font-size: 80%;
    display: inline; /* IE6 Fix */
    float: left;
    position: relative;
}

#content p {
    margin: 0 0 1.5em 0;
}

/* Menu styles */
.menu {
    display: block;
    padding: 0;
    list-style: none;
    height: 37px;
    text-align: center;
    padding-right: 9px;
    width: 510px;
    padding-left: 162px;
    margin: 0;
    font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
    font-size: 80%;
    position: relative;
}


.menu li {
    display: inline; /* IE6 Fix */
    float: left;
    width: 97px;
    height: 36px;
    background: transparent url(/images/theme-bwfinishes/tab-a.png) no-repeat scroll left top;
    margin-left: -12px;
}

.menu a {
    display: block;
    width: 97px;
    height: 33px;
    line-height: 33px;
    padding-top: 3px;
    color: white;
    text-decoration: none;
    position: relative;
}

.menu .tab_a { background-image: url(/images/theme-bwfinishes/tab-e.png); }
.menu .tab_b { background-image: url(/images/theme-bwfinishes/tab-a.png); }
.menu .tab_c { background-image: url(/images/theme-bwfinishes/tab-b.png); }
.menu .tab_d { background-image: url(/images/theme-bwfinishes/tab-c.png); }
.menu .tab_e { background-image: url(/images/theme-bwfinishes/tab-d.png); }
.menu .tab_f { background-image: url(/images/theme-bwfinishes/tab-f.png); }

.menu li.active {
    background-image: url(/images/theme-bwfinishes/tab-active.png);
    height: 37px;
    position: relative;
}

.menu .shadow {
    display: block;
    color: black;
    margin: 1px 0 -34px -2px;
    opacity: 0.5;
}

.menu .highlight {
    display: block;
    position: relative;
}

#footer .shadow {
    display: none;
}

/* Footer Styles */
#footer {
    clear: left;
    background: transparent url(/images/theme-bwfinishes/paper-bottom.png) no-repeat scroll left top;
    padding-top: 50px;
    padding-bottom: 1em;
    font-size: 75%;
    text-align: center;
    font-style: italic;
    zoom: 1;
}

#footer p {
    margin: 0;
    padding: 0.625em 0;
}

#footer a {
    color: #b7a980;
    text-decoration: none;
}

#footer a:hover {
    color: white;
    text-decoration: underline;
}

#footTextlinks a, #footElements span {
    padding: 0 10px;
}

#footer #copyright {
    padding-top: 0;
}

#footer #developerNotice {
    padding-bottom: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0.3125em 0;
    font-weight: normal;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
}

body.home h1 {
    display: none;
}

h1 { font-size: 170%; }
h2 { font-size: 170%; padding-top: 5px; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

#content img {
    border: 1px solid #3c2f25;
}

.home #content img {
    border-width: 0px;
}

