/* SITE COLORS
---------------------------------------
Blue: #6997ac;
--------------------------------------- */


body {
	background: #ccc;
	font-family: Helvetica, Arial, san-serif;
	color: #666;
}

div.width {
	width: 940px;
	margin: 0 auto;
}

div#container {
	background: url(../_img/bkg-container.png) repeat-x 0 -2px;
}

div#header-wrap {
	border-top: 8px solid #6997ac;
	border-bottom: 5px solid #fff;
	background: #f0efef url(../_img/bkg-header-wrap.png) repeat-x bottom left;
}

div#header {
	height: 110px;
	position: relative;
}

h1 {
	width: 226px;
	height: 64px;
	position: absolute;
	top: 14px;
	left: 4px;
}

h1 a {
	width: 226px;
	height: 0;
	padding-top: 64px;
	overflow: hidden;
	display: block;
	background: url(../_img/bkg-h1-logo.png) no-repeat top left;
}

div#header h2 {
	height: 0;
	overflow: hidden;
}

div#search-etc {
	width: 740px;
	position: absolute;
	top: 50px;
	right: 0;
}

div#header-tagline {
	float: left;
	margin: 0 0 0 45px;
	display: inline;
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	color: #999;
}

div#content-wrap {
	padding-top: 22px;
	background: url(../_img/bkg-content-wrap.jpg) no-repeat top center;
}

div#content {
	width: 904px;
	padding: 18px 18px 0;
	background: #f5f5f5;
	border: 1px solid #000;
}

div#left-column {
	width: 598px;
	min-height: 500px;
	float: left;
}

div#footer {
	width: 876px;
	height: 26px;
	margin: 0 auto;
	padding: 0 14px;
	background: #333;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	line-height: 26px;
	color: #fff;
}

div#footer div#church-name {
	margin-right: 24px;
	float: left;
}

div#footer address {
	float: left;
	font-style: normal;
}

div#footer div#the-plow {
	width: 155px;
	float: right;
	font-weight: normal;
	text-align: right;	
}

div#footer address a, div#footer div#the-plow a {
	color: #fff;
	text-decoration: none;
}

div#footer address a:hover, div#footer div#the-plow a:hover {
	color: #6997ac;
}

div#footer-social {
	width: 876px;
	margin: 0 auto;
	padding: 9px 14px 0;
	background: url(../_img/bkg-footer-social.png) no-repeat top center;
}

div#footer-social ul li {
	float: left;
	display: inline;
	margin-right: 10px;
}

div#footer-social ul li a {
	display: block;
	height: 0;
	padding-top: 15px;
	overflow: hidden;
	color: #ccc;
}

li#rss a {
	width: 14px;
	background: url(../_img/btn-rss.png) no-repeat 0 0;
}

li#rss a:hover {
	width: 14px;
	background: url(../_img/btn-rss.png) no-repeat -14px 0;
}

li#facebook a {
	width: 64px;
	background: url(../_img/btn-facebook.png) no-repeat 0 0;
}

li#facebook a:hover {
	width: 64px;
	background: url(../_img/btn-facebook.png) no-repeat -64px 0;
}

li#twitter a {
	width: 56px;
	background: url(../_img/btn-twitter.png) no-repeat 0 0;
}

li#twitter a:hover {
	width: 56px;
	background: url(../_img/btn-twitter.png) no-repeat -56px 0;
}




/* SEARCH FORM
----------------------------------------------------------------- */

div#header form, form#newsletter  {
	width: 164px;
	height: 21px;
	float: right;
	padding: 0 8px;
	font-family: Helvetica, Arial, sans-serif;
	background: url(../_img/bkg-search-input.png) no-repeat top left;
}

div#header form label {
	float: left;
	margin-right: 3px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 21px;
	color: #999;
}

div#header form input  {
	width: 110px;
	height: 14px;
	float: left;
	margin-top: 4px;
        padding: 0;
	border: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
        background: #fff;
	color: #333;
}

div#header form button  {
	width: 15px;
	height: 15px;
	float: right;
	display: block;
	overflow: hidden;
	cursor: pointer;
	margin-top: 3px;
	padding-top: 15px;
	border: 0 none;
	background: url(../_img/bkg-search-button.png) no-repeat center top;
}


/* SIDEBAR MENU
----------------------------------------------------------------- */

div#sidebar {
	width: 286px;
	min-height: 545px;
	padding-bottom: 18px;
	float: right;
}

ul#toggleList {
	width: 286px;
}

ul#toggleList h4 {
	padding: 10px 12px 10px 28px;
	height: 16px;
	cursor: pointer;
	position: relative;
	font-size: 1.9em;
	font-weight: normal;
	text-align: left;
	color: #6997ac;
	border-bottom: 1px solid #666;
}

ul#toggleList h4 strong {
	font-weight: normal;
	color: #666;
}

ul#toggleList h4 span {
	display: block;
	width: 12px;
	position: absolute;
	top: 9px;
	left: 12px;
	color: #666;
}

div#sidebar ul#toggleList div {
	padding: 10px 16px;
	font-size: 1.1em;
	line-height: 1.7em;
	border-bottom: 1px solid #666;
}

div#sidebar ul#toggleList div a {
	text-decoration: none;
	color: #6997ac;
}

div#sidebar ul#toggleList div a:hover {
	border-bottom: 1px dotted #000;
	color: #000;
}

div#sidebar ul#toggleList div p {
	margin-bottom: 5px;
}

div#sidebar ul#toggleList div div {
	padding: 0;
	border: 0px;
}

div#sidebar ul#toggleList div ul {
	margin-bottom: 5px;
	line-height: 1.4em;
}

div#sidebar ul#toggleList div ul li {
	margin-bottom: 8px;
	display: block;
}

div#sidebar ul#toggleList div ul li h5 {
	font-size: 1.3em;
	font-weight: normal;
}

div#sidebar ul#toggleList div.photos {
	padding: 10px 11px;
}

div#sidebar ul#toggleList div.photos a:hover {
	border-bottom: 0px;
}

div#sidebar ul#toggleList div.photos p a {
	margin-left: 4px;
}

div#sidebar ul#toggleList div.photos p a:hover {
	border-bottom: 1px dotted #000;
}

div#flickr img {
	width: 57px;
	height: 57px;
	padding: 3px 4px;
}

div#flickr ul li {
	float: left;
	line-height: 1.0em;
}


h5#mailing-list {
	margin: 12px 0 6px;
	font-weight: bold;
	line-height: 1.0em;
	text-transform: uppercase;
	color: #6997ac;
}

form#newsletter  {
	width: 225px;
	margin-bottom: 12px;
	float: none;
}

form#newsletter fieldset {
	width: 225px;
}

form#newsletter label {
	float: left;
	margin-right: 3px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 21px;
	text-transform: lowercase;
	color: #999;
}

form#newsletter input#newsletter_text {
	width: 136px;
	height: 14px;
	margin-top: 4px;
	padding: 0;
	float: left;
	border: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background: #fff;
	color: #333;
}

form#newsletter input#newsletter_submit {
	margin-top: 2px;
	float: right;
}

div#sidebar ul#toggleList div p.caption, div#sidebar ul#toggleList div#twitter li {
	margin-bottom: 5px;
	line-height: 1.3em;
}

div#sidebar ul#toggleList div p.caption strong {
	font-size: 1.1em;
	display:block;
}

div#sidebar ul#toggleList div#twitter li. div#sidebar ul#toggleList div#blog li {
	padding-bottom: 5px;
	border-bottom: 1px solid #e9e9e9;
}

div#sidebar ul#toggleList div#facebook a {
	display: block;
	height: 30px;
	padding-left: 38px;
	line-height: 30px;
	background: url(../_img/fb-icon.png) no-repeat top left;
}

div#sidebar ul#toggleList div#facebook a:hover {
	border-bottom: 0px;
}



/* HOME PAGE
----------------------------------------------------------------- */

body.index_iframe {
	background: #f5f5f5;
}

div#home-slideshow {
	width: 598px;
	height: 378px;
	padding-bottom: 15px;
	background: url(../_img/bkg-home-slideshow.png) no-repeat bottom center;
}

div#slideshow p {
	line-height: 0;
}

div#slideshow {
	width: 580px;
	height: 360px;
	padding: 8px;
	background: #fff;
	border: 1px solid #999;
}

div#home-buttons {
	padding: 7px 0 10px;
	background: url(../_img/bkg-home-buttons.png) no-repeat center 1px;
}

div#home-buttons ul {
	height: 109px;
	padding: 8px 0 7px 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #999;
}

div#home-buttons ul li {
	width: 186px;
	float: left;
	display: inline;
	margin: 0 3px 0 8px;
	line-height: 0px;
}

div#home-photos {
	margin: 24px 12px 0;
}

div#home-photos h4 {
	margin-bottom: 8px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	text-transform: uppercase;
	background: #6997ac;
	color: #fff;
}


/* GENERIC INSIDE PAGE
----------------------------------------------------------------- */

div#page-content {
	padding-bottom: 32px;
}

div#page-content img#headerImage {
	width: 580px;
	height: 120px;
	overflow: hidden;
	padding: 16px 9px 18px;
	background: url(../_img/bkg-headerImage.png) no-repeat top center;
}

h3.title {
	margin: 16px 0 10px;
	padding: 0 30px;
	font-size: 3.0em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #6997ac;
}

div#text {
	padding: 0 30px;
	line-height: 1.5em;
	font-size: 1.2em;
	
}

div#text h2, div#text h3, div#text h4, div#text h5, div#text h6, h4.subhead {
	margin: 16px 0 3px;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #6997ac;
}

div#text h2 {
	font-size: 2.1em;
}

div#text h3 {
	font-size: 1.8em;
}

div#text p {
	margin-bottom: 14px;
}

div#text ol, div#text ul {
	padding: 0 36px;
	margin-bottom: 10px;
}

div#text li {
	padding-left: 2px;
}

div#text ul li {
	list-style: disc;
}

div#text ol li {
	list-style: decimal;
}

div#text a {
	color: #6997ac;
	text-decoration: none;
	border-bottom: 1px dotted #6997ac;
}

div#text a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}

div#text img {
	max-width: 580px;
	margin: 8px;
}

div#text form.give {
	margin: 10px 0;
}

div#text form.give input {
	margin-left: 5px;
	padding: 3px 2px 1px;
	background: #999;
	border: 0px;
	font-family: Helvetica, Arial, san-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

div#text form.give input.field {
	margin-left: 0;
	padding: 4px;
	background: #fff;
	border: 1px solid #999;
	font-size: 11px;
	text-transform: none;
	color: #666;
	cursor: text;
}
