body {
	background-color:#f9fff5;
	font-family: "Lucida Bright", Georgia, serif;
}

header {
	padding:1px;
	background-image:url('../img/header.png');
	height:150px;
}

header h1 {
	font-size:3em;
	font-variant:small-caps;
	/*padding-left:100px;
	background-image:url('img/g-race.png');
	background-repeat:no-repeat;
	background-position:left center;*/
}

.space,.space_2 {
	margin-top:10px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	background-position:center;
}
.box,.box_2 {
	background-color:white;
	box-shadow:2px 2px 2px black;
	margin-top:10px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}
.box,.space { height:200px; }
.box_2,.space_2 { height:420px; }

.box p,
.box_2 p {
	display:none;
}
.box .shade,
.box_2 .shade {
	background-color:black;
	background-color:rgba(0,0,0,.8);
	height:100%;
	width:100%;
	color:white;
	font-weight:bold;
	text-align:right;
	font-size:1.5em;
	display:none;
	position:relative;
}

.box:hover .shade,
.box_2:hover .shade { display:block; }

.org_name {
	position:absolute;
	bottom:10px;
	right:10px;
	left:10px;
}

.popup_link {
	background-color:darkgreen;
	display:inline-block;
	padding:2px 6px;
	margin:15px 0px 10px 0px;
	color:white;
	text-decoration:none;
	font-weight:bold;
	border-radius:4px;
}
.popup_link:hover {
	color:black;
}

.love146 { background-image:url('../img/love146.png'); }
.ijm { background-image:url('../img/ijm.png'); }
.gkm { background-image:url('../img/gkm.png'); }
.nfs { background-image:url('../img/nfs.png'); }
.polaris { background-image:url('../img/polaris.png'); }
.miafw { background-image:url('../img/miafw.png'); }
.manna { background-image:url('../img/manna.png'); }
.healing { background-image:url('../img/healing.png'); }
.fts { background-image:url('../img/fts.png'); }
.white_rose { background-image:url('../img/white_rose.png'); }
.a21 { background-image:url('../img/a21.png'); }

.grace {
	background-image:url('../img/grace.png');
	background-color:#f9fff5;
}

.bible {
	background-image:url('../img/bibleIn90.png');
	background-color:#33406c;
}
.end_it {
	background-image:url('../img/end_it.png');
	background-color:black;
}
.derek_prince {
	background-image:url('../img/derek_prince.png');
	background-color:#f2f1db;
}
.touch {
	background-image:url('../img/touch_of_god.png');
	background-color:#ecc86a;
}
.armor {
	background-image:url('../img/armor_up.png');
	background-color:black;
}

.headline {
	text-align:center;
	font-size:2em;
}
.headline h1,
.headline h2,
.headline h3,
.headline p {
	margin:5px 0px;
	font-variant:small-caps;
	font-weight:bold;
}
.headline h1 {
	font-size:2.1em;
}
.headline h2 {
	font-size:1.4em;
}
.headline h3 {
	font-size:2.1em;
}
.headline p {
	font-size:.9em;
}

img.left_float {
	float:left;
	margin-right:15px;
}
img.full_width {
	width:100%;
	height:auto;
}