p {margin-bottom: 10px;}
.protector {
	border-top: 2px solid rgba(174, 156, 92, 0.72);
	clear: both;
}

.protectorPad {
	margin-top: 2em;
	padding: 3em 5em 3em;

}

.donateBox {
	width: 200px;
	height: 50px;

	padding: 10px 0;
	
}

p.mainText  {
	line-height: 2.5em;
	font-size: .9em;
	margin: 20px 0;
	}
	
.smallText9 {font-size: .9em;}
.smallText8 {font-size: .8em;}
.smallText7 {font-size: .7em;}
.smallText6 {font-size: .6em;}	
	
i {font-style: italic; font-family: inherit; font-size: inherit; color: inherit;}

.logo {width: 95%; margin-top: -5px;}
.logo img {margin-bottom:-20px;}

.top-nav li.logo a, .top-nav li.logo.active-item a {

	background: none repeat scroll 0 0 rgba(57,31,0,.85);
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1em;
}

h1.hBlack {
	color: black;
	margin-bottom: 1em;
}

h3.hWhite {
	color: white;
	margin-bottom: 1em;
	font-size: .8em;
}

.dark {background-color: rgba(222, 205, 184, 0.9);  padding: 2em; margin: 2em 0;}
.white {color: white;}

.leftAlign {text-align: left;}
.leftAlign2 {text-align: left; margin-left: 2em; margin-top: 2em;}

.carousel-text {
	display: block;
	position: absolute;
	top: 85%;
	width: 100%;
	z-index: 999;
}
.carousel-text h2 {
	background: none repeat scroll 0 0 #fff;
	color: rgb(0, 30, 34);
	display: inline-block;
	padding: 0.3125em 0.625em;
	font-size: 2em;
	background: url("../images/shades/50w.png") repeat;
}
.carousel-text p {
	background: url("../images/shades/50.png") repeat;
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	padding: 0.625em 0.8em;
}

.journal {margin-left: 100px;}
.pad {padding: 0 1em;}
.pad2 {padding:1em 1em; margin: .5em; border-top: 1px dotted silver;}

.padLeft {padding-left: 3em;}
.padRight {padding-right: 3em;}
.padRight2 {padding-right: 1em;}

.padTop {padding-top: 3em;}
.paBottom {padding-bottom: 3em;}
.caption {font-size: .7em; text-align: left; line-height: 1.3em; color: rgba(150, 93, 21);}


ol li  {line-height: 2.1em; font-size: .9em; margin-bottom: 1em;}

.mailing {
	background-color: none; 
}

.td {
	background-color: none; 
}

tr {
	background-color: none; 
}




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



}



@media screen and (max-width: 800px) {

.carousel-text {
	display: block;
	position: absolute;
	top: 75%;
	width: 70%;
	z-index: 999;
}

.carousel-text h2 {
	background: none repeat scroll 0 0 #fff;
	color: rgb(0, 30, 34);
	display: inline-block;
	padding: 0.3125em 0.625em;
	font-size: 1em;
	background: url("../images/shades/50w.png") repeat;
}

.logo {width: 80%; margin-top: 10px;}

.padLeft {padding: 0;  padding-top: 2em;}
.padRight{padding: 0;}


}


