@import url("reset.css");

/**********************
  =COLORS & TYPOGRAPHY
**********************/

body {
	color: #f7f1e1; 
	font: 100 90% Times, Times New Roman, Georgia, serif;
	line-height: 1.75em; }

p { margin-bottom: 1em; }

#Main { text-align: left; } 

a { 
	color: #b62016;
	outline: none; 
	text-decoration: none;
	cursor: pointer; }
a:hover, a:active, a:focus { 
	color: #dd0000; 
	text-decoration: underline;
	cursor: pointer; }

h2, h3, h4, h5, #Navigation, #Countdown, .Post-Date { 
	font-family: "Trajan Pro", "Trajan", Times, Times New Roman, Georgia, serif;
	text-transform: uppercase;
	line-height: 1em; 
	text-shadow: 0px 1px 15px rgba(0,0,0,.5);
	margin: 0;
	padding: 0; }

h1 { text-indent: -999em; }
h2 { font-size: 2.25em; }
h3 { font-size: 1.75em;
		color: #b62016; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.25em; }

h2 a, h3 a {
	color: #b62016; }

h2 a:hover, h2 a:focus, 
h3 a:hover, h3 a:focus {
	color: #d00; }

strong, b { font-weight: bold; }

em, i { font-style: italic; }

small { font-size: .9em; }

blockquote { 
	margin: 20px 40px; 
	line-height: 1em; 
	font-size: 1.1em;
	text-align: right;
	color: #c7b5a5; }

/**********************
   STANDARD STYLING
**********************/

hr { display: none; }
.hr { 
	width: 100%;
	height: 8px; 
	margin: 20px auto; }

.Border { border: solid 1px #ddd; }
	a:hover .Border,
	a:focus .Border,
	a.Border:hover,
	a.Border:focus { border: solid 1px #ec9000; }
	
.Center { margin-left: auto; margin-right: auto; }
img.Center { display: block; margin-left: auto; margin-right: auto; }

.Text-Left { text-align: left; }
.Text-Center { text-align: center; }
.Text-Right { text-align: right; }

.Float-Left { float: left; }
	img.Float-Left, p.Float-Left { margin: 0 20px 20px 0; text-align: left; }
	
.Float-Right { float: right; }
	img.Float-Right, p.Float-Right { margin: 0 0 20px 20px; text-align: right; }
	
.Float-None { float: none; }

/* Clear Fix */
.Clear:after, 
.ngg-galleryoverview:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0; }
* html .Clear, 
* html .ngg-galleryoverview		{ zoom: 1; } /* IE6 */
*:first-child+html .Clear,
*:first-child+html .ngg-galleryoverview { zoom: 1; } /* IE7 */

.Clear-Left { clear: left; }
.Clear-Right { clear: right; }
	
.gallery { margin: 1em auto; }

ol.List { list-style-type: decimal; }
ul.List { list-style-type: disc; }
ol.List, ul.List { margin: 0 40px 1em; }/*
ol.List li, ul.List li { margin-bottom: 1em; } */

.Horizontal-List { width: 105%; margin: 20px 0 20px -5%; }
	.Horizontal-List > li { float: left; width: 45%; padding: 0; list-style-type: none; margin: 0 0 5% 5%; }
	.Horizontal-List.Three-Up > li { width: 28%; }
	.Horizontal-List.Four-Up > li { width: 20%; }

*:first-child+html .Horizontal-List li	{ margin-left: 4.8%; } /* IE7 */

.No-Margin, .No-Margin li { margin: 0 !important; }
.No-Top-Margin, .No-Top-Margin li { margin-top: 0 !important; }
.No-Right-Margin, .No-Right-Margin li { margin-right: 0 !important; }
.No-Bottom-Margin, .No-Bottom-Margin li { margin-bottom: 0 !important; }
.No-Left-Margin, .No-Left-Margin li { margin-left: 0 !important; }
	

.Image-List li a img, .Image-Link img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1; }
			
	.Image-List li a:hover img, .Image-List li a:focus img, .Image-Link:hover img, .Image-Link:focus img {
			filter:alpha(opacity=60);
			-moz-opacity: 0.6;
			-khtml-opacity: 0.6;
			opacity: 0.6; } 
	
	
	
/*** =Boxes ***/

.Box { 
	width: 180px;
	padding: 20px;
	margin-bottom: 20px; }
	
	.Box.Full { width: 580px; }
	
	.Box.Left { float: left; }
		
	.Box.Right { float: right; }
	
	.Box, .Boxes { 
		background: url(../img/rgba.php?r=15&g=6&b=1&a=40) repeat;
		background: rgba(15,6,1,0.3); }
		
	.Boxes .Box { background-color: transparent; }


/*** =Resources ***/

.Resources, .Resources li { 
	list-style-type: none; 
	margin: 0 !important;
	padding: 0; }
	
	.Resources li a {
		background: url(../img/Resources.png) no-repeat 0 0; 
		display: block;
		margin-bottom: 5px; 
		padding: 15px 0px 15px 50px;
		font-size: 1em;
		line-height: 20px; }
		
		.Resources li a:hover, .Resources li a:focus { 
			background-position: 0 -100px; 
			text-decoration: none; }

/**********************
		=DESIGN
**********************/

html, body { 
	background: #000;
	height: 100%;
	width: 100%; }
	
#Main { 
	background: #000 url(../img/Background.jpg) no-repeat center top;
	width: 100%;
	min-height: 100%;
	position: relative; }
	
	* html #Main { height: 100%; } /* IE6 Bugfix */
	
	#Main #Main-Container { 
		width: 940px;
		margin: 0 auto;
		padding: 1px 0 0; }
		
		
#Header { 
	width: 620px; 
	float: right;
	padding-top: 180px;
	position: relative; }

	
	/*** =LOGO ***/
		
	#Logo a { 
		display: block;
		background: url(../img/Logo.png) no-repeat 0 0; 
		width: 615px; 
		height: 171px;
		float: right;
		margin-bottom: 40px; }
		
		/* #Logo a:hover, #Logo a:focus { background-position: 0 -350px; } */
		
	#Header h2 { 
		text-indent: -999em; 
		width: 1px; 
		height: 1px;
		margin: 0; padding: 0; }
		
		
	/*** =SKIP ***/
	
	.Skip { 
		position: absolute;
		top: 20px; 
		left: 0;
		right: 0;
		width: 100%;
		display: block; text-indent: -999em; }
			
		.Skip:focus, .Skip:active { 
			margin: -20px auto;
			text-align: center;
			text-indent: 0em;
			overflow: visible; 
			background: url(../img/rgba.php?r=15&g=6&b=1&a=40) repeat;
			background: rgba(15,6,1,0.6); 
			padding: 5px 0px; }
			
	
			
	#Dates { 
		text-align: center; 
		color: #f7f1e1;
		margin-bottom: 0px;
		line-height: 1.5em; }
		
	#Dates small { 
		font-size: .45em;
		line-height: 1.5em; }
			
		#Dates a {
			color: #f7f1e1;
			text-decoration: none; }
			
			#Dates a:hover,
			#Dates a:focus,
			#Dates a:active {
				text-decoration: underline; }
			

/*** =NAVIGATION ***/

#Navigation { 
	width: 500px;
	height: 100px;
	padding: 40px 60px 50px;
	margin: 0 0 20px;
	float: right;
	background: url(../img/Navigation.png) no-repeat center top; }
	
	#Navigation li { float: left; }
	
	#Navigation li a {
		display: block;
		/* width: 160px; */
		width: 240px;
		height: 25px;
		padding: 25px 0;
		text-align: center;
		 border-left: solid 1px #3c0708;
		font-size: 1.25em;
		line-height: .8em;
		position: relative;
		color: #f7f1e1;
		filter:alpha(opacity=90);
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;  }
		
		#Navigation li a small { 
			display: block;
			font-size: .6em;
			color: #b62016; }
		
		#Navigation li:first-child a { padding-left: 10px; border-left: none; }
				
			#Navigation li a:hover, 
			#Navigation li a:focus, 
			#Navigation li.Current a {
				text-decoration: none; 
				filter:alpha(opacity=100);
				-moz-opacity: 1;
				-khtml-opacity: 1;
				opacity: 1;
				color: #FFF;
				text-shadow: 0px 1px 15px rgba(255,255,255,.6); }
				
			#Navigation li a:hover small, 
			#Navigation li a:focus small, 
			#Navigation li a:active small { color: #C00; }
				
			#Navigation li.Current a ,
			#Footer-Navigation li.Current a { }
	
	
.IE7Clear { clear: both; width: 940px; height: 1px; }
			
			
/*** =CONTENT ***/
#Content {
	padding-bottom: 100px; }
	
.Post { margin: 0 0 40px; }

.Post .Post-Date { 
	float: left; 
	background: url(../img/Date-Flourish.png) no-repeat center 30px;
	font-size: 1.75em;
	width: 150px;
	padding-bottom: 80px; }
	
	.Post-Date .Month { 
		color: #b62016;
		vertical-align: super;
		padding-right: 5px;
		width: 60px; }
		
	.Post-Date .Day { font-size: 2em; }
	
.Post .Post-Content { 
	float: right; 
	width: 780px; }
	
.Post .Post-Content h3 { margin-left: -.15em; }


/*** =FOOTER ***/



#Footer { 
	width: 940px;
	height: 50px;
	padding: 0 0 40px;
	clear: both;
	position: absolute;
	bottom: 0px; }
	
	#Footer .Container {
		width: 100%;
		padding-top: 45px;
		margin-bottom: 20px; }
		
	#HFBC-Link { 
		text-indent: -999em;
		background: url(../img/Footer.png) no-repeat 0 0;
		display: block;
		width: 940px;
		height: 50px; }
		
		#HFBC-Link:hover,
		#HFBC-Link:focus,
		#HFBC_Link:active { background-position: 0 -100px; }


/**********************
  =Specific Elements
**********************/

#Volunteer { width: 480px; }

#Volunteer .Container { width: 475px; height: 440px; padding: 5px 0 0; overflow: scroll; overflow-x: hidden; overflow-y: scroll; }

.Lightbox { background: #FFF; color: #1d0709; position: relative; padding: 40px; }

.Lightbox h2, .Lightbox h3, .Lightbox h4, .Lightbox h5 { text-shadow: none; }

.Lightbox .TL, .Lightbox .TR, .Lightbox .BL, .Lightbox .BR,
#fancy-bg-ne, #fancy-bg-se, #fancy-bg-sw, #fancy-bg-nw { 
	background-repeat: no-repeat;
	background-position: 0 0; 
	display: block; 
	width: 60px; 
	height: 60px; 
	position: absolute;
	z-index: 100; }
	
.Lightbox .TL, #fancy-bg-ne {
	background-image: url(../img/TL-Photo-Border.png);
	top: -5px; 
	left: -5px; }
	
.Lightbox .TR, #fancy-bg-nw { 
	background-image: url(../img/TR-Photo-Border.png);
	top: -5px; 
	right: -5px; }
	
.Lightbox .BL, #fancy-bg-se {
	background-image: url(../img/BL-Photo-Border.png);
	bottom: -5px; 
	left: -5px; }
	
.Lightbox .BR, #fancy-bg-sw { 
	background-image: url(../img/BR-Photo-Border.png);
	bottom: -5px; 
	right: -5px; }
	
	
/* NGG-Gallery */

.ngg-galleryoverview { margin: 20px 0px 20px -20px;
	margin-left: -20px; }

	.ngg-gallery-thumbnail-box { float: left; margin-left: 20px; margin-bottom: 20px; }
	
		.ngg-gallery-thumbnail-box a { 
			filter:alpha(opacity=60);
			-moz-opacity: 0.6;
			-khtml-opacity: 0.6;
			opacity: 0.6; }
			
			.ngg-gallery-thumbnail-box a:hover,
			.ngg-gallery-thumbnail-box a:focus { 
				filter:alpha(opacity=100);
				-moz-opacity: 1;
				-khtml-opacity: 1;
				opacity: 1; }
				
	.ngg-navigation { clear: both; margin-left: 10px; }
	
	.ngg-navigation a, .ngg-navigation span { display: inline-block; padding: 0 0 0 10px; }
	
	
			
			
/*** =COUNTDOWN ***/
			
#Countdown { 
	position: absolute; 
	right: 0; 
	top: 20px; 
	width: 305px;
	text-align: right; }
	
	#Countdown #defaultCountdown {
		display: inline-block;
		width: 250px;
		margin: 0 0 .4em; }

	#Countdown .countdown_section { 
		font-size: .8em;
		float: left; 
		width: 60px; 
		margin-left: 20px; 
		text-align: center;
		color: #b62016;
		font-weight: bold; }
	
	#Countdown .countdown_amount { 
		font-size: 2.5em;
		color: #f7f1e1;
		line-height: 1em;
		font-weight: normal }
		
	#Countdown h4 { font-size: 1em; }
	
/* Order Online */
#Order-Online-Button { 
	width: 500px; 
	text-align: center; 
	margin-top: -10px; }

#Order-Online-Small { 
	background: url("../img/BT_Order-Online_Small.gif") no-repeat 0 0;
	display: block; 
	margin: 0 auto;
	/*float: right; */
	width: 160px; 
	height: 65px;
	text-align: left;
	text-indent: -999em; z-index: 50; }

	#Order-Online-Small:hover,
	#Order-Online-Small:focus,
	#Order-Online-Small:active { background-position: 0 -100px; }


/* Christmas Options */	
#Christmas-Eve, #Candy-Cane-Lane {
	background: url("../img/PH_Christmas-Options.png") no-repeat 0 0;
	background-image: url("../img/PH_Christmas-Options.gif")\9; /* IE6/7/8 hack */
	display: block;
	float: right;
	width: 180px;
	height: 65px;
	text-align: left;
	text-indent: -999em; }

	
	#Christmas-Eve { padding-right: 10px; }
	
	#Candy-Cane-Lane { 
		width: 110px;
		background-position: -250px 0; }

#Feedback { width: 520px; height: 600px; }
	
	
	
	
	
	
	
	

