/* Table of Contents:

	Typography
	Header Layout
	Middle Layout
	Footer Layout
	Bottom Navigation
	Gallery Content
	Lightbox
	PHPlist
*/

/* Typography
--------------------------------------------------------------------------------------- */

#nav a:link, #nav a:visited  { 
	color: black; 
	font-size: 15px;
	line-height: 26px;
	letter-spacing: .3em; 
	font-family: Arial; 
	text-decoration: none;

}

#nav a:hover, #nav a:active  { 
	text-decoration: underline;
}

a:link, a:visited {
	color: #666; 
	text-decoration: none;
}
a:hover, a:active{
	color: #666; 
	text-decoration: underline;
}
#bio a:link, #bio a:visited {
	color: #fff; 
	text-decoration: none;
	margin-top: -20px;
	display: block;
	float: inherit;
	text-align: right;
	padding-right: 10px;
}
#bio a:hover, #bio a:active{
	text-decoration: underline;
}
.page_title { 
		font-size: 16px; 
		font-family: Arial; 
		font-weight: lighter; 
		line-height: 26px; 
		text-indent: 20px; 
		letter-spacing: .8em;
}

.gallery, .page_title { 
 color: #666;
}

.feature_title { 
	color: white; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 22px; 
	font-weight: lighter;
	text-indent: 10px;
	background-image: url(../images/feature_title_bkrnd.jpg);
	background-repeat: repeat-x; 
	clear: both;
	display: block;
	height: 22px;
	width: 406px;

}
.feature_title_onecolumn { 
	color: white; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 22px; 
	text-indent: 10px;
	background-image: url(../images/feature_title_bkrnd.jpg);
	background-repeat: repeat-x; 
	clear: both;
	display: block;
	height: 22px;
	width: 829px;

}

.redlinespace { 
	font-size: 1px; 
	line-height: 2px; 
	background-color: #ecf0ed; 
	border-bottom: 1px solid #8d2f25 
}

.column_copy  { 
	color: #ccc; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 140%; 
	padding: 10px 10px 0;

}
.column_copy_rhuffhome  { 
	color: #ccc; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 140%; 
	padding-left: 223px;
	padding-right: 18px;
	text-align: justify;
	font-weight: 100;

}

.red_title { 
	color: #8d2f25; 
	font-size: 18px; 
	font-style: italic; 
	font-weight: bold; 
	line-height: 110% 
}
.bold{
	font-weight: bold;
}
.center { 
	text-align: center; 
}
.right{
	text-align: right;	
}
/* Header Layout
--------------------------------------------------------------------------------------- */
#sitewrapper{
	width: 1024px;
}

#header{
	background-image: url(../images/header.jpg);
	height: 74px;
	background-repeat: no-repeat; 
	margin: 0
}

#homebutton a {
	display: block;
	position: absolute;
	width: 150px;
	height: 64px;
	margin: 4px 0 0 12px;
}

#homebutton a:hover, #homebuttonemail a:hover {
	background-color: transparent;
}
#homebuttonemail a {
	display: block;
	position: absolute;
	width: 197px;
	height: 24px;
	margin: 45px 0 0 794px;
}
#nav{
	background-image: url(../images/nav.jpg);
	height: 26px;
	display: block;
	padding-top: 1px;
	padding-left: 15px;
}

.gallery #nav {
 height: 25px;
}

#pagetitle { 
	height: 26px;
	margin: 0;
}

 
.background { 
	background-image: url("../images/background.jpg"); 
	background-repeat: repeat-y; 
	margin: 0 0 0 0
}

.background.gallery { 
	background-image: url("../images/background.jpg"); 
}


/* Middle Layout
--------------------------------------------------------------------------------------- */
#left, #middle {
	float: left;
	width: 406px;
	margin: 0 0 0 15;
}
#left2 {
	float: left;
	width: 406px;
	padding-left: 20px;
}

#feature_title{
	background-image: url(../images/feature_title_bkrnd.jpg);
	background-repeat: repeat-x; 
	height: 22px;
	width: 406px;

}
.feature_footer{
	background-color: #666666;
	height: 4px;
	width: 406px;
	margin-top: 20px;

}
#onecolumn {
	float: left;
	width: 829px;
	margin: 0 0 0 15;
}
.bioimage{
	float: left;
	width: 269px;
}
.bioimage a img{
	width: 250px;
	border: none;
}
#feature_title_onecolumn{
	background-image: url(../images/feature_title_bkrnd.jpg);
	background-repeat: repeat-x; 
	height: 22px;
	width: 829px;

}

#right_column{
	width: 140px;
	float: left;
	margin: 0 0 0 15;


}

.address_list{
	width: 180px;
	float: left;
	margin: 0 0 0 0;



}
.grey_box{ 
	background-color: #1d1d1d; 
	margin-top: 16;
	padding: 0 0 0 0; 
	clear: both;
	display: block;

}
.grey_box_right{ 
	background-color: #ccc; 
	margin-top: 16;
	padding: 0 0 0 0; 
	clear: both;
	display: block;

}
.grey_box2{ 
	background-color: #1d1d1d; 
	clear: both;

}

img.image_right { 
	float: right;
	margin: 0; 
	padding: 0 0 5px 5px; 
}
img.image_left { 
	float: left;
	margin: 0; 
	padding: 0 5px 5px 0; 
}

img.logos {
	border: 0px;
	padding: 5px 0 0 0;

}
/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer { 
	color: #666666;
	float: left;
	width: 1024px;
	height: 14px;
	background-color: #666666;
	background-repeat: repeat-x;
	margin: 3em 0 0 0;
}

#footer a:link, #footer a:visited {
	color: #666666; 
	text-decoration: none;
}
#footer a:hover, #footer a:active{
	text-decoration: underline
}

.footer_text  {
	color: #666666; 
	display: block;
	font-size: 10px; 
	font-family: Verdana; 
	text-align: center;
	width: 1024px;
	padding: 2px 0 0 0;

}

.gallery #footer {
 margin-top: 0.15em;
}

/*
#footer a:hover, #footer a:active { 
	color: #8d2f25; 
	text-decoration: underline 
}
	
.footer { 
	color: #8d2f25; 
	font-size: 9px; 
	font-family: Verdana 
}
*/

/* Bottom Navigation
--------------------------------------------------------------------------------------- */
#bottom-nav {
 clear: both; 
 background-color: transparent;
 color: #8A2E25;
 text-transform: uppercase;
 font-size: 10px;
 font-family: Arial, Helvetica, sans-serif;
 text-align: center;
 margin: 0;
 padding-top: 30px;
}

#bottom-nav a {
 background-color: transparent;
 color: #8A2E25;
 padding: 0 5px;
}

/* Gallery Content
--------------------------------------------------------------------------------------- */
.gallery #content {
 background-color: #000;
 color: #96979A;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 padding: 10px 10px 30px 20px;
}

.thumb {
 width: 188px;
 background: transparent url(../images/thumb-bottom.gif) left bottom no-repeat;
 color: inherit;
 float: left;
 margin: 0 10px 12px 0;
}

.thumb .img {
 text-align: center;
 margin: 0;
 height: 149px;
 /*display: table-cell;*/
 vertical-align: middle;  
 width: 188px;
}

.thumb .img img { 
 margin-top: expression((148 - this.height)/2);
 vertical-align: middle; 
 _vertical-align: top;
}

.thumb .title {
 background: transparent url(../images/thumb-top.gif) left bottom no-repeat;
 color: inherit;
 margin: 0;
 padding: 2px 0 7px 1px;
}

.thumb .zoom {
 text-align: right;
 padding: 0 1px 1px 0;
 margin: -4px 0 0 0;
 height: 10px;
}

.thumb a img {
 border: none;
}

.detail {
 width: 638px;
 margin: 0 0 0 172px;
 background: #000 url(../images/detail-bottom.gif) bottom left no-repeat;
 color: #96979A;
 text-align: center;
 padding-bottom: 25px;
}

.detail .category {
 text-align: center;
 background: #000 url(../images/category-bg.gif) bottom center no-repeat;
 color: #96979A;
 margin-bottom: 0;
 padding-bottom: 2px;
}

.detail h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
 background: #000 url(../images/detail-title-bg.gif) top center no-repeat;
 color: #EB8206;
 font-style: italic;
 text-align: center;
 margin: 0;
 padding: 5px 0 7px 0;
}

.large-img {
 clear: both;
}

.detail img {
 border: none;
}

.detail .back, .detail .slide {
 width: 215px;
 float: left;
 background: #000 url(../images/detail-tab.gif) top center no-repeat;
 color: inherit;
 padding: 5px 0 7px 0;
 margin: 0;
}

.detail .slide {
 float: right;
}
/* Lightbox Content
--------------------------------------------------------------------------------------- */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* phplist
--------------------------------------------------------------------------------------- */	
.required {
	color : red;
}
h1 { font-size: 1em; font-weight: bold; margin: 0.67em 0; }

/* Published Articles
---------------------------------------------------------------------*/
.thumbpub {
 width: 188px;
 background: transparent url(../images/thumb-bottom.gif) left bottom no-repeat;
 color: inherit;
 float: left;
 margin: 0 10px 12px 0;
}

.thumbpub {
 text-align: center;
 margin: 0;
 height: 149px;
 /*display: table-cell;*/
 vertical-align: middle;  
 width: 188px;
}

.thumbpub { 
 margin-top: expression((148 - this.height)/2);
 vertical-align: middle; 
 _vertical-align: top;
}

.thumbpub {
 background: transparent url(../images/thumb-top.gif) left bottom no-repeat;
 color: inherit;
 margin: 0;
 padding: 2px 0 7px 1px;
}

.thumbpub {
 text-align: right;
 padding: 0 1px 1px 0;
 margin: -4px 0 0 0;
 height: 10px;
}

.thumbpub a img {
 border: none;
}
