/*=STRUCTURE
=== === === === === === === === === === */
body {
	font: normal 12px/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #3a0000;
	background-image: url(../images/bg_body.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#container{
	width: 820px;
	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 {
/* when content is with one sidebar */
	float: left;
	width: 540px;
	padding:0px 10px 30px 15px;
}
.col_medium {
/* when content is with two sidebars */
	float: left;
	width: 230px;
}
.col_small, .store_sidebar {
/* sidebar next to content */
	float: left;
	padding:20ppx 10px 0 0;
	width: 240px;
}
.store_main_inner, .store_sidebar_inner{
/* set basic spacing for all content elements */
	padding: 0 10px 10px 0px;
	clear: both;
}
/*=COMMON
=== === === === === === === === === === */
p{
	line-height: 150%;
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6{
	line-height: 150%;
	font-family: "Times New Roman", serif;
	color: #555555;
	font-weight: normal;
	margin-bottom: 0;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover, a:active {
	color: #cc6633;
	text-decoration: underline;
}
blockquote{
	font-style: italic;
	border: 1px solid #cccccc;
	padding: 10px;
}
form{
	clear: both;
	padding: 0;
	margin: 0;
}
form fieldset{
	border: none;
	padding: 0;
	margin: 0;
}
form fieldset input.textfield,
form fieldset textarea{
	
}
form fieldset input.submitbutton{
	margin: 0 0 0 5px;
}
/*=HEADER
=== === === === === === === === === === */
#header {
	float: left;
	width: 100%;
	background-color: #742222;
	margin: 0 0 5px 0;
}
#header #title{
	background-image: url(../images/netadventist.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#header h1{
	color: #fff;
	font-size:2em;
	padding: 20px 0 0 90px;
	margin: 0;
}
#header p{
	color: #cc6633;
	padding: 0 0 20px 90px;
	margin: 0;
	font-size: 85%;
	text-transform: uppercase;
}
#header #search_site form fieldset{
	padding: 10px 10px 10px 0;
	text-align: right;
}
#header #search_site form fieldset input{
	font-size: 85%;
	color: #666666;
}
#header #search_site form fieldset input.textfield{
	width: 120px;
}
/*=PROMO
unique areas such as home page banner
=== === === === === === === === === === */
#promo p{
	padding: 10px;
	float:left;
}
#promo p img{
	display: block;
}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation .menu_primary {
  background-color: #571111;
  font-weight: bold;
}
#navigation .menu_secondary {
  background-color: #651919;
}
#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;
}

#navigation a {
  text-decoration: none;
}

#navigation .menu_primary ul a:link,
#navigation .menu_primary ul a:visited{
  color: #fff;
  text-decoration: none;
}
#navigation .menu_primary ul a:hover,
#navigation .menu_primary ul a:active {
  color: #cc6633;
  text-decoration: underline;
}

#navigation .menu_secondary ul a:link,
#navigation .menu_secondary ul a:visited{
  color: #fff;
  text-decoration: none;
}
#navigation .menu_secondary ul a:hover,
#navigation .menu_secondary ul a:active{
  color: #cc6633;
  text-decoration: underline;
}
/*=BODYAREA
=== === === === === === === === === === */
#bodyarea {
	float: left;
	width: 100%;
	clear: both;
	background-color: #fff;
	margin: 0 0 5px 0;
}
#bodyarea #main{
	background-image: url(../images/bar_content.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#bodyarea h2{
	clear: both;
	font-size: 250%;
	color: #333333;
	margin-top: 10px;
}
#bodyarea h3{
	clear: left;
	font-size: 200%;
	margin-top: 10px;
}
#bodyarea h4{
	font-size: 150%;
	margin-top: 5px;
}
#bodyarea p.meta{
	font-size: 85%;
	color: #666666;
	margin-top: -5px;
}
#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-top: 5px;
}
#bodyarea #searchcontent form fieldset input{
	font-size: 85%;
	color: #666666;
}
#bodyarea #searchcontent form fieldset input.textfield{
	width: 250px;
}
#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: 0 0 10px 0;
}
#bodyarea #paginate .previous{
	float: left;
	margin: 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: 0 0 5px 0;
	padding: 5px;
	background-color: #dcc8c8;
}
#bodyarea .sort ul li{
	display: inline;
	margin: 0 0 0 5px;
}
#bodyarea .sort ul li form{
	display: inline;
}
#bodyarea .thumb{
	float: left;
}
#bodyarea .thumb img{
	display: block;
	margin: 0 10px 10px 0;
}
#bodyarea #buysteps{
	border-bottom: 2px solid #ccc;
	margin: 0 0 10px 0;
	color: #666;
	font-size: 85%;
}
#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;
}

/*=FOOTER
=== === === === === === === === === === */
#footer {
	clear: both;
	float: left;
	width: 100%;
	background-color: #742222;
	margin: 0 0 40px 0;
	text-align: center;
	padding-bottom: 5px;
}
#footer a {
	color: #CC6633 !Important;
}
#footer p{
	font-size: 85%;
	color: #330000;
	text-align: center;
	padding: 8px 10px 10px 10px;
	margin: 0;
}

/*=CALENDAR
=== === === === === === === === === === */
#event_calendar{
	clear: both;
}
#event_calendar table{
	border-collapse: collapse;
	margin: 0;
}
#event_calendar table th{
	border-bottom: 2px solid #666666;
	vertical-align: top;
	font-size: 85%;
	color: #666666;
	width: 75px;
}
#event_calendar table td{
	border-bottom: 1px solid #666666;
	vertical-align: top;
}
#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 #ccc;
}
#bodyarea ul.products_list li .product_img{
	float: left;
	width: 120px;
}
#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: 300px;
}
#bodyarea ul.products_list li p{
	padding: 0 0 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 0 40px 0;
	border-collapse: collapse;
	width: 420px;
}
#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 #ccc;
}

.col_small h3 {
  font-size:1.75em !important/;
}

#article {
  padding:10px 10px 10px 0  !important;
}