﻿@charset "UTF-8";
/* CSS Document */

HTML, BODY{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  font-family: Helvetica, Arial;
}

/*The h1 tag*/
h1{
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-align:center;
}

/*The h1 tag*/
h2{
  margin: 0;
  padding: 0;
  color: #ef4436;
  font-size: 16px;
  font-weight: bold;
}

a{
  color: #ef4436;
}

/*Here we have the document wrap, contains everything*/

#wrap{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* All of the header ID's and Classes */
#header{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 112px;
  background: url(images/top.jpg) repeat-x center;
}

/*wraps the header in a 900px wide container*/
#hcontain{
  margin: 0;
  padding: 0;
  width: 900px;
  height: 112px;
  position: relative;
}

/*Logo for the top of the page */
#toplogo{
  margin:0;
  padding:0;
  width: 177px;
  height: 77px;
  background: url(images/toplogo.png) no-repeat;
  position: absolute;
  top: 20px;
  left: 18px;
}

/*This is the buttons to twitter, facebook, and rss feed */
#buttons{
  margin: 0;
  padding: 0;
  width: 130px;
  height: 32px;
  position: absolute;
  bottom: 33px;
  right: 18px;
}

#buttons div{
  margin: 0 10px 0 0;
  padding: 0;
  width: 32px;
  height: 30px;
  float: left;
  cursor: pointer;
}

#twitter{
  background: url(images/twitter.png) no-repeat;
}

#facebook{
  background: url(images/facebook.png) no-repeat;
}

#rss{
  background: url(images/rss.png) no-repeat;
}
/*End buttons*/

/*These are the styles for the search bar*/

/*This is the div that surrounds the searchbar*/
#searchDiv{
  margin: 0;
  padding: 0;
  width: 126px;
  height: 22px;
  background: url(images/searchBar.png) no-repeat;
  position: absolute;
  bottom: 7px;
  right: 27px;
}

#searchBar{
  margin: 0;
  padding: 0;
  width: 116px;
  height: 12px;
  outline: none;
  background: none;
  border: none;
  text-align: right;
  font-size: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
}

/*End the styles for the search bar*/

/*End header*/

/*The main content*/

#center{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 523px;
  background: #FFFFFF;
  position: relative;
}

/*Here we define the pages*/

#pages{
  margin: 0;
  padding: 0;
  width: 900px;
  height: 523px;
  position: relative;
  z-index: 2;
  clear: left;
  overflow: hidden;
}

.pages{
  margin: 0;
  padding: 0;
  width: 900px;
  height: 523px;
  position: relative;
  z-index: 2;
  clear: left;
  overflow: hidden;
}

#pages div{
  margin: 0;
  padding: 10px 0 0 0;
  text-align: left;
}

#pages ul{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

#pages li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  position: absolute;
}

#pages .pageDivWrap{
  margin: 0;
  padding: 0;
  width: 870px;
  height: 505px;
  overflow: hidden;
}

#pages img{
  margin: 10px 0 0 0;
  padding: 0;
}

/*Previous and Next page and page scrollers*/
#prevPage{
  margin: 0;
  padding: 0;
  width: 30px;
  height: 43px;
  background: url(images/prev.jpg) no-repeat -30px 0;
  position: absolute;
  top: 40%;
  left: 25px;
  z-index: 3;
  cursor: pointer;
}

#nextPage{
  margin: 0;
  padding: 0;
  width: 30px;
  height: 42px;
  background: url(images/next.jpg) no-repeat -30px 0;
  position: absolute;
  top: 40%;
  right: 25px;
  z-index: 3;
  cursor: pointer;
}

#scrollUp{
  margin: 0;
  padding: 0;
  width: 64px;
  height: 31px;
  background: url(images/scrollup.jpg) no-repeat 0 0;
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 4;
  cursor: pointer;
}

#scrollDown{
  margin: 0;
  padding: 0;
  width: 64px;
  height: 31px;
  background: url(images/scrolldown.jpg) no-repeat 0 0;
  position: absolute;
  bottom: 40px;
  right: 50px;
  z-index: 4;
  cursor: pointer;
}

/*End pages*/

#topShadow{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 16px;
  background: url(images/topShadow.jpg) repeat-x;
  position: absolute;
  top: 0;
}

#bottomShadow{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 16px;
  background: url(images/bottomShadow.jpg) repeat-x;
  position: absolute;
  bottom: -1px;
}

/*Here we have the sermon content styles */


.sermon{
	margin: 10px;
	padding: 10px;
	height: 200px;
	position: relative;
	text-align: left;
}

.sermon img{
	border: 1px solid #AAAAAA;
	position: absolute;
	top: 20px;
	left: 120px;
}

.sermon object{
	position: absolute;
	top: 70px;
	left: 450px;
}

.sermonInfo{
	position: absolute;
	top: 20px;
	left: 260px;	
}

/*End sermon content */

/*End main content*/

/*This starts the navigation styles*/
#navbar{
  margin: 0;
  padding: 10px 0 0 0;
  width: 100%;
  height: 164px;
  background: url(images/bottom.jpg) repeat-x center;
}

#nwrap{
  margin: 0;
  padding: 0 0 0 90px;
  width: 810px;
}

#nwrap div{
  margin: 0 0 0 10px;
  padding: 0;
  width: 100px;
  list-style: none;
  color: #FFFFFF;
  float: left;
}

.link{
  margin: 0;
  padding: 0;
  font-size: 12px;
  cursor: pointer;
}

.link:hover{
  color: #ef4436;
}

/*Here we have the search styles*/

#searchTab{
  margin: 0;
  padding: 4px 6px 0 6px;
  height: 20px;
  color: #999999;
  font-size: 12px;
  text-align: left;
  background: #000000; 
  border: 1px solid #111111;
  border-top: 0;
  position: absolute;
  top: 0;
  right: 30px;
  cursor: pointer;
}

/*End search styles*/

/*End navigation styles*/

#footer{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 176px;
  background: url(images/pageBottom.jpg) repeat-x center;
  position: absolute;
  bottom: 0;
  z-index: 0;
}