/*
* Copyright 2006 Bjorn Wijers
* This file is part of Skycatcher.
* Skycatcher is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
* Skycatcher is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along with Skycatcher; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
* The latest source code is available at http://www.burobjorn.nl
* Contact burobjorn [at] burobjorn [dot] nl
* 
* Description: Skycatcher is a webapp which shows the skyline of Amsterdam on a certain time and date
*/

/*****************************************************************************
 *																			 *	
 *							**	GENERAL	**									 *
 *																			 *	
 *****************************************************************************/

html, body { 
	font: 12px "andale mono", "geneva", "lucida console", "courier"; 
	color: #FFF; 
	background: #000; 
	margin: 0px; 
	padding: 0px;
	text-align: left;
}

ul {
 list-style-type: none;
 padding: 0px;
 margin: 0px;
}

input {
	font: 12px "andale mono", "geneva", "lucida console", "courier";  
}


#main {
	z-index: 1;
	/*position: absolute;*/
	background: transparent;
}

#main #menu {
	float: right;
	width: 210px;
	background: transparent;
	margin: 0px;
	padding: 15px 0px 10px 5px;
}

#main #menu a:link {
	text-decoration: none;
	color: #fff;
}

#main #menu a:visited { 
	text-decoration: none; 
	color: #fff;
}
	
#main #menu a:hover, a:active { 
	text-decoration: underline;
	color: #fff;
}

#main #menu a.current { 
	text-decoration: none; 
	color: #f00;
}

#main #menu a:visited.current { 
	text-decoration: none; 
	color: #f00;
}

#photos { 
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 225px;
	background: transparent;
}

#photos a {
	padding: 0px;
	margin: 0px;
    color: #fff;
    text-decoration: underline;
}

#home_bg {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
	padding:0;
	margin:0;
}

#commercial {
    background-color: #000;
}
#commercial a:link {
	text-decoration: underline;
	color:#fff;
}

#commercial a:hover, a:active { 
	text-decoration: none;
	color: #fff;
}

#commercial a:visited { 
	text-decoration: underline; 
	color: #fff;
}

.stretch {
	width: 100%; 
	height: 100%;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

/*****************************************************************************
 *																			 *	
 *							**	HOMEPAGE  **								 *
 *																			 *	
 *****************************************************************************/

#intro_text {
	width: 550px;
	float: left;
	margin: 0;
	padding: 20px 0 0 50px;
}

#intro_text a:link {
	text-decoration: underline;
	color:#fff;
}

#intro_text a:hover, a:active { 
	text-decoration: none;
	color: #fff;
}

#intro_text a:visited { 
	text-decoration: underline; 
	color: #fff;
}

#intro_footer {
	clear:both;
	margin: 0;
	padding: 0 0 0 50px;
}


/*****************************************************************************
 *																			 *	
 *							**	SLIDERS	**									 *
 *																			 *	
 *****************************************************************************/
 
#sliders {
	margin-top: 5px;
 
}
/* 
.slider_label {
	padding-top: 5px;
	width: 200px;
}

.slider_handle {
	width:10px;
	height:10px;
	background-color:#fff;
	cursor:move;
}

.slider_track {
	width:200px;
	background-color:#aaa;
	height:5px;
}
*/
#formfields {
margin-left: 0px;
text-align: right;
width: 356px;
}

#formfields input {
margin: 5px;
}


/*****************************************************************************
 *																			 *	
 *							**	COLLECTION  **								 *
 *																			 *	
 *****************************************************************************/

 #tagphoto {
	 margin: 15px 0px 0px 200px;
 }



/*****************************************************************************
 *																			 *	
 *							**	LIGHTBOX  **								 *
 *																			 *	
 *****************************************************************************/

#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(../img/bb_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(../img/bb_lightbox/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(../img/bb_lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer {
	color: #aaa;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding:0 10px;
	color: #aaa;
}
	
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	

#imageData #caption{ font-weight: bold;	}


#imageData #optionsDisplay ul, li { 
	color: #aaa;
        margin: 0px;
        padding: 0px;
}


#imageData #optionsDisplay ul, li, a:link, a:visited {
	text-decoration: none;
	color: #000;
        margin: 0px;
        padding: 0px;
} 

#imageData #optionsDisplay ul, li, a:hover {
	text-decoration: underline;
	color: #aaa;
 margin: 0px;
        padding: 0px;
}


#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;
}
	
div.auto_complete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
}


.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 */
}	
