@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:		9;
	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/
*/

.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. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#top {
	background-color: #2C68B7;
	color: #F9F5F6;
	font-family: Tahoma, Arial, sans-serif;
	font-size: xx-large;
	padding-left: 30px;
	border-top: 4px solid #000000;
}
#mainnav {
width: 100%;
}
#article1 {
width: 100%;
clear: both;
margin-left: 0;
	font-family: Georgia, serif;
}
#navlist {
	padding-top: 20px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
.navitem {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #E5ECFB;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	border-radius: 5px;
}

.verse {
	font-style: italic;
}
h1, h2, h3, h4 {
	font-family: Tahoma, Arial, sans-serif;
	color: #2C68B7;
}
.navtitle {
	font-weight: bold;
}
caption {
	font-weight: bold;
}

table {
	background-color: #EAF2FB;
	border-top-color: #D9E0F9;
	border-left-color: #D9E0F9;
	border-top-style: groove;
	border-left-style: groove;
}

#bookpicture {
	width: 47.826%;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 7px;
}

#norapicture {
	width: 47.826%;
	padding-top: 23px;
	padding-right: 7px;
}










.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
h1 {
	font-size: xx-large;
	padding-top: 30px;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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

.gridContainer {
	width: 90.9333%;
	padding-left: 1.0333%;
	padding-right: 1.0333%;
	clear: none;
	float: none;
	margin-left: auto;
}
#top {
}
#mainnav {
width: 100%;
}
#article1 {
width: 100%;
clear: both;
margin-left: 0;
}
#navlist {
}
.navitem {
width: 31.8181%;
clear: none;
margin-left: 2.2727%;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

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

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

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#top {

}
#mainnav {
width: 23.7288%;
}
#article1 {
width: 74.5762%;
margin-left: 1.6949%;
clear: none;
}
#navlist {
}
.navitem {
width: 100%;
clear: both;
margin-left: 0;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
