/*
Company:	WHME
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/*
Use this to fix problem with SWFObject 2.1 and Firefox 3
*/

object { outline:none; }



/* @group HTML, Body */
html, body {
	font-family: Helvetica, Arial, sans-serif;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 1006px;
	margin-left: auto;
	margin-right: auto;
	background: url(/templates/images/hd-bkg.png) no-repeat 0 0;
	height: 131px;
}

/* Body */
div#bd {
	width: 985px;
	padding: 0 11px 0 10px;
	margin-left: auto;
	margin-right: auto;
	background: url(/templates/images/bd-bkg.png) repeat-y 0 0;
	overflow: hidden;
	clear: both;
}

/* Footer */
div#ft {
	width: 1006px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 20px 0 0 0;
	text-align: center;
	margin-bottom: 20px;
	background: url(/templates/images/ft-bkg.png) no-repeat 0 0;
}
div#ft p {
	font-size: 100%;
	color: #159cd9;
}
div#ft a {
	padding: 0 7px;
}
div#ft a:link, div#ft a:visited {
	color: #f3f2f3;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 256px;
	height: 102px;
	margin: 0 0 0 10px;
	float: left;
	display: inline;
}

/* Head Banner */
div#hd div.banner {
	width: 728px;
	height: 90px;
	margin: 0 11px 0 0;
	float: right;
	display: inline;
}

/* Tag Line */
div.tagLine {
	display: inline;
	float: left;
	/* margin-left: 25px; */
	margin-left: 55px;
	margin-top: 6px;
	font-weight: bold;
}

div.tagLine a:link, div.tagLine a:visited {
	color: #159cd9;
}

divtagLine a:hover {
	text-decoration: underline;
}

/* Title Box */
div.title-box div.title-left {
	float: left;
	display: inline;
}
div.title-box div.title-right {
	width: 300px;
	margin: 0 10px 0 0;
	padding: 10px 0 0 0;
	float: right;
	display: inline;
}
div.title-box div.title-right label {
	color: #d7d7d7;
	display: block;
	font-size: 93%;
	padding: 0 0 1px 0;
	text-transform: uppercase;
}
div.title-box div.title-right input.txt {
	width: 260px;
	vertical-align: middle;
}
div.title-box div.title-right input.btn {
	vertical-align: middle;
}

div.home div.title-box div.title-left {
	width: 656px;
	margin: 0 0 0 10px;
}
div.inside div.title-box {
	padding-bottom: 25px;
}
div.inside div.title-box div.title-left {
	padding: 30px 0 0 0;
	margin: 0 0 0 36px;
	width: 620px;
}
div.inside div.title-box div.title-left h1 {
	font-size: 207%;
	color: #8dce00;
}
div.inside div.title-box div.title-left h1 a:link, div.inside div.title-box div.title-left h1 a:visited {
	color: #4e8cd3;
	text-decoration: none;
}
div.inside div.title-box div.title-left h1 span.current {
	color: #fff;
}

/* 3 Columns */
div.cols-3 div.sidebar {
	margin: 0 0 0 36px;
	width: 160px;
	float: left;
	display: inline;
}
div.cols-3 div.main {
	width: 580px;
	margin: 0 0 0 22px;
	float: left;
	display: inline;
}
div.cols-3 div.sub {
	width: 160px;
	margin: 0 10px 0 0;
	float: right;
	display: inline;
}
div.cols-3 div.main div.main-col-left {
	width: 280px;
	float: left;
	display: inline;
}
div.cols-3 div.main div.main-col-right {
	width: 280px;
	float: right;
	display: inline;
}

/* 2 Columns */
div.cols-2 div.sidebar {
	/*margin: 0 0 0 36px;
	width: 160px;
	float: left;
	display: inline;*/
	display: none;
}
div.cols-2 div.main {
	width: 720px;
	margin: 0 0 0 36px;
	float: left;
	display: inline;
}
div.cols-2 div.sub {
	width: 210px;
	margin: 0 10px 0 0;
	float: right;
	display: inline;
}

/* Document Library */
div.doc-lib div.main {
	padding: 10px 15px;
	width: 690px;
	background: url(/templates/images/doclib-bkg.gif) repeat-x 0 0;
}
div.doc-lib div.sub {
	padding-top: 39px;
}
table.doclib-table {
	border: 1px solid #7d7d7d;
	width: 100%;
}
table.doclib-table th, table.doclib-table td {
	border-right: 1px solid #7d7d7d;
	padding: 5px 10px;
}
table.doclib-table th {
	width: 150px;
}
table.doclib-table td {
	vertical-align: top;
}
table.doclib-table h5 {
	background: url(/templates/images/doclib-hd-bkg.gif) repeat-x 0 0 #e4e4e4;
	padding: 3px 10px;
	font-size: 116%;
	font-weight: bold;
	color: #000;
	margin: 0 0 5px 0;
}
table.doclib-table p {
	font-size: 85%;
	padding-left: 10px;
	color: #84C100;
}
table.doclib-table p span {
	color: #fff;
	text-decoration: none!important;
}
table.doclib-table p a:hover {
	color: #fff;
}

table.doclib-table img.docImage {
	margin-right: 10px;
}

/* Sidebox */
div.sidebox, div.sidebox_searchresults {
	background-color: #e2e2e2;
	margin: 0 0 15px 0;
}
div.sidebox h5, div.sidebox h4, div.sidebox_searchresults h5, div.sidebox_searchresults h4{
	background: #5c5c5c;
	padding: 3px 20px;
	color: #fff;
	font-weight: bold;
}
div.sidebox h5, div.sidebox_searchresults h5{
	background: url(/templates/images/doc-sidehd-bkg.gif) repeat-x 0 0 #5c5c5c;
}
div.sidebox p {
	padding: 10px 20px;
	color: #696969;
	line-height: 150%;
	font-size: 93%;
}
div.sidebox_searchresults p {
	padding: 4px 10px 3px 10px;
	color: #696969;
	line-height: 150%;
	font-size: 93%;
	margin: 0px;
}
div.sidebox a:link, div.sidebox a:visited, div.sidebox_searchresults a:link, div.sidebox_searchresults a:visited{
	color: #1e66ab;
	text-decoration: none;
}
div.sidebox a:hover, div.sidebox_searchresults a:hover{
	text-decoration: underline;
}

/* Rectangle Ad */
div.rectangle-ad {
	padding-top: 14px;
}

/* Search Form */
#searchform {
padding-bottom: 10px;
}

/* Home */

/* Home Sub */
div.home div.sub {
	width: 160px;
	margin: 10px 10px 0 0;
	float: right;
	display: inline;
}

/* Home Main */
div.home div.main {
	width: 797px;
	margin-left: 10px;
	margin-top: 10px;
	background: url(/templates/images/content-box-top.gif) repeat-x 0 0;
	float: left;
	display: inline;
}
div.home div.main h2 {
	color: #fff;
	font-weight: bold;
	font-size: 138.5%;
	padding: 5px 5px 10px 20px;
	text-align: left;
}
div.home div.sidebar {
	display: none;
}
div.home-news {
	text-align: center;
	margin-bottom: 15px;
}
div.weather {
	margin: 0 0 20px 0;
}

div.home div.main-left {
	width: 392px;
	background: url(/templates/images/content-box-top.gif) repeat-x 0 0;
	text-align: center;
	float: left;
	display: inline;
}
div.home div.main-right {
	width: 392px;
	background: url(/templates/images/content-box-top.gif) repeat-x 0 0;
	float: right;
	display: inline;
}

div.home div.main-left, div.inside div.main-left {
	width: 392px;
	background: url(/templates/images/content-box-top.gif) repeat-x 0 0;
	text-align: center;
	float: left;
	display: inline;
}
div.home div.main-right, div.inside div.main-right {
	width: 392px;
	background: url(/templates/images/content-box-top.gif) repeat-x 0 0;
	float: right;
	display: inline;
}

/* Media */
div.media-box-single {
	width: 320px;
	padding: 3px;
	text-align: left;
}

/* Footer Ads */
div.ft-ads {
	background: url(/templates/images/ft-ads-top.gif) repeat-x 0 0;
	padding: 30px 0 0 0;
	margin: 0 9px;
	clear: both;
	width: 965px;
}
div.ft-ads div.ad {
	width: 183px;
	margin: 0 5px;
	padding: 0 0 60px 0;
	background: url(/templates/images/ad-reflect.gif) no-repeat 50% 152px;
	float: left;
	display: inline;
}

/* What's Happening */
div.whats-happening {

}
div.whats-happening ul {
	margin: 0;
	padding: 5px 10px;
}
div.whats-happening ul li {
	padding: 6px 0 6px 13px;
	border-bottom: 1px solid #e9eaeb;
	background: url(/templates/images/list-arrow.gif) no-repeat 0 12px;
}
div.whats-happening ul li.last {
	border-bottom: none;
}
div.main div.whats-happening h3 {
	margin: 0 0 5px 0;
	font-size: 93%;
	text-transform: uppercase;
}
div.whats-happening h3 a {
	padding-left: 5px;
	text-transform: none;
}
div.whats-happening h3 a:link, div.whats-happening h3 a:visited {
	color: #55cb02;
}
div.whats-happening p {
	font-size: 85%;
	margin: 5px 0;
	font-weight: bold;
}
div.whats-happening p a:link, div.whats-happening p a:visited {
	color: #4e8cd3
}
div.whats-happening a.watch-now-btn {
	display: block;
	background: url(/templates/images/watch-now.gif) no-repeat 0 0;
	width: 79px;
	height: 29px;
	text-indent: -9000px;
	float: right;
	display: inline;
}

/* Main Pic */
img.main-pic {
	margin-bottom: 10px;
}

/* Content Box */
div.content-box {
	background: url(/templates/images/content-box-top.gif) repeat-x 0 0;
	padding: 10px 20px;
	margin: 0 0 20px 0;
}
div.content-box h2 {
	color: #fff;
	font-weight: bold;
	font-size: 138.5%;
	padding: 0 0 10px 0;
	text-indent: -5px;
}

div.content-box-nohdr {
	padding: 5px 20px;
	margin: 0 0 20px 0;
}

/* Church List Table */
table.church-list {
	width: 100%;
}
table.church-list th {
	background: url(/templates/images/table-div-short.gif) no-repeat 0 50% #196bb5;
	padding: 3px 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 85%;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
table.church-list th.first {
	border-left: 1px solid #fff;
}
table.church-list th.last {
	border-right: 1px solid #fff;
}
table.church-list th:first-child {
	background-image: none;
}
table.church-list td {
	background: url(/templates/images/table-div.gif) no-repeat 0 50%;
	padding: 5px 10px;
	color: #fff;
	vertical-align: top;
}
table.church-list td:first-child {
	background-image: none;
}
table.church-list tr {
	background: url(/templates/images/table-row-bkg.gif) repeat-x 0 0 #272727;
}
table.church-list a:link, table.church-list a:visited {
	color: #fff;
	text-decoration: none;
}
table.church-list a:link:hover {
	text-decoration: underline;
}

/* Show Box */
div.show-right p {
	font-size: 93%;
	color: #6f6f6f;
}
div.show-left {
	padding: 10px 0 0 10px;;
	width: 200px;
	float: left;
	display: inline;
}
div.show-right {
	width: 300px;
	padding: 10px 0 0 0;
	float: right;
	display: inline;
}
/* @end */

/* @group Nav */
/* Main Nav */
div#nav {
	clear: both;
}
div#nav ul {
	margin: 0;
	padding: 0 15px 0 0;
	float: right;
	display: inline;
}
div#nav ul li {
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	font-size: 123.1%;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	background: url(/templates/images/nav-div.gif) no-repeat 0 35%;
	padding: 0 10px 9px 10px;
}
div#nav ul li:first-child a {
	background-image: none;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #000;
	text-decoration: none;
}
div#nav ul li:hover a:link, div#nav ul li:hover a:visited, div#nav ul li.sfhover a:link, div#nav ul li.sfhover a:visited {
	color: #185a9f;
}
div#nav ul li:hover ul li a:link, div#nav ul li:hover ul li a:visited, div#nav ul li.sfhover ul li a:link, div#nav ul li.sfhover ul li a:visited {
	color: #fff;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: url(/templates/images/nav-drop-bkg.png) repeat 0 0;
	width: 150px;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
div#nav ul li ul li {
	background-image: none;
	height: 26px;
	text-align: center;
	float: none;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 26px;
	padding: 0 20px;
	margin: 0;
	font-size: 93%;
	display: block;
	font-weight: normal;
	white-space: nowrap;
	background: url(/templates/images/nav-drop-div.gif) no-repeat 50% 0;
	width: 110px;
}
div#nav ul li ul li:first-child a {
	background-image: none;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul li a:link, div#nav ul li ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li ul li a:hover {
	background-color: #adda01;
	background-image: none;
	color: #000!important;
}


/* emaillist */
div.emaillist p {
	margin: -5px 0 15px 30px;
}
	
div.emaillist h2 {
	margin: 0 0 0 20px;
}

/* Sidenav */
ul.sidenav li a, ul.sidenav li  {
	display: block;
	width: 90%;
	padding: 0 5%;
	background: url(/templates/images/sidenav-bkg.gif) repeat-x 0 0;
	line-height: 28px;
	font-weight: bold;
}
ul.sidenav li.more {
	background: url(/templates/images/sidenav-title.gif) repeat-x 0 0;
	line-height: 26px;
	text-transform: uppercase;
	color: #000;
	width: 90%;
	padding: 0 5%;
	font-weight: bold;
}
ul.sidenav li a:link, ul.sidenav li a:visited, ul.sidenav li {
	color: #fff;
	text-decoration: none;
}
ul.sidenav li a:hover {
	color: #4e8cd3;
}

/* @end */

/* @group Default Headings */
div.main h3 {
	font-size: 153.9%;
	color: #fff;
	margin: 0 0 10px 0;
	font-weight: bold;
}
div.main h4 {
	font-size: 116%;
	color: #4e8cd3;
	margin: 0 0 10px 0;
	font-weight: bold;
}
/* @end */

/* @group Common Text Styles */
p {
	margin: 0 0 10px 0;
}
div.main {
	color: #4e8cd3;
	line-height: 150%;
}

strong, em {
	font-weight: bold;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
/* Find church form */
form.find-church {
	padding: 20px 0 0 0;
}

div.row {
	clear: left;
	padding: 0 0 10px 0;
}
div.row-210 {
	width: 210px;
	clear: none;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
}
div.row-128 {
	width: 128px;
	clear: none;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
}
div.row-95 {
	width: 95px;
	clear: none;
	margin: 0 20px 0 0;
	float: left;
	display: inline;
}
div.row label {
	display: block;
	color: #fff;
	text-transform: uppercase;
}
div.row span input.txt, div.row span select.txt {
	width: 250px;
	border: 1px solid #7e7e7e;
	padding: 2px;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
}
div.row textarea {
	width: 250px;
	border: 1px solid #7e7e7e;
	padding: 2px;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
}
div.row-128 input.txt {
	width: 118px;
}
div.row-210 input.txt {
	width: 200px;
}
div.row-95 input.txt {
	width: 85px;
}

div.submit-row {
	clear: both;
	width: 356px;
	padding: 20px 0 30px 0;
}
div.submit-row input.btn {
	float: right;
	display: inline;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #84c100;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
