/* 

--MAIN STYLESHEET--

Site URL: 	http://chasethegoose.com
Copyright: 	2008, All Rights Reserved.
Designer: 	David Russell | National Community Church

<style><!-- for syntax highlighting in text editor -->
*/

/* RESET STYLES */		
						html, body, div, span, applet, object, iframe,
						h1, h2, h3, h4, h5, h6, p, blockquote, pre,
						a, abbr, acronym, address, big, cite, code,
						del, dfn, em, font, img, ins, kbd, q, s, samp,
						small, strike, strong, sub, sup, tt, var,
						dl, dt, dd, ol, ul, li,
						fieldset, form, label, legend,
						table, caption, tbody, tfoot, thead, tr, th, td {
							margin: 0;
							padding: 0;
							border: 0;
							outline: 0;
							font-weight: inherit;
							font-style: inherit;
							font-size: 100%;
							font-family: inherit;
							vertical-align: baseline;
						}
						/* remember to define focus styles! */
						:focus {
							outline: 0;
						}
						body {
							line-height: 1;
							color: black;
							background: white;
						}
						ol, ul {
							list-style: none;
						}
						/* tables still need 'cellspacing="0"' in the markup */
						table {
							border-collapse: separate;
							border-spacing: 0;
						}
						caption, th, td {
							text-align: left;
							font-weight: normal;
						}
						blockquote:before, blockquote:after,
						q:before, q:after {
							content: "";
						}
						blockquote, q {
							quotes: "" "";
						}
						.clearfix:after {
							content: "."; 
							display: block; 
							height: 0; 
							clear: both; 
							visibility: hidden;
						}
						/* Hides from IE-mac \*/
						* html .clearfix {height: 1%;}
						/* End hide from IE-mac */
/* END RESET */

html {}

p {
	margin-bottom: 1em;
	line-height: 1.75em;
	text-align: justify;
}

	em {font-style: italic;}
	
	strong {font-weight: bold;}

body {
	background: url(/images/site/body.jpg) repeat-x top;
	background-color: #F4F4F4;
	font: 14px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #373736;
}

.align {
	width: 780px;
	margin: 0 auto;
}

a {color: #003366;}

	a:hover {color: #006699;}
	
	/* a:visited {color: #FFAD77;} */

blockquote {
	background-color: #E9E9E9;
	font-style: italic;
	margin: 1em;
	padding: 1em;
	text-align: justify;
}

	blockquote p {
		margin: 0;
	}
	
	blockquote em {
		font-style: normal;
	}

q {font-style: italic;}

code, pre {font-family: "Courier New", Courier, monospace;}

dl {}

	dt {
		font-weight: bold;
		margin-left: 1em;
	}
	
	dd {
		margin: 0 0 1em 3em;
	}

	ul li ul li ul {
		margin-top: 0;
	}
	
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	font-weight: 100;
	margin: -0.2em 0 0.5em 0;
}

	h2#video-title {
		text-align: center;
	}

h3 {
	font-size: 1.4em;
	font-weight: 100;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

div.hr {
	height: 32px;
	background: url(/images/site/hr.jpg) no-repeat center;
	margin: 2em 0 0 0;
	clear: both;
}

	div.hr hr {visibility: hidden;}
	
#header {
	background: url(/images/site/header.jpg) no-repeat top;
	position: relative;
	z-index: 0;
}

	#header h1 {
		position: relative;
		width: 240px; /* For IE6 silliness */
		height: 180px;
	}
	
		#header h1 a {
			background: url(/images/site/h1.jpg) no-repeat center;
			display: block;
			width: 240px;
			height: 180px;
			text-align: center;
			text-decoration: none;
		}
		
			#header h1 a span {
				position: relative;
				z-index: -1;
				overflow: hidden;			
			}

#content {
	background-color: #F4F4F4;
	border-top: 1px solid #D1D1D1;
	margin: 0 auto;
	padding: 1em;
}

#nav {
	float: left;
	width: 240px;
	margin: 0 20px 0 0;
}

	#nav h3 {
		font-family: Gill Sans, Verdana, Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-size: 1.3em;
	}

	#nav ul {
		margin-bottom: 20px;
		padding-top: 1px;
		border-top: 1px solid #E1E1E1;
	}
	
		#nav ul#buttons {
			margin-bottom: 0;
		}
	
		#nav a {
			padding: 0.5em;
			display: block;
			text-decoration: none;
		}
		
		#nav li span {
			color: #777;
			font-size: 0.7em;
			text-transform: uppercase;
			display: block;
			font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
			margin-left: 0.5em;
		}
		
		#nav li {
			font-size: 1.2em; 
			font-weight: 100;
			margin-bottom: 2px;
		}
		
			#nav li a {
				background-color: #E1E1E1;
			}
			
				#nav li a:hover {
					background-color: #D1D1D1;
				}
		
		#nav img {
			display: block;
			background-color: #E1E1E1;
			padding: 5px;
			margin-left: -6px;
		}
		
#page {
	padding: 1em 0 0 0;
	float: right;
	width: 520px;
}

	#page h3 {
		font-size: 1.2em;
	}

	#page img {
		background-color: #D1D1D1;
		padding: 5px;
		margin: 2px 5px 5px 0;
		float: left;
	}

	#page ul {
		margin: 0 30px 20px 20px;
		list-style-type: disc;
		padding-left: 20px;
	}
	
		#page ul li {
			margin: 10px 15px 0 0;
			line-height: 1.5em;
		}
	
	#page span.caption {
		display: block;
		width: 320px;
		margin: 0 30px 20px 170px;
	}
	
		#page span.caption strong {
			font-size: 1.1em;
		}
	
	#page #covers img.front-cover {
		margin: 0 0 15px 5px;
	}
	
	#page #covers img.back-cover {
		margin: 0 0 15px 15px;
	}
	
	#page .box {
		background-color: #E9E9E9;
		padding: 1em;
		line-height: 1.75em;
		margin-bottom: 1em;
	}
	
	#page .column-one {
		float: left;
		width: 52%;
	}

	#page .column-two {
		float: left;
		width: 48%;
	}
	
	form {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	form small {
		color: #999;
		text-transform: uppercase;
		font-size: 0.7em;
	}
	
		#page form ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			#page form ul li {
				margin: 0.5em 0 0.5em 0;
			}
			
			form label {
				margin-top: 1em;
				display: inline-block;
			}
			
			form select, form input {
				font-size: 1em;
			}
	
		form li.section {
			background-color: #E9E9E9;
			padding: 1em 1em 0.5em 1em;
			margin-bottom: 1em;
		}
		
		form li.title, form h3 {
			margin: 0;
			padding: 0;
			line-height: 1em;
		}

#lcm_video {
	text-align: center;
	width: 760px;
}

#footer {
	margin-top: 1em;
	color: #CCC;
	text-align: center;
}

	#footer a {
		color: #CCC;
	}
	
	body#downloads #footer a {
		color: #003366;
	}
	
