@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat:repeat-x;
	background: #4e4e4e;	
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image:url(http://www.houseofstone.org/gallery/images/gradient_background.jpg);
}

h1{
	color: #9e0b0f;
}

h3{
	color: #9e0b0f;
}

h2{
	color: #9e0b0f;
}


#container { 
	width: 800px;  
	background-color: #e2e2e2;
	margin: 0 auto; 
	margin-top: 15px;
	border: 3px solid #424242;
	text-align: left; 
} 

#header {
	width: 800px;
	height: 110px;
	background-color: #FFF;
	border-bottom: 3px solid #9e0b0f;
}

#logo {
	width: 170px;
	height: 50px;
	float: left;
	margin-top:60px;
}

#navcontainer ul {
	padding-left: 4px;
	margin-left: 0px;
	margin-top: 80px;
	background-color: #fff;
	float: left;
	width:78%;
	font-family: arial, helvetica, sans-serif;
	font-size:14px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #fff;
	color: black;
	text-decoration: none;
	float: left;
	border-left: 1px solid #900;
}

#navcontainer ul li a:hover {
	background-color: #e2e2e2;
	color: #fff;
	text-decoration:underline;
}


#main_content {
	width: 800px;
	background-color: #e2e2e2;
}

#main_picture {
	height: 375px;
	width: 605px;
	margin-top: 20px;
	margin-left: 100px;
	margin-bottom: 20px;
	background-color: #900;
}

#main_picture_large {
	height: 365px;
	width: 364px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}

#main_picture_top {
	width: 224px;
	height: 220px;
	margin-top: 5px;
	margin-left: 7px;
	float: left;
}

#main_picture_bottom {
	width: 224px;
	height: 136px;
	margin-top: 9px;
	margin-left: 7px;
	float: left;
}

#news_events {
	width: 280px;
	border-right: 3px solid #9e0b0f;
	float: left;
	padding: 0 0 0 20px;
}

#mission {
	margin: 0 0 0 300px;
	padding: 0 20px 20px 20px;
}

#footer {
	font-size: 10px;
	height: 55px;
	width: 800px;
	border-top: 3px solid #9e0b0f;
	margin: auto;
	background-color:#FFF;
	text-align:center;
}

#sidebar {
	width: 200px;
	border-right: 3px solid #9e0b0f;
	float: left;
	padding: 0 0 0 20px;
}

#sidebarnavcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#sidebarnavcontainer ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 12px;
text-decoration: none;
color: #666;
}

#sidebarnavcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: black;
text-decoration:underline;
}

#sidebarnavcontainer ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #9e0b0f;
}

#text {
	margin: 0 0 0 220px;
	text-align:left;
	padding: 0 20px 20px 20px;
}

#thumbnail {
	width:250px;
	float:right;
	margin-left: 7px;
	margin-bottom: 5px;
	text-align:left;
	padding: 0px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
