/***** Master Classes *****/
html,body {
  background:#000 url(../images/bg.jpg) fixed no-repeat top center;
  font-family:Arial, Helvetica, sans-serif;
  color:#000;
	font-size:93.8%;
	line-height:1.15em;
	font-weight:normal;
	text-align:left;
}

.brown {color:#A8902D !important;}
a {color:#A8902D;}
a:hover {color:#A8902D;}

#wrapper {
  width:860px;
  margin:0 auto;
  padding:18px 0 0 0;
}

#main,
#main-foot {
  width:860px;
  padding:22px 0 0 0;
  margin:0;
  background:#FFF url(../images/main.bg.jpg) no-repeat top left;
}

#main-foot {
  height:13px;
  padding:0;
  background-image:url(../images/main.foot.png);
}

#logo {
  width:836px;
  height:301px;
  padding:0;
  margin:0 12px;
  background:#1B1C1E url(../images/header.jpg) no-repeat top left;
  text-indent:-9999em;
  overflow:hidden;
  float:left;
}
#logo a {
  width:836px;
  height:301px;
  text-align:center;
  line-height:301px;
  vertical-align:middle;
  text-transform:uppercase;
  text-decoration:none;
  color:#A8902D;
  float:left;
}

#nav {
  width:835px;
  height:28px;
  padding:0;
  margin:0 12px 22px;
  background:#A08B30;
  border-right:solid 1px #DDD;
  list-style:none;
  float:left;
}

#nav li {
  width:167px;
  height:28px;
  line-height:26px;
  vertical-align:bottom;
  text-align:center;
  float:left;
}

#nav li a {
  width:100%;
  height:100%;
  color:#d8cc9b !important;
  text-decoration:none;
  text-transform:uppercase;
  font-size:1.333em;
  float:left;
}
#nav li a:hover {color:#FFF !important;}

#nav-about,
#nav-resources,
#nav-studyguide,
#nav-readingplan,
#nav-feedback {
  background:transparent url(../images/nav.png) no-repeat top left;
  text-indent:-9999em;
  overflow:hidden;
}

#nav-resources {background-position:-167px 0;}
#nav-studyguide {background-position:-334px 0;}
#nav-readingplan {background-position:-501px 0;}
#nav-feedback {background-position:-668px 0;}

#nav-about:hover {background-position:0 -28px;}
#nav-resources:hover {background-position:-167px -28px;}
#nav-studyguide:hover {background-position:-334px -28px;}
#nav-readingplan:hover {background-position:-501px -28px;}
#nav-feedback:hover {background-position:-668px -28px;}

#content-and-sidebar {
  width:830px;
  margin:0 15px;
}

#content {
  width:540px;
  margin:0 58px 0 0;
  float:left;
}

#content p {letter-spacing:-0.033em;}

#content-and-sidebar h1,
#content-and-sidebar h2,
#content-and-sidebar h3 {
  text-transform:uppercase;
  color:#A8902D;
}

#sidebar {
  width:224px;
  float:left;
}

#sidebar p {font-size:0.933em;}

#sidebar h3 {
  border-bottom:solid 1px #A8902D;
  padding-bottom:0;
  margin-bottom:0.33em;
}

#sidebar ul {
  padding-left:1em;
  list-style:none;
  list-style-position:inside;
}
#sidebar ul li:before {content:'- ';}
#sidebar ul li {padding:0.1em 0;}

#sidebar ul.no-list-style {padding:0;}
#sidebar ul.no-list-style li:before {content:'';}

#sidebar .feedback-excerpt {
  text-align:right;
  padding-bottom:1.15em;
}
#sidebar .feedback-excerpt p {
  padding:0;
  font-family:Georgia,Serif;
  font-style:italic;
  line-height:1.1em;
}
#sidebar .feedback-excerpt-name,
#sidebar .feedback-excerpt-link a {
  text-transform:uppercase;
  text-decoration:none !important;
  font-size:0.733em;
  color:#A8902D;
}

#footer {
  width:836px;
  margin:0 12px;
}

#elevationchurch,
#biblegateway,
#download,
#feedback {
  background:transparent none no-repeat center left;
  text-indent:-9999em;
  float:left;
  overflow:hidden;
}
#elevationchurch {
  width:83px;
  height:25px;
  margin:12px 0 0 377px;
  background-image:url(../images/elevationChurch.png);
  color:#AAA !important;
}
#biblegateway {
  width:146px;
  height:44px;
  background-image:url(../images/biblegateway.gif);
}
#download,
#feedback {
  width:208px;
  height:38px;
  margin:4px 0 14px;
  background-image:url(../images/downloads.png);
}
#feedback {background-image:url(../images/feedback.png);}

.package {
  width:auto;
  height:33px;
  background:#FFF url(../images/package.png) no-repeat center left;
  padding:0 0 0 42px;
  color:#000;
  text-decoration:none;
  text-transform:uppercase;
  float:left;
  position:relative;
}
.package span {
  width:100%;
  margin-top:9px;
  float:left;
}

.resource-list {
  width:380px;
  padding:0 0 1em;
  list-style:none;
  font-size:0.93em;
}
.resource-list a {
  color:#777;
  text-decoration:none;
}
.resource-list a:hover {text-decoration:underline;}
.resource-list li {
  padding:3px 4px 3px 24px;
  position:relative;
}
.resource-list li .download {
  width:62px;
  height:15px;
  background:transparent url(../images/download.png) no-repeat top left;
  text-indent:-9999em;
  position:absolute;
  right:4px;
  float:left;
  overflow:hidden;
}
.resource-list li.psd {background:transparent url(../images/psd.png) no-repeat bottom left;}
.resource-list li.pdf {background:transparent url(../images/pdf.png) no-repeat bottom left;}
.resource-list li.mov {background:transparent url(../images/mov.png) no-repeat bottom left;}
.resource-list li.jpg {background:transparent url(../images/jpg.png) no-repeat bottom left;}
.resource-list li.ai {background:transparent url(../images/ai.png) no-repeat bottom left;}

.resource-list li.even {background-color:#FFF;}
.resource-list li.odd {background-color:#F4F4F4;}

#feedback-list {
  padding:0;
  list-style:none;
  font-size:0.93em;
}
#feedback-list li {
  padding:8px;
  border-bottom:solid 1px #EEE;
}
#feedback-list li p {
  padding:0;
}

#feedback-list li.odd {
  background:#FAFAFA;
}

textarea {
  height:6em;
  margin:0 0 0.5em;
}

.interior-nav {
  padding:0 0 2em;
  margin:-0.5em 0 0 0;
  list-style:none;
  text-transform:uppercase;
}
.interior-nav li {
  padding:0 0.5em 0 0;
  margin:0 0.35em 0 0;
  border-right:solid 1px #000;
  display:inline;
}
.interior-nav li.omega {border-right:0;}
.interior-nav li a {
  text-decoration:none;
  color:#000;
}
.interior-nav li a:hover {color:#A8902D;}
.interior-nav li.selected a {color:#A8902D !important;}

.error,.required {
  color:#F00;
  font-weight:bold;
}