/*=STRUCTURE
=== === === === === === === === === === */
body {
  font: normal 12px/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #cfc4b2;
  background-image: url(../images/bg-body.gif);
}
.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;
  padding-bottom:10px;
}
.col_large {
/* when content is with one sidebar */
background-color:#E7DFD2;
  float: left;
  width: 485px;
}
.store_main{
  background:#e7dfd2;
  float: left;
  padding:10px;
  margin-right:9px;
  width: 447px;
}
.col_small {
/* sidebar next to content */
  float: left;
  width: 295px;
}
.store_sidebar {
/* sidebar next to content */
  background:#e7dfd2;
  float: left;
  width: 294px;
}
.store_sidebar ul{
  padding:10px !important;
}
/*=COMMON
=== === === === === === === === === === */
p{
  line-height: 150%;
  padding: 0;
}
h1, h2, h3, h4, h5, h6{
  line-height: 125%;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
img {
  border: 0;
}
a:link, a:visited {
  color: #902424;
  text-decoration: none;
}
a:hover, a:active {
  color: #902424;
  text-decoration: underline;
}
blockquote{
  font-style: italic;
  border: 1px solid #aea594;
  padding: 10px;
  margin: 0 30px 10px 10px;
}
label em{
  color: #5c5040;
}
form{
  clear: both;
  padding: 0;
  margin: 0;
}
form fieldset{
  border: none;
  padding: 10px 0px;
  margin: 0;
}
form fieldset input.textfield,
form fieldset textarea{
  width: 60%;
}
form fieldset input.submitbutton{
  margin: 0 0 0 5px;
}
/*=HEADER
=== === === === === === === === === === */
#header {
  float: left;
  width: 100%;
  clear: both;
  background-color: #902424;
  background-image: url(../images/shade-header.gif);
  background-position: top;
  background-repeat: repeat-x;
  margin-bottom: 10px;
}
#header #logo {
  background-image: url(../images/adventist-logo.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
#header h1{
  padding: 30px 0 0 100px;
  color: #fff;
  margin: 0;
}
#header p{
  padding: 0 0 20px 100px;
  color: #fff;
  margin: 0;
}
/*=PROMO
unique areas such as home page banner
=== === === === === === === === === === */
#promo {
  float: left;
  width: 100%;
  clear: both;
  color: #e8e1d1;
  padding: 0px 0px 5px 0px;
}
#promo .col_full{
  background-color: #5c5040;
  margin: 0 0 10px 0;
  padding:0px;
}
#promo .col_full .top{
  background-image: url(../images/promo-top.gif);
  background-position: top;
  background-repeat: no-repeat;
}
#promo .col_full .bottom{
  background-image: url(../images/promo-bottom.gif);
  background-position: bottom;
  background-repeat: no-repeat;
}
.promo_wrapper {
  padding:20px;
}
#promo h3{
  font-size: 200%;
  margin-bottom: 5px;
}
/*=NAVIGATION
=== === === === === === === === === === */

#navigation .menu_primary   { font-weight: bold; }

#navigation .menu_secondary{
  border-top: 1px solid #9c9280;
}

#navigation {
  background-color: #aea594;
/*  margin: 0 0 10px 0;*/
}
#navigation a{
  color: #fff3db;
}
#navigation .top{
  background-image: url(../images/nav-top.gif);
  background-position: top;
  background-repeat: no-repeat;
  padding-top:1px;
}
#navigation .bottom{
  background-image: url(../images/nav-bottom.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 1px;
}
#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;
  text-transform: uppercase;
  
}

#navigation .menu_primary ul li,
#navigation .menu_secondary ul li {
  float: left;
  margin-right: 10px;
}

/*=BODYAREA
=== === === === === === === === === === */
#bodyarea {
  
}
#bodyarea .col_small .box{
  background-image: url(../images/sidebar-bg.gif);
  background-position: left;
  background-repeat: repeat-y;
  margin: 0 0 10px 0;
}
#bodyarea .col_small .top{
  background-image: url(../images/sidebar-top.gif);
  background-position: top;
  background-repeat: no-repeat;
}
#bodyarea .col_small .bottom{
  background-image: url(../images/sidebar-bottom.gif);
  background-position: bottom;
  background-repeat: no-repeat;
/*  padding: 10px 20px 20px 20px;*/
}
#bodyarea .col_small #leftsidebar{
  padding:10px 20px 20px;
}
#bodyarea .col_small #search_site #search {
  margin-bottom: 0;
  padding: 0 10px 10px 10px;
}
#bodyarea .col_small #search_site .textfield{
  border: 1px solid #868276;
  width: 200px;
}
#bodyarea .col_small #search_site .submitbutton{
  background: none;
  border: none;
  margin: 10px 0 0 0;
  color: #5c5040;
}
#bodyarea .col_large .top{
  background-image: url(../images/content-top.gif);
  background-position: top;
  background-repeat: no-repeat;
  background-color: #E7DFD2;
}
#bodyarea .col_large .bottom{
  background-image: url(../images/content-bottom.gif);
  background-position: bottom;
  background-repeat: no-repeat;
}
#bodyarea .col_large .dynamic_content_wrapper {
  background-color: #E7DFD2;
  padding:10px;
}
#bodyarea .col_large p{
/*  margin: 0 0 10px 0;*/
}
#bodyarea ul{
  margin-right: 0;
  margin-left: 0;
}
#bodyarea h2{
  clear: both;
  color: #5c5040;
  font-size: 200%;
  padding:10px 0;
}
#bodyarea h3{
  clear: left;
  color: #5c5040;
  font-size: 150%;
  padding:10px 0 0 0 ;
}
#bodyarea h4{
  color: #5c5040;
  font-size: 125%;
  padding:0px 10px 0 10px;
}

h4.AbstractTitle {
  font-size:115% !important;
}

#bodyarea p.meta{
  font-size: 85%;
  color: #666666;
  padding:0 !important;
}
#bodyarea .col_small p{
  padding:0 10px 10px 10px;
}
#bodyarea p.subscribe{
  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%;
  margin: 5px 0 10px 0;
}
#bodyarea .functions p a{
  
}
#bodyarea #searchcontent form{
  
}
#bodyarea #searchcontent form fieldset{
  
}
#bodyarea #searchcontent form fieldset input{
  font-size: 85%;
  color: #666666;
}
#bodyarea #searchcontent form fieldset input.textfield{
  
}
#bodyarea #searchcontent form fieldset input.submitbutton{
  margin: 0 0 0 5px;
}
#bodyarea #paginate{
  clear: both;
  font-weight: bold;
  font-size: 85%;
}
#bodyarea #paginate .next{
  float: right;
  margin: 10px 0 10px 0;
  display: block;
}
#bodyarea #paginate .previous{
  float: left;
  margin: 10px 0 10px 0;
  display: block;
}
#login {
  border-top: 1px solid #aea594;
}
#bodyarea .creds{
  clear: both;
  font-size: 85%;
  padding-top: 10px;
  color: #5c5040;
}
#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: 0 0 10px 0;
  padding: 5px;
  border-top: 1px solid #5c5040;
  background-color: #aea594;
}
#bodyarea .sort ul li{
  display: inline;
  margin: 0 5px;
}
#bodyarea .sort ul li form{
  display: inline;
}
#bodyarea .sort ul li form select{
  
}
#bodyarea .thumb{
  float: left;
}
#bodyarea .thumb img{
  display: block;
  margin: 0 5px 5px 0;
}
#bodyarea #buysteps{
  border-bottom: 3px solid #5c5040;
  margin: 0 0 10px 0;
  color: #5c5040;
}
#bodyarea #buysteps ul{
  padding: 6px 10px 4px 10px;
  margin: 0;
}
#bodyarea #buysteps ul li{
  display: inline;
  padding: 0 10px 0 0;
}
#bodyarea #buysteps ul li.current{
  font-weight: bold;
}

/*=CALENDAR
=== === === === === === === === === === */
#event_calendar{
  clear: both;
}
#event_calendar table{
  border-collapse: collapse;
  margin: 0;
}
#event_calendar table th{
  border-bottom: 2px solid #5c5040;
  vertical-align: top;
  font-size: 85%;
  color: #5c5040;
  width: 75px;
}
#event_calendar table td{
  border-bottom: 1px solid #5c5040;
  vertical-align: top;
}
#event_calendar table td#datehighlight{
  
}
#event_calendar table td#datehighlight p{
  
}
#event_calendar table td#datehighlight ul{
  
}
#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%;
}

/*=STORE
=== === === === === === === === === === */
#bodyarea ul.products_list{
  list-style: none;
  padding: 0;
  margin: 0;
}
#bodyarea ul.products_list li{
  padding: 10px 0 0 0;
  margin: 0;
  float: left;
  width: 100%;
  border-top: 1px solid #aea594;
}
#bodyarea ul.products_list li .product_img{
  float: left;
  width: 140px;
}
#bodyarea ul.products_list li .product_img img{
  display: block;
  padding: 0 0 10px 10px;
}
#bodyarea ul.products_list li .product_desc{
  float: left;
  width: 300px;
}
#bodyarea ul.products_list li p{
  padding: 0 10px 10px 0;
  margin: 0;
}
#bodyarea #cart p{
  text-align: right;
  font-size: 85%;
  margin: 0;
  padding: 10px 20px 0 20px;
}
#bodyarea table.products_list,
#bodyarea .summary table{
  margin: 0 20px 40px 20px;
  border-collapse: collapse;
  width: 460px;
}
#bodyarea table.products_list th,
#bodyarea .summary table th{
  padding: 3px;
}
#bodyarea table.products_list td,
#bodyarea .summary table td{
  padding: 3px;
  border-top: 2px solid #aea594;
}

.news_widget_photo img {
  padding-left:9px !important;
}