/*
-----------------------------------------------
Screen Stylesheet for Northlands Church Small Groups

Site: www.northlandssmallgroups.org
Author:   John Holleman    www.InnovativeInSite.com

----------------------------------------------- */

@import url("navigation.css");
@import url("slidecontent.css");


ul, h1, h2, h3, h4, h5, h6, input, form, p, dt, dd, dl {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ----- Structural ----- */

body {
	background: #FFF url(../images/mainbg.jpg) repeat-x fixed;
	color: #666;
	padding: 0;
	margin: 0;
	font-family: helvetica, sans-serif;
}

#main-wrapper { 
	background: url(../images/bg.jpg) top center no-repeat fixed; 
	margin: 0 auto;
}

#content-wrapper { 
	background: url(../images/content-wrapperbg.png) repeat-x; 
}

.container {
	background: url(../images/containerbg.png) top  no-repeat;

}

.container-sub { 
	background: url(../images/containersubbg.png) top no-repeat; 
}

.homecontent {
	margin: 0 auto;
	width: 860px;
	padding: 40px;
	padding-top: 120px;
	clear: both;
	background: url(../images/homefooterbg.jpg) bottom  no-repeat;
}

.homeleft {
	width: 530px;
}

.homeright {
	float: right;
	width: 330px;
	text-align: center;
}

.subcontent {
	margin: 0 auto;
	width: 900px;
	padding: 40px;
	clear: both;
	background: url(../images/homefooterbg.jpg) bottom  no-repeat;
}

.subheader {
	height: 100px;
	clear: both;
	margin-top: 85px;
}

.subheaderright {
	float: right;
	width: 600px;
}

.submain {
	min-height: 400px;
	clear: both;
}

.formmain {
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
}

.footer {
	width: 860px;
	padding: 20px;
	padding-top: 0px;
	margin: 0 auto;
	color: #c0c0c0;
	font-size: 12px;
}

.footer a {
	color: #c0c0c0;
}

/* ----- Links ----- */

a img {
	border: 0px;
}

a {
	color: #1e4d94;
}

a:hover {
	text-decoration: none;
}

/* ----- Text Formatting ----- */

/* 	h1 handled in navigation.css
	h2-4 handled in scripts/sIFR-screen.css
	written out here for users with disabled flash
*/

h2 {
	color: #1e4d94;
	font-size: 26px;
	line-height: 26px;
	text-align: left;
}

h3 {
	color: #fff;
	font-size: 33px;
	line-height: 33px;
}

h4 {
	color: #1e4d94;
	font-size: 21px;
	line-height: 21px;
}

p {
	font-size: 14px;
	line-height: 1.3em;
	color: #666;
}

h3 {

}

.groupbox, #groupbox{
	font-size: 14px;
	width: 400px;
	padding-right: 10px;
	vertical-align: top;
}

.groupname {
	font-size: 18px;
	color: #76b819;
	vertical-align: top;
}

.findtitle, #findtitle {
	color: #1e4d94;
	font-size: 14px;
	width: 150px;
	vertical-align: top;
	
}

.findinfo, #findinfo {
	color: #666;
	width: 240px;
	font-size: 14px;
	vertical-align: top;
}

/* ----- Forms ----- */

.formtable tr td, #formtable tr td{
	color: #666;
}

.formtitle, #formtitle {
	width: 300px;
	vertical-align: top;
	padding-bottom: 10px;
}

.formfield, #formfield {
	width: 550px;
	vertical-align: top;
	padding-bottom: 10px;
}

input, textarea{
	font-family: helvetica, arial, sans-serif;
	width: 500px;
	padding: 10px;
	color: #76b819;
	font-size: 16px;
	border: 1px solid #acacac;
}

textarea {
	
}

input#submit, #submit {
	width: 242px;
	height: 51px;
	border: 0;
	background: url(../images/submitbg.gif)  no-repeat;
	color: white;
}

.radio input, #radio input {
	border: 0px;
	width: 15px;
}