/* Css file for janteel.com */

body {
margin: 0;
padding: 0;
font: 12pt "Times New Roman", "TimesNR", Times, serif;
text-align: left;
background-color: black;
}

/* Structure
---------------------
*/

#jan, #footer, #flags, .brown_line, #navi, #subnavi {
display: none;
}

#header {
position: absolute;
top: -70px;
left: 0px;
height: 251px;
width: 180px;
}

.right img {
float: right;
margin: 5px 0 5px 5px;
border: 1px solid #7D7139;
}

.left img {
float: left;
margin: 5px 5px 5px 10px;
border: 1px solid #7D7139;
}

.center img {
width: auto;
margin: 0 auto;
margin: 5px 5px 5px 10px;
border: 1px solid #7D7139;
}

/* Lists
---------------------
*/

ul {
list-style-type: none;
display: block;
}

/* Tables
---------------------
*/

table {
margin-left: 10px;
table-layout: auto;
border-collapse: separate;
border-spacing: 1px 3px;
}

td {
vertical-align: middle;
text-align: center;
}

/* Navigation
---------------------
*/

/* Headings
---------------------
*/

h1 {
margin-left:10px;
padding: 10px 5px 10px 5px;
font-family: 'Times New Roman', Times, serif;
font-size: 1.8em;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 0.2em;
text-align: right;
color: #9fa3a9;
line-height: 1.5em;
background-image: url("../images/headline_background.jpg"); 
background-repeat: repeat-y;
}

h2 {
margin-left: 0.5em;
font-size: 1.2em;
font-weight: normal;
letter-spacing: 0.1em;
padding: 0 0 5px 5px;
}

/* Links
---------------------
*/

a {
text-decoration: underline;
color: #9fa3a9;
outline: none;
}

a:hover {
color: #dbdde0;
border: 0px;
}

a:active, visited {
color: #9fa3a9;
}

/*Forms
---------------------
*/

form td {
text-align: right;
}
 
label, input, textarea {
background-color: #cccccc;
}

/* Misc
---------------------
*/

.center {
text-align: center;
}

p.bottomline {
background-image: none;
position: absolute;
right: 10px;
bottom: 0;
}

/* Misc = fonts
---------------------
*/

p {
margin-left: 0.5em;
padding: 5px 5px 10px 5px;
font-size: 1.1em;
line-height: 1.3em;
}

/* Misc = images
--------------------
*/

img {
border: 0;
}

/* Lightbox
-------------------
*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: black;
	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/lightbox/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/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font-family: Verdana, Arial, Sans serif;
  font-size: 0.75em;
  line-height: 1.2em;
  color: #9fa3a9;
	background-color: black;
	margin: 0 auto;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


