@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;	
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #477b25;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #363636;
	line-height: normal;
	z-index: 0;
}

img {
	border: none;
}

.imgBorder {
	border: #CCC 1px solid;
	padding: 7px;	
	margin: 7px;
}

#wrap {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}

#container {
	width: 1020px;
	margin: 0 auto;
	min-height: 300px;
	text-align: center;
}

#header {
	width: 1020px;
	height: 125px;
	position: relative;
	margin: 0 0;
}

#logo a {
	display: block;
	width: 170px;
	height: 93px;
	text-decoration: none;
	position: absolute;
	top: 27px;
	left: 187px;
	z-index: 1;
	text-align: center;
}

#photoMain {
	width: 1020px;
	height: 295px;
	margin: 0 auto;
	padding: 0 0;
}

#shadowMain {
	width: 1020px;
	height: 14px;
	margin: 0 auto;
	padding: 0 0;
	background: url(images/shadow-photo-main.png) top center no-repeat;
}

#sundays {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 26px;
	color: #3952a4;
	width: 150px;
	height: 38px;
	line-height: 1em;
	position: absolute;
	top: 47px;
	left: 0px;
}

#coffee {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 26px;
	color: #3952a4;
	width: 150px;
	height: 38px;
	line-height: 1em;
	position: absolute;
	top: 47px;
	right: 0px;
}

h1 {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #007756;
	line-height: normal; 
	margin: 0;
	padding: 5px 0;
}

h2 {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #3951a3;
	line-height: normal;
	margin: 0;

}

h3, h4, h5 {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-weight: 600;
	color: #93dbe3;
	line-height: normal;
	margin: 0;
	padding: 5px 0;
}

#contentMain {
	width: 990px;
	margin: 0 auto;
	min-height: 400px;
	text-align: left;
	position: relative;
	padding: 0 15px 5px 15px;
	background: #FFFFFF;
}

#phone {
	width: 280px;
	height: 26px;
	position:absolute;
	top: 10px;
	right: 15px;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #3951a3;
	line-height: normal;
	margin: 0;
}

#boxLeft {
	float:left;
	width: 315px;
	text-align: left;
	font-size: 13px;
}

#boxLeft a {
	color: #FFFFFF;
	text-decoration: underline;
}

#poop {
	position: absolute;
	top: 82px;
	left: 20px;
}

.fb {
	width: 56px;
	height: 56px;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.email {
	width: 56px;
	height: 56px;
	position: absolute;
	left: 96px;
	bottom: 20px;
}

#boxRight {
	float: right;
	width: 315px;
	text-align: justify;
	font-size: 16px;
}

#contentBoxBottom {
	position:relative;
	width: 980px;
	height: 195px;
	line-height: normal;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 5px 20px 10px 20px;
	margin: 15px 0 0 0;
	color: #FFFFFF; 
}

#columnLeft {
	float:left;
	width: 575px;	
}

#columnRight {
	width: 389px;
	float: right;
	margin: 20px 0 0 0;
	
}

.imageBorder {
	border: 3px solid #676767;
}

#divider {
	position: relative;
	width: 100%;
	height: 1px;
	margin: 0px auto 0px auto;
	background-color: #b7b7b7;
	z-index: 10;
}

.imgLeft {
	width: auto;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}

.imgRight {
	width: auto;
	float: right;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}

ul {
	list-style: url(images/star-black.html);
	margin: 0 auto;
	padding-left: 23px;
}

ul ul {
	list-style: circle;
}

hr {
	clear: both;
	height: 1px;
	border: none;
	color: #CCC;
	background: #CCC;
	margin: 10px 0;
}

#footer {
	width: 1020px;
	min-height: 40px;
	margin: 10px auto 10px auto;
	line-height: 1.25em;
	position: relative;
	color: #FFFFFF;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(1,1,1,.45);
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	color: #3951a3;
	text-decoration: none;
}

#footerBoxLeft {
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
}

#footerCenter {
	width: 100px;
	margin: auto;
}

#footerBoxRight {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
}

a {
	color: #cc0101;
	text-decoration: none;
}

a:hover {  
	color: #871209; 
	text-decoration: underline;
}

.map {
	width: auto;
	float: right;
	margin-bottom: 15px;
	text-align: center;
}

.contactForm {
	width: 320px;
	padding: 0 10px 10px 0;
	float: left;
}

.contactForm td {
	border-bottom: 1px solid #D5D5D5;
}

.clearFix {
	clear: both;	
}

#back-top {
	position: fixed;
	bottom: 55px;
	margin-left: 1085px;
}

#back-top a {
	width: 88px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #777;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 88px;
	height: 88px;
	display: block;
	margin-bottom: 7px;
	background: rgba(0,0,0,0.3) url(images/up-arrow.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #007756;
}
