@charset "utf-8";

/*
==========================================================================
	
	STYLE.CSS | CSS FRAMEWORK
	--------------------------
 	Main Project specific styles
	
	- PROJECT NAME HERE -
	
	author: FuelDesign Ltd www.fueldesign.co.nz

	Contents:
	--------------------------
	1 - Default Typography Sizing, Colours and Margins
	2 - Global Styles for types
	3 - Main Structural Divs
	4 - Header styles
	5 - Main body Styles
	6 - Footer Styles
	7 - Page Specific sty;es

==========================================================================
*/
	@import url("base.css");
	@import url("forms.css");

/*
==========================================================================
1 - Default Typography Sizing, Colours and Margins
==========================================================================
*/
body  {
	margin:0px; padding:0px;
	color:#00344d; text-align:center;
	background:#00344d url(../images/bg/bg.gif) repeat-x scroll left top;
	font-size:11px; line-height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal; font-weight:normal; font-variant:normal;
}

/*
==========================================================================
2 - Global Styles for types
==========================================================================
*/
/* links */
a:link, a:visited { border-bottom: none; color:#c00;/*color:#d9bb31;*/ }
a:hover, a:active, a:first-letter { border-bottom: 1px solid #d9bb31;color:#555; }
/* remove dotted outlines in FF */
a:hover, a:active, a:focus { outline-color:invert; outline-style:none; outline-width:medium; }

a:link.external, a:visited.external { background: transparent url(../images/bg/external.gif) top right no-repeat; padding-right: 12px; }

/* list types */
ul {  }
ul li { color:#000; font-size:11px; line-height:15px; list-style-image:url(../images/bg/bullet_16.gif); }

dl dt { font-weight: bold; }
dl dd {  }
dl dd img { display: inline; }
/* ol li { list-style-type: lower-alpha; list-style-position: inside; } */

/* blockquotes */
blockquote { background-color: #e2e9eb; border-left:8px solid #c0ced3; padding:5px 10px 5px 15px; margin:0px 50px 0px 25px; }
blockquote ul { margin:0px; padding: 0px; }
blockquote ul li { list-style:none; list-style-image:none; letter-spacing:-0.8px; }

blockquote:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html>body blockquote { display: block; width: 100%; }
* html blockquote {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}

/* strong */
strong.error { color: #F00; }

/* em */
em.required { color: #F00; font-weight: bold; font-style: normal; }

/* headers */
h1, h2, h3, h4 { color: #333; margin:0px; padding:15px 0px 5px; font-family:Georgia, "Times New Roman", Times, serif; }
h1 { font-size: 24px; line-height:24px; color:#00344d; font-weight: normal; }
h2 { font-size: 16px; line-height:16px; color:#000000; font-weight: normal; text-transform:uppercase; }

/* box model padding */
/*h1, h2, h3, h4, p, blockquote { padding: 0px 0px 15px; }*/

/*
==========================================================================
3 - Main Structural Divs
==========================================================================
*/
.thrColAbs #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 801px;
	background: #fff url(../images/bg/bg-container.gif) repeat-y scroll left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for absolutely positioned sidebars:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
*/
.thrColAbs #leftSideBar { position: absolute; top: 0; left: 0; width: 172px; }
.thrColAbs #rightSideBar {  }
.thrColAbs #mainContent { margin: 0px 0px 0px 172px; }
.thrColAbs #header { position:relative; width:100%; margin:0px auto; height:230px; text-align: left; }
.thrColAbs #footer { width: 801px; margin:0px auto; height:50px;line-height:50px; text-align: right; background: transparent url(../images/bg/bg-footer.png) no-repeat scroll 0 0; }
/*
==========================================================================
4 - Header styles
==========================================================================
*/
#headerContent { width:801px; height:230px; margin:0px auto; background: transparent url(../images/header/header-freedom-international.jpg) no-repeat scroll left top; }
/* override header image */
div.homepage  #headerContent { background: transparent url(../images/header/header-freedom-international.jpg) no-repeat scroll left top; }
div.company-of-overcomers #headerContent { background: transparent url(../images/header/header-company-of-overcomers.jpg) no-repeat scroll left top; }
div.the-gathering #headerContent { background: transparent url(../images/header/header-the-gathering.jpg) no-repeat scroll left top; }
div.supernatural-channel #headerContent { background: transparent url(../images/header/header-supernatural-channel.jpg) no-repeat scroll left top; }
div.healing-lifes-hurts #headerContent { background: transparent url(../images/header/header-healing-lifes-hurts.jpg) no-repeat scroll left top; }

#header #navBar { position:absolute;bottom:12px;left:0px; width:100%;height:23px;line-height:23px; background-color:#00344d; }
ul#navs { padding:0px;margin:0px auto; width:801px; }
ul#navs li { display:inline; color:#fff;list-style:none; border-left:1px solid white; padding:0px 0px 0px 3px; text-transform:uppercase; font:9px normal Verdana, Arial, Helvetica, sans-serif; }
ul#navs li.first { /*margin-left:185px;*/border-left:0px none; }
ul#navs li a { height:23px;line-height:23px;color:#fff; }
ul#navs li a:hover,ul#navs li a:active,ul#navs li a:focus,ul#navs li a.current { color: #d9bb31; border-bottom:0px none; }
/*
==========================================================================
5 - Main content styles
==========================================================================
*/

/* #leftSideBar styles */
.thrColAbs #leftSideBarPadding { padding: 0px; }
ul#menu { margin:0px;padding:0px; }
ul#menu li { list-style:none;list-style-image:none; }
ul#menu li a { text-indent:-500em; display:block;width:172px;height:92px; }
ul#menu li a:hover { border-bottom:none; }
ul#menu li#gathering a { background: #00344d url(../images/img/menu/the-gathering.jpg) no-repeat scroll 0 0; }
ul#menu li#overvomers a { background: #00344d url(../images/img/menu/company-of-overcomers.jpg) no-repeat scroll 0 0; }
ul#menu li#healing a { background: #00344d url(../images/img/menu/healing-lifes-hurts.jpg) no-repeat scroll 0 0; }
ul#menu li#supernatural a { background: #00344d url(../images/img/menu/supernatural-channel.jpg) no-repeat scroll 0 0; }
ul#menu li#revival a { background: #00344d url(../images/img/menu/revival-international.jpg) no-repeat scroll 0 0; }
ul#menu li#igospel a { background: #00344d url(../images/img/menu/igospel.jpg) no-repeat scroll 0 0; }

ul#menu li#gathering a:hover,ul#menu li#gathering a:active,ul#menu li#gathering a:focus,ul#menu li#gathering a.current,
ul#menu li#overvomers a:hover,ul#menu li#overvomers a:active,ul#menu li#overvomers a:focus,ul#menu li#overvomers a.current,
ul#menu li#healing a:hover,ul#menu li#healing a:active,ul#menu li#healing a:focus,ul#menu li#healing a.current,
ul#menu li#supernatural a:hover,ul#menu li#supernatural a:active,ul#menu li#supernatural a:focus,ul#menu li#supernatural a.current,
ul#menu li#revival a:hover,ul#menu li#revival a:active,ul#menu li#revival a:focus,ul#menu li#revival a.current,
ul#menu li#igospel a:hover,ul#menu li#igospel a:active,ul#menu li#igospel a:focus,ul#menu li#igospel a.current
{ background-color:#d9bb31; }

/* #rightSideBar styles */
.thrColAbs #rightSideBarPadding { }

/* #mainContent styles */
.thrColAbs #mainContentPadding { padding:0px 50px 0px 15px; }
.thrColAbs #mainContent { min-height:550px; }

/*
==========================================================================
6 - Footer styles
==========================================================================
*/
#footer ul { margin:0px; padding-right: 20px;}
#footer ul li { color: #999; list-style: none; display:inline; font-size: 12px; padding:0px 2px 0px 5px; margin-left: 0px; border-left:1px solid #999; }
#footer ul li.first { border-left:0px none; }
#footer ul li a { color: #999; }
#footer ul li a:hover, #footer ul li a:active, #footer ul li a:focus,#footer ul li a.current { color:#CC0000; border:0 none; }


/*
==========================================================================
7 - Page specific styles
==========================================================================
*/ 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* sitemap */
ul#sitemap, #sitemap ul { list-style: none; background: #FFF url(../images/bg/vline.png) repeat-y; margin: 0; padding: 0; }
#sitemap ul { margin-left: 40px; }
#sitemap li { list-style-image:none; list-style: none; margin:0px; padding:0 12px; line-height: 20px; background: #fff url(../images/bg/node.png) no-repeat top left; text-transform:uppercase; font-weight:bold; }
#sitemap li.noshow { background:none; font-size:0px; }
#sitemap li ul { margin:0px 0px 0px 28px; }
#sitemap li ul li { margin: 0; padding: 0 12px; line-height: 20px; background: #fff url(../images/bg/node.png) no-repeat top left; text-transform:none; font-weight:normal;} 
#sitemap li.last { background: #FFF url(../images/bg/lastnode.png) no-repeat; }
#sitemap a { border-bottom: none; color: #00344d; }
ul#sitemap a:hover {color: #d9bb31;}
