/* cascading style sheet for Anne Kirkpatrick
................................................................ */

body {
	color: #ffffff;
	PADDING: 0px;
	margin: 0px;
	float: center;
	text-align: center;
	FONT-FAMILY: "Arial", Helvetica, sans-serif;
	background: #522F36 url(images/bg.jpg) no-repeat fixed center top;
}

.music {	background: #4A2429;
}


/* GLOBAL TEXT PROPERTIES
................................................................ */

h1 {
	padding: 0px;
	margin: 10px 0px 5px;
	color: #BAA699;
	font: normal 26px "Times New Roman";
}

h2 {
	FONT-FAMILY: "Times New Roman";
	font-size: 20px;
	padding: 0px;
	margin: 20px 0px 5px;
	font-weight: normal;
	color: #BAA699;
}

h3 {
	FONT-FAMILY: "Times New Roman";
	font-size: 40px;
	padding: 0px;
	margin: 20px 0px 20px;
	font-weight: bold;
	color: #ffffff;
}

p, label {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	line-height: 1.25;
	font-size: 0.9em;
}

.small {
	FONT-FAMILY: "Arial", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

li {
	padding: 0px;
	margin: 0px;
	line-height: 1.25;
	font-size: 0.9em;
	line-height: 1.25;
}
a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover, a:active {
		color: #FAE4CD;
	text-decoration: none;
}

/* IMAGE PROPERTIES
................................................................ */

img {
	margin: 0px 0px 20px;
	padding: 0px;
}

.noMargin {
	margin: 0px;
	padding: 0px;
}

.right {
	margin: 0px 0px 20px 20px;
	padding: 0px;
}

.gallery {
	margin: 0px 20px 10px 0px;
	padding: 0px;
	border: 10px solid #ffffff;
}


/* if css disabled
................................................................ */
.css { 
	display: none;
	}
	
/* MENU 
................................................................ */

.menu{
	margin: 20px 0px 10px;
	padding: 0px;
	width: 100%;
	float: left;
}

#nav {
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	float: right;
	font-weight: normal;
	FONT-FAMILY: "Times New Roman";
}

#nav UL {
	FLOAT: left;
	MARGIN: 0px 0px 5px 0px;
	padding: 0px;
}

#nav LI {
	FLOAT: left;
	list-style: none;
	margin:0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #ffffff;
}

#nav a:link, #nav a:visited{
	DISPLAY: block;
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover
{
	color: #BAA699;
	text-decoration: none;
}

#nav Li.last {
	margin:0px;
	padding: 0px 35px 0px 15px;
	background-image: url(images/music.gif);
	background-position: right center;
	background-repeat: no-repeat;
	border-right-style: none;
}

.navActive {
	DISPLAY: block;
	color: #BAA699;
	text-decoration: none;
}

/* main content
................................................................ */
.main {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	text-align: left;
}	
.header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;	
	color: #ffffff;
	border-top: 1px solid #ffffff;
}
.box {
	margin: 10px 0px 0px;
	padding: 10px;
	width: 460px;
	float: left;
	background: #2b080d;
}
.col1 {
	margin: 0px;
	padding: 0px;
	width: 480px;
	float: left;
}
.col2 {
	margin: 0px;
	padding: 0px;
	width: 480px;
	float: right;
}

.whole {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
/* footer
................................................................ */
#footer {
	width:100%;
	margin: 20px 0px;
	padding: 10px 0px 20px;
	float: left;
	text-align: left;
	font-size: 0.8em;
	color: #ffffff;
	border-top: 1px solid #ffffff;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> lightbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#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;
	color: #000000;
	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 */
	}
