@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 	
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.wrapper { 
	margin: auto;
	background-color:#FFFFFF;
}
.body {
	background-color:#198AC9;
}
.wrapper {
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
@media only screen and (min-width: 51px) and (max-width: 480px){
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#header {
	background-image:none;
}
#header h1{
	margin-bottom:0;
	line-height: 1;
}
#header h2{
	margin-top:0;
	margin-bottom:0;
	line-height: 1;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

.navbar select { display: inline-block; }

a.mobile_menu {
	display:block;
	width:17px;
	height:20px;
	border:2px solid #fff;
	border-radius:4px;
	background:#228A22 url(http://www.bibleforchildren.org/images/mobile_menu_link.png) no-repeat 3px;
	position:absolute;
	margin:2px;
	cursor:pointer;
}
/* =============================================================================
   Navigation
   ========================================================================== */
    .navbar {
		display: block;
		text-align: center;
		background: linear-gradient(#289428, #187716) repeat scroll 0 0 #289428;
		float: left;
		max-height: 130px;
		width: 100%;
		border-radius:4px;
    }
    .navbar ul {
      list-style: none;
	  margin:0;
	  padding: 0px;
	  display: inline-block;
    }
    .navbar li {
      display: inline-block;
    }
    .navbar a {
		color: #FFFFFF;
		display: block;
		font-size: 18px;
		padding: 5px 10px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		transition: color 0.3s ease-out 0s;
		text-decoration: none;
    }
    .navbar a:hover {
      border: 1px #FFFFFF;
      background: #A60C28;
    }
    .navbar a:active {
      background: #198AC9;
    }
	/* ==|== language drop =======================================================
   Dropdown styles 
   ========================================================================== */

/*left to right */
.language_drop {
	width:100%;
	float:left;
	padding: 5px;
}
.header_text {
	width:100%;
	float:left;
}
.language_drop select {
   background: transparent;
   width:auto;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 1;
   border-radius: 4px;
   height: 34px;
   -webkit-appearance: none;
   }

/*right to left */
.language_drop_rtl {
	width:100%;
	float:left;
	padding: 5px;
}
.header_text_rtl {
	width:100%;
	float:right;
}
.language_drop_rtl select {
   background: transparent;
   width:auto;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 1;
   border-radius: 4px;
   height: 34px;
   -webkit-appearance: none;
   }
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.wrapper { 
	margin: auto;
	background-color:#FFFFFF;
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
	background-image:url(http://www.bibleforchildren.org/images/tabletheader.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:278px;
}
#header h1{
	margin-bottom:0;
	line-height: 1;
}
#header h2{
	margin-top:0;
	line-height: 1;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
.content {
	width:46%;
	float:left;
	padding:2%;
}
/* =============================================================================
   Navigation
   ========================================================================== */
    .navbar {
		display: block;
		text-align: center;
		background: linear-gradient(#289428, #187716) repeat scroll 0 0 #289428;
		float: left;
		max-height: 130px;
		width: 100%;
		border-radius:4px;
    }
    .navbar ul {
      list-style: none;
	  margin:0;
	  padding: 0px;
	  display: inline-block;
    }
    .navbar li {
      display: inline-block;
    }
    .navbar a {
		color: #FFFFFF;
		display: block;
		font-size: 18px;
		padding: 5px 10px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		transition: color 0.3s ease-out 0s;
		text-decoration: none;
    }
    .navbar a:hover {
      border: 1px #FFFFFF;
      background: #A60C28;
    }
    .navbar a:active {
      background: #198AC9;
    }
	/* ==|== language drop =======================================================
   Dropdown styles 
   ========================================================================== */

/*left to right */
.language_drop {
	width:25%;
	float:right;
	padding-top: 30px;
}
.header_text {
	width:75%;
	float:left;
}
.language_drop select {
   background: transparent;
   width:auto;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 1;
   border-radius: 4px;
   height: 34px;
   -webkit-appearance: none;
   }

/*right to left */
.language_drop_rtl {
	width:25%;
	float:left;
	padding-top: 30px;
}
.header_text_rtl {
	width:75%;
	float:right;
}
.language_drop_rtl select {
   background: transparent;
   width:auto;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 1;
   border-radius: 4px;
   height: 34px;
   -webkit-appearance: none;
   }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.wrapper { 
	max-width:980px;
	margin: auto;
	background-color:#FFFFFF;
}
.gridContainer {
	width: 88.5%;
	max-width: 980px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#home_header {
	background-image:url(http://www.bibleforchildren.org/images/home_header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:762px;
}
#home_header h1{
	margin-bottom:0;
	line-height: 1;
}
#home_header h2{
	margin-top:0;
	line-height: 1;
}
#header {
	background-image:url(http://www.bibleforchildren.org/images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:314px;
}
#header h1{
	margin-bottom:0;
	line-height: 1;
}
#header h2{
	margin-top:0;
	line-height: 1;
}
.home_feed ul{
	list-style: none;
}
.language_list {
	padding-top:10px;
}
.language_list ul{
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
	list-style: none;
}
.content {
	width:46%;
	float:left;
	padding:2%;
}
.contentwrapper {
	width:90%;
	margin-left: 5%;richard_bankert@yahoo.ca	
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
/* =============================================================================
   Navigation
   ========================================================================== */
    .navbar {
		display: block;
		text-align: center;
		background: linear-gradient(#289428, #187716) repeat scroll 0 0 #289428;
		float: left;
		max-height: 130px;
		width: 100%;
		border-radius:4px;
    }
    .navbar ul {
      list-style: none;
	  margin:0;
	  padding: 0px;
	  display: inline-block;
    }
    .navbar li {
      display: inline-block;
    }
    .navbar a {
		color: #FFFFFF;
		display: block;
		font-size: 18px;
		padding: 5px 10px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		transition: color 0.3s ease-out 0s;
		text-decoration: none;
    }
    .navbar a:hover {
      border: 1px #FFFFFF;
      background: #A60C28;
    }
    .navbar a:active {
      background: #198AC9;
    }
	/* ==|== language drop =======================================================
   Dropdown styles 
   ========================================================================== */

/*left to right */
.language_drop {
	width:25%;
	float:right;
	padding-top: 30px;
}
.header_text {
	width:75%;
	float:left;
}
.language_drop select {
   background: transparent;
   width:auto;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 1;
   border-radius: 4px;
   height: 34px;
   -webkit-appearance: none;
   }

/*right to left */
.language_drop_rtl {
	width:25%;
	float:left;
	padding-top: 30px;
}
.header_text_rtl {
	width:75%;
	float:right;
}
.language_drop_rtl select {
   background: transparent;
   width:auto;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 1;
   border-radius: 4px;
   height: 34px;
   -webkit-appearance: none;
   }
}