/********* HTML Reset *********/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
/********* My CSS *********/

body{
	background-color: #0090F0;
	font-family: sans-serif;
}

#wrapper{
	background-color: #FFFFFF;
	width: 80%;
	margin: auto;
}

p{
	margin: 4% 0;
}

h1{
	font-family: cursive, sans-serif;
	font-size: 2.8em;
	margin-left: 7%;
	color: white;
}
	
h1, h2{
	margin-top: 5%;
	margin-bottom: 3%;
}

h2.title{
	font-family: cursive, sans-serif;
	font-size: 2em;
	margin-top: -2%;
	margin-left: 12%;
	color: white;
}

.pageHeading{
	font-family: cursive, sans-serif;
	font-size: 2em;
	text-align: center;
	color: black;
	padding-bottom: 2%;
	margin: -1% 0 -5% 0;
	border-bottom: 1px solid black;
}

h2{
	color:  #0080E0;
	font-size: 1.2em;
}
		
.nav-item{
	display: inline-block;
	margin-left: -1em;
	padding: 0 4%;
	font-size: 1.2em;
}

.nav-item a:link, li a:visited{
	color: white;
	text-decoration: none;
}

.nav-item a:hover, li a:active{
	border: 1px solid white;
	color: white;
	padding: 5%;
	text-decoration: none;
}

nav{
	background-color: black;
	padding: 2%;
	width: 96%;
	text-align: center;
	
}

header{
	padding: 6% 2% 2% 2%;
	width: 90%;
}

header a{
	color: black;
	text-decoration: none;
}
	
#header{
	background: black url(banner.jpg) center no-repeat;
}

#feature{
	width: 86%;
	float: left;
	padding: 2%;
	margin: 2% 5%;
	background-color: #EEEEEE;
}

#main-content{
	width: 60%;
	float: left;
	padding: 2% 5%;
}
		
#sidebar{
	width: 26%;
	float: left;
	padding: 2%;
}

#main-content, #sidebar{
	font-family: sans-serif;
	line-height: 1.3;
	letter-spacing: 0.4px;
}
		
footer{
	clear: left;
	width: 96%;
	padding: 2%;
	background-color: black;
	color: white;
	text-align: center;
}

article{
	padding: 2% 0;
}

.underline{
	color: black;
	text-decoration: underline;
}

.prayer{
	font-style: italic;
}

/****FEATURE IMAGES****/

img{
	width: 100%;
}

.left{
	float: left;
	width: 52.5%;
	padding: 1%;
}

.right1{
	float: left;
	width: 43.5%;
	padding: 1%;
}

.right2{
	float: left;
	width: 43.5%;
	padding: 1%;
}

/****LINKS****/

h2 a{
	text-decoration: none;
}

p a:link, a.radio:link, tr a:link{
	color: black;
	text-decoration: underline;
}

p a:visited, a.radio:visited, tr a:visited{
	color: black;
}

p a:hover, a.radio:hover, tr a:hover{
	color: #0090F0;
}

p a:active, a.radio:active, tr a:active{
	color: #0090F0;
}

td a:link, td a:visited, td a:hover, td a:active{
	text-decoration: none;
}

/****TABLE****/
table{
	border-collapse: collapse;
	width: 100%;
	margin: auto;
	border: 1px solid black;
}

thead td, tbody td, tfoot td{
	text-align: center;
	border: 1px solid black;
	padding: 2%;
}

thead td{
	font-size: 1.5em;
	padding: 3%;
}

tfoot{
	font-size: 0.8em;
}

/****LISTS****/

ul{
	list-style-type: disc;
	line-height: 1.8;
	margin-left: 2em;
}

/****BLOCKQUOTES****/
blockquote{
	background-color: #EEEEEE;
	border-left: 12px solid #BBDDFF;
	padding: 2%;
	font-size: 1.2em;
	line-height: 2;
}

blockquote:before{
	content: "\201C";
	font-size: 4em;
	line-height: 0em;
	vertical-align: -.35em;
}








