/* @override http://privat.mortenandresen.dk/style.css */

body {
	font: 12px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	background: #ccc url(/images/shadowfade.png) repeat-x fixed;
	margin: 0px;
	padding: 0px;
	cursor: default;
}

/* @group Headers */

h1 {
	font: normal 28px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #069;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	margin: 20 0 20px;
}

h1 span {
	color: rgba(0,0,0,0.6);
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}

h2 {
	font: bold 16px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #069;
	padding-top: 20px;
}

h3 {
	font-size: 1em;
	color:  #069;
	padding-top: 15px;
}

/* @end */

/* @group Content */

#box {
	width: 740px;
	margin: 20 auto 20 auto;
	background: url(/images/tree-fade-full.png) no-repeat right bottom;
	background-color: #B5D3E1;
}

#banner {
	margin: 0 0 -12 0;
}

#navigation {
	background: url(/images/navigation-fade-black.png) repeat-x;
	background-color: #069;
}

#navigation ul {
	line-height: 24px;
	padding: 2 5 0 2;
}

#navigation li {
	display: inline;
	padding: 10 16 0 16;
	margin: 0 -2 0 -2;
	border: 0px solid black;
	}

/* @group Pages */

#content {
	min-height: 450px;
	padding: 20 20 20 40;
	width: 500px;
	margin-top: -12px;
}

#page {

}



/* @end */

p {
	color: #000;
}

p strong {
	font-weight: bold;
}

p.align-center {
	text-align: center;
}

p.align-right {
	text-align: right;
}

img {
	border: 0px;
}

ul li {
	list-style-type: square;
}

blockquote {
	font-weight: normal;
}

#floatright {
	float: right;
	margin: 0 0 20 20;
	width: 150px;
	text-align: center;
	}

#floatright img {
	border: 1px solid black;
	margin-top: 90px;

}

.portrait {
	border: 1px solid black;
}

#madeby {
	width: 740px;
	font: 10px "Lucida grande", Lucida, Geneva, sans-serif;
	margin: -10 auto 10 auto;
	text-align: center;
	clear: both;
}

/* @group Table */

table {
	margin: 0 auto 0 auto;
}

th {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 10px 0px 6px;
	background: url(/images/table-bottom-up-fade.png) repeat-x bottom;
}

td {
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	vertical-align: top;
}

/* @end */

/* @end */


/* @end */

/* My Comment */

/* @group Links */
a:link, a:visited {
	color: #069;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
}

#navigation a:link, #navigation a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active {
	border-bottom: 3px solid white;
	padding-bottom: 2px;
}

/* @end */

/* @group Lightbox */
#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; }


/* @end */

