﻿@charset "utf-8";
body {
	background:#EFEBE3;
	background-image:url('../images/try.gif');
	background-repeat:repeat-y;
	background-position:top;
	color:#666666;
	font-family:georgia, serif;
	font-size:1em;
	line-height:160%;
}
.container {
	background-color:#fff;
	/*background-image:url('../images/containerbgrnd.gif');
	background-repeat:no-repeat;*/
}
#header {
	margin-bottom:-18px;
	text-align:center;
	height:180px;
}
#Linebreaktop {
	margin-bottom:20px;
}
#footer {
	text-align:center;
}
#footer p {
	width:950px;
	background:#2C2A25;
	margin:0 auto;
	padding-top:20px;
	color:#fff;
	height:150px;
}
.floatright {
	float:right;
	margin:10px;
	border:1px solid #2C2A25;
}
.waver {
	position:absolute;
	margin-bottom:0;
	margin-left:-12px;
	margin-top:198px; 
}
/*TEXT ELEMENTS*/

h1 { color:#2C2A25;

}
h2 {
	margin-bottom:18px;
        color:#2C2A25;
text-shadow: red 1px;

	
}
h4 {
	margin-top:10px;
	margin-bottom:10px;
        color:#2C2A25;


}
#rightcolumn ul li {
	padding: 0 0 1em;
	color: #777;
	font-size: 0.9em;
	list-style-type:none;
	margin-left:-52px;
}
p {
	margin:0 0 2em;
}
p + p {
	text-indent:0;
}
a {
	color: #99CC33;
	text-decoration:underline;
	font-weight:normal;
}
a:hover {
	color: #999;
	text-decoration:underline;
}
/*Lightbox styles*/

.clear {
	clear:both;
}
#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;
	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;
	line-height:1.4em;
	margin:0 auto;
}
#imageData {
	padding:0 10px;
}
#imageData #imageDetails {
	width:70%;
	float:left;
	text-align:left;
}
#imageData #numberDisplay {
	display:block;
	clear:left;
	padding-bottom:1em;
}
#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.6px;
	opacity:0.6px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
strong, b, #imageData #caption {
	font-weight:700;
}
