/* Church 123 template */
/* Design and CSS: www.boilerroomdigital.co.uk */
#header img { width:100px; height:150px; }

/*Padding and margin reset*/
	html, body, p, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, address, table, tr, td, th, form, fieldset, img{
		margin: 0px;
		padding: 0px;
		font-size: 1em;
		list-style: none;
		font-style: normal;
	}

	img {border:0px}


	a{
		text-decoration: none;
		color: #00c;
	}
	
	a:hover{
		text-decoration: underline;
	}
	
	abbr{
		border: none;
	}
	
/*Layout*/
	body{
		font-family: Verdana, Tahoma, sans-serif;
		color: #333;
		font-size:80%;
		min-height:100%;
		background:#f1f6fe;
	}
	
	#wrapper{
		width:960px;
		margin:0 auto;
		padding:0 2px;
		background: url(http://templates.livesiteadmin.com/images/210-reaching/bg-body.gif) repeat-y;
	}
	
	#main, #supp{
		float:left;
	}
	
	#sub{
		width:140px;
		padding-left:2px;
		float:right;
	}
	
	#main{
		width:466px;
		padding-left:20px;
		padding-bottom:2em;
		position:relative;
		line-height:1.4;
	}
	
	#supp{
		width:305px;
		padding-left:10px;
	}
	
	.clearer{
		height:1px;
		clear:both;
	}
	
/* Header */
	#header{
		min-height:200px; 
		font-family: "Trebuchet MS", Georgia, sans-serif;
		padding:28px 15px 0;
		background: url(http://templates.livesiteadmin.com/images/210-reaching/bg-hands.jpg) no-repeat bottom left;
		position: relative;
	}
	
	#header h1{
		color:#fff;
		font-size:3.5em;
		font-weight: normal;
		padding-bottom:20px;
	}
	
	#header img{
		margin-left:100px;
		margin-bottom:-43px;
		position:relative;
	}
	
/*Navigation*/
	#nav{
		padding-left:335px;
		padding-top:1px;
		height:7em;
	}
	
	#nav li{
		float:left;
		background:url(http://templates.livesiteadmin.com/images/210-reaching/tab-l.gif) no-repeat bottom left;
		margin-right:6px;
		font-size:1.1em;
		display:inline;
	}
	
	#nav li span {
		display:block;
		background:url(http://templates.livesiteadmin.com/images/210-reaching/tab-r.gif) no-repeat bottom right;
		padding:4px 10px 7px;
		color: #295fbc;
		float:left;
		position:relative;
		display:inline;
		white-space: nowrap;
	}
	
	#nav li.active {
		background-image:url(http://templates.livesiteadmin.com/images/210-reaching/tab-l-on.gif);
	}
	
	#nav li.active span {
		background-image:url(http://templates.livesiteadmin.com/images/210-reaching/tab-r-on.gif);
		color:#fff;
	}
	#nav li.active a { color:#fff; }
	
/* Sub Navigation */
	#sub ul li.active span {
		background: #d1ddf4;
	}
	
	#sub ul span{
		color:#333;
		font-size:1.2em;
		line-height:1.2em;
		background: #f1f5fc;
		display: block;
		padding:2px 5px;
		border-bottom:1px solid #fff;
	}
	#sub ul a{ color:#333; }
	
	#sub ul li{
		display: inline;
	}
		
	#sub ul{
		margin-bottom:15em;
	}
	
	#sub ul ul{
		margin-bottom:0;
	}

	
/*Strapline*/
	#supp{
		background: url(http://templates.livesiteadmin.com/images/210-reaching/bg-openquote.gif) no-repeat 10px 0;
		font-family: "Trebuchet MS", Georgia, sans-serif;
		font-size: 3.5em;
		font-style: italic;
		color: #c3d5f7;
		text-align: center;
		overflow: hidden;
	}
	
	#supp #strapline{
		background: url(http://templates.livesiteadmin.com/images/210-reaching/bg-closequote.gif) no-repeat bottom right;
		padding:10px 30px 20px;
	}


/* Content */
	#content{
		background: #fff url(http://templates.livesiteadmin.com/images/210-reaching/bg-bluefade.gif) repeat-x 1px 1px;
	}
	
	#content h1{
		font: italic normal 3em "Trebuchet MS", Georgia, sans-serif;
		position:relative;
		margin-top:-1em;
		height:1.5em;
		color: #6996eb;
	}
	
	#content p, #content #main ul, #content ol{
		margin-bottom:1em;
	}
	
	#content h2{
		font:normal 1.5em "Trebuchet MS", Georgia, sans-serif;
		color:#333;
		margin-bottom:.25em;
	}
	
	#content h3{
		font-size:1em;
		margin:.25em 0 .75em;
	}

	#content #main ul, #main ul li{
		list-style-type: square;
	}
	
	#content #main ol, #main ol li{
		list-style-type: decimal;
	}
	
	#content #main ol, #content #main ul{
		padding-left:2em;
	}
		
/* Footer */
	#footer{
		clear:both;
		text-align: center;
		padding:8px 8px 1em;;
		font-size:.9em;
		background: url(http://templates.livesiteadmin.com/images/210-reaching/bg-bluefade.gif) repeat-x top;
	}
	
	#footer p{
		margin-bottom:0px;
	}
	
	#footer ul{
		margin-bottom:1em;
	}
	
	#footer li{
		display:inline;
	}
* html #header{
	height:200px;
}
