/*
Company:	SpringLife
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
*/

/* @group HTML, Body */
html, body {
	background-color: #f3f2ec;
}
body {
		font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd-wrap {
	background: url(../images/hd-bkg.jpg) repeat-x 0 0;
}
div#hd {
	width: 910px;
	height: 414px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/* Body */
div#bd {
	width: 904px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

/* Footer */
div#ft {
	width: 904px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}
div#ft p.everyname {
	font-size: 85%;
	line-height: 150%;
	font-weight: bold;
	margin-left: 30px;
}
div#ft p.everyname a:link, div#ft p.everyname a:visited {
	color: #c1c1b9;
	text-decoration: none;
}
div#ft p.everyname a:hover {
	text-decoration: underline;
}
div#ft div.ft1 {
	width: 270px;
	margin-left: 30px;
	float: left;
	display: inline;
}
div#ft div.ft1 p {
	color: #c1c1b9;
	font-size: 85%;
	line-height: 150%;
}
div#ft div.ft1 p.copyright {
	font-weight: bold;
	margin: 0;
}

div#ft ul.ft2 {
	width: 120px;
	float: left;
	display: inline;
}
div#ft ul.ft3 {
	width: 120px;
	float: left;
	display: inline;
}
div#ft ul {
	margin: 0;
	padding: 0;
}
div#ft ul li {
	font-size: 85%;
	list-style: none;
	line-height: 150%;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div#ft ul li a:link, div#ft ul li a:visited {
	color: #979792;
	text-decoration: none;
}
div#ft ul li a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 269px;
	height: 84px;
	background: url(../images/springlife-logo.jpg) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Feature */
div#feature {
	clear: both;
	margin-left: 5px;
}

/* Prayer Bar */
div#praying-bar {
	background: url(../images/prayer-bar-bkg.gif) repeat-x 0 0;
	height: 82px;
	overflow: hidden;
}
div#praying-bar div#praying-bar-inner {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}
div#praying-bar h1 {
	width: 500px;
	line-height: 82px;
	margin: 0;
	padding: 0 0 0 12px;
	font-size: 231%;
	font-weight: normal;
	color: #fffefe;
	float: left;
	display: inline;
}
div#praying-bar a#praying-btn {
	margin: 15px 2px 0 0;
	float: right;
	display: inline;
}

/* Content */
div#content-top {
	width: 904px;
	height: 16px;
	background: url(../images/content-hd.gif) no-repeat 0 0;
	overflow: hidden;
}
div#content-bd {
	width: 904px;
	background: url(../images/content-bd.gif) repeat-y 0 0;
	overflow: hidden;
	padding: 15px 0;
}
div#content-ft {
	width: 904px;
	height: 53px;
	background: url(../images/content-ft.gif) no-repeat 0 0;
	overflow: hidden;
}

/* Ft Search */
div#content-ft div#search-box {
	width: 230px;
	margin: 20px 42px 0 0;
	color: #fff;
	float: right;
	display: inline;
}
div#content-ft div#search-box input#s {
	width: 145px;
	margin-left: 10px;
	margin-right: 5px;
}

/* Main */
div.main {
	width: 524px;
	margin: 0 0 0 36px;
	font-size: 108%;
	float: left;
	display: inline;
}

/* Side */
div.side {
	width: 242px;
	margin: 0 42px 0 0;
	float: right;
	display: inline;
}

/* Side Prayer List */
div.side-prayer-list {
	background: url(../images/prayer-list-side-bkg.gif) no-repeat 0 0;
	height: 207px;
	padding: 70px 10px 0 24px;
	width: 185px;
}
div.side-prayer-list ul {
	margin: 0;
	padding: 0;
}
div.side-prayer-list ul li {
	list-style: none;
	background: url(../images/posted-prayers-bullet.gif) no-repeat 0 0;
	padding: 0 0 4px 20px;
}
div.side-prayer-list p.view-posted {
	padding: 10px 0 0 20px;
	margin: 0 0 5px 0;
	font-weight: bold;
}
div.side-prayer-list p.view-posted a:link, div.side-prayer-list p.view-posted a:visited {
	color: #1f1f1f;
	text-decoration: none;
}
div.side-prayer-list p.rss {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
}
div.side-prayer-list p.rss a {
	display: block;
	background: url(../images/rss-icon.gif) no-repeat 100% 0;
	text-align: right;
	padding: 7px 27px 0 0;
}
div.side-prayer-list p.rss a:link, div.side-prayer-list p.rss a:visited {
	color: #585c5d;
	text-decoration: none;
}

/* Every Name Head */
div.everyname-hd {
	background: url(../images/icon-bubble.jpg) no-repeat 0 0;
	padding: 0 0 30px 80px;
}
div.main div.everyname-hd h2 {
	margin: 0;
}
div.main div.everyname-hd p {
	color: #c15c39;
}

/* All Prayers List */
div.main ul.all-prayers-list {
	margin: 0 0 20px 0;
	padding: 0;
}
div.main ul.all-prayers-list li {
	list-style: none;
	width: 245px;
	padding: 3px 10px 3px 0;
	float: left;
	display: inline;
}

/* What is the prayer wall */
div.what-is-prayer-wall {
	background: url(../images/what-is-prayer-wall-bkg.gif) no-repeat 0 0;
	height: 287px;
	padding: 30px 20px 0 15px;
	width: 185px;
}
div.what-is-prayer-wall h2 {
	margin: 0;
	background: url(../images/posted-prayers-bullet.gif) no-repeat 0 4px;
	padding: 0 0 0 20px;
	font-weight: normal;
	font-size: 167%;
}
div.side div.what-is-prayer-wall p {
	padding: 0 0 0 20px;
	line-height: 160%;
}

/* Align Left */
div.navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.navigation {display: inline-block;}

/* Hides from IE-mac \*/
* html div.navigation {height: 1%;}
div.navigation {display: block;}
/* End hide from IE-mac */

div.alignleft {
	width: 49%;
	float: left;
	display: inline;
}
div.alignright {
	width: 49%;
	text-align: right;
	float: right;
	display: inline;
}

/* Share Ideas & Resources */
div.main div.post {
	margin-bottom: 30px;
}
div.main div.page-content {
	margin-bottom: 60px;
}
div.main p.submitted-by {
	font-size: 93%;
	font-style: italic;
}

/* Download Resources */
div.resources-download {
	padding: 50px 0 0 0;
}
/* @end */

/* @group Nav */
div#nav {
	float: left;
	display: inline;
}
div#nav ul {
	margin: 0;
	padding: 37px 0 0 0;
}
div#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 38px;
	background: url(../images/nav-hover-right.gif) no-repeat 100% 0;
	font-size: 138.5%;
}
div#nav ul li a span {
	display: block;
	line-height: 34px;
	padding: 4px 15px 0 15px;
	background: url(../images/nav-hover-left.gif) no-repeat 0 0;
}

div#nav ul li a:link, div#nav ul li a:visited {
	color: #fffefe;
	text-decoration: none;
}
div#nav ul li a:hover {
	background-position: 100% -38px;
	text-decoration: none;
}
div#nav ul li a:hover span {
	background-position: 0 -38px;
}

/* Sidenav */
div.sidenav {
	background: url(../images/side-nav-bkg.gif) no-repeat 0 0;
	overflow: hidden;
	margin-bottom: 50px;
}
div.sidenav ul {
	margin: 0;
	padding: 20px 0 0 25px;
}
div.sidenav ul li {
	font-size: 123.1%;
	list-style: none;
	padding: 2px 0;
}
div.sidenav ul li a:link, div.sidenav ul li a:visited {
	color: #585c5d;
	text-decoration: none;
}
div.sidenav ul li a:hover {
	color: #c15c39;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	font-size: 290%;
	font-weight: bold;
	color: #c15c39;
	margin: 0 0 0 0;
}
div.main h2 {
	font-size: 197%;
	font-weight: bold;
	color: #1f1f1f;
	margin: 0 0 10px 0;
}
div.main h2.green {
	color: #9dd139;
}
div.main h2.gray {
	color: #585c5d;
}
div.main h2.red {
	color: #c15c39;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	line-height: 140%;
	color: #1f1f1f;
	font-size: 108%;
}
div.main p.blue {
	color: #8cd2ef;
}
div.main li {
	color: #1f1f1f;
	font-size: 108%;
}

div.side p {
	line-height: 140%;
	color: #1f1f1f;
	font-size: 100%;
}
div.side li {
	color: #1f1f1f;
	font-size: 100%;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
/* Submit a Prayer Form */
form#tdomf_form3 {
	background: url(../images/post-it-prayer-bkg.gif) no-repeat 0 0;
	height: 275px;
	width: 275px;
	overflow: hidden;
	margin-left: 30px;
}
form#tdomf_form3 fieldset {
	display: block;
}
form#tdomf_form3 fieldset.prayer-txt-name {
	margin: 45px 0 0 35px;
	padding: 0;
	height: 33px;
	width: 230px;
}
form#tdomf_form3 fieldset.prayer-txt-name input {
	font-weight: normal;
	color: #c15c39;
	border: none;
	background-color: transparent;
	margin: 10px 0 0 0;
	padding: 2px;
	width: 200px;
}

form#tdomf_form3 fieldset.prayer-txt-city {
	margin: 18px 0 0 35px;
	padding: 0;
	height: 33px;
	width: 230px;
}
form#tdomf_form3 fieldset.prayer-txt-city input {
	font-weight: normal;
	color: #c15c39;
	border: none;
	background-color: transparent;
	margin: 10px 0 0 0;
	padding: 2px;
	width: 200px;
}

form#tdomf_form3 fieldset.prayer-txt-state {
	margin: 18px 0 0 35px;
	padding: 0;
	height: 33px;
	width: 230px;
}
form#tdomf_form3 fieldset.prayer-txt-state input {
	font-weight: normal;
	color: #c15c39;
	border: none;
	background-color: transparent;
	margin: 10px 0 0 0;
	padding: 2px;
	width: 200px;
}

form#tdomf_form3 input.prayer-btn {
	margin: 20px 30px 0 0;
	float: right;
	display: inline;
}


/* Share Form */
div.share-top {
	width: 241px;
	height: 12px;
	background: url(../images/share-form-top.gif) no-repeat 0 0;
	overflow: hidden;
}
div.share-btm {
	width: 241px;
	height: 19px;
	background: url(../images/share-form-btm.gif) no-repeat 0 0;
}
div.share-bkg {
	width: 241px;
	background: url(../images/share-form-bkg.gif) repeat-y 0 0;
}

form#tdomf_form5 {
	background: url(../images/share-form-fields.gif) no-repeat 0 3px;
	width: 241px;
	overflow: hidden;
	margin: 0;
	padding-bottom: 5px;
}
form#tdomf_form5 fieldset {
	display: block;
}
form#tdomf_form5 fieldset.field-txt-name {
	margin: 17px 0 0 25px;
	padding: 0;
	height: 33px;
	width: 190px;
}
form#tdomf_form5 fieldset.field-txt-name input {
	font-weight: normal;
	color: #585c5d;
	border: none;
	background-color: transparent;
	margin: 10px 0 0 0;
	padding: 2px;
	width: 200px;
}

form#tdomf_form5 fieldset.field-txt-email {
	margin: 13px 0 0 25px;
	padding: 0;
	height: 33px;
	width: 190px;
}
form#tdomf_form5 fieldset.field-txt-email input {
	font-weight: normal;
	color: #585c5d;
	border: none;
	background-color: transparent;
	margin: 10px 0 0 0;
	padding: 2px;
	width: 200px;
}

form#tdomf_form5 div.uploader {
	width: 190px;
	margin-left: 23px;
}
form#tdomf_form5 div.uploader a {
	margin-top: 25px;
	margin-left: 4px;
	display: block;
}
form#tdomf_form5 div.uploader a:link, form#tdomf_form5 div.uploader a:visited {
	color: #585c5d;
	text-decoration: none;
}
form#tdomf_form5 div.uploader iframe {
	overflow: hidden;
	background-color: transparent;
}

form#tdomf_form5 fieldset.field-txtarea {
	margin: 13px 0 0 17px;
	padding: 0;
	width: 200px;
}
form#tdomf_form5 fieldset.field-txtarea textarea {
	font-weight: normal;
	color: #575757;
	border: none;
	background-color: #fff;
	margin: 10px 0 3px 0;
	padding: 5px;
	width: 188px;
	height: 110px;
}
form#tdomf_form5 fieldset.field-txtarea small {
	color: #575757;
	font-style: italic;
}
form#tdomf_form5 input.submit-btn {
	margin: 5px 17px 0 0;
	float: right;
	display: inline;
}


/* Celebrate Form */
div.celebrate-top {
	width: 241px;
	height: 12px;
	background: url(../images/celebrate-form-top.gif) no-repeat 0 0;
	overflow: hidden;
}
div.celebrate-btm {
	width: 241px;
	height: 19px;
	background: url(../images/celebrate-form-btm.gif) no-repeat 0 0;
}
div.celebrate-bkg {
	width: 241px;
	background: url(../images/celebrate-form-bkg.gif) repeat-y 0 0;
}
form#tdomf_form4 {
	background: url(../images/celebrate-form-fields.gif) no-repeat 0 3px;
	width: 241px;
	overflow: hidden;
	margin: 0;
	padding-bottom: 5px;
}
form#tdomf_form4 fieldset {
	display: block;
}
form#tdomf_form4 fieldset.field-txt-name {
	margin: 17px 0 0 25px;
	padding: 0;
	height: 33px;
	width: 190px;
}
form#tdomf_form4 fieldset.field-txt-name input {
	font-weight: normal;
	color: #585c5d;
	border: none;
	background-color: transparent;
	margin: 10px 0 0 0;
	padding: 2px;
	width: 200px;
}

form#tdomf_form4 fieldset.field-txt-email {
	margin: 13px 0 0 25px;
	padding: 0;
	height: 33px;
	width: 190px;
}
form#tdomf_form4 fieldset.field-txt-email input {
	font-weight: normal;
	color: #585c5d;
	border: none;
	background-color: transparent;
	margin: 10px 0 0 0;
	padding: 2px;
	width: 200px;
}

form#tdomf_form4 div.uploader {
	width: 190px;
	margin-left: 23px;
}
form#tdomf_form4 div.uploader a {
	margin-top: 25px;
	margin-left: 4px;
	display: block;
}
form#tdomf_form4 div.uploader a:link, form#tdomf_form4 div.uploader a:visited {
	color: #585c5d;
	text-decoration: none;
}
form#tdomf_form4 div.uploader iframe {
	overflow: hidden;
	background-color: transparent;
}

form#tdomf_form4 fieldset.field-txtarea {
	margin: 13px 0 0 17px;
	padding: 0;
	width: 200px;
}
form#tdomf_form4 fieldset.field-txtarea textarea {
	font-weight: normal;
	color: #575757;
	border: none;
	background-color: #fff;
	margin: 10px 0 0 0;
	padding: 5px;
	width: 188px;
	height: 110px;
}
form#tdomf_form4 fieldset.field-txtarea small {
	color: #575757;
	font-style: italic;
}
form#tdomf_form4 input.submit-btn {
	margin: 5px 17px 0 0;
	float: right;
	display: inline;
}

/* Contact Us Form */
form#tdomf_form6 {
	background: url(../images/contact-form-bkg.gif) no-repeat 0 0;
	height: 360px;
	width: 468px;
	overflow: hidden;
}
form#tdomf_form6 div.left-col {
	width: 49%;
	float: left;
	display: inline;
}
form#tdomf_form6 div.right-col {
	width: 49%;
	float: right;
	display: inline;
}
form#tdomf_form6 fieldset {
	margin: 0;
	padding: 0;
	display: block;
}
form#tdomf_form6 fieldset.church-name-field {
	height: 30px;
	margin: 30px 0 0 25px;
	width: 200px;
}
form#tdomf_form6 fieldset.church-name-field input {
	margin: 8px 0 0 10px;
	width: 180px;
	border: none;
	background-color: transparent;
	color: #575757;
}

form#tdomf_form6 fieldset.church-address-field {
	height: 30px;
	margin: 15px 0 0 25px;
	width: 200px;
}
form#tdomf_form6 fieldset.church-address-field input {
	margin: 8px 0 0 10px;
	width: 180px;
	border: none;
	background-color: transparent;
	color: #575757;
}

form#tdomf_form6 fieldset.church-city-field {
	height: 30px;
	margin: 15px 0 0 25px;
	width: 200px;
}
form#tdomf_form6 fieldset.church-city-field input {
	margin: 8px 0 0 10px;
	width: 180px;
	border: none;
	background-color: transparent;
	color: #575757;
}

form#tdomf_form6 fieldset.state-field {
	height: 30px;
	margin: 18px 0 0 25px;
	width: 200px;
}
form#tdomf_form6 fieldset.state-field select {
	margin: 6px 0 0 10px;
	width: 180px;
	border: none;
	background-color: transparent;
	color: #575757;
}

form#tdomf_form6 fieldset.district-field {
	height: 30px;
	margin: 15px 0 0 25px;
	width: 200px;
}
form#tdomf_form6 fieldset.district-field select {
	margin: 8px 0 0 10px;
	width: 180px;
	border: none;
	background-color: transparent;
	color: #575757;
}

form#tdomf_form6 fieldset.checkbox-field {
	margin: 15px 0 0 25px;
	width: 200px;
}
form#tdomf_form6 fieldset.checkbox-field label {
	width: 170px;
	color: #575757;
	margin-left: 10px;
	display: block;
}

form#tdomf_form6 fieldset.name-field {
	height: 30px;
	margin: 30px 0 0 0;
	width: 200px;
}
form#tdomf_form6 fieldset.name-field input {
	margin: 8px 0 0 10px;
	width: 180px;
	border: none;
	background-color: transparent;
	color: #575757;
	font-weight: normal;
}

form#tdomf_form6 fieldset.email-field {
	height: 30px;
	margin: 16px 0 0 0;
	width: 200px;
}
form#tdomf_form6 fieldset.email-field input {
	margin: 8px 0 0 10px;
	width: 180px;
	border: none;
	background-color: transparent;
	color: #575757;
	font-weight: normal;
}

form#tdomf_form6 fieldset.phone-field {
	height: 30px;
	margin: 17px 0 0 0;
	width: 200px;
}
form#tdomf_form6 fieldset.phone-field input {
	margin: 8px 0 0 10px;
	width: 180px;
	border: none;
	background-color: transparent;
	color: #575757;
	font-weight: normal;
}

form#tdomf_form6 fieldset.comments-field {
	margin: 17px 0 0 0;
	width: 200px;
}
form#tdomf_form6 fieldset.comments-field textarea {
	margin: 0;
	width: 195px;
	height: 100px;
	border: none;
	background-color: #fff;
	color: #575757;
	font-weight: normal;
}

form#tdomf_form6 input.btn {
	margin: 10px 33px 0 0;
	float: right;
	display: inline;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #c15c39;
	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 */
