@charset "UTF-8";
html, body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) #689d6a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

/*this is to keep page from shifting to left on load in safari and firefox*/

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }


#wrapper {
	width: 860px;
	padding: 0;
	margin: 0 auto;
	color: #092209;
	text-align: left;
}
#header {
	background: #b9e1b8 url(../images/GHoP.jpg) 250px 40px no-repeat;
	padding; 0;
	height: 300px;
}
#tagline {
	margin: -200px 0 0 200px;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
}

#details {
	margin: -210px 0 0 200px;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
#verse {
	font-style: italic;
	font-size: 100%;
}	
#menu {
	text-align: center;
	color: #b9e1b8;
	font-weight: bold;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 6px 0;
}
#menu li {
	display: inline;
	padding: 0;
	margin: 0 4px 0 1px;
}
#menu a {
	font-size: 100%;
	font-weight: bold;
	color: #efe;
}
#menu a:hover {
	color: #b9e1b8;
}
#menu #currentpage a {
	color: #b9e1b8;
	cursor:auto; /* to change cursor back to an arrow */ 
}




#content {
	background: #efe;
	padding: 30px 40px 20px 40px;
}

#quotes {
	float: right;
	width: 345px;
	}

#poems td {
	width: 33%;
	padding: 20px;
	text-align: center;
	vertical-align: bottom;
	}


#soBlue, #soYellow, #soPeach, #soGreen, #soPurple, #soTaupe, #soGray, #soAO, #soWhite {
	clear: right;
	margin: 5px 0 20px 30px;
	padding: 0 20px 15px 20px;
	font-style: italic;
	font-size: 90%;
	font-weight: bold;
	border: #092209 4px double;
}
#soAO {
	background: #fff url(../images/bg-AO-sm.gif) center center no-repeat;
	height: 50px;
}
#soBlue {
    background: #bfddf5;
}
#soYellow {
	background: #FFFFCC;
}
#soPeach {
	background: #ffe2d1;
}		
#soGreen {
    background: #bad29e;
}
#soPurple {
	background: #d6b6c8;
}
#soTaupe {
	background: #e0d7c6;
}
#soGray {
	background: #d4dcd7;
}
#soWhite {
	background: #fff;
}

#io {
	padding: 0;
	text-align: center;
	border: 0;

}	
#io img {
	float: right;
	margin-bottom: 5px;
	border: #092209 4px double;
}

.soSource {
	font-style: normal;
	font-weight: bold;
	float: right;
}
.imgq {
	margin: 0 0 5px 10px;
	border: solid 1px #092909;
}

#footer {
	width: 860px;
	margin: 0 auto;
	background: #b9e1b8;
	font-size: 80%;
	text-align: center;
}


a {
	color: #006666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#009900;
}

dl {
	list-style: none;
	margin: 0;
	padding: 0;
}
dt {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 8px;
}
dd {
	margin: 0 20px 25px 20px;
}
dd p {
 	margin: 6px 0 0 0;
}

h1 {
	font-size: 165%;
	margin: 0 0 -10px 0;
}

h2 {
	font-size: 135%;	
}

h3 {
	font-size: 125%;
	font-style: italic;
	margin-bottom: 0;
	background-color: #b9e1b8;
	padding: 3px; 
}

hr {
	color: #092290;
	background-color: #092209;
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}

ul {
	list-style: circle;
}

li {
	margin-left: 15px;
	margin-bottom: 10px;
}
.smtext {
	font-size: 70%;
}

.clearb {
	clear: both;
}

img {
	border: 0;
}

.imgb {
	border: solid 1px #092909;
}

.floatlft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.floatrt {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}

#sig h3 {
	font-size: 125%;
	font-style: normal;
	margin-bottom: -5px;;
	background-color: #efe;
}

.ao {
	vertical-align: bottom;
}

#short {
 width: 425px;
}

#scripture li {
	list-style-type: none;
}

#quiet {
	background: url(../images/bg.jpg) #689d6a;
	width: 510px;
	padding: 20px;
	margin: 0 auto 10px auto;
	color:  #eeffee;
	font-size: 110%;
	border: dotted 8px #b9e1b8;
}

#quiet h1, #quiet h2, #quiet h3, #quiet h4 {
	font-weight: bold;
	font-style: italic;	
	}
	
#quiet h3 {
	font-size: 125%;
	margin-bottom: 0;
	background-color: transparent;
}
	
#quiet a {
	color:  #eeffee;
	text-decoration: underline;
}	
	