BODY
{
	padding: 0;
	margin: 0;
	font: 90%/160% Helvetica, Arial, Verdana, sans-serif;
	background-color: #FFF;
border-top: 5px solid #C12727;
}





#accessibility
{
	display: none;
}
#wrapper
{
	margin: 0 auto;
	width: 650px;
}
#header
{
	float: left;
	width: 100%;
}



A
{
	color: #C12727;
}
A:hover
{
	color: #000;
}
SPAN.grey
{
	color: #999;
}



H1, H2, H3
{
	font-family: Georgia, Times, "Times New Roman", serif;
}
H1
{
	float: left;
	font-weight: normal;
	font-size: 300%;
	color: #C12727;
	margin: 50px 0 50px 0;
	background-image: url( '../images/logo.png');
	background-position: 0 0px;
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-bottom: 20px;
	_padding-bottom: 40px;
	padding-top: 10px;

	margin-left: -70px;
}
H1 A
{
	color: #C12727;
	text-decoration: none;
}
H1 A:hover
{
	color: #C12727;
}
H3
{
	display: inline;
	font-weight: normal;
	font-size: 150%;
}
H3 A
{
	color: #000;
	text-decoration: none;
}
H4
{
	margin-top: 25px;
}
H5 
{
	position: relative;
	font: 80%/140% Helvetica, Arial, Verdana, sans-serif;
	color: #666;
	font-weight: normal;
	float: right;
	text-align: left;
	margin: 0 -215px 0 0;
	width: 190px;
_margin-left: 10px;
	padding: 0;




}
H6 
{
	position: relative;
	font: 80%/140% Helvetica, Arial, Verdana, sans-serif;
	color: #666;
	font-weight: normal;
	float: left;
	text-align: right;
	margin: 0 0 0 -215px;
	width: 190px;
	padding: 0;
}


#header DL
{
	margin-top: 75px;
	float: left;
}
#header DL DT
{
	float: left;
}
#header DL DT A
{
	text-decoration: none;
	color: #666;
	margin: 0 20px 10px 0;
}
#header DL DT A:hover
{
	color: #000;
}




#time
{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #666;
	font-size: 80%;
}



#content DIV.article
{
	width: 435px;
margin-bottom: 40px
}
#content P
{
_width: 450px;
_margin-bottom: -20px;
}
#content IMG
{
	border: 1px solid #CCC;
	padding: 2px;

}
#content DIV.article IMG
{
	float: left;
display: inline;
	margin: 0 20px 10px 0;
}

#content DIV.article A.lWOn IMG
{
	float: left;
	margin: 0 5px 5px 0;
}
#content P.date
{
	font-size: 80%;
	color: #666;
}








UL.gallery
{
float: left;
	padding: 0;
	list-style-type: none;
	width: 450px;
display:block;
_margin-left: 0px;
}
UL.gallery LI
{
	float: left;
}



#footer
{
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
}
#footer UL
{
	margin: 0;
	padding: 10px 20px;
	list-style-image: url('../images/star.gif');
	list-style-type: none;
}
#footer H3
{
	margin-bottom: 20px;
}
#comments,
#comment
{
	float: left;
	width: 435px;
}
#comments DIV.comment
{
	float: left;
	width: 435px;
	margin: 20px 0;
}
#comments DIV.comment SPAN.author
{
	float: left;
	color: #CCC;
}
#comments DIV.comment P
{
	float: right;
	width: 300px;
	margin: 0;
}

DIV.comments-wrapper LABEL
{
	float: left;
	width: 150px;
}
DIV.comments-wrapper TEXTAREA
{
	height: 100px;
	width: 280px;
}
DIV.comments-wrapper INPUT.comment_name_input,
DIV.comments-wrapper INPUT.comment_web_input,
DIV.comments-wrapper INPUT.comment_email_input
{
	width: 200px;
}
DIV.comments-wrapper INPUT.button
{
}






#overlay {
	/* REQUIRED */
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	/* REQUIRED */

}

	/* REQUIRED */
	#overlay[id] {
   		position: fixed;
	}
	/* REQUIRED */

#lightWindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	/* REQUIRED */
}

	/* REQUIRED */
	#lightWindow[id] {
		position: fixed;
	}
	/* REQUIRED */

#lightWindow-contents {
	/* REQUIRED */
	display: none;
	position: absolute;
	overflow: hidden;
	/* REQUIRED */

	background-color: #ffffff;
	/* Of Note - If you specify a padding or border be sure to adjust the 'cushion' option, by default its set to 10 */
	border: 10px solid #ffffff;
}
	
#lightWindow-loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999; 
	/* REQUIRED */
	
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightWindow-loading-message {
    	font-size: 14px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightWindow-loading-options {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		border-left: 2px solid #cccccc;
		padding: 0 0 0 10px;
	}	

	#lightWindow-loading-options a,
	#lightWindow-loading-options a:link, 
	#lightWindow-loading-options a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightWindow-loading-options a:hover,
	#lightWindow-loading-options a:active {
		text-decoration: underline;
	}


	#lightWindow-loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightWindow-navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 150;
	/* REQUIRED */

	height: 100%;
	width: 100%;
}

	#lightWindow-navigation a,
	#lightWindow-navigation a:link,
	#lightWindow-navigation a:visited,
	#lightWindow-navigation a:hover,
	#lightWindow-navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightWindow-previous, 
	#lightWindow-next {
		width: 49%;
		height: 100%;
		background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightWindow-previous { 
		float: left;
		left: 0px;
	}

	#lightWindow-next { 
		float: right;
		right: 0px;
	}

	#lightWindow-previous:hover, 
	#lightWindow-previous:active { 
		background: url(../images/prevlabel.gif) left 15% no-repeat; 
	}

	#lightWindow-next:hover, 
	#lightWindow-next:active { 
		background: url(../images/nextlabel.gif) right 15% no-repeat; 
	}
	 	
#lightWindow-photo-galleries {
	/* REQUIRED */
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999; 
	/* REQUIRED */
}

	#lightWindow-photo-tab-container {
		width: 100%;
		height: 20px;
	}

	a#lightWindow-photo-galleries-tab,		
	a:link#lightWindow-photo-galleries-tab,
	a:visited#lightWindow-photo-galleries-tab {
		display: block;
		height: 20px;
		width: 70px;
		float: right;
		-moz-opacity:  0.70;
		opacity: .70;
		filter: alpha(opacity=70);
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 7px;
		font-size: 11px;
	}

	a:hover#lightWindow-photo-galleries-tab,
	a:active#lightWindow-photo-galleries-tab {
		color: #ffffbe;
	}

	.up	{
		background: url(../images/arrow-up.gif) no-repeat 60px 5px #000000;
	}

	.down {
		background: url(../images/arrow-down.gif) no-repeat 60px 6px #000000;
	}

	#lightWindow-photo-galleries-list {
		background-color: #000000;
		-moz-opacity:  0.70;
		opacity: .70;
		filter: alpha(opacity=70);
		overflow: hidden;
	}

	.lightWindow-photo-gallery-listing {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightWindow-photo-gallery-listing h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		margin: 5px 0 10px 0;
		font-size: 16px;
	}

	.lightWindow-photo-gallery-listing li {
		margin: 0 0 5px 0;
	}

	.lightWindow-photo-gallery-listing a, 
	.lightWindow-photo-gallery-listing a:link, 
	.lightWindow-photo-gallery-listing a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightWindow-photo-gallery-listing a:hover, 
	.lightWindow-photo-gallery-listing a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightWindow-data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
	
	background-color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

	#lightWindow-data-slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightWindow-data-title {
		width: 75%;
		padding: 0 0 0 10px;
		font-weight: bold;
		color: #666666;
		line-height: 1.4em;
	}
	
	#lightWindow-data-caption {
		width: 75%;
		padding: 0 0 0 10px;
		color: #666666;
		line-height: 1.4em;
	}
	
	#lightWindow-data-author {
		position: absolute;
		width: 100px;
		top: 0px;
		right: 10px;
		text-align: right;
		color: #666666;
		line-height: 1.4em;
	 	font-style: italic;
		font-size: 9px;
	}
	
	#lightWindow-data-image {
		position: absolute;
		font-size: 9px;
		width: 100px;
		top: 15px;
		right: 10px;
		text-align: right;
		color: #666666;
		line-height: 1.4em;
	}
	
#lightWindow-title-bar {
	/* REQUIRED */
	position: absolute;
	top: 0;
	left: 0;
	/* REQUIRED */
}
	
	#lightWindow-title-bar-title {
		/* REQUIRED */
		z-index: 50;
		/* REQUIRED */
		float: left;
		color: #ffffbe;
		font-size: 14px;
		width: 80%;
		line-height: 25px;
		text-align: left;
	}
	
	#lightWindow-title-bar-close {
		/* REQUIRED */
		z-index: 50;
		/* REQUIRED */
		float: left;
		width: 20%;
		text-align: right;
		line-height: 25px;
	}
	
	a#lightWindow-title-bar-close-link,	
	a:link#lightWindow-title-bar-close-link,
	a:visited#lightWindow-title-bar-close-link {
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightWindow-title-bar-close-link,
	a:active#lightWindow-title-bar-close-link {
		color: #ffffff;
	}


