@import 'css_reset.css';
@import 'typography.css';

body {	
	background-color: #fefefe;
	color: #333;
	text-align: center;
	}
#header .container, 
#pagefooter div,
#content {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	}
#content {
	width: 740px;
/* 	position: relative; */
	margin: 0 auto 30px;
	display: table;
	}

.outerwrapper {
	}
/* header
---------------------------------*/	
#header {
	background: transparent url(../i/bg_header) left top repeat-x;
	padding-top: 20px;
	height: 206px;
	border-bottom: 1px solid #000;
	}
#header h1 a {
	background: transparent url(../i/logo_neon.png) left top no-repeat;
	width: 770px;
	height: 160px;
	display: block;	
	margin-left: -20px;
	text-indent: -999em;
	}
#header a.button {
	height: 36px;
	width: 181px;
	background: transparent url(../i/btn_forum.png) left top no-repeat;
	display: block;
	text-indent: -999em;
	float: right;
	margin: -7px 60px 0 0;
}
#header a.button:hover {
	background-position: 0 -36px;
	}
#content {

}
#content h1,
#content p {
	margin-right: 140px;
}

.mapLink {
margin-top:-10px;
color:#666;
}


ul.navbar {
	margin: 10px 0 50px 2px;
}
ul.navbar li {
	float: left;
	margin-right: 15px;
	font-size: 1.2em;
	}
ul.navbar li a:hover {
	color: #999;
	}
/* folderlist
---------------------------------*/
ul.folderlist {
	float: left;
	width: 170px;
	padding-top: 20px;
	}
ul.folderlist li a {
	outline: none;
	}
ul.folderlist li a:hover {
	text-decoration: underline;
}
ul.folderlist li a:visited {
	color: #666;
}
ul.folderlist em {
	color: #666;
	}
	
/* imagelist
---------------------------------*/

ul.imagelist li {
	float: left;
	}
ul.imagelist li a {
	width:150px;
	padding: 3px;
	height: 160px;
	display: block;
	border: 1px solid #ccc;
	margin: 0 15px 9px 0;
	text-decoration: none;
	color: #444;
	background-color: #fff;
	outline: none;
}
ul.imagelist a:hover {
	border-color: #777;
	}
ul.imagelist li em {
	padding: 3px;
	color: #666;
	display: block;
	width: 140px;
	font: .9em Verdana, Helvetica, sans-serif;
	}
.hide {
	display: none;
}
#footer {
	clear: both;
	margin-top: 2em;
	text-align: center;
}

/* footer nav
---------------------------------*/
#footer {
	clear: both;
	padding-top: 2em;
	}
#footer a {
	padding: 2px 6px;
	border: 1px solid #333;
	margin: 2px;
	}
#footer a:hover {
	border-color: #888;
	background-color: #333;
	}


/* pagefooter
---------------------------------*/
#pagefooter {
	height: 200px;
	margin-top: 20px;
	background: transparent url(../i/bg_pagefooter.png) left top repeat-x;
	border-top: 1px solid #000;
	font-size: .9em;
	color:#eee;
	}
#pagefooter h3 {
	margin-top: 0;
	font-size: 1.6em;
	
}
#pagefooter p {
	margin: 5px 0;
}
#pagefooter a {
	text-decoration: none;
	outline: none;
	
	color: #47e1f8;
	}
#pagefooter a:hover {
	text-decoration: underline;
}
#pagefooter .right {
	padding-top: 40px;
	}
.clear {
	clear: both;
	}
.right {
	float: right;
	padding-right: 20px;
}

/* polaroider
--------------------------------- */
		.fp_content {
			margin-top: 15px;
			width: 430px;
/* 			border: 1px dotted red; */
			float: left;
			height: 370px;
		}
		#content .fp_content h1,
		#content .fp_content p {
			margin-right: 0;
		}
		#fp_images {
/* 			border: 1px dotted green; */
/* 			display: table;		 */
			float: left;
			position: relative;
			margin-left: 60px;
			margin-top: -10px;
/* 			width: 150px; */
			}
		#p1,
		#p2,
		#p3,
		#p4,
		#p5 {
			position: absolute;
		}
		#p1 {
			left: -15px;
			top: 0px;
			z-index: 10;
			
		}
		#p2 {
			left: 5px;
			top: 115px;
			z-index: 20;
		}
		#p3 {
			left: -30px;
			top: 215px;
			z-index: 30;
		}
		#p4 {
			left: 0px;
			top: 330px;
			z-index: 40;
		}
		#p5 {
			left: 30px;
			top: 440px;
			z-index: 50;
		}

		.polaroid {
			width: 190px;
			height: 150px;
/* 			position: absolute; */
			background: transparent url('') 10px 13px no-repeat;
		}
		.polaroid div,
		.polaroid a {
			display: block;
			background: transparent url(../i/frameleft.png) left top no-repeat;
			width: 176px;
			height: 165px;
		}
		.polaroid.left div,
		.polaroid.left a {
			background-image: url(../i/frameright.png);
		}
		img {border: none;}

/* guestbook
--------------------------------- */
.gb_content {
	width: 410px;
	float: left;
	overflow:hidden; 
}
#content .gb_content p,
#content .gb_form p {
	margin-right: 0;
}
.gb_form {
	width: 280px;
	float: right;
}
.gb_form fieldset {
}
.gb_comment em {
	color: #aaa;
	}
p.gb_comment {
	margin: 0;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
	}
#gb_form form {
}
#gb_form label {
	display: block;
	margin-top: 5px;
	}
#gb_form input,
#gb_form #ud_comment {
	border: 1px solid #999;
	padding: 4px;
	line-height: 1.1em;
	font-size: 1em;
	width: 240px;
	}
#gb_form #ud_comment {
	width: 240px;
	font-size: 1.1em;
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	overflow: auto;
	}
#gb_form .button {
	width: auto;
	float: right;
	margin-top: 10px;
	padding: 3px 10px;
	margin-right: 30px;
	cursor: pointer;
	}
#gb_form em {
	color: #666;
	}
.warning {
	background-color: #ffffcc;
	color: #81181f;
	padding: 5px;
	border: 1px solid #81181f;
	margin-right: 10px;
	}
	
.clear {clear: both;}
/* rensa nedan från allt utom lightbox
--------------------------------- */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color: #666;
	}
	
/** Big image **/ 
 
#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;
	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 { color: #111; font-size: 1.2em;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 20px; 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 */
	}	