/* Created on September 13, 2009 by Allen Moore
copyright 2009, freechapelchurch.com
Last modified on September 13, 2009*/

/* Import Additional Styles
------------------------------- */
@import url("media.css");
@import url("video.css");

/* HTML Rules
------------------------------- */
html
{
	text-align: center;
	
}
body
{
	margin: 0 auto;
	text-align: center;
	font-family: sans-serif;
	font-size: 13px;
	background: url(../images/footerbg.png) repeat;
	height: 100%;
}
fieldset, img
{
	border: 0;
}
/* Form Rules
------------------------------- */
input
{
	color: #928167;
	background: #2D2621;
	border: 1px solid #928167;
}
/* Font Rules
------------------------------- */
@font-face
{
	font-family: "Vera";
	src: url(http://www.bethelchurch.info/fonts/Vera.eot);
	src: local("Vera"), url(http://www.bethelchurch.info/fonts/Vera.ttf) format("truetype"); /* non-IE */  
}
/* Body Rules
------------------------------- */
#container_wrapper
{
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
/* Header Rules
------------------------------- */
#header_wrapper
{
	width: 100%;
	height: 129px;
	background: url(../images/header.png) #261a0d repeat-x top center;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#header
{
	width: 900px;
	height: 112px;
	padding-bottom: 17px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#logo_left
{
	width: 280px;
	height: 112px;
	float: left;
	text-align: left;
}
#header_right
{
	width: 610px;
	height: 71px;
	padding-top: 41px;
	float: right;
	text-align: right;
}
/* Countdown Rules
------------------------------- */
#countdown_wrapper
{
	width: 600px;
	height: 30px;
	margin: 0 auto;
	position: relative;
	text-align: right;
}
#countdown
{
    padding: 4px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
    font-style: italic;
}
#countdown a
{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
    font-style: italic;
	text-decoration: none;
}
#countdown a:hover
{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #9ac2ff;
    font-style: italic;
	text-decoration: none;
}
/* Navigation Rules
------------------------------- */
#nav_wrapper
{
	width: 100%;
	height: 49px;
	background: url(../images/navbg.png) #d1d0c4 repeat-x top center;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#nav
{
	width: 900px;
	height: 33px;
	padding-top: 16px;
	font-family: sans-serif;
	font-weight: bold;
	color: #251a0c;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
.clear {
  clear: both;
  height: 0;
}
/* Content Rules
------------------------------- */
#content_wrapper
{
	width: 100%;
	overflow: auto;
	padding-top: 20px;
	background: #dbdad4 repeat top center;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#content
{
	width: 900px;
	overflow: auto;
	text-align: left;
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#express_wrapper
{
	width: 900px;
	height: 375px;
	padding-bottom: 20px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#image_fade
{
	width: 600px;
	height: 375px;
	background: url(../images/image_fade/if_bg.jpg) no-repeat top center;
	margin: 0 auto;
	position: relative;
	text-align: center;
	float: left;
}
#welcome
{
	width: 295px;
	height: 375px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	float: right;
	font-family: sans-serif;
	font-size: 14px;
	color: #7f7e77;
	line-height: 25px;
}
/* Main Topics Rules
------------------------------- */
#main_topics
{
	width: auto;
	display: block;
	padding: 10px 0;
	font-family: sans-serif;
	font-size: 12px;
	color: #251a0c;
	text-align: left;
}
#column_left
{
	width: 280px;
	height: 450px;
	margin-right: 30px;
	float:left;
}
#column_left h1
{
	font-family: sans-serif;
	font-size: 20px;
	color: #251a0c;
	padding: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
}
#column_left h2
{
	font-family: sans-serif;
	font-size: 12px;
	color: #251a0c;
	padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.news a
{
	font-family: sans-serif;
	color: #990000;
	text-decoration: underline;
}
.news a:hover
{
	font-family: sans-serif;
	color: #251a0c;
	text-decoration: underline;
}
.newsdate
{
	font-family: sans-serif;
	font-size: 10px;
	color: #7f7e77;
	font-style: italic;
}
#column_middle
{
	width: 269px;
	height: 450px;
	margin-right: 30px;
	float: left;
	padding-left: 10px;
	border-left: #b3b2ad 1px solid;
}
#column_middle h1
{
	font-family: sans-serif;
	font-size: 20px;
	color: #251a0c;
	padding: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.music
{
	font-family: sans-serif;
	font-size: 12px;
	color: #251a0c;
}
.music h2
{
	font-family: sans-serif;
	font-size: 14px;
	color: #990000;
	margin-bottom: 0px;
    margin-top: 0px;
}
.music a
{
	font-family: sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}
.music a:hover
{
	font-family: sans-serif;
	font-size: 14px;
	color: #251a0c;
}
.eventmain
{
	font-family: sans-serif;
	font-size: 12px;
	color: #251a0c;
	padding-left: 10px;
}
.eventmain h2
{
	font-family: sans-serif;
	font-size: 14px;
	color: #990000;
	margin-bottom: 0px;
    margin-top: 0px;
}
.eventmain a
{
	font-family: sans-serif;
	color: #990000;
	text-decoration: none;
}
.eventmain a:hover
{
	font-family: sans-serif;
	color: #251a0c;
	text-decoration: none;
}
.eventdate
{
	font-family: sans-serif;
	font-size: 12px;
	color: #251a0c;
}
#column_right
{
	width: 269px;
	height: 450px;
	float: left;
	padding-left: 10px;
	border-left: #b3b2ad 1px solid;
}
#column_right h1
{
	font-family: sans-serif;
	font-size: 20px;
	color: #251a0c;
	padding: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.podcast
{
	font-family: sans-serif;
	font-size: 12px;
	color: #251a0c;
	padding-left: 10px;
}
.podcast h2
{
	font-family: sans-serif;
	font-size: 14px;
	color: #990000;
	margin-bottom: 0px;
    margin-top: 0px;
}
.podcast a
{
	font-family: sans-serif;
	color: #990000;
	text-decoration: underline;
}
.podcast a:hover
{
	font-family: sans-serif;
	color: #251a0c;
	text-decoration: underline;
}
.podcastdate
{
	font-family: sans-serif;
	font-size: 10px;
	color: #7f7e77;
	font-style: italic;
}
div.spacer
{
	clear: both;
	height: 10px;
	display:block;
}
/* Recent Podcast Rules
------------------------------- */
.pcastrightsubcolumn
{
	float: right;
	width: 149px;
}
.pcastleftsubcolumn
{
	float: left;
	width: 115px;
}

.pcast_img
{
	width: 115px;
	height: 115px;
	border: 1px solid #b3b2ad;
}
.pcast_img img
{
	width:105px;
	height: 105px;
	margin: 5px 0px 0px 5px;
}
.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}
.clear span
{
	visibility: hidden;
	font-size: 1px;
}
.pcast
{
	margin-top: 5px;
	width: 269px;
	color:#808284;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}
.pcast a
{
	color:#808284;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.pcast a:hover
{
	color:#000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.pcast emp
{
	color:#251a0c;
	font-size: 12px;
}

.pcast_h3
{
	color:#808284;
	font-size: 13px;
}
.pcast_h4
{
	height: 18px;
	color:#9D9FA1;
	font-size: 11px;
	margin-top: 7px;
}
.pcastcontent
{
	font-size: 11px;
	line-height: 16px;
	padding-right: 10px;
}
.pcastcontent p
{
	margin-top: 7px;
}
.pcastcontent a
{
	font-weight: normal;
}
.pcastcontent a:hover
{
	text-decoration: underline;
	color: #000000;
}
.pcastcontent ul
{
	margin: 7px 0px 0px 15px;
}
.pcastcontent ol
{
	margin: 7px 0px 0px 22px;
}

/* Footer Rules
------------------------------- */
#footer_wrapper
{
	width: 100%;
	background: url(../images/footerbg.png) repeat top center;
	padding-top: 25px;
	position: relative;
	text-align: center;
}

#footer
{
	width: 900px;
	height: 155px;
	font-family: sans-serif;
	font-size: 12px;
	color: #928167;
	text-align: left;
	line-height: 14px;
	padding-bottom: 30px;
	padding-top: 15px;
	margin: 0 auto;
	position: relative;
}
#footer_column
{
	width: 800px;
	height: 125px;
}
#footer_c1
{
	width: 200px;
	float: left;
}
#footer_c1 h4
{
	font-family: sans-serif;
	font-size: 14px;
	color: #928167;
	margin-bottom: 10px;
	margin-top: 0px;
}
#footer_c2
{
	width: 580px;
	float: right;
	padding-left: 10px;
	border-left: #928167 1px solid;
}
#footer_c2 h4
{
	font-family: sans-serif;
	font-size: 14px;
	color: #928167;
	margin-bottom: 10px;
	margin-top: 0px;
}
#footer a
{
	font-family: sans-serif;
	font-size: 10px;
	color: #928167;
	text-decoration: underline;
}
#footer a:hover
{
	font-family: sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

#footer .emp
{
	font-family: sans-serif;
	font-size: 12px;
	color: #ffffff;
}
/* Search Box Rules
------------------------------- */
.searchBox{
  background-image: url(../images/submitebtn.png);
  background-repeat:no-repeat;
  background-position: center right;
  width: 180px;
  height: 20px;
  padding-right: 20px;
} 

#search_box
{
	width: 216px;
	height: 19px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background: url(../search_box_new_bg_ie.png) no-repeat top center;
	text-align: center;
}
#applesearch .sbox_l
{
	/*default styling*/
}
#applesearch .sbox_r
{
	/*default styling*/
}
#applesearch .sbox input
{
	/*default styling*/
	width: 173px;
	float:left;
}