/* Made by Jack Qiao @ www.pureweb.ca
Modified by Richard Murri
*/

/* The Esentials
+++++++++++++++++++++++++++++++++++*/

* {
margin: 0;
padding: 0;
}

body {
background: #6B3D21 url("images/testback.jpg") repeat-y;
color: #DCBDAB;
font: normal 11px/25px georgia, times, serif;
}

.border {
/* background: #6B3D21 url("images/testback.jpg") repeat-y; */
position: absolute;
/* overflow: auto; */
top: 39px;
left: 0;
right: 0;
bottom: 0%;
}

.bordertop {
width: 100%;
height: 39px;
position: absolute;
top: 0;
left: 0;
background: #6B3D21 url("images/testtop.jpg") no-repeat;
}

.main {
width: 667px;
position: absolute;
top: 0;
left: 112px;
bottom: 0;
}

.header {
position: absolute;
top: 0;
left: 0;
/* right: 0; ie hack- use width instead of right*/
width: 100%;
height: 73px;
}

.sidebar {
/* top: 74px; */
top: 6.7em;
bottom: 0;
left: 0;
width: 140px;
position: absolute;
}

.contentbar {
/* top: 82px; */
top: 7.48em;
bottom: 0;
right: 7px;
left: 179px;
position: absolute;
}

.header h1 {
/* font: normal 60px/30px georgia, times, serif; */
font: normal 5.45em georgia, times, serif;
color: #BB6D3D;
display: block;
border: 1px solid #A16745;
border-width: 0 0 1px 0;
margin-top: 11px;
margin-bottom: 2px;
cursor: default;
line-height: 60px;
}

.contentbar h1 {
font: normal 24px 'ms serif', 'new york', serif;
color: #A16745;
margin-bottom: 13px;
}

.contentbar p {
/* margin-top: 13px; */
margin-bottom: 18px;
}

.contentbar ol {
margin-left: 25px;
margin-bottom: 10px;
}

img {
border: none;
}

a {
color: #FFF;
}

a:hover {
color: #FC9;
}

/* Basic Structure
+++++++++++++++++++++++++++++++++++*/

/* .quote { */
/* /\* background: #824E2F url("images/q1.gif") no-repeat; *\/ */
/* background-position: 3% 10%; */
/* font: normal 10px/18px georgia, times, serif; */
/* color: #271104; */
/* width: 350px; */
/* margin: 20px 0 20px 292px; */
/* } */

/* .quote span { */
/* display: block; */
/* border: 1px solid #522B13; */
/* border-width: 1px 0; */
/* width: 250px; */
/* height: 100%; */
/* background: transparent url("images/q2.gif") no-repeat; */
/* padding: 30px 50px; */
/* background-position: 90% 85%; */
/* } */

.sidebar img {
width: 140px;
margin-top: 2px;
display: block;
}

/* .contentbar img { */
/* width: 100%; */
/* width: 385px; */
/* } */

.sidebar a img {
width: 132px;
border: 4px solid #824E2F;
}

/* Hover on a tag for ie bug */
.sidebar a:hover img {
border-color: #A06948;
}

/* Navigation
+++++++++++++++++++++++++++++++++++*/

.sidebar ul {
list-style: none;
}

.sidebar ul a {
font: normal 11px/30px arial, tahoma, verdana, sans-serif;
color: #FFF;
text-decoration: none;
display: block;
left: 0;
right: 0;
/* height: 30px; */
height: 2.48em;
background-color: #824E2F;
margin-top: 1px;
padding-left: 10px;
white-space: nowrap;
overflow: hidden;
}

.sidebar ul a:hover {
background-color: #A16745;
}

li.current a {
background-color: #945E3E;
}

.comment {
border-width: 0 0 1px;
border-style: solid;
border-color: #A16745;
}

.comment h1 {
font: normal 14px/29px georgia, times, serif;
margin-bottom: 5px;
}
 

