@charset "UTF-8";
/*
@font-face {
  font-family: 'DINBold';
  src: url('../fonts/ff_din_bold-webfont.eot');
  src: url('../fonts/ff_din_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ff_din_bold-webfont.woff') format('woff'), url('../fonts/ff_din_bold-webfont.ttf') format('truetype'), url('../fonts/ff_din_bold-webfont.svg#DINBold') format('svg');
  font-weight: normal;
  font-style: normal; 
}
*/
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.ttf');
}
    

@font-face {
  font-family: 'Caveat';
  src: url('../fonts/Caveat-VariableFont_wght.ttf');
}
    

/*  Desc: Main - North New Zealand Conference Theme
Design: Lisa Kask
Author: Daniel Lewis

Contents:
HTML Elements
html, body, ul, img, p, url, hr,...
Headers
Links
General Theme classs and ids
wrapper, clear, error_messages, ..
Header
Navigation
BodyArea - General
BodyArea - Home Layout
BodyArea - Default Layout
BodyArea - No Containers Layout
Page Content
Footer
Banner Image Container (Home Layout)
Search Results page
Extensions
Blogs, Comments, Directory, Events and Calendar, Forms,
News, NewsDesk, Podcasts, Projects, Recipes, Store
=== === === === === === === === === === */

/************************************************
*  HTML Elements                *
************************************************/
body {
  background: #edece7;
  color: #636363;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  margin: 0px auto 0px;
  padding: 0px;
  text-align: left;
  min-width:320px;
}


.shadow_wrapper > #header {
	z-index: 1000;
}
.shadow_wrapper > .container {
	z-index: 1;
}

ul,
#bodyarea ul{
  margin: 0px;
  padding-left:0;
}
li{
  list-style-position:inside;
}
img{
  padding: 0px;
  margin: 10px 10px 5px 0px;
}
#article img{
  margin: 0px;
}
p {
  padding: 5px 0px 5px 0px;
  margin: 0px;
}
hr {
  color: #dddddd;
  background-color: #dddddd;
  height: 1px;
  border: 0;
}
blockquote {
  color: #999999;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 22px;
  line-height: 26px;
  margin: 0px 20px 0px 20px;
  padding: 0px 0px 0px 0px;
}
blockquote p {
  margin: 0px;
  padding: 10px 0px 10px 0px;
}
code {
  color: #333333;
  background: #EAEAEA;
  font-size: 11px;
  margin: 0px;
  padding: 10px;
  display: block;
  font-family: Verdana, Tahoma, Verdana;
}
/************************************************
*  Headers                    *
************************************************/
h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: normal;
}
h1, h2 {
  font-size: 30px;
  letter-spacing: -1px;
  margin: 5px 0px 5px 0px;
  padding: 0px;
  line-height: 32px;
}
h3 {
  font-size: 18px;
  letter-spacing: -0.5px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  line-height: 26px;
}
h4 {
  height: auto;
  font-size: 14px;
  letter-spacing: -0.5px;
  margin: 5px 0px 5px 0px;
  padding: 0px;
  line-height: 24px;
}
h5 {
  font-size: 12px;
  letter-spacing: -0.25px;
  line-height: 14px;
  margin: 2px 0px 2px 0px;
  padding: 2px 0px 2px 0px;
}
h6 {
  font-size: 14px;
  letter-spacing: -0.25px;
  line-height: 18px;
  margin: 5px 0px 2px 0px;
  padding: 0px 0px 4px 0px;
  border-bottom: 1px solid #DDDDDD;
}
/************************************************
*  Links                    *
************************************************/
a, a:link, a:visited {
  color: #ec4e1b;
  text-decoration: none;
}
a:focus, a:hover, a:active {
  text-decoration: underline;
  outline: none;
}
#search-results a{
  color: #ec4e1b;
}
/************************************************
*  General Theme
************************************************/
.shadow_wrapper{
  /* width:1200px; */
  width:1020px;
  margin:0 auto;
  background-color:#FFF;
  box-shadow:0px 0px 4px #999;
}
.container{
  width:1000px;
  margin:0 auto;
}
#wrapper{
  margin: 0px auto;
  padding: 0px;
  width: 960px;
}
.clear {
  clear: both;
}
#notice_message, #error_message{
  padding: 10px;
  color: #FFFFFF;
  width: 610px;
  font-weight: bold;
  border: 4px solid #61A037;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#notice_message{
  background: #8CC63F;
}
#error_message{
  background: #F6977B;
  border-color: #9A0C0B;
}
/************************************************
*  Header                    *
************************************************/
#header{
  padding: 0;
  /* overflow: hidden; */
  background-color:#434343;
}

#header .container {
  overflow:hidden;
  position: relative;
}
#header #navigation .container {
  overflow:visible;
}

#header p{
  text-indent:-99999px;
}
#header h1 a{
  height: 50px;
  width: 100%;
  display:block;
  text-align: center;
  font-family: Caveat;
  color: white;
}
#header h1{
  background: url(../images/adventist-church.png) no-repeat;
  height:50px;
  font-size:50px;
  margin:6px 0 0 0;
  width:85%;
  float:left;
}
#header .site-search{
  float:right;
  margin: 7px 0 0 0;
}
.searchinput{
  border:1px solid #999;
  border-radius:4px;
  padding:0 5px;
}
.searchinput .inputbox{
  width:100px;
}
.searchinput input.search_submit{
  width:25px;
  background:url(../images/search-icon.jpg?1) no-repeat;
  cursor:pointer;
}
.searchinput input{
  background:none;
  border:0;
  color:#B4B4B4;
  font-size:13px;
}
/************************************************
*  Navigation - Drop Down Menus
************************************************/
#navigation{
  height: 40px;
  margin: 0 auto;
  padding: 0;
  background-color:#FFF;
  border-bottom: solid #434343 5px;
  z-index:9999;
}
#navigation .menu_primary{
  margin: 0;
  padding: 0;
}
#navigation .menu_primary ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation .menu_primary_large .menu_primary > ul { /* left large menu */
	display:inline-block;
	float:left;
	/* border-right: solid green 5px; */
}
#navigation .menu_primary ul li.expandable,
#navigation .menu_primary ul li li{
  display: block;
}
#navigation .menu_primary ul li,
#navigation .menu_primary ul li:nth-child(5){
  float: left;
  /*display:none;*/
  position: relative;
}
#navigation .menu_primary ul li li {
	width:100%;
}


/* === Large Orange === */

#navigation .menu_primary > ul > li.active, 
#navigation .menu_primary > ul > li:hover {
	background-color:#e34c20;
}
#navigation .menu_primary a {
  text-decoration: none;
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  margin: 0;
  padding: 11px 20px;
  display:block;
  position:relative;
}
#navigation .menu_primary > ul > li > a {
	font-size: 18px;
	font-family: Barlow;
	/*font-family:DINBold;*/
}
#navigation .menu_primary > ul > li:nth-child(5) > a {
	/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
}
#navigation .menu_primary > ul > li.active > a,
#navigation .menu_primary > ul > li:hover > a {
	color:#FFF;
}
#navigation .menu_primary li div { /* drop menu - defaults */
	display:none;
	overflow:auto;
	position:absolute;
	top:40px;
	z-index:99999;
}
/* #navigation .menu_primary li.active div, */ /* drop menu - active */
#navigation .menu_primary li:hover div {
	display: inline-block;
}
#navigation .menu_primary li.hovering ul{
  left: 0;
  top: 39px;
  z-index: 99;
}
#bodyarea .full_content {
	z-index: 100;
}


/* ====================== */
/* === Secondary Menu === */
/* ====================== */

#navigation .menu_secondary ul{
	background-color:#FFF;
	border: solid #434343 2px;
	float: left;
	width: 200px; /* left offset of submenus need to match (see below) */
	margin: 0px 0px 0px 0px;
}
#navigation .menu_secondary a {
	text-transform: inherit;
}
#navigation .menu_secondary li:hover {
	background-color: #e34c20;
	color:#FFF!important;
}
#navigation .menu_secondary ul li a {
	color:#434343;/* dark grey */
}
#navigation .menu_primary_large .menu_secondary ul li:hover a {
	color:#FFF!important;
}


/* =============================== */
/* === Primary Right Hand Menu === */
/* =============================== */

#navigation .menu_primary_small .menu_primary > ul { /* right small menu */
	display:inline-block;
	float:right;
	padding-top:11px;
}
#navigation .menu_primary_small .menu_primary > ul li:nth-child(1),
#navigation .menu_primary_small .menu_primary > ul li:nth-child(2),
#navigation .menu_primary_small .menu_primary > ul li:nth-child(3),
#navigation .menu_primary_small .menu_primary > ul li:nth-child(4){
	display: none;
}
#navigation .menu_primary_small .menu_primary > ul li:nth-child(5) {
	display:block;
}
#navigation .menu_primary_small .menu_primary li div {
	display: inline-block;
}
#navigation .menu_primary_small .menu_primary ul li li {
	width:auto;
}
#navigation .menu_primary_small .menu_primary > ul > li.active, 
#navigation .menu_primary_small .menu_primary > ul > li:hover,
#navigation .menu_primary_small .menu_primary > ul > li:hover li {
	background-color: transparent;
}
#navigation .menu_primary_small .menu_primary > ul > li.active a, 
#navigation .menu_primary_small .menu_primary > ul > li:hover a {
	color: #000;
}
#navigation .menu_primary_small .menu_primary > ul li:nth-child(5) a,
#navigation .menu_primary_small .menu_primary > ul li:nth-child(5) > div {
	float:left;
	padding:0;
	margin:0;	
	position: relative;
	top:auto;
}
#navigation .menu_primary_small .menu_primary > ul li:nth-child(5) a {
	font-size: 14px;
	font-weight:normal;
	color:#434343;
	text-decoration:none;
	text-transform:capitalize;
	margin-left:10px;
}
#navigation .menu_primary_small .menu_primary > ul li:nth-child(5) a:hover {
	color:#e34c20;
}
#navigation .menu_primary_small .menu_secondary ul {
	border:none;
	display: inline;
	width:auto;
	overflow: auto;
}
#navigation .menu_primary_small .menu_primary > ul ul li:nth-child(1),
#navigation .menu_primary_small .menu_primary > ul ul li:nth-child(2),
#navigation .menu_primary_small .menu_primary > ul ul li:nth-child(3),
#navigation .menu_primary_small .menu_primary > ul ul li:nth-child(4),
#navigation .menu_primary_small .menu_primary > ul ul li:nth-child(5),
#navigation .menu_primary_small .menu_primary > ul ul li:nth-child(6),
#navigation .menu_primary_small .menu_primary > ul ul li:nth-child(7),
#navigation .menu_primary_small .menu_primary > ul ul li:nth-child(8),
#navigation .menu_primary_small .menu_primary > ul ul li:nth-child(9) {
	display: inline;
}


a.menu_icon_light,
a.menu_icon_dark {
	display:none;
}
#menu {
	display: none;
}


/************************************************
*  BodyArea - General              *
************************************************/
#bodyarea {
  margin: 0;
}

/************************************************
*  BodyArea - Default Layout          *
************************************************/
.span2{
  width:640px;
  margin-right:40px;
  float:left;
}
.span1{
  float:left;
  width:320px;
}
/************************************************
*  BodyArea - No Containers              *
************************************************/
#bodyarea.no_containers_layout{
  padding:0px;
}
/************************************************
*  Page Content                    *
************************************************/
.pagecontent {
  text-align:left;
}
/*Content Pages*/
#article ul, #article ol{
  margin:10px 0 10px 18px;
}

/************************************************
*  Footer
************************************************/
#footer-wrapper {
  background-color: #434343;
}
#footer{
  padding-top:20px;
  border-bottom:1px solid #777;
  margin-bottom:10px;
}
#footer h3{
  display:none;
}
#footer .widget{
  width:1000px;
}
#footer .menu_primary{
  padding:0;
}
#footer .menu_primary li{
  display:inline-block;
  line-height:1;
}
#footer .namenus-menu-widget .widget ul li a,
#footer .menu_primary li a{
  background:none;
  border:0;
  color:#AAA;
  width:200px;
  display:inline-block;
  padding:0;
  line-height:2;
}
#footer .menu_primary li a:hover,
#footer .namenus-menu-widget .widget ul li a:hover {
  color: #ec4e1b;
}
#footer .menu_primary li a:hover,
.footer-credits #login a:hover,
.footer-credits a:hover {
  color: #ec4e1b;
}
.footer-credits #login a,
.footer-credits a{
  color:#AAA;
}
.footer-credits{
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  overflow:auto;
}
.footer-credits #login,
.footer-credits  p {
  display: inline-block;
}
.footer-credits .left{
  float:left;
}
.footer-credits .left img{
  display:block;
  margin:0;
}
.footer-credits .right{
  display:inline-block;
  float:right;
}
/***********************************************
*  SEARCH RESULTS              *
************************************************/
#search-results .date, #search-results .author{
  color:#333333;
  padding:0px;
  font-size:0.9em;
  font-style:italic;
}
/************************************************
*  Extensions             *
************************************************/

/************
* Announcements
*************/
#bodyarea ul.products_list li{
  list-style-type:none;
}
#bodyarea ul.products_list ul li{
  list-style-type:square;
}
#bodyarea ul.products_list li ul li{
  border:0px;
  overflow:visible;
}
/************
* Blogs
*************/
.post_footer{
  background:#EEEEEE;
  -moz-border-radius: 7px;
  -khtml-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding:8px;
  margin-top:5px;
}
/************
* Comments
*************/
#bodyarea #comments_wrap {
  margin: 0px;
  width:100%;
}
#bodyarea #comment_header span a{
  color: #ec4e1b;
}
#bodyarea #comment_header h2 {
  line-height: 1.4;
  font-size:23px;
}
#bodyarea #comment_header a{
  color:#FFFFFF;
  line-height:3.4;
}
#all_comments .active_comment{
  width:100%;
  border:1px solid #EEEEEE;
  border-width:1px 0;
  margin-bottom:15px;
}
#all_comments .active_comment .bcom_img{
  width:50px;
  margin-left:10px;
}
#all_comments .active_comment .bcom_img img{
  padding:2px;
  background:#FFF;
  margin:0px;
  border:1px solid #F1F1F1;
}
#all_comments .active_comment .bcom_rightside{
  width:500px;
}
#all_comments .active_comment .bcom_rightside span{
  display:block;
  font-style:italic;
}
#bodyarea #new_comment_wrapper h2{
  font-size:12px;
  text-transform:uppercase;
}
#bodyarea #new_comment_wrapper dd, #bodyarea #new_comment_wrapper dt{
  margin:0px;
  padding:0px;
}
#active_comment_comment{
  border:1px solid #E3E3E3;
  -moz-border-radius: 7px;
  -khtml-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  width:607px;
  padding:5px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
#new_comment_wrapper .comment_button_wrapper{
  text-align:left;
}
#new_comment_wrapper dl.com-field input{
  background:#EEE;
  border:1px solid #E3E3E3;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#comment_form dl.com-field dt{
  display:block;
  width:100%;
}
#comment_form dl.com-field dt label{
  float:left;
}
#comment_form dl.com-field dt span{
  display:block;
  float:left;
  margin-left:10px;
}
#comment_form dl.com-field dd {
  display:block;
  margin-left:-10px;
}
#bodyarea #comments_tnc{
  width:610px;
  border:1px solid #E8E8E8;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#comment_message_box{
  width:610px;
}
/************
* Directory
*************/
.directory_filter{
  margin:10px 0px;
}
/************
* Events
*************/
#event #searchcontent{
  margin:10px 0px;
}
#bodyarea ul.subscribe_nav{
  background:#EEEEEE;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin:0px;
  padding:10px;
  width:600px;
}
#bodyarea ul.subscribe_nav li img{
  margin:2px 5px 0px 0px;
  padding:0px;
}
#color_key ul{
  margin:20px 0px 0px 0px;
}
#color_key .calendar-checkbox{
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding:5px 0px;
  margin-right:5px;
}
ul#calendar-views, #event .sort ul{
  padding:0px;
}
ul#calendar-views li, #event .sort ul li{
  background: none;
  display:inline;
  margin: 0px;
  padding: 0px;
}
ul#calendar-views li a, #event .sort ul li a {
  background: #F5F5F5;
  color: #333333;
  font-weight: bold;
  padding: 3px 6px 3px 6px;
  margin: 1px 0px;
  border: 1px solid #F5F5F5;
  overflow: hidden;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
ul#calendar-views li a:hover, ul#calendar-views li.current a, #event .sort ul li a:hover, #event .sort ul li.current a {
  background: #FFFFFF;
  color: #669900;
  text-decoration: none;
  border: 1px solid #DDDDDD;
}
.past_events{
  border-top:1px solid #CCCCCC;
}
.past_events h3{
  font-size:14px;
  text-transform:uppercase;
}
#event p.pages{
  background:#EEE;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding:5px;
  color:#AAAAAA;
}



/* ============================================== */
/* === HLMOD - Events =========================== */
/* ============================================== */

table {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  border-color: transparent;
  width:100%;
}
table tr {}
table td {
	min-height:30px;
	height:30px;
	vertical-align:middle;
	border-bottom:solid #FFF 1px;
}

/*
.blue01  {background-color: #0093cc;}
.green01 {background-color: #53b343;}
.lime01  {background-color: #adff2f;}
.purp01  {background-color: #9000ab;}
.turq01  {background-color: #7fffd4;}
.red01   {background-color: #ff0000;}
*/

.blue01  {background-color: #fde2d3!important;}/* north child youth */
.green01 {background-color: #d2e5d2!important;}/* north island conf */
.lime01  {background-color: #fef3d2!important;}/* south island conf */
.purp01  {background-color: #eed4f8!important;}/* womans industries */
.turq01  {background-color: #e2edec!important;}/* ADRA */
.red01   {background-color: #e8e0db!important;}/* health */

.blue01 > .icon, 
.green01 > .icon,
.lime01 > .icon, 
.purp01 > .icon, 
.turq01 > .icon,
.red01 > .icon,
td.icon {	
	padding-left: 30px;
	background: url(../images/cal_icon_default_red.png) no-repeat 0 0 transparent;	
}

.blue01,
.green01,
.lime01,
.purp01,
.turq01,
.red01,
.blue01 span,
.green01 span,
.lime01 span,
.purp01 span,
.turq01 span,
.red01 span {
	 color:#000000!important;
	 /*font-weight:bold;*/
}


.blue01 > .icon {
	background: url(../images/cal_icon_youth_orange.png) no-repeat 0 0 transparent;
}
.green01 > .icon {
	background: url(../images/cal_icon_north_green.png) no-repeat 0 0 transparent;
}
.lime01 > .icon {
	background: url(../images/cal_icon_south_yellow.png) no-repeat 0 0 transparent;
}
.purp01 > .icon {
	background: url(../images/cal_icon_womens_pink.png) no-repeat 0 0 transparent;
}
.turq01 > .icon {
	background: url(../images/cal_icon_adra_blue.png) no-repeat 0 0 transparent;
}
.red01 > .icon {
	background: url(../images/cal_icon_default_red.png) no-repeat 0 0 transparent;
}



/** Calendar **/
table.calendar{
  width:100%;
  border:1px solid #CCCCCC;
  border-width:  0 0 1px 1px;
  border-collapse: collapse;
}
#current_events table.calendar thead .monthName th{
  border:1px solid #FFFFFF;
  text-align:center;
  font-size:20px;
  padding-bottom:20px;
}
table.calendar thead .dayName{
  border:1px solid #FFFFFF;
}
.calendar td{
  border:1px solid #CCC;
  border-width: 1px 1px 0px 0px;
  vertical-align:top;
  padding:2px;
  width:14.2%;
  text-align:right;
}
.calendar td.specialDay{
  height:80px;
}
#current_events .calendar td a.calendar_000000, #current_events .calendar td span a{
  font-size:11px;
  line-height:120%;
  display:block;
  height:auto;
  text-align:left;
}
.calendar td span a{
  display:inline;
}
.calendar td br{
  display:block;
  margin:2px;
}
/************
* Forms
*************/
#forms ul li{
  list-style:none;
}
#forms .sub-label{
  color:#333333
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
}
#bodyarea input, #bodyarea select, #bodyarea textarea, #bodyarea input.scal_input{
  background:#ECECEC;
  border: 1px solid #DDDDDD;
  padding:5px;
}
#bodyarea input:hover, #bodyarea select:hover, #bodyarea textarea:hover{
  background:#DDDDDD;
}
#form_submit{
  padding:8px;
  font-weight:bold;
  font-size:16px;
  color:#666666;
}
/************
* News
*************/
#bodyarea #news .view_more_link{
  text-align:right;
  display:block;
}
#news ul.subscribe_nav{
  background:#EEEEEE;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin:0px;
  padding:10px;
  width:600px;
}
#bodyarea ul.news_list{
  margin:0px;
  padding:0px;
}
ul.news_list p.meta{
  padding:0px;
  margin:0px;
}
ul.news_list li{
  padding:5px 0px;
  border-bottom:1px solid #CCC;
  list-style:none;
}
/************
* News Desk
*************/
#newsdesk_items_index ul.articles{
  margin-top:10px;
  padding:0px;
}
.article_details h4{
  padding:0px;
}
#newsdesk_items_index li{
  padding-bottom:10px;
}
#newsdesk_items_index li img{
  border:1px solid #CCC;
  padding:3px;
}
#newsdesk_show .article_author{
  float:left;
}
#newsdesk_show ul.article_social_icons{
  margin-top:-15px;
  float:right;
}
#newsdesk_show ul.article_social_icons img{
  margin:0px;
}
#newsdesk_show .article_body{
  margin-bottom:10px;
}
#newsdesk_show #item_comments{
  margin-top:20px;
}
#newsdesk_show .related_articles{
  background:#EEE;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding:0 5px;
  color:#AAA;
}
#bodyarea ul.issue_info li .article_details h4{
  padding-bottom:3px;
}
/* News Desk - Authors */
#newsdesk_author h2{
  padding:0px 0px 10px 0px;
}
#newsdesk_author .summary{
  padding-bottom:0px;
}
#newsdesk_author ul.articles li .article_details{
  border-bottom:1px solid #CCC;
  padding:4px 0px;
}
/************
* Podcasts
*************/
#bodyarea p.submit_content{
  display:block;
  position:relative;
  top:0px;
  right:0px;
}
.view_links p a img{
  margin-right:10px;
}
p.backToIndexLink{
  padding:0px;
}
#podcast table{
  width:100%;
}
/************
* Projects
*************/
.project-right-pane h2{
  padding-top:0px;
}
.project_options_link{
  margin-bottom:10px;
}
#project-inner-pane .project-donate a{
  background:none;
}
/************
* Recipes
*************/
.recipe_details ul{
  margin:5px 0px;
}
.recipe_details h1{
  padding:0px 0px 0px 20px;
}
/************
* Store
*************/
.store_sidebar{
  width:300px;
  float:left;
}
.store_main_inner{
  width:610px;
  padding-right:20px;
  float:left;
}
ul.products_list li{
  border-top:0px;
  border-bottom:1px solid #CCCCCC;
  padding:10px 0px 0px 0px;
}
li .product_desc, li .product_img img{
  float:left;
}
ul.products_list .product_img img {
  padding:5px;
}
#bodyarea ul.products_list .product_desc{
  margin-left:10px;
  width:460px;
}
#bodyarea ul.products_list .product_desc p{
  padding:0px;
  margin:0px;
}
html #bodyarea .store_main p.price{
  display:block;
  margin:10px;
}
#bodyarea p.price a{
  background:#E8E8E8;
  padding:5px;
  border:1px solid #CCCCCC;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#bodyarea ul.product_description{
  margin:0px;
  padding:0px;
}
ul.product_description li{
  overflow:visible;
  border:0px;
}
/* Checkout Cart */
#buysteps{
  background: #F5F5F5;
  color: #333333;
  padding: 3px 6px 3px 6px;
  border: 1px solid #E3E3E3;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom:20px;
}
#buysteps li.current{
  font-weight:bold;
}
table.products_list{
  border-collapse:collapse;
  width:100%;
}
table.products_list thead tr{
  background: #F5F5F5;
  color: #333333;
  padding: 3px 6px 3px 6px;
  border: 1px solid #E3E3E3;
}
table.products_list th, #cart_list table.products_list td{
  padding:4px;
}
table.products_list tr:nth-child(even){
  background:#FAFAFA;
}
table.products_list tr.product_actions{
  background:none;
}
#cart_summary table{
  width:60%;
  border-collapse:collapse;
}
#cart_summary table tr{
  border-bottom:1px solid #CCCCCC;
}
.store_main .cart_actions p{
  margin:10px;
  text-align:right;
}
#payment_info table{
  clear:both;
}
#bodyarea .cart_actions{
  margin:10px 0px;
  padding:0px;
}
/* Customer Service */
#show_more_countries, #hide_more_countries{
  list-style:none;
}
#bodyarea .store-content{
  padding:0px;
  margin:0px;
}
/*Accounts*/
#bodyarea #account_orders{
  width:100%;
}
#bodyarea #account_orders th{
  background: #F5F5F5;
  color: #333333;
  padding: 3px 6px 3px 6px;
  margin: 1px 0px;
  border: 1px solid #CCCCCC;
}
#bodyarea #account_orders tr:nth-child(odd){
  background:#F5F5F5;
}
#status_description table{
  width:100%;
}
/*Update Account Details*/
#store_account .edit_user div{
  margin:10px 0px;
}
#user_shipping_same_as_billing{
  margin:0px;
}
#bodyarea .form_field{
  padding-left:0px;
}










/* ================================= */
/* ===  Responsive - Tablet View === */
/* ================================= */

@media screen and (max-width : 768px) {
	.shadow_wrapper{ 
		/* width:778px; */
		display:block;
		width:auto;
	}
	.container {
		width:100%;
	}
	
	/* header */
	#header h1 {
		margin-left:15px;
		display: inline-block;
		/* width:340px; */
	}
	#header h1 a {
		background: url(../images/adventist-church-tablet.png) no-repeat;
	}
	#header .site-search {
		margin-right:15px;
	}
	.menu_primary_small {
		display: none;
	}
	
	#header #navigation {
		position: relative;
	}	
	
	a.menu_icon_light {
		display: inline-block;
		float:right;
		margin-right:5px;
		
		position: absolute;
		top:0;
		right:0;
		
	}
	a.menu_icon_light img {
		margin-top:2px;
	}
	
	#bodyarea {
		padding:0 15px;
	}
	
	/* rotating banner */
	.ss-slide-scroller {
		display:block;
		width:100%!important;
		height:inherit!important;
		/* height:inherit!important; */
		/* overflow: auto; */
		max-height:300px!important;
		min-height:200px!important;
	}
	
	/* footer */
	#footer .namenus-menu-widget .widget ul li a, 
	#footer .menu_primary li a {
		width:180px;
	}
	
	#footer .menu_primary ul {
		padding:0 5%;
		
	}	
	#footer .menu_primary li {
		width:30%;
	}
	
	
	/* bottom menu styling */
	#menu {
		display:block;
		background-color: #636363;
	}
	#menu ul {
		list-style: none;
		padding:0 15px;
	}
	#menu li {
		border-top: solid #6c6c6c 1px;
		padding: 10px 0;
	}
	#menu .menu_secondary li {
		background-color: #6e6d6c;
	} 
 	#menu a {
 		color:#FFF!important;
 	}
 	
 	
 	#menu .menu_primary > ul > li {
 		padding-bottom:0;
 	}
 	#menu .menu_primary > ul > li > a {
 		text-transform: uppercase;
 		padding-bottom:10px;
 		display: inline-block;
 		width:100%;
 	}
 	
 	
 	#footer .widget {
 		display:block;
 		width: auto;
 	}
 	
 	
 	/* === HLMOD Ral === */
 	
 	#menu > div > ul > li.expandable > a:before {
		color: #fff;
	    content: "+";
	    font-weight: 800;
	    left: 10px;
	    position: absolute;
	    top: 0;
	}
	
	#menu > div > ul > li.expandable:hover > a:before {
		content: "-";
		left: 12px;
	    top: -1px;
	}
	
	#menu > div > ul > li.expandable:hover .menu_secondary {
		display: block !important;
	}
	
	#menu > div > ul > li.expandable:hover {
		background-color:	
	}
	
	#menu .menu_secondary ul {
	    margin: 0;
	    padding: 0;
	}
	
	#menu .menu_secondary li {
		padding-left: 45px;
	}
	
	#menu .menu_primary > ul {
		padding: 0;	
	}
	
	#menu .menu_primary > ul > li > a {	
		padding-left: 30px;
		position: relative;
		z-index: 2;
	}
	#menu .menu_primary > ul > li > a:hover {
		text-decoration: none;
		color:#ec4e1b!important;
	}
	
	
	/* tables */
	.container .menu_primary {
		overflow:hidden;
	}
 	.container .span2 {
 		width:100%;
 		margin-right:0;
 	}
}











/* ================================= */
/* ===  Responsive - Mobile View === */
/* ================================= */

/* @media only screen and (max-width : 480px) { */
/* @media only screen and (max-width : 532px) { */
@media screen and (max-width : 580px) {
/* @media screen and (max-width: 400px) { */
	
	.shadow_wrapper {
		/* min-width: 454px; */
	}
	
	#header h1 {
		margin-left:15px;
		display: inline-block;
		width:340px;
		background: none;
	}
	#header h1 a {
		background: url(../images/adventist-church-mobile.png) no-repeat 0 8px;
	}	
	#header .site-search { 
		/* margin-top:15px; */
		position: absolute;
		top:7px;
		right:18px;
	}	
	#header #searchform .searchinput {
		border: none;
		border-radius: 0;
		padding: 0 5px;
		position: absolute;
	}
	.searchinput input.search_submit {
		background: url(../images/search_icon_mobile.png) no-repeat 0 0px;
	}	
	#header #searchform .inputbox {
		display:none;
	}
	a.menu_icon_light {
		display:none;
	}
 	a.menu_icon_dark {
 		background: url(../images/menu_icon_dark_mobile.png) no-repeat 0 15px;
 		display: inline-block;
 		float:right;
 		
 		position: absolute;
		right:15px; 		
 	} 	
 	.menu_icon_dark img {
 		visibility: hidden;
 		margin-right:0;
 		margin-top:0px;
 		padding-top:8px;
 	} 	
 	#navigation {
 		display:none;
 	}
 	
 	#footer .menu_primary li {
		width:45%;
	}
 	
 	
 	/* === HLMOD Ral === */
 	/*
 	#menu > div > ul > li.expandable > a:before {
		color: #fff;
	    content: "+";
	    font-weight: 800;
	    left: 10px;
	    position: absolute;
	    top: 0;
	}
	
	#menu > div > ul > li.expandable:hover > a:before {
		content: "-";
		left: 12px;
	    top: -1px;
	}
	
	#menu > div > ul > li.expandable:hover .menu_secondary {
		display: block !important;
	}
	
	#menu > div > ul > li.expandable:hover {
		background-color:	
	}
	
	#menu .menu_secondary ul {
	    margin: 0;
	    padding: 0;
	}
	
	#menu .menu_secondary li {
		padding-left: 45px;
	}
	
	#menu .menu_primary > ul {
		padding: 0;	
	}
	
	#menu .menu_primary > ul > li > a {	
		padding-left: 30px;
		position: relative;
		z-index: 2;
	}
 	*/
}

