/*  

Theme Name: Nature Shine

Theme URI: http://wordpress.gl3nnx.net

Description:  Simple theme good for personal blogs, 2 columned layout, centered on page. Good for Adsense, SEO friendly layout and Valid XHTML!

Version: 1.3.1

Author: Glenn Dasmarinas

Author URI: 

http://www.gl3nnx.netTags: green, two-columns, fixed-width



*/


@import "layout.css";
@import "formatting.css";

/* From Dennis */
.campmeetingpic {
	background: url(../../../blogpics/cm1.jpg);
	height: 302px;
	width: 520px;
	margin-top: -5px;
	margin-bottom: 10px;
}
.contactpanel {
	font: 12px Arial;
	color: #000;
}
.finduspic {
	background: url(../../../blogpics/map1.jpg);
	height: 400px;
	width: 350px;
}

.handbook1 {

	font: bold 16px Arial;

	color: #036;

}

.handbooktext {

	font: 14px Arial;

	color: #000;

}

.hsectiontitle {

	font-size: 18px;

	font-weight: bold;

	color: #033;

	text-align: center;

}

.hquotetext {

	font-style: italic;

	color: #033;

}

.dc_burgandy {

	background: #7b0010;

	height: 15px;

	width: 15px;

	display: inline-block;

}

.dc_green {

	background: #215221;

	height: 15px;

	width: 15px;

	display: inline-block;

}

.dc_khaki {

	background: #cece9c;

	height: 15px;

	width: 15px;

	display: inline-block;

}

.dc_navy {

	background: #313163;

	height: 15px;

	width: 15px;

	display: inline-block;

}

.dc_white {

	background: #FFF;

	height: 15px;

	width: 15px;

	border: 1px solid #000;

	display: inline-block;

}
.pastorcorner1 {
	background: url(../../../blogpics/pastorpage.jpg);
	height: 150px;
	width: 520px;
	margin-top: -5px;
	margin-bottom: 10px;
}
.schoolcontact {

	font: 14px Arial;

	color: #000;

	border-top: 1px solid #030;

	border-bottom: 1px solid #030;

	background: #e4efec;

	height: 30px;

	width: 520px;	

	margin-top: 0px;

	margin-bottom: 10px;

}

.schoolcontacta {

	width: 260px;

        height: 30px;

	float: left;

	text-align: center;

}
a.l1:link, a.l1:visited, a.l1:active {
	color: #069;
	text-decoration: none;
}
a.l1:hover {
	color: #600;
	text-decoration: underline;
}

/*  END OF ITEMS FROM DENNIS ----------------------------------------------------------------------------- */


.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.alignleft {

	float: left;

}



.alignright {

	float: right;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}



.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}



.wp-caption-dd {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}