@import url(http://fonts.googleapis.com/css?family=Great+Vibes&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Allura);

/***********************/
/**** MAIN TEMPLATE ****/
/***********************/
* {
  margin: 0;
  padding: 0;
}

body, html {
  height: 100%;
}
body {
  margin-top: 0px;
  margin-left: 0px;
  background: url(../images/mountain.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;inpu
}
p, blockquote, form, label, ul, ol, dl, fieldset, address {
  margin-bottom: 1em;
}
img {
  border: none;
}
a:focus{outline:0;}

/***********************/
/******* Header ********/
/***********************/
#title {
  font: bold 80px "Great Vibes";
  padding-top: .3em;
  margin-bottom: .3em;
}
#header_image{
  
}

/***********************/
/****** NAV MENU *******/
/***********************/
#menu_top {
  height: 40px;
  width: 100%;
  background-color: #2C3F67;
  color: #FFFFFF;
  margin: 0 auto;
  text-align: center;
}
/* menu styles */
#jsddm {  
  margin: 0;
  padding: 0;
}
#jsddm li {  
  float: left;
  list-style: none;
  font: bold 18px Arial, Helvetica, sans-serif;  
}
#jsddm li a {  
  font: bold 18px Arial, Helvetica, sans-serif;
  display: block;
  background: #2C3F67;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  height: 30px;
  padding: 10px 20px 0 20px;
}
#jsddm li a:hover {  
  background: #808CA4;
}
#jsddm li ul {  
  margin: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  border-top: 1px solid white;
  background: #2C3F67;
  z-index: 1000;
}
#jsddm li ul li {  
  float: none;
  display: inline;
}
#jsddm li ul li a {  
  font: bold 18px Arial, Helvetica, sans-serif;
  width: auto;
  background: #2C3F67;
  color: #fff;
  padding: 10px 20px 0 20px;
  height: 30px;
}
#jsddm li ul li a:hover {  
  font: bold 18px Arial, Helvetica, sans-serif;
  background: #808CA4;
}

/***********************/
/******* FOOTER ********/
/***********************/
.footer, .push {
  height: 115px; /* .push must be the same height as .footer */
  clear: both;
}
#footer {
  width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}
#footer_text {
  width: 600px;
  margin: 0 auto;
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  text-align: center;
  text-decoration: none;
}
#footer a:link,
#footer a:visited {
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  text-align: center;
  padding-top: 6px;
  text-decoration: none;
}
#footer a:hover {
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
  text-align: center;
  padding-top: 6px;
  text-decoration: underline;
}

/***********************/
/****** FRAMEWORK ******/
/***********************/
#container {
  background: rgba(255, 255, 255, .4);
  width: 1000px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -115px; /* the bottom margin is the negative value of the footer's height */
}

/*****************/
/**** Content ****/
/*****************/
.left, .right {
  width: 48%;
}
.left {
  float: left;
}
.right {
  float: right;
}
h1 {
  margin: .67em 0;
  color: #A58A59;
  font: bold 42px Arial, Helvetica, sans-serif;
}
h2 {
  margin: .75em 0;
  color: #2C3F67;
  font: bold 36px Arial, Helvetica, sans-serif;
  text-decoration: none;
}
a,
a:visited {
  color: #A58A59;
  font: bold 16px Arial, Helvetica, sans-serif;
  text-decoration: none;
}
a:hover {
  color: #A58A59;
  font: bold 16px Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
.paragraph {
  font: 16px Arial, Helvetica, sans-serif;
  color: #000;
}
.main-content {
  width: 880px;
  height: 68.3%;
  margin: 0 auto;
  padding: 30px 20px 50px;
  font: 16px Arial, Helvetica, sans-serif;
}
.main-content img {
  float: right;
  margin: 0 0 20px 20px;
}
.main-content .left-img {
  float: left;
  margin: 0 20px 20px 0;
}
.main-content ul {
  list-style-position: inside;
}
#sliderFrame {
  position:relative;
  width:800px;
  height:475px;
  margin:0 auto 40px auto;
}

#slider, #slider div.sliderInner {
  width:800px;
  height:475px;/* Must be the same size as the slider images */
}
#buttons {
  width: 880px;
  margin: 30px auto;
  height: 123px;
}
#buttons img {
  margin-top: 30px;
}
td {
  padding: 0 10px;
}
.verse {
  width: 70%;
  margin: 0 auto 30px auto;
  text-align: center;
  font-style: italic;  
}
.citation {
  float:right;
}
#pastor {
  width: 700px;
}
#pastor > .verse {
  width: 50%;
  margin: 0 0 30px 60px;
  text-align: center;
  font-style: italic;
}
.image_block {
  width: 881px;
  margin: 0 auto;
}
.image_div {
  float: left;
  margin: 10px;
}
.image_div img {
  float: initial;
  margin: 0;
}
.caption {
  width: 100%;
  font-size: smaller;
  margin: 0;
  text-align: center;
}
.contact input {
  width: 90%;
}
#homepage-info {
  clear: both;
  text-align: center;
}
#homepage-info img {
  float: none;
}
#upcoming-events > h3 {
  margin-top:50px;
}
#signature {
  font-family: Allura;
  font-size: 30px;
  font-weight: bold;
}
/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/

.bg, .st {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 915px;
  
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}
.st {
  z-index: -2;
}
/*End Sticky Footer/*
?