/* 

--MAIN STYLESHEET--

Site URL: http://weekofjustice.org
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, #page ul {
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 1.75em;
	text-align: justify;
}

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

body {
	background-color: #333333;
	font: 10px/1.5em Helvetica, Verdana, Arial, sans-serif;
	color: #FFF;
}

.align {
	width: 60em;
	margin: 0 auto;
}

a {color: #2D7596;}

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

blockquote {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 1em;
	text-align: justify;
}

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: 2.2em;
}

h2 {
	font-size: 2em;
	font-weight: 100;
	margin-bottom: 0.5em;
}

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

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

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

div.hr {
	height: 2px;
	background-color: #E2DDCC;
	margin-bottom: 1em;
}

	div.hr hr {visibility: hidden;}
	
#header {
	background: #1c233e;
	color: #cbd6e9;
	font-family: Gill Sans, Verdana, Arial, Helvetica, sans-serif;
}

	#header p {
		display: block;
		padding-bottom: 1em;
		text-transform: uppercase;
		text-align: center;
	}

	#header h1 {
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		padding: 1em 0 0.3em 0;
	}
	
		#header h1 a {
			color: #FFF;
			text-decoration: none;
		}

#content {
	background-color: #FFF;
	color: #333;
}

#nav {}

#page {
	padding: 1em 0;
}

	#page h2 {
	line-height: 1em;
		margin-bottom: 0.2em;
	}

	#page h3 {
		color: #999;
		text-transform: uppercase;
		font-size: 1.2em;
		margin-bottom: 1em;
	}
	
	#page .location {
		width: 48%;
		float: left;
		padding: 1em 1em 1em 0;
		border-right: 1px solid #DADADA;
		margin-bottom:  1em;
	}
		
		#page .location p {
			margin-bottom: none;
		}
	
		#page .right {
			border: none;
			padding: 1em 0 1em 1em;
		}
		
			#page .right p {
				text-align: right;
			}
	
	#page .event {
		clear: both;
		background-color: #EEE;
		padding: 1em 1em 0 1em;
		margin-bottom: 2em;
	}
	
		#page .event p {
			padding-bottom: 0.4em;
		}
		
.map {
	display: block;
	width: 100%;
	height: 125px;
}

#footer {
	padding: 1em 0 3em 0;
	text-align: center;
	color: #999;
}

	#footer a {
		color: #999;
	}