/* 

--MAIN STYLESHEET--

Site URL: http://revivalnow.org
Copyright: 2002-2008, All Rights Reserved.
Designer: David Russell
Designer URL: http://davidrussell.org

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

						.clearfix:after {
							content: "."; 
							display: block; 
							height: 0; 
							clear: both; 
							visibility: hidden;
						}
						.clearfix {display:inline-block;}
						/* Hide from IE Mac \*/
						* html .clearfix {height: 1%;}
						/* End hide from IE-mac */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(/images/site/bg.jpg) repeat-x top center #3E4239;
	font: 12px/1.5em Verdana, Helvetica, sans-serif;
	color: #FFF;
}

h1 {
	font-size: 2em;
	padding-bottom: 0.5em;
}

h2 {
	font-size: 1.8em;
	font-weight: 100;
	padding-bottom: 0.3em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.0em;
}

a {
	outline: none;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted;
}

	a:hover {
		color: #FFFFCC;
	}

p {
	margin-bottom: 15px;
	line-height: 1.5em;
}

ol {margin: 3em;}

ol li {margin-bottom: 1em;}

hr {
	margin-bottom: 15px;
	clear: both;
}

abbr {
	cursor: help;
}

small {
	font-size: 0.8em;
	color: #999;
}

blockquote {
	font-size: 1.2em;
	margin: 1em;
	background-color: #C0CBB4;
	padding: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


/*
	HEADER
*/
div#header {
	margin: 0 auto;
	width: 770px;
}

div#header h2 {
		background: url(images/site/logo.jpg) no-repeat top center;
		height: 110px;
		width: 225px;
	}
	
	div#header h2 span {
		display: none;
	}
	
	div#header h2 a {
		display: block;
		height: 110px;
		width: 225px;
		border: none;
	}
	
/*
	NAVIGATION
*/
ul#nav {
	width: 770px;
	margin: 0 auto;
	list-style-type: none;
	margin-top: -26px;
	text-align: right;
}
	
	ul#nav li {
		display: inline;
		padding-right: 1em;
	}
	
		ul#nav li a {
			border: 0;
			color: #CCC;
			font-weight: 100;
			padding: 2px 8px 6px 8px;
		}
		
			ul#nav li a:hover {
				color: #FFF;
				background-color: #5B6054;
			}
	
/*
	CONTENT
*/
#content {
	color: #3E4239;
	background: url(/images/site/content-top.jpg) no-repeat top center #D1D9C7;
	background-position: top;
	width: 776px;
	margin: 0 auto;
}

	div.content-bg {
}

	div.content-bg-bottom {
		background: url(/images/site/content-bottom.jpg) no-repeat bottom center #D1D9C7;
		display: block;
		width: 776px;
		height: 17px;
		position: relative;
		top: 25px;
		clear: both;
	}
	
#container {
	background: url(/images/site/content.jpg) repeat-y center #D1D9C7;
	float: left;
	width: 780px;
	position: relative;
	top: 30px;
	right: 2px;
}		

/*
	PAGE
*/
#page {
	position: relative;
	top: -1.5em;
	padding: 1em 2em 2em 2em;
}

.box {
	background-color: #C0CBB4;
	padding: 1em;
}

.video {
	background-color: #C0CBB4;
	padding: 1em;
	text-align: center;
}

#page-content {
	width: 540px;
}

	#page-content p {
		text-align: justify;
	}
	
		#page-content span.thank-you {
			display: block;
			font: 50px/120px Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			text-align: center;
			width: 360px;
			height: 120px;
			float: left;
		}
	
	#page-content img {
		float: left;
		background-color: #C0CBB4;
		margin: 2px 5px 0 0;
		padding: 5px;
	}
	
		#page-content img.right {
			float: right;
			margin: 2px 0 0 5px;
			display: block;
		}
	
	#page-content ul {
		margin: 0 3em;
	}
		#page-content ul li {
			margin: 0.5em 0;
		}
		
	#page-content .edit {
	}

		#page-content .edit a {
			color: #A9B898;
		}
		
	#page-content span.subtitle {
		font-size: 1.2em;
		color: #809667;
		text-transform: uppercase;
		margin-bottom: 1em;
		display: block;
	}
	
	#page-content .section {
		margin-bottom: 1em;
		background: #C0CBB4;
		padding: 1em;
		width: 512px;
	}
	
		#page-content .section img {background-color: #A9B898;}
		
	#page-content .event, #page-content .news {
		margin-bottom: 1em;
		float: left;
		width: 510px;
	}
	
		#page-content .event h2 {
			font-size: 1.5em;
			margin-bottom: 0.5em;
		}
		
			#page-content .event h2.date {
				float: right;
				text-align: center;
				width: 100px;
				display: block;
				padding: 0.5em;
				background-color: #A9B898;
			}
	
				#page-content .event h2.date span.month {
					font-size: 0.9em;
					text-transform: uppercase;
					display: block;
				}
				
		#page-content .event h3 {
			margin-bottom: -1em;
			padding: 0;
			font-weight: 100;
		}
		
	form {
		background-color: #C0CBB4;
		padding: 1em;
		margin-bottom: 1em;
	}
	
	#page-content form {
		margin-top: 1em;
		float: left;
		width: 95%;
	}
	
		#page-content form.subscribe input {
			width: 13em;
		}
		
		form .hiddenFields, #page-content form input.hidden {display: none;}
		
		#page-content form h3 {
			font-weight: 100;
			margin-bottom: 0.5em;
		}
		
		fieldset {border: none; padding-bottom: 1em;}
	
		#page-content form label {
			display: block;
			position: relative;
			top: 0.8em;
			float: left;
			width: 40%;
			text-align: right;
			clear: both;
			text-transform: uppercase;
		}
		
		#page-content form input {
			display: block;
			float: left;
			width: 50%;
			padding: 0.2em;
			color: #666;
			font-size: 1.2em;
			margin: 0.5em 0.5em;
			border: 2px solid #A9B898;
		}
		
		#page-content form input.button {
			clear: both;
			float: right;
			margin-right: 6.75%;
			padding: 3px 40px;
			width: auto;
			border: 2px solid #999;
		}

			form.subscribe input.button {margin: 0.5em auto 0 auto;}

	#page span.caption {
		display: block;
		width: 320px;
		margin: 0 30px 10px 270px;
	}
	
		#page span.author {
			font-size: 1.5em;
		}
			#page span.author a {
				font-weight: 100;
			}
			
			#page span.author a.email {
				font-size: 10px;
				font-style: italic;
			}

		#page span.organization {
			font-size: 0.9em;
			margin-bottom: 30px;
		}
		
	#page-content .meta {
		color: #809667;
	}

				
ul#gallery {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

	ul#gallery li {
		margin: 0;
		padding: 0;
	}
	
	ul#gallery li>img {
		float: none;
		margin: 0;
		padding: 0;
		background: none;
	}

p.button-note {
	color: #7D9366;
	float: right;
	text-align: center;
	width: 340px;
	background-color: #C0CBB4;
}

/*
	SIDEBAR
*/
#sidebar {
	float: right;
	width: 180px;
	padding: 0 0;
	margin: 0 0 0 0;
}

	#sidebar ul {
		list-style: none;
		margin-bottom: 15px;
		border-top: 10px solid #A9B898;
		width: 180px;
	}

	#sidebar ul li a {
		color: #006699;
		background: #C0CBB4;
		display: block;
		text-decoration: none;
		padding: 10px;
		margin-top: 2px;
		width: 160px;
		voice-family: "\"}\""; 
		voice-family: inherit;
		width: 160px;
		border: none;
	}

		#sidebar ul li a:hover {
			color: #FFF;
			background: #A9B898;
			width: 160px;
			voice-family: "\"}\""; 
			voice-family: inherit;
			width: 160px;
		}
		
	#sidebar img {
		border: none;
	}
	
		#sidebar a {
			text-decoration: none;
			border: none;
		}
		
	#sidebar h3 {
		font-size: 1em;
	}
		
	#sidebar form input {
		width: 150px;
		padding: 3px;
		font-size: 1.2em;
		color: #666;
	}
	
		form input.button {
			width: 160px;
			display: block;
			margin: 0.5em 0;
			border: 2px solid #666;
			cursor: pointer;
			background-color: #FFFFCC;
			clear: both;
		}
		
			form input.button:hover {
				background-color: #FFFF99;
			}

/*
	FOOTER
*/
div#footer {
	clear: both;
	color: #5B6054;	
	background: url(/images/site/footer.jpg) no-repeat center #43473E;
	display: block;
	height: 40px;
	width: 772px;
	margin: 3em auto;
}

	div#footer p {
		position: relative;
		top: 0.8em;
		text-align: center;
	}

/*
	SYSTEM OFFLINE
*/
#offline {
	width: 300px;
	background-color: #D1D9C7;
	border: 2px solid white;
	margin: 4em auto;
	padding: 2em;
}

	#offline h1 {
		font-weight: 100;
	}
	
	#offline h5 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #999;
		font-size: 1.5em;
		margin: 0 0 0.5em 1em;
		padding: 0 0 0 1em;
		border-left: 10px solid #666;
		font-weight: 100;
	}
	
		#offline h5 span {
			color: #BBB;
		} 