/*****************************************************************************

	Author:	Joshua Rudd - joshua [at] underde [dot] com
				underdeconstruction LLC - underde.com
	Client:	Emerging Church Network
	 Notes:	Sharing is good. Stealing is bad.
	
******************************************************************************/

body {
	background: #99916B url("images/background.gif") 50% 50% repeat-y;
	font-family: Verdana, sans;
	margin: 0 0 0 1px;
	padding: 0;
	text-align: center;
} html>body {margin: 0;} /* IE bugfix */

body.consulting {
	background: #3D6B99 url("images/background-consulting.gif") 50% 50% repeat-y;
}

a {
	color: #3D6B99;
}

a:hover {
	color: #99916B;
}

span.hide {
	display: none;
}

div#container {
	margin: 0 auto;
	text-align: left;
	width: 720px;
}




/*****************************************************************************

	Masthead
	
******************************************************************************/

div#masthead {
	background: url("images/masthead.jpg") 0 0 no-repeat;
	height: 120px;
	margin: 3px 0 0 0;
}

	/******************************
		ALTERNATE STATES: Masthead
	*******************************/

	body.consulting div#masthead {
		background: url("images/masthead-consulting.jpg") 0 0 no-repeat;
	}

div#masthead a {
	display: block;
	height: 120px;
}



/*****************************************************************************

	Navbar
	
******************************************************************************/

div#navbar {
	background: #3D6B99 url("images/navbar-top.gif") 0 0 no-repeat;
	color: #fff;
	font-size: 12px;
	margin: 3px 0 0 0;
	padding: 5px 0 0 0;
}

	/****************************
		ALTERNATE STATES: Navbar
	*****************************/

	body.consulting div#navbar {
		background: #99916B url("images/navbar-top-consulting.gif") 0 0 no-repeat;
	}

div#navbar a {
	color: #fff;
	text-decoration: none;
}

div#navbar a:hover {
	border-bottom: #ccc 2px solid;
	padding: 0 0 1px 0;
}

div#navbar li.current_page_item a {
	border-bottom: #fff 2px solid;
	padding: 0 0 1px 0;
}

div#navbar ul {
	display: inline;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

div#navbar li {
	float: left;
	line-height: 1em;
	margin: 0 0 -11px 0;
	padding: 0 0 5px 30px;
} html>body div#navbar li { /* IE HACK */
	margin: 0;
	padding: 0 0 0 30px;
}

div#navbar .bottom {
	background: #3D6B99 url("images/navbar-bottom.gif") 0 100% no-repeat;
	clear: both;
	margin: 0;
	padding: 5px 0 0 0;
}

	/***********************************
		ALTERNATE STATES: Navbar Bottom
	************************************/

	body.consulting div#navbar .bottom {
		background: #99916B url("images/navbar-bottom-consulting.gif") 0 0 no-repeat;
	}
	
	
	

/*****************************************************************************

	Subnav
	
******************************************************************************/

div#subnav {
	/*background: #ccc;*/
	color: #3D6B99;
	font-size: 12px;
	margin: 0 0 0 180px;
	padding: 0;
}

div#subnav a {
	text-decoration: none;
}

div#subnav a:hover {
	color: #3D6B99;
	border-bottom: #3D6B99 2px solid;
}

div#subnav li.current_page_item a {
	border-bottom: #3D6B99 2px solid;
}

div#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#subnav li {
	float: left;
	line-height: 1em;
	margin: 0 0 -11px 0;
	padding: 6px 0 3px 30px;
} html>body div#subnav li { /* IE HACK */
	margin: 0;
	padding: 6px 0 0 30px;
}




/*****************************************************************************

	Main Content
	
******************************************************************************/

div#content {
	font-size: 14px;
	padding: 0 30px;
}

div#content h1, div#content h2, div#content h3 {
	color: #16283B;
	font-family: Georgia, serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 1em 0 0 0;
}

div#content h2 {
	font-size: 21px;
	padding: 2em 0 0 0;
}

div#content h3 {
	font-size: 18px;
	padding: 1.5em 0 0 0;
}

div#content p {
	line-height: 1.5em;
	margin: 0;
	padding: .5em 0;
}

div#content blockquote {
	background: #eee;
	border: #3D6B99 3px double;
	font-size: 11px;
	font-style: normal;
	padding: 15px 30px;
	margin: .75em 0;
	text-align: justify;
}

div#content ul {
	list-style: square;
	margin: 0;
	padding: .25em 1.5em;
}

div#content ol {
	margin: 0;
	padding: .25em 2em;
}

div#content li {
	line-height: 1.25em;
	padding: .25em 0;
}

div#content li span.meta {
	font-size: 10px;
}

div#content li span.meta a {
	text-decoration: none;
}




/*****************************************************************************

	Forms
	
******************************************************************************/

div#content form {
	background: #ECEBE7;
	/*border-top: #99916B 1px solid;*/
	/*border-bottom: #99916B 1px solid;*/
	font-size: 12px;
	margin: .5em 0;
	padding: 0 15px 15px 15px;
	/*width: 400px;*/
}




/*****************************************************************************

	Tabular Data
	
******************************************************************************/

table.compare {
	background: #eee;
	border: #3D6B99 1px solid;
	font-size: 12px;
	margin: .5em 0;
	padding: 1px;
	width: 100%;
}

table.compare tr.odd {
	background: #fff;
}

table.compare td {
	border-bottom: #3D6B99 1px solid;
	border-right: #3D6B99 1px solid;
	font-weight: bold;
	margin: 0;
	padding: .25em .5em;
	text-align: center;
}

table.compare td.item {
	border-left: #3D6B99 1px solid;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

table.compare tr.header {
	background: #3D6B99;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}




/*****************************************************************************

	Sidebar Content
	
******************************************************************************/

div#content div.sidebar {
	background: #D9D7CE;
	/*border: #99916B 1px solid;*/
	float: right;
	font-size: 11px;
	margin: 0 0 30px 15px;
	padding: 15px;
	width: 220px;
} html>body div#content div.sidebar { /* IE HACK */
	margin: 0 -33px 30px 15px;
}

div#content div.sidebar h3 {
	font-size: 14px;
	margin: 0;
	padding: 0 0 .25em 0;
}

div#content div.sidebar ul {
	list-style: square;
	margin: 0;
	padding: .25em 0 .25em 1.5em;
}

div#content div.sidebar ul li {
	padding: .25em 0;
}

div#content div.sidebar li.current_page_item a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


/*****************************************************************************

	Footer
	
******************************************************************************/

div#footer {
	border-top: #99916B 1px solid;
	clear: both;
	font-size: 10px;
	margin: 30px 30px 0 30px;
	padding: 5px 15px;
	text-align: right;
}

div#footer p {
	margin: 0;
	padding: 0;
}