body {
background: #B9B9B9  url("images/bg_square.gif") repeat top left;
margin: 0;
font: 100%/120% serif;
color: black;
font-size: 9pt;
}

a, a:visited {
color: black;
text-decoration: underline;
}

a:visited {
/*color: #ac3131;*/
}

a:hover {
color: black;
text-decoration: none;
}

#wrap {
background:  url("images/bg_top.gif") repeat-x top left;
}

/*--BORDERS--*/

/*--Red Border--*/
#border1 {
width: 778px;
margin: 0 auto;
background: #590305;
border: 1px solid black;
border-top: none;
}

/*--Outside Parchment--*/
#border2 {
margin: 0 9px 9px 9px;
padding-top: 15px;
background: url("images/bg_parch2.gif") repeat top left;
}

/*--MAIN TEXT CONTAINER--*/

#container {
margin: 0 20px 0 20px;
border: 3px solid black;
background: url("images/bg_parch.gif") repeat top left;
}

/*--All inside classes--*/
.main {
margin: 0 20px 20px 20px;
}

/*--HEADER--*/
.header {
background: #67a56e url("images/bg_green.gif") repeat top left;
text-align: center;
padding: 30px 0 40px 0;
margin-top: 20px;
font-family: sans-serif;
text-transform: uppercase;
border: 3px solid black;
}

.header h2, .header h2 a, .header h2 a:hover, .header h2 a:visited {
font-size: 20px;
margin: 0;
color: black;
text-decoration: none;
}

.header p {
font-size: 38px;
font-weight: bold;
margin: 0;
margin-top: 35px;
}

/*--NAVBAR--*/
.navbar {
font-size: 14px;
text-transform: uppercase;
}

.navbar a, .navbar a:visited {
color: black;
text-decoration: none;
}

.navbar a:hover {
color: #760a09;
text-decoration: none;
}

ul#nav {
margin: 0;
margin-left: 15px;
padding: 0;
list-style: none;
height: 10px;
}

ul#nav li {
margin: 0;
padding: 0;
margin-right: 15px;
float: left;
position: relative;
}

ul#nav li ul { /* second-level lists */
z-index: 9999;
display: none;
height: 300px;
overflow: auto;
position: absolute;
margin: 0 0 0 -10px;
padding: 0;
top: 1em;
margin-bottom: 5px;
left: 0;
list-style: none;
background: url("images/bg_parch.gif") repeat top left;
border: 1px solid black;
border-top: 0;
border-bottom: 3px solid black;
width: 190px;
}


ul#nav li ul li { 
margin: 0;
padding: 0;
float: none;
}

ul#nav li ul li a { 
margin: 0;
padding: 5px 10px 5px 5px;
display: block;
}


ul#nav li ul li a:hover { 
color: white;
background: #760a09;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
}


/*SUB-NAVIGATION*/
#subnav {
text-align: center;
margin-bottom: 3px;
border-bottom: 5px solid black;
}

#subnav ul {
list-style: none;
margin:5px;
padding:5px;
}

#subnav li {
display: inline;
line-height: 2em;
}

#subnav li a,#subnav li a:visited  {
text-decoration: none;
padding: 5px;
background: white;
}

#subnav li a:hover  {
text-decoration: none;
background: black;
color: white;
padding: 5px;
}

/*--MAIN TEXT--*/
.maintext {
border: 5px solid black;
border-bottom: none;
background-color: white;
clear: left;
font-size: 14px;
}

.maintext {
border-bottom: 1px solid black;
}

.pen, .entry {
border-bottom: 4px solid black;
padding-bottom: 20px;
}

.entry p, .entry table {
margin: 10px 20px;
}

.post h2 {
margin: 20px;
}

.pen img {
margin: 20px 0 15px 20px;
display: block;
}

.pen h4 {
text-transform: uppercase;
margin: 10px 0 0 20px;
display: inline;
}

.pen p.buy {
width: 175px;
float: right;
display: inline;
text-transform: uppercase;
text-align: center;
margin-right: 20px;
border: 1px dotted black;
background: #fafafa;
}

.pen p.buy .buybox {
display: block;
margin-top: 10px;
}

.pen p.buy .buylink a {
font-size: 18px;
color: #c1181a;
text-decoration: none;
}

.pen p.buy .buylink {
font-size: 18px;
text-decoration: none;
margin-bottom: 10px;
}

.pen p.buy .buylink a:hover {
font-size: 18px;
color: #c1181a;
text-decoration: underline;
}

.pen p {
margin: 10px 0 0 20px;
width: 450px;
}

.pen .buycat {
margin: 30px 0 0 20px;
width: 450px;
}

.pen .cat {
margin: 10px 0 0 20px;
width: 450px;
font-size: 13px;
font-style: italic;
}

.pen .cate {
margin: 10px 0 0 20px;
width: 450px;
font-size: 11px;
}

.buyprice div, .cat div {
display: inline;
}

#content h3 {
font-size: 18px;
text-transform: uppercase;
margin: 20px;
margin-bottom: 0;
padding: 0;
}

#content h3 a {
text-transform: uppercase;
text-decoration: none;
}

#content h3 a:hover {
text-transform: uppercase;
text-decoration: underline;
}

#content .thedate {
font-size: 12px;
text-transform: uppercase;
text-decoration: none;
margin: 20px;
margin-top: 5px;
margin-bottom: 10px;
padding: 0;
}


#content .postmetadata {
font-size: 10px;
text-transform: uppercase;
text-decoration: none;
margin: 0 20px;
padding: 0;
}

textarea#comment {
width: 600px;
}

#wp_page_numbers {
text-align: center;
border-bottom: 4px solid black;
}

#wp_page_numbers ul {
list-style: none;
}

#wp_page_numbers li {
display: inline;
}

#wp_page_numbers li a,#wp_page_numbers li a:visited  {
text-decoration: none;
padding: 5px;
background: white;
}

#wp_page_numbers li a:hover  {
text-decoration: none;
background: black;
color: white;
padding: 5px;
}

.active_page {
font-weight: bold;
}

#wp_page_numbers li.active_page a:hover  {
text-decoration: none;
background: white;
color: black;
padding: 5px;
}

/*--NAVBAR2--*/
#navbar2 {
font-size: 16px;
text-transform: uppercase;
text-align: center;
width: 100%;
}

#navbar2 ul {
padding: 10px 0;
margin: 0;
}

#navbar2 li {
display: inline;
margin-right: 40px;
}

#navbar2 a, #navbar2 a:visited {
color: black;
text-decoration: none;
}

#navbar2 a:hover {
color: black;
text-decoration: underline;
}

/*--BOTTOM CONTAINER--*/
#bottom-container {
width: 778px;
margin: 0 auto;
}

#bottom-container p.designer {
margin-top: 10px;
text-align: right;
color: #bea63a;
font-size: 13px;
font-family: "Monotype Corsiva", "Bradley Hand ITC", serif;
text-transform: lowercase;
}

#bottom-container p.designer a {
color: #bea63a;
font-size: 13px;
font-family: serif;
}

#bottom-container .copyright {
display: block;
color: #ebe0be;
text-align: center;
margin-top: 3px;
}

#bottom-container .copyright a {
color: #ebe0be;
}

.red a {
color: #760a09;
text-decoration: none;
}

.red a:hover {
color: #760a09;
text-decoration: underline;
}

.hnone {
display: none;
}


/*FRONT PAGE*/
#fp_header {
width: 786px;
height: 152px;
margin: 0 auto;
background: #590305 url("images/fp_bighead_top.gif") no-repeat top left;
}

#fp_header h1 {
float: left;
text-align: left;
font-size: 1px;
margin: 0;
padding: 0;
text-transform: uppercase;
text-indent: -9999px;
}

#fp_header h1 a, #fp_header h1 a:visited, #fp_header h1 a:hover {
color: #c7270e;
text-decoration: none;
letter-spacing: .05em;
}

#fp_header p {
margin: 0;
padding: 0;
width: 345px;
float: right;
margin-right: 40px;
text-align: center;
font-size: 15px;
padding-top: 110px;
text-transform: uppercase;
font-weight: normal;
line-height: 1.2em;
display: inline;
}

#fp_header p .topline {
font-size: 20px;

}

#fp_nav {
width: 786px;
margin: 0 auto;
background: #590305;
clear: both;
}

/*FP Nav*/
ul#fp_navdd {
margin: 0;
padding: 0;
list-style: none;
}

ul#fp_navdd li {
margin: 0;
padding: 0;
float: left;
position: relative;
}

ul#fp_navdd li img {
float: left;
}


ul#fp_navdd li ul { /* second-level lists */
display: none;
position: absolute;
z-index: 9999;
padding: 0;
top: 0;
left: 0;
margin: 108px 0 5px 11px;
font-size: 12px;
list-style: none;
background: url("images/bg_parch.gif") repeat top left;
border: 1px solid black;
border-top: 0;
width: 156px;
height: 300px;
overflow: auto;
border-bottom: 3px solid black;
}

ul#fp_navdd li ul li { 
margin: 0;
padding: 0;
float: none;
}

ul#fp_navdd li ul li a { 
padding: 5px 10px 5px 5px;
display: block;
text-transform: uppercase;
text-decoration: none;
font-family: sans-serif;
}


ul#fp_navdd li ul li a:hover { 
color: white;
background: #760a09;
}

ul#fp_navdd li:hover ul, ul#fp_navdd li.over ul { /* lists nested under hovered list items */
	display: block;
}

img.fright {
float: left;
}

/**/

#fp_nav img {
display:block;margin:0px;padding:0px;border-width:0px;}

#fp_main {
width: 786px;
height: 654px;
margin: 0 auto;
background: #590305 url("images/fp_mainbg.jpg") no-repeat top left;
clear: left;
}

#fp_leftbar {
width: 173px;
height: 498px;
margin-left: 12px;
float: left;
display: inline;
}

#fp_leftbar ul {
margin: 0;
padding: 0;
margin-top: 64px;
border: 0;
}

#fp_leftbar li {
margin: 0;
padding: 0;
height: 46px;
width: 173px;
list-style: none;
text-align: center;
text-transform: uppercase;
font-size: 17px;
display: inline-block;
}

#fp_leftbar li a {
color: #e7d8aa;
text-decoration: none;
display: inline-block;
}

#fp_leftbar li a:hover {
color: #e7d8aa;
text-decoration: underline;
display: inline-block;
}

#fp_leftbar li.lismall {
font-size: 12px;
margin-top: -5px;
margin-bottom: 0;
height: 10px;
}

#fp_rightbar {
height: 498px;
margin-right: 16px;
width: 585px;
float: right;
display: inline;
}

#testimonials {
height: 192px;
}

#testimonials h4 {
margin: 0;
padding: 55px 15px 15px 15px;
font-size: 26px;
text-transform: uppercase;
font-weight: normal;
}

#testimonials h4 a, #testimonials h4 a:visited {
color: #e7bf16;
text-decoration: none;
}

#testimonials h4 a:hover {
text-decoration: underline;
}

#testimonials .quote p {
font-size: 16px;
line-height: 1.2em;
font-family: "Monotype Corsiva", "Bradley Hand ITC", serif;
text-align: right;
margin: 0;
padding: 0 15px;
}

#testimonials p.author {
font-size: 16px;
line-height: 1.2em;
font-family: "Monotype Corsiva", "Bradley Hand ITC", serif;
text-align: left;
margin: 0;
padding: 0;
padding-left: 350px;
padding-top: 10px;
}

#testimonials p.source {
font-family: serif;
font-size: 12px;
text-align: left;
margin: 0;
padding: 0;
padding-left: 350px;
}

#treasure {
height: 170px;
width: 520px;
margin-left: 20px;
margin-top: 20px;
text-align: center;
text-transform: uppercase;
color: #ffffca;

}

#treasure h4 {
display: none;
}

#treasure .left {
float: left;
width: 160px;
height: 160px;
margin-right: 30px;
}

#treasure a img {
border: 0;
}


#treasure .quote p {
line-height: 1.5em;
font-size: 16px;
margin: 0;
padding: 0;
}

#treasure p.author {
line-height: 1.2em;
font-size: 14px;
margin: 0;
padding: 0;
padding-top: 10px;
}

#spotlight {
height: 70px;
width: 400px;
margin-left: 3px;
margin-top: 20px;
}

#spotlight a img {
border: 0;
height: 75px;
}

#fp_bottombar {
margin-left: 12px;
margin-right: 16px;
height: 142px;
clear: both;
}

#repair {
font-size: 24px;
padding: 10px;
padding-top: 18px;
}

#repair a {
color: #507728;
text-decoration: none;
}

#repair a:hover {
color: #507728;
text-decoration: underline;
}

#watch {
font-size: 30px;
padding: 10px;
padding-top: 12px;
padding-bottom: 0;
text-align: right;
height: 65px;
}

#watch a, #watch a:hover {
color: black;
text-decoration: none;
line-height: 1.0em;
}

.newline {
font-size: 26px;
display: block;
}

.hide {
visibility: hidden;
padding-right: 100px;
}

.whiteone {
color: white;
padding-right: 40px;
}

/*--BOTBAR--*/
#botbar {
font-size: 16px;
text-transform: uppercase;
text-align: center;
width: 100%;
}

#botbar ul {
padding: 6px 0;
margin: 0;
}

#botbar li {
display: inline;
margin-right: 40px;
}

#botbar a, #botbar a:visited {
color: black;
text-decoration: none;
}

#botbar a:hover {
color: black;
text-decoration: underline;
}

img.alignleft {
float: left;
}

img.alignnone {
clear: both;
display: block;
}

.entry img {
border: 1px solid black;
padding: 10px;
margin: 10px;
margin-left: 0;
margin-top: 0;
background: #dcdcdc;
}

.full {
width: 665px;
}

.desc p {
margin-top: 20px;
font-style: italic;
width: 625px;
}