/* CSS Document */
/* For FBCS Main */

/* Initialisation */
*
{ 	margin:0; 
	padding:0; 
}

body {
	background: #5d044b url(../img/bg_new.jpg);
	font-family: verdana, arial, san-serif;
}

img {
	border: none;
	outline: none;
}

a {
	text-decoration: none;
	outline: none;
}

/* Sticky footer code */
html, body, #main-page-wrap {
	height: 100%;
}

body > #main-page-wrap {
	height: auto;
	min-height: 100%;
}

#main-content {
	overflow: auto;
	padding-bottom: 307px; /* must be same height as the footer */
}  

#footer {
	position: relative;
	margin-top: -307px; /* negative value of footer height */
	height: 307px;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* Utility classes */
.clear 
{ 
	clear:both;
}

.left 
{
	float:left;
}

.right {
	float:right;
}

.font-10pt {
	font-size: 10pt;
}

.underline {
	text-decoration: underline;
}

.right-align {
	text-align: right;
}

.center-align {
	text-align: center;
}

.padding-10 {
	padding: 10px;
}

.message-info {
	padding-left: 10px;

}

.message-info span {
	padding: 2px;
	font-size: 1em;
	display: block;
	font-weight: normal;
}

.message-author-image {
	border: 5px solid #000;
	margin: 5px;
}

/* Major Divs */
#main-page-wrap
{
	width:986px; 
	margin:0 auto;
}

#header
{
    width:986px;
    background: #370434 url(../img/top_bg_narrow.jpg) center;
    height: 80px;
	position: relative;
	//text-align:right;
	//padding-bottom: 15px;
	
}	

#header a 
{
	font: 11px verdana;
    font-weight: bold;
	color: white;
    text-align: right;
	padding-left:5px;
	padding-right:5px;
}

#header a:hover 
{
	color: #93338a;
}

#navbar 
{
	text-align: right;
	//margin-top:102px;
	//vertical-align: bottom;
	//float:right;
	position: absolute;
	bottom: 30px;
	right: 0;
}

#navbar ul {
	list-style-type: none;
}

#navbar  ul li{
	//width: 80px;
	float: left;
	margin: 0 0 0 10px;
	}
	
#navbar #sub-nav {
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	background: url(../img/sub-nav-bg.png) no-repeat;
	width: 580px;
	height: 100px;
	z-index: 100;
	padding:0 2px;
}

#sub-nav ul {
	position: relative;
	margin: 0 10px;
	//background-color: white;
}

#sub-nav li {
	width: 81px;
	height: 81px;
}

#sub-nav li a{
	padding:0;
	margin:0;
	display: block;
	width:81px;
	height:81px;
	text-align:left;
	text-indent: -9999px;
}

#sub-nav-pastoral {
	background: url(../img/sub-nav.png) 0 0;
}

#sub-nav-prayer {
	background: url(../img/sub-nav.png) -81px 0;
}

#sub-nav-worship {
	background: url(../img/sub-nav.png) -162px 0
}

#sub-nav-zenith {
	background: url(../img/sub-nav.png) -243px 0;
}

#sub-nav-children {
	background: url(../img/sub-nav.png) -324px 0;
}

#sub-nav-helps {
	background: url(../img/sub-nav.png) -405px 0;
}

.close-button {
	position:absolute;
	bottom: 10px;
	right: 10px;
	}

#main-content
{
	background: #f3d3f4 url(../img/gradient_shadow_top.png) repeat-x;
	font-size: 10.5pt;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	width: 960px;
	padding-top: 15px;
	padding-right: 13px;
	padding-left: 13px;
	line-height: 1.6;
}	

#info 
{
	width: 960px;
	//height: 350px;
	height: 530px;
	//background: #ae8fa8 url(../img/placeholder.png) repeat-x;
	//background: #d2c0f3;
	padding-bottom: 15px;
	//padding-right: 0px;
	text-align:left;
}

#anchor
{
	padding: 5px 0;
}

#anchor img 
{
	width: 156px;
}

#join-us
{
	//background: url(../img/slider_silk_bg.png) repeat;
	background: url(../img/column-shadow-324-wide.png) no-repeat 0 20px;
	width: 324px;
	margin:0 0 0 -8px;
	height: 400px;
}

#join-us h4 {
	width:324px;
	height:35px;
	text-indent: 30px;
	background: url(../img/h4-header.png) no-repeat;
	color:white;
	font-weight: bold;
	font-family: Arial;
	font-size: 14pt;
	line-height: 28pt;
}

#join-us div {
	//background-color: white;
	width:288px;
	margin: 0 auto;
	height: 300px;
	padding: 10px;
}

#testify
{
	background: url(../img/column-shadow-624-wide.png) no-repeat 0 20px;
	margin:0;
	width: 640px;
	height: 400px;
	margin-left: 322px;
	position: relative;
}

#testify h4 {
	width:632px;
	height:35px;
	text-indent: 30px;
	background: url(../img/h4-header-wide.png) no-repeat;
	color:white;
	font-weight: bold;
	font-family: Arial;
	font-size: 14pt;
	line-height: 28pt;
}

#testify div {
	//background-color: white;
	width:596px;
	margin: 0 auto;
	height: 300px;
	padding: 10px;
}

#testify div.entry {
	width: 560px;
}

#testify div.entry a.more-link {
	display: block;
	text-align: right;
}

#testify #en-button {
	position: absolute;
	top: 4px;
	right: 60px;
}

#testify #cn-button {
	position: absolute;
	top: 4px;
	right: 20px;
}

#en-marker {
	position: absolute;
	top: 35px;
	right: 45px;
}

#cn-marker {
	position: absolute;
	top: 35px;
	right: 5px;
}

#footer {
	background: #440744;
	border-top: 7px solid #f3d3f4;
	//background: #45043f url(../img/footer-repeat.png) repeat-x;
}
#footer-wrap {
	margin: 0 auto;
	width: 1005px;
	padding-left: -10px;
	padding-right: -10px;
	padding-top: 30px; /* how come cannot set below 28px?? */
	background: #440742 url(../img/footer-top-1.png) no-repeat;
}

#footer-nav ul, #footer-anchor ul {
	list-style-type: none;
}

#footer-nav {
	padding: 10px;
	width: 180px;
	text-align: right;
	//width: 220px;
}

#footer-nav a {
	color: white;
	font: bold 11px verdana;
	line-height: 18pt;
}
#footer-sub-text {
	color: white;
	font-size: small;
	text-align: right;
	padding-top: 8px;
	padding-right: 27px;
}

#footer-sub-text a {
	color: white;
}

#footer-nav a:hover, #footer-sub-text a:hover 
{
	color: #93338a;
}

#footer-anchor {
	padding-right: 27px;
	//margin-left: 240px;
}

#footer-anchor li {
	display: inline;
	height: 192px;
	width: 192px;
	float: left;
	background-color: black;
	//margin-left: 5px;
}

#footer-anchor li a{
	text-indent: -9999px;
	display: block;
	width: 192px;
	height: 192px;
	background-color: black;

}
#footer-salvation {
	background: url(../img/footer-sprite-2.jpg) no-repeat 0 0;
}

#footer-faith {
	background: url(../img/footer-sprite-2.jpg) no-repeat -192px 0;
}

#footer-prayer {

	background: url(../img/footer-sprite-2.jpg) no-repeat -384px 0;
}

#footer-healing {
	background: url(../img/footer-sprite-2.jpg) no-repeat -576px 0;
}

/* Images */
.logo {
	width: 240px;
	height: 160px;
	background: white;
}

.photo {
	padding: 7px;
}

#logo-text h1 {
	text-indent: -9999px;
	background: url(../img/FBC_logo_text.png);
	width: 162px;
	height: 60px;
}

/* announcement slides */
#outing {
	font-size: 1.1em;
	padding: 180px 20px 20px;
	background: white url(../img/faith-kidz-outing-26-9-2010.jpg) top left no-repeat;
	height: 320px;
	width: 600px;
	text-align: right;
	vertical-align: bottom;
}

#change-venue {
	font-size: 1.1em;
	padding: 20px;
	background: white url(../img/change-venue.jpg) top right no-repeat;
	height: 360px;
	width: 600px;
}

#prayer-focus-kidz {
	font-size: 1.1em;
	padding: 20px 260px 20px 20px;
	background: white url(../img/prayer-focus-kidz.jpg) top right no-repeat;
	height: 320px;
	width: 360px;
	text-align: right;
}

#prayer-focus-education {
	font-size: 1.1em;
	padding: 20px 320px 20px 20px;
	background: white url(../img/prayer-focus-education.gif) top right no-repeat;
	height: 320px;
	width: 300px;
	text-align: right;
}

#prayer-focus-corporate {
	font-size: 1.1em;
	padding: 20px 20px 20px 330px;
	background: white url(../img/prayer-focus-corporate.jpg) top left no-repeat;
	height: 320px;
	width: 300px;
	text-align: left;
}

#prayer-focus-business {
	font-size: 1.1em;
	padding: 20px 330px 20px 20px;
	background: white url(../img/prayer-focus-business.jpg) top right no-repeat;
	height: 320px;
	width: 300px;
	text-align: left;
}

#prayer-focus-evangelism {
	font-size: 1.1em;
	padding: 20px 330px 20px 20px;
	background: white url(../img/prayer-focus-evangelism.jpg) top right no-repeat;
	height: 320px;
	width: 300px;
	text-align: left;
}

#prayer-focus-family {
	font-size: 1.1em;
	padding: 20px 20px 20px 370px;
	background: white url(../img/prayer-focus-family.jpg) top left no-repeat;
	height: 320px;
	width: 300px;
	text-align: left;
}

#guest-speaker {
	font-size: 1.1em;
	padding: 20px 350px 20px 20px;
	background: black url(../img/guest-speaker-bg.jpg) top left no-repeat;
	height: 320px;
	width: 270px;
	text-align: left;
	color: white;
}

#guest-speaker h4 {
	text-align: right;
}

#guest-speaker p {
	text-align: right;

}
