/***** Master Classes *****/
html,body {
  background:#ccc url(../images/bg.jpg) repeat-y top center;
  font:93.8% Geneva, Helvetica, Arial, sans-serif;
  color:#333;
	line-height:1.5em;
	font-weight:normal;
	text-align:center;
}

a {
  color:#777;
}

a:hover {
  color:#444;
}

.wrapper {
  width:960px;
  margin:0 auto;
  text-align:left;
}

#header-stripe {
  width:100%;
  height:27px;
  background:#333 url(../images/header-stripe.bg.png) repeat-x top left;
  color:#FFF;
}

#header {
  width:100%;
  margin:0 auto;
}

#logo {
  width:414px;
  height:57px;
  margin:12px 0 0 0;
  padding:0;
  text-indent:-9999em;
  background:transparent url(../images/ElevationChurchLive.png) no-repeat top left;
  float:left;
}

#logo a {
  width:414px;
  height:57px;
  text-decoration:none;
  color:#FFF;
  float:left;
}

#nav {
  width:480px;
  padding:42px 0 0 0;
  margin-right:22px;
  font-size:1.0875em;
  text-align:right;
  text-transform:uppercase;
  float:right;
}

#nav li {
  padding-left:1.5em;
  display:inline;
}

#nav a {
  color:#999;
  text-decoration:none;
}
#nav a:hover {color:#f6921e;}

#footer {
  width:960px;
  margin:0 auto;
  padding:4px 0 0;
  border-top:solid 1px #EEE;
  text-align:left;
  font-size:0.733em;
  line-height:1.25em;
}

#footer a {
  color:#222;
  text-decoration:none;
}
#footer a:hover {text-decoration:underline;}

#footer-nav {
  width:500px;
  height:1.25em;
  padding:0;
  list-style:none;
  float:left;
}

#footer-nav li {
  display:inline;
}
#footer-nav li:after {content:' | ';}
#footer-nav li.omega:after {content:'';}

#copyright {
  width:460px;
  height:1.25em;
  text-align:right;
  color:#AAA;
  float:left;
}
#copyright a {color:#AAA !important;}