html, body, * {
margin: 0;
padding: 0;
}

:link img, :visited img, :hover img, :active img, img { border: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 {
font-size: 1.6em;
margin-bottom: 0.5em;
}

h2 {
font-size: 1.4em;
margin-bottom: 0.5em;
}

h3 {
font-size: 1.2em;
margin-bottom: 0.8em;
}

h4, h5, h6, p, ul, ol, address, blockquote, dl, table {
font-size: 1em;
margin-bottom: 1em;
}

ul, li { list-style-type: none; }
ol, ol li { list-style-type: decimal; }

em {
font-weight: bold;
font-style: normal;
}

strong {
font-weight: bold;
font-style: italic;
}

fieldset { border: none; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff none repeat scroll 0% 50%;
  font-size: 13px;
  text-align: justify;
}
body, th, td, input, textarea, select, option {
  font-family: "Trebuchet MS","Times New Roman",Arial,Times,serif;
  color: #61492d;
}
h1, h2, h3 {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-weight: normal;
  color: #66a342;
  text-align: left;
}
h1{
  border-bottom: 2px dashed #66a342; /* green */
  padding: 0 20px 5px 0px;
  background: transparent url(template/flourish-large.gif) no-repeat scroll right 40%;
  font-size: 21px;
  margin-right: 0px;
}

h1.newtitle{
  background: transparent url(template/flourish-large-new.gif) no-repeat scroll right 40%;
}


h1.section {
  border: none;
  text-align: center;
  font-size: 3em;
  background: none;
}

#header h1 {
  background: none;
}

h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.2em;
  font-weight: bold;
}
p, ul, ol {
  line-height: 200%;
}
p { 
margin-bottom: 1em; 
}

ol { margin-left:2em;}


ol ul li{
	margin: 0px auto 0px 2em;  	
	list-style: disc;
}

ul#content li {
  margin-left:2em;
  list-style: disc;
}

a {
  color: #66a342;
}
a:hover {
  color: #66a342;
}
hr {
  display: none;
}

blockquote {
  margin: 2em;
}

#topmenu {
  margin: 0 auto;
  padding: 0;
  width: 800px;
  height: 30px;
}
#header {
  margin: 0 auto;
  background: transparent url(template/header.jpg) no-repeat scroll left top;
  width: 800px;
  height: 225px;
  margin-top: 0px;

}
#headermenu {
  margin: 0 auto;
  background: transparent;
  width: 800px;
  height: 2em;
  margin-top: 20px;
}
#header h1, #header p {
  margin: 0;
  padding: 0;
  text-align: center;
}
#header h1 {
  margin: 0px 0 0px 0px;
  font-size: 40px;
  text-align:left;
  color:  #66a342; /* green */
  border:  none;
}
#header p {
  padding: 0 0 0 0px;
  margin-top: 130px;
  font-size: 24px;
  font-weight: normal;
  font-family: Georgia,"Times New Roman",Times,serif;
  color: #ffffff;
  /*text-transform: lowercase;*/
}
#header a {
  text-decoration: none;
  color: #f79f1a;
}
#page {
  margin: 0 auto;
  background: transparent url(template/topbar.jpg) no-repeat scroll left top;
  width: 800px;
  padding-top: 30px;
}
#content {
  margin: 0;
  float: left;
  width: 530px;
  padding-left: 30px;
  color: #666666;
}

#widecontent {
  margin: 0 30px;
  color: #666666;
  width: 740px;
}


#headermenu ul {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    padding-right: 17px;
}
#headermenu ul li {
    background: #BFC98C /* dark tan */ url(template/tab.png);
    float: left;
    margin: 0 1px 0 0;
    padding-left: 17px;
}
#headermenu ul a {
    background: url(template/tab.png) 100% 0;
    display: block;
    float: left;
    line-height: 2em;
    padding-right: 17px;
    text-decoration: none;
}
#headermenu ul li.active{
    background-color: #DBE5AB; /* medium tan */
    background-position: 0 -60px;
}

#headermenu ul li.active a {
    background-position: 100% -60px;
    font-weight: bold;
}

div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 1em;
}
.post {
  padding: 0px 0 0;
}
.title a {
  text-decoration: none;
  color: #66a342;
}
.pagetitle {
}

.byline {
  margin: -15px 20px 0 0px;
  color: #66a342;
  text-align: right;
}
.meta {
  padding: 5px 20px 5px 25px;
  background: transparent url(template/flourish-small.gif) no-repeat scroll left 50%;
  text-align: left;
  color: #66a342;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 12px;
  margin-right: 20px;
}
.meta .more {
}
.meta .comments {
  background: transparent url(template/flourish-small.gif) no-repeat scroll left 50%;
  padding-left: 25px;
}
.meta a {
  color: #66a342;
}
.navigation {
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.posts {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  line-height: normal;
}
.posts li {
}
.posts h3 {
  margin: 0;
  font-weight: bold;
}
.posts p {
  margin: 0;
  line-height: normal;
}
.posts a {
}
.entry {
  margin: 0;
  padding: 0px 20px 5px 0px;
}
.last {
  border:  none;
}

h1 .subtitle {
  font-size: 75%;
  font-weight: normal;
  padding: 0 0 0 10px;
}


img.cover {
  float: left;
  margin: 0px 10px 10px 0;
  padding: 0px 0 0 0;
  width: 215px;
}

.book {
 margin-bottom: 20px;
  
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

p.description {
  line-height: 1.5em;

}

p.note {
  font-style: italic;
  font-size: 80%;
  line-height: 1em;
  margin: 0px 30px;
  color: #000000; /* black */  
}

.buybook {
 float: right;
 margin: 0 40px 0 0;
}

.button {
  margin: 10px 0 10px 0;
}


.bookoptions {
 float: left;
 list-style: none;
  margin: 0.5em 0 0 0;
 padding: 0;
}

.apdirect {
  float:left;
  border: 1px dashed #66a342; /* green */
  margin: 10px 50px 10px 50px;
  padding: 0 0 0 0;
}

.apdirecttext {
  margin: 0;
  padding: 5px;
  float:left;
}

.apdirectbutton {
 float: right;
 margin: 5px 10px 0 0px;
}

.apdirect h1, h2, h3 {
  padding: 0;
  margin: 0;
}

.apdirect h3 {
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 0 0;
}

.apdirect h2 {
  font-weight: bold;
  font-size: 2em;
  font-style: normal;
  margin: 0px 0 0 50px;

}

#sidebar {
  float: right;
  width: 210px;
  margin-bottom: 10px;
  padding-right: 30px;
/*  color: #66a342;*/
  color: #000000;
  text-align: left;

}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#sidebar li {
  margin: 0;
  padding: 0;
}
#sidebar li ul {
  padding: 0;
  margin-left: 20px;
}
#sidebar li li {
  border-bottom: 1px dotted #66a342;
  margin: 0;
  line-height: 2em;
}

#sidebar li.contact {
  border-bottom: 1px dotted #66a342;
  margin: 0;
  line-height: 1.5em;
}

#sidebar li.apcart {
  background: transparent url(template/APCart.gif) no-repeat scroll left 40%;
  line-height: 50px;
  }

#sidebar li.lulucart {
  background: transparent url(template/LuluCart.gif) no-repeat scroll left 40%;
}

#sidebar img.spacer {
  height: 50px;
  width: 45px;
  vertical-align: middle;
}

#sidebar li.small {
  border-bottom: 0;
  font-size: 75%;
}

#sidebar h2 {
  border-bottom: 2px dashed #66a342;
  margin: 15px 0 5px 20px;
  background: transparent url(template/flourish-medium.gif) no-repeat scroll right 30%;
  height: 30px;
  font-size: 18px;
  color: #66a342;
}
#sidebar a {
  text-decoration: none;
}
#sidebar a:hover {
  text-decoration: none;
}
#search input {
  display: none;
}
#search input#s {
  border: 1px solid #3dd1ff;
  padding: 2px 5px;
  background: #ffffff url(template/flourish-medium.gif) repeat-x scroll 0% 50%;
  display: block;
  width: 230px;
}
#search br {
  display: none;
}
#calendar {
}
#calendar h2 {
  margin-bottom: 15px;
}
#calendar table {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
#calendar caption {
  width: 100%;
  text-align: center;
}
#next {
  text-align: right;
}
#prev {
  text-align: left;
}
#footer {
  margin: 0 auto 27px;
  background: transparent url(template/bottombar.jpg) no-repeat scroll left top;
  width: 800px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  font-family: Arial,Helvetica,sans-serif;
  color: #48ab07;
}
#footer p {
  padding-top: 15px;
}
#footer p a {
  color: #69b536;
}
img {
  border:  none;
}
img.left {
  margin: 3px 20px 30px 0px;
  float: left;
}
img.right {
  margin: 3px 0px 10px 30px;
  float: right;
}

#printform {display: none;}

#shippinglist {margin-top: 20px;}

table.directorder {
  margin-left:50px;
}
 
table.directorder tr.d0 td {
 	background-color: #FFFFFF;
 	padding: 2px 10px;
}

table.directorder tr.d1 td {
	background-color: #F3F9D7; /* light tan */;
	padding: 2px 10px;
}

table.directorder tr.heading td {
	font-weight: bold;
}

.full { margin: 20px;}
.full object { text-align:center;}
#preview {
  border:black 1px solid;
    height: 950px;
    margin: 0 auto;
    width: 575px;
}
#tarot { text-align:center;}
#tarot img { border: 1px solid black;}