@charset "UTF-8";

/* Layout Small Screens */

header {
	height: 197px;
	background: #637685 url(../images/bible_small.jpg) no-repeat left 0px;
}

header a.logo {
	width: 242px;
	height: 101px;
	top: 96px;
	left: 20px;
	background-image: url(../images/logo_small.gif);
}

nav { 
	position: static;  /* this property positions the nav bar in the position it is listed in the HTML and releases it from previous style directions for absolute positioning */
	width: auto;
	padding: 5px 12px 5px 12px;
	background-color: #e5bb65;
	text-align: left; 
}

nav a {
	display: block; /* this property makes the menu stack vertically */
	margin: 5px;
	padding: 4px;
	font-size: .85em;
	border-bottom: 1px solid rgba(255,255,255,.4);
}

nav a.hover { 
	color: #fff; 
	background-color: #eccc8c;
}

.fullWidth {
	width: auto;
	text-align: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 21px;
}
.fullWidth h1 { 
	margin-bottom: 15px; 
	font-size: 1.2em; 
	line-height: 1.5em; }

.sidebar {  
	width: auto;
	float: none;
	margin-left: 21px;
}
article {
	padding-top: 20px;
	padding-left: 21px;
	padding-right: 15px;

}

.formTable {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

footer {
	text-align: left;
	padding-left: 21px;
	padding-right: 15px;
}
body { background-image: none; }