@charset "UTF-8";

/*=STRUCTURE
=== === === === === === === === === === */
body {
  font: normal 12px/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #D8CAA8;
}
.container{
  width: 780px;
  margin: 0 auto;
  text-align: left;
}
.col_full{
  /* when content takes up full site width */
  /* can aslo be used to wrap inner colums if container hook isn't enough */
  width: 100%;
  float: left;
  clear: both;
}
.col_large, .store_main {
  padding:15px 0 50px 0;
  /* when content is with one sidebar */
  float: left;
  width: 514px;
}
.col_medium, .store_sidebar {
  /* when content is with two sidebars */
  float: left;
  width: 260px;
}
.col_small {
  /* sidebar next to content */
  float: left;
  width: 260px;
}

th {background-color: #5c832f; color: #fff;}
tr.even td {background-color: #D8CAA8;}

/*=COMMON
=== === === === === === === === === === */
p{
  line-height: 150%;
  margin: 0;
  padding: 0 30px 10px 10px;
}
h1, h2, h3, h4, h5, h6{
  line-height: 150%;
  margin: 0;
  padding: 10px 30px 0 10px;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  color: #284907;
}
img {
  border: 0;
}
a:link, a:visited {
  color: #5C832F;
}
a:hover, a:active {
  color: #284907;
}
blockquote{
  margin: 0 20px 10px 10px;
  padding: 10px;
  font-style: italic;
  border: 1px solid #cccccc;
}
form{
  clear: both;
  padding: 0;
  margin: 0;
}
form label{
  padding: 0 10px;
}
form label em{
  color: #666;
}
form fieldset{
  border: none;
  padding: 0 20px 10px 10px;
  margin: 0;
}
form fieldset input.textfield{
  width: 120px;
}
form fieldset input.submitbutton{
  margin: 0 0 0 5px;
}

/*=HEADER
=== === === === === === === === === === */
#header {
  width: 100%;
  clear: both;
  background-color: #284907;
  float: left;
}
#header .col_full{
  background-image: url(../images/seventh-day.gif);
  background-repeat: no-repeat;
  background-position: top left
}
#header h1{
  color: #FFFFFF;
  font-size: 200%;
  padding: 10px 10px 0 60px;
}
#header p{
  color: #5C832F;
  font-size: 85%;
  padding: 0 0 10px 60px;
  margin: -5px 0 0 0;
}
#header #search {
  margin-bottom: 0;
}
#header form{
  float: right;
  width: 240px;
}
#header form fieldset{
  background-color: #42661b;
  border: none;
  padding: 10px;
  margin: 0;
}
#header form fieldset input{
  font-size: 85%;
}
#header form fieldset input.textfield{
  width: 120px;
}
#header form fieldset input.submitbutton{
  margin: 0 0 0 5px;
}

/*=PROMO
unique areas such as home page banner
=== === === === === === === === === === */
p.promo_pic{
  padding: 15px 0 0 5px;
}
p.promo_pic img{
  display: block;
}

/*=NAVIGATION
=== === === === === === === === === === */
#navigation .menu_secondary { background-color: #42661b; }

#navigation .menu_primary,
#navigation .menu_secondary {
  float: left;
  width: 100%;
  padding: 5px 0;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}

#navigation .menu_primary ul li,
#navigation .menu_secondary ul li {
  float: left;
  margin-right: 10px;
}

#navigation a {
  text-decoration: none;
}

#navigation a:link, #navigation a:visited {
  color: #9fb586;
  text-decoration: none;
}
#navigation a:hover, #navigation a:active {
  color: #fff;
}
#navigation .menu_primary{
  font-weight: bold;
  border-top: 1px solid #42661b;
}
/*=BODYAREA
=== === === === === === === === === === */
#bodyarea {
  width: 100%;
  clear: both;
  float: left;
  background-image: url(../images/shade-body.gif);
  background-position: top;
  background-repeat: repeat-x;
}
#bodyarea ul{
  padding: 0;
  margin: 0 30px 10px 35px;
}
#bodyarea h2{
  clear: both;
  font-size: 175%;
}
#bodyarea h3{
  clear: both;
  font-size: 150%;
}
#bodyarea .widgetdiv1 h3{
  clear: left;
  background-image: url(../images/line-dark-small.gif);
  background-repeat: no-repeat;
  background-position: top;
}
#bodyarea h4{
  clear: both;
  font-size: 125%;
  padding: 5px 30px 0 10px;
}
#bodyarea .col_full{
  background-color: #e2d8be;
}
#bodyarea #content{
  background-image: url(../images/line-dark.gif);
  background-repeat: no-repeat;
  background-position: top;
  margin: 20px 0 0 0;
}
#bodyarea #content_small{
  background-image: url(../images/line-dark.gif);
  background-repeat: no-repeat;
  background-position: top;
  margin: 20px 0 0 0;
}
#bodyarea p.meta{
  padding: 0 20px 5px 10px;
  font-size: 85%;
  color: #666666;
  margin: -5px 0 0 0;
}
#bodyarea p.subscribe{
  margin: 0;
  padding: 0 0 10px 20px;
  font-size: 85%;
  color: #666666;
  clear: both;
}
#bodyarea a.edit:link,
#bodyarea a.edit:visited{
  color: #cc0000;
}
#bodyarea a.edit:hover,
#bodyarea a.edit:active{
  color: #ff0000;
}
#bodyarea .functions p{
  font-size: 85%;
}
#bodyarea #searchcontent form{
  margin: 0;
  padding: 0;
}
#bodyarea #searchcontent {
 /* margin:0px 10px 0px 0px;
   text-align:right;*/
}
#bodyarea #searchcontent form fieldset{
  padding: 0 0 0 10px;
  margin: 0;
  border: none;
}
#bodyarea #searchcontent form fieldset input{
  font-size: 85%;
  color: #666666;
}
#bodyarea #searchcontent form fieldset input.textfield{
  width: 250px;
  margin: 0;
}
#bodyarea #searchcontent form fieldset input.submitbutton{
  margin: 0 0 0 5px;
}
#bodyarea #paginate{
  clear: both;
  padding: 10px 20px 0 20px;
}
#bodyarea #paginate .next{
  float: right;
  padding: 0 0 10px 0;
}
#bodyarea #paginate .previous{
  float: left;
  padding: 0 0 10px 0;
}
#bodyarea .newsitemsmall{
  float: left;
  margin: 0 10px 10px 0;
  display: block;
}
#bodyarea .imagecaption{
  float: right;
  width: 270px;
}
#bodyarea .imagecaption img{
  display: block;
  margin: 5px 0 0 10px;
}
#bodyarea .imagecaption p{
  font-size: 85%;
  padding: 5px 20px 10px 10px;
  color: #666666;
}
#bodyarea .sort ul{
  margin: 10px 10px;
  padding: 0 10px 5px 10px;
  border-bottom: 1px solid #9fad76;
}
#bodyarea .sort ul li{
  display: inline;
  margin: 0 5px 0 0;
}
#bodyarea .sort ul li form{
  display: inline;
}
#bodyarea .thumb{
  float: left;
}
#bodyarea .thumb img{
  margin: 5px 0 15px 10px;
  display: block;
}

/*=FOOTER
=== === === === === === === === === === */
#footer {
  clear: both;
  float: left;
  width: 100%;
}
#footer .col_full{
  clear: both;
  float: left;
  width: 100%;
  background-image: url(../images/footer.gif);
  background-repeat: no-repeat;
  background-position: top;
}

#footer p, #footer .creds{
  font-size: 85%;
  color: #666666;
  text-align: center;
  padding-top: 20px;
}

/*=CALENDAR
=== === === === === === === === === === */
#event_calendar{
  padding: 10px 10px 10px 10px;
  clear: both;
}
#event_calendar table{
  border-collapse: collapse;
  margin: 0;
}
#event_calendar table th{
  border-bottom: 2px solid #5c832f;
  vertical-align: top;
  font-size: 85%;
  color: #5c832f;
  width: 75px;
  background:none;
}
#event_calendar table td{
  border-bottom: 1px solid #5c832f;
  vertical-align: top;
  font-size:85%;
  height:55px;
}
#event_calendar table td p{
  padding: 0;
  margin: 0;
  font-size: 85%;
}
#bodyarea #event_calendar table td ul{
  font-size: 85%;
  margin: 0;
  padding: 5px 0 0 0;
  list-style: none;
}
#bodyarea #event_calendar table td ul li{
  padding: 0 0 10px 0;
  line-height: 100%;
}
.archives {
  margin-top:10px;
}
#cart {
  margin-top:15px;
}
#cart span{
  float:right;
}
.category_wrapper {
  width:225px;
}
.product_description p {
  width:300px;
}
.podcast_links {
  float:right;
  margin-top:5px;
  margin-bottom:-25px;
}
.podcast_links a {
  text-decoration: none;
}
.search_error {
  margin-top:15px;
}
.map {
  height:150px;
  margin-left:33px;
  width:160px;
}
.address {
  font-size:85%;
  margin-left:10px;
}
#admin_map {
  width: 150px; 
  height: 150px;
  margin-left: 33px;
}

.google_text {
  font-size: .8em;
  color: #CCC;
  padding:0px;
}
/*=STORE
=== === === === === === === === === === */
#bodyarea ul.products_list{
  list-style: none;
  padding: 0;
  margin: 0 10px;
}
#bodyarea ul.products_list li, #bodyarea #news ul.products_list li{
  padding: 10px 0 0 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid #9fad76;
}
#bodyarea #news ul.products_list li{
  border:none;
}
#bodyarea ul.products_list li .product_img{
  float: left;
  width:110px;
}
#bodyarea ul.products_list li .product_img img{
  display: block;
  margin: 0 0 10px 0;
}
#bodyarea ul.products_list li .product_desc{
  float: left;
  width: 320px;
}
#bodyarea ul.products_list li p{
  padding: 0 0 10px 0;
  margin: 0;
}

#bodyarea ul.products_list li h2 {
  padding-left: 50px;
  line-height: 1.0em;
}

#bodyarea ul.products_list li .view_links {
  padding-bottom: 12px;
}

#bodyarea ul.products_list li .view_links p a {
  float: left;
  margin-right: 5px;
}

#bodyarea ul.products_list li .view_links p a img {
  float: none;
}

#bodyarea #cart p{
  text-align: right;
  font-size: 85%;
  margin: 0;
  padding: 15px 10px 10px 10px;
}
#bodyarea table.products_list,
#bodyarea .summary table{
  margin: 0 10px 20px 10px;
  border-collapse: collapse;
}
#bodyarea table.products_list th,
#bodyarea .summary table th{
  padding: 3px;
}
#bodyarea table.products_list td,
#bodyarea .summary table td{
  padding: 3px;
  border-top: 1px solid #9fad76;
}
#bodyarea #buysteps{
  border-bottom: 2px solid #9fad76;
  margin: 0 5px 10px 5px;
  background-color: #D8CAA8;
  color: #333;
  font-size:90%;
  margin-top:15px;
}
#bodyarea #buysteps ul{
  padding: 5px 10px 3px 10px;
  margin: 0;
}
#bodyarea #buysteps ul li{
  display: inline;
  padding: 0 10px 0 0;
}
#bodyarea #buysteps ul li.current{
  font-weight: bold;
}
#news h3{
  padding:0;
}
#news h2{
  padding-top:0px;
}
.view_links{
  margin-top:-18px;
  height: 16px;
}
.largecontent{
  padding-bottom:30px;
}
.themed_pagination{
  margin-left: 15px;
}
.flash_player {
  margin-left:10px;
}

.news_widget_photo img{
  padding-left:10px !important;
}

.subscribe_nav {
  margin:0 !important;
  padding:10px !important;
}
.view_more_link {
  padding:0 0 10px 10px;
}

ul.news_list li {
  padding:0 0 0 10px;
}

.products_list h3 {
  padding-left:0px !important;
}

.photo_album {
  margin:10px !important;
}