﻿* {
	margin: 0;
	padding: 0;
}
body {
	background: url('images/global_bg.jpg');
	background-repeat: repeat-x;
	background-color: #660000;
}
html {
	min-height: 101%;
}
a {
	color: #9B1E1E;
}
a:hover {
	color: #5171A2;
}
p {
	padding-top: 7px;
	padding-bottom: 7px;
}
h1 {
	font-family: 'EB Garamond', serif;
	font-size: 24px;
	background-position: left;
	margin-bottom: 10px;
	color: #990000;
	background-image: url('images/favicon.png');
	background-repeat: no-repeat;
	text-indent: 40px;
	line-height: 32px;
	text-decoration: underline;
}
h2 {
	font-family: 'EB Garamond', serif;
	font-size: 22px;
	background-position: left;
	margin-bottom: 15px;
	color: #990000;
	background-image: url('images/favicon.png');
	background-repeat: no-repeat;
	text-indent: 40px;
	line-height: 32px;
	text-decoration: underline;
	margin-top: 15px;
}
h3 {
	font-family: 'EB Garamond', serif;
	font-size: 22px;
	background-position: left;
	margin-bottom: 15px;
	color: #990000;
	background-image: url('images/favicon.png');
	background-repeat: no-repeat;
	text-indent: 40px;
	line-height: 32px;
	text-decoration: underline;
	margin-top: 15px;
}
h4 {
	font-family: 'EB Garamond', serif;
	font-size: 22px;
	background-position: left;
	margin-bottom: 15px;
	color: #990000;
	background-image: url('images/favicon.png');
	background-repeat: no-repeat;
	text-indent: 40px;
	line-height: 32px;
	text-decoration: underline;
	margin-top: 15px;
}
p {
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.red-bold {
	color: #990000;
	font-weight: bold;
}
.container {
	font: 16px "Times New Roman", Times, serif;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 900px;
	color: #444444;
}
.header {
	width: 898px;
	height: 220px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	background-color: #3F3F3F;
}
#hmenu {
	border: 1px solid #333333;
	margin-bottom: 15px;
	background-color: #C9AD86;
}
.main {
	padding-bottom: 20px;
}
.content {
	float: left;
	margin: 0px;
	padding: 20 10px 0 10px;
	width: 630px;
}
.content li {
	margin-left: 40px;
}
.content p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.sidenav-container {
	float: right;
	width: 230px;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
}
.sidenav-heading {
	background-color: #313131;
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #956044;
}
.sidenav-section {
	background-color: #E5CCB2;
	border-bottom-color: #333333;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-top-width: 10px;
	border-top-style: solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-radius: 8px;
}
#sidenav-social {
	margin: 15px auto 15px auto;
	width: 150px;
	height: 65px;
}
.sidenav-social-left {
	width: 100%;
	height: 65px;
	float: left;
}
.sidenav-social-right {
	width: 75px;
	height: 65px;
	float: right;
}
.sidenav-p {
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: justify;
}
.sidenav-links {
	margin-top: 10px;
	margin-bottom: 10px;
}
.sidenav-share {
	margin-top: 10px;
	margin-bottom: 5px;
}
.sidenav-form {
	font-size: 12px;
	padding-left: 4px;
	width: 180px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #666666;
	text-align: center;
}
.sidenav-submit {
	padding: 2px 7px 2px 7px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#footer {
	padding: 4px;
	color: #333333;
	text-align: center;
	background-color: #E5CCB2;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #333333;
	border-bottom-color: #333333;
	line-height: 20px;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#footer a:active {
	color: #666666;
}
#sig {
	color: #FFFFFF;
	font: 12px sans-serif;
	line-height: 39px;
	text-align: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#sig a:link {
	color: #FFFFFF;
}
#sig a:visited {
	color: #FFFFFF;
}
#sig a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
#footer a:active {
	color: #CCCCCC;
}
.clear {
	clear: both;
}
.spacer10 {
	height: 10px;
}
.spacer15 {
	height: 15px;
}
.spacer20 {
	height: 20px;
}
.spacer30 {
	height: 30px;
}
.shoutout-mouse {
	margin: 20px auto 20px auto;
	background-position: 8px 3px;
	background-color: #FAF5F1;
	border-top-style: double;
	border-bottom-style: double;
	border-top-width: medium;
	border-bottom-width: medium;
	padding: 5px 5px 5px 15px;
	border-top-color: #682729;
	border-bottom-color: #682729;
	width: 90%;
	background-image: url('images/mouse.png');
	background-repeat: no-repeat;
}
.shoutout {
	background-color: #FAF5F1;
	border-top-style: double;
	border-bottom-style: double;
	border-top-width: medium;
	border-bottom-width: medium;
	padding: 5px 5px 5px 15px;
	border-top-color: #682729;
	border-bottom-color: #682729;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.li-info {
	margin-left: 38px;
	line-height: 32px;
	list-style-type: none;
}
.li-services {
	list-style: url('images/bible1.png');
	margin-left: 35px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
}
.li-adobe {
	list-style-image: url('images/adobe.gif');
	font-weight: bold;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.img-brdr {
	border-style: solid;
	border-width: 1px;
}
.img-brdr-pad-r {
	border-style: solid;
	border-width: 1px;
	margin-right: 12px;
}
.img-nobrdr {
	border-width: 0;
}
.img-nobrdr-pad-l {
	border-width: 0;
	margin-left: 12px;
}
.img-nobrdr-pad-r {
	border-width: 0;
	margin-right: 12px;
}
.index-services {
	padding: 0px 35px 0px 20px;
	margin: 0px;
	text-align: justify;
}
.index-lightbox {
	margin-left: 10px;
}
.index-more {
	clear: both;
	margin-top: 5px;
	padding-left: 5px;
}
.index-follow-td {
	width: 50%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: center;
}
.about-img1 {
	border-width: 0;
	margin-right: 10px;
	padding-bottom: 6px;
}
.leaders-names {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-top: 3px;
}
.beliefs-mission-statement {
	text-align: justify;
	background-color: #FAF5F1;
	background-image: url('images/sda-logo.gif');
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #E5CCB2;
	padding-right: 17px;
	padding-left: 105px;
}
.house-map {
	width: 425px;
	height: 350px;
	border: 1px solid #39482B;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.health-p {
	letter-spacing: 2px;
	font-weight: bold;
	color: #682729;
	font-size: 15px;
	margin-bottom: 7px;
	font-style: italic;
}
.health-img1 {
	margin-right: 15px;
	border-width: 0px;
}
.bible-contact1 {
	font-size: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 540px;
}
.bible-contact2-3 {
	font-size: 15px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 540px;
}
.bible-contact-name {
	padding: 0px;
	margin-bottom: 5px;
}
.bible-contact-img {
	border-width: 0;
	margin-right: 4px;
}
.bible-contact-td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 7px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #F5F5F5;
}
.bible-yt {
	width: 540px;
	margin: 25px auto 10px auto;
}
.picasa {
	text-align: center;
	width: 550px;
	margin: 15px auto 10px auto;
}
.sermons-yt1 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.sermons-yt2 {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.sermons-yt-playlist {
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: bottom;
}
.sermons-yourlisten {
	border-width: 0;
	margin-right: 20px;
	float: right;
}
.fellowship-table {
	width: 610px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.fellowship-safe-box {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.fellowship-safe-title {
	color: #6D1F1B;
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: bold;
}
.fellowship-safe-p {
	text-align: justify;
	line-height: 21px;
}
.fellowship-headings {
	color: #003300;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 18px;
}
.fellowship-ul {
	margin-top: 5px;
	padding-left: 20px;
	list-style-image: url('images/arrow-d.png');
}
.fellowship-shoutout {
	background-color: #FAF5F1;
	border-top-style: double;
	border-bottom-style: double;
	border-top-width: medium;
	border-bottom-width: medium;
	padding: 2px 10px 5px 10px;
	border-top-color: #682729;
	border-bottom-color: #682729;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.health-habits {
	padding-top: 5px;
	padding-bottom: 5px;
}
.health-tr {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}
.donation-hr {
	height: 1px;
	width: 90%;
	background-color: #682729;
	margin: 15px auto 15px auto;
	clear: right;
}
.donations-shoutout {
	background-color: #FAF5F1;
	border-top-style: double;
	border-bottom-style: double;
	border-top-width: medium;
	border-bottom-width: medium;
	padding: 4px 8px 2px 8px;
	border-top-color: #682729;
	border-bottom-color: #682729;
	width: 90%;
	text-align: left;
	clear: both;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.donations-headings {
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #956044;
}
.donations-button {
	width: 200px;
	text-align: center;
	margin-left: 20px;
	margin-right: 10px;
	float: right;
}
.sunset-td1 {
	padding: 3px 0px 3px 0px;
	margin: 0px;
	width: 80px;
}
.sunset-td2 {
	padding: 3px 0px 3px 0px;
	margin: 0px;
	width: 280px;
}
.sunset-headings {
	font-weight: bold;
}
.suggestions {
	padding-bottom: 15px;
	width: 600px;
	padding-left: 10px;
}
.suggestions-table {
	width: 600px;
}
.suggestions-tr {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}
.contact-form-tr {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}
.error-li {
	list-style-type: none;
}
.subscribe {
	margin-top: 10px;
	height: 52px;
	padding: 0px;
	margin-left: 35px;
}
.fb-td-style {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: center;
}
#malachi {
	text-align: left;
	width: 222px;
	height: 168px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
/* START: Left-column photo flip */
div.flip {
	position: relative;
	width: 222px; /* Set default width of flip */;
	height: 168px; /* Set default height */;
	-webkit-perspective: 600px; /* larger the value, the less pronounced the 3D effect */;
	-moz-perspective: 600px;
	-o-perspective: 600px;
	perspective: 600px;
}
div.flip div.rotate {
	width: 100%;
	height: 100%;
	-moz-transform-style: preserve-3d; /* Specify all child elements inside this DIV maintain the same perspective */;
	-webkit-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-moz-transition: all 0.6s ease-in-out 0.3s; /* final 0.3s specifies delay before effect kicks in */;
	-webkit-transition: all 0.6s ease-in-out 0.3s;
	-o-transition: all 0.6s ease-in-out 0.3s;
	transition: all 0.6s ease-in-out 0.3s;
}
div.flip div.rotate > * {
	/* Target all children elements */
position: absolute;
	width: 100%;
	height: 100%;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
div.flip div.rotate > div {
	/* Target all child DIVs */
-webkit-box-sizing: border-box; /* Specify that any border/ paddings do not add to the DIV's total width */;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
}
div.rotate.x *:nth-child(2){ /* X Axis rotate specific CSS. Rotate 2nd child DIV 180deg in the X axis */
-moz-transform: rotateX(180deg);
-webkit-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
}
div.flip:hover > div.rotate.x {
	/* X Axis rotate specific CSS. Rotate div.rotate.x when mouse rolls over container */
-moz-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
div.rotate.y *:nth-child(2){ /* Y Axis rotate specific CSS. Rotate 2nd child DIV 180deg in the Y axis so it mirrors the first */
-moz-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
div.flip:hover > div.rotate.y {
	/* Y Axis rotate specific CSS. Rotate div.rotate.y when mouse rolls over container */
-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
/* START: right-column Social */
