/* CSS Document */
* {margin:0px;padding:0px;}
p {margin-bottom:1em;}
ul{margin-left:20px;margin-bottom:1em}
/* commented backslash hack v2 \*/ 
html, body{	
  height:100%;
} 
/* end hack */ 

body {
   background: Black;
   color: #000000;
}
#outer{
   margin-left:200px;
   margin-right:200px;
/*	background: #FFF;  */
	margin-bottom:-17px;
	min-height:100%;
background: Black;	
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
/*	height:70px;  */
height:103px;
   background: White;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
}
#left {
	position:relative;/*ie needs this to show float */
   width:200px;
	float:left;
   margin-left:-199px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}
#left p, 
#right p {padding:3px}
#right {
	position:relative;/*ie needs this to show float */
   width:200px;
	float:right;
   margin-right:-199px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
   color: white;
}
#footer {
	width:100%;
	clear:both;
	height:15px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
   background-color: White;
	text-align:center;
	position:relative;
	font-size: 75%;
}
#clearheader{
/*   height:72px;   */
height:105px;
}/*needed to make room for header*/
#clearfooter{clear:both;height:17px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0px -1px;/* moz fix*/
	color: white;
background: Black;
text-align: center;
/*padding-left: 3px;*/
}
/* css stuff below is just for presentation and not needed for the demo */
#centrecontent p { padding: 0px 0px; }
h1 {font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; font-weight: lighter; font-size: 150%; padding: 20px;}
#left span {
	display:none;	
}	
#left a:hover {
	text-decoration: none;
	color:#222;
	background: #FFF;
}
#left a:hover span {
	display:block;
	position:absolute;
	left:130px;
	width:150px;
	z-index:20;
	background:#fff;
}
@media all and (min-width: 0px){
  #left a:hover span {
	top:150px;
  }
}
#left a { color:#1E90FF; } /*color:dodgerblue; }*/
#footer a {	color:#000; }
#footer span {
	display:none;	
}	
#footer a:hover {
	text-decoration: none;
	color:#222;
	background: #FFF;
}
#footer a:hover span {
	display:block;
	position:absolute;
	top:-95px;
	width:150px;
	z-index:20;
	background:#fff;
	left:50%;
}
html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-17px;} /*safari wrapper */



/* -------------------------------------------------------*/ 
/*                     Navigation Tab Fake                */
/* -------------------------------------------------------*/ 
/* Navigation  */
.topnav               {
  margin-top: -5px;
  border-top:2px solid #F5F5F5;
  background: #F5F5F5;
  font-size:.8em;
  TEXT-TRANSFORM: uppercase;
  TEXT-ALIGN: center;
  font-family: system,geneva, Tahoma, "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif ;
/*  font-weight:bold; */
} 
.topnav A             {
  border-left:1px solid silver;
  border-top:1px solid gray;
  border-right:1px solid black;
  border-bottom: 1px solid black;
  PADDING-RIGHT: 0.7em;
  PADDING-LEFT:0.7em;
  TEXT-TRANSFORM: uppercase;
  BACKGROUND:white;
  COLOR:#666;    
  TEXT-DECORATION: none;    
  FONT-FAMILY: Tahoma, "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif ;
} 
.topnav A:hover       {
  background: #9ACD32; /*yellowgreen*/
  color: black;
  text-decoration: underline;
}
.topnav A:active      {
  background: #B22222; /*firebrick*/
  color:black;
}
a.on                  {
  background: gray;
  color:white;
  border-top:1px solid black;
  border-left:1px solid black;
  border-right:1px solid black;
}
a.on:visited          {
  background: gray;
  color:white;
  border-top:1px solid black;
  border-left:1px solid black;
  border-right:1px solid black;
}
.bottomstuff          {
  font-weight:bold;
  font-family: Tahoma, Georgia, "Lucida Sans Unicode", serif;
  text-align:center;
  LETTER-SPACING:normal;
  background-color:black;
  border:1px solid #FF6600;
}
.bar {
  FONT-SIZE:.8em;
  font-family: Tahoma,Georgia, "Lucida Sans Unicode", serif;
  background:white;
  FONT-WEIGHT:bold;
  PADDING-RIGHT:2px;
  PADDING-LEFT:   2px;
  PADDING-BOTTOM: 2px;
  TEXT-TRANSFORM:uppercase;
  COLOR:gray;
  PADDING-TOP: 2px;
  BORDER-LEFT: black 0px solid;
  BORDER-TOP:1px solid black;
  BORDER-BOTTOM: black 2px solid;
  TEXT-ALIGN: center;
  TEXT-DECORATION:  none;
}

.bar A                {
  FONT-WEIGHT: bold;
  BACKGROUND: none transparent scroll repeat 0% 0%;
  COLOR: black; 
  TEXT-DECORATION: none
}
.bar A:hover          {
  FONT-WEIGHT: bold;
  BACKGROUND: #FFA500; /*orange*/
  COLOR: black;
  TEXT-DECORATION: none
}
.barcenter            {
  letter-spacing:1px;
  word-spacing:4px;
  padding-right:10%;
  margin:0 auto;
}


/* -------------------------------------------------------*/ 
/*                     Navigation Tab Fake                */
/* -------------------------------------------------------*/ 

p.blog1{
	font-family: Georgia;
	font-size: 12px;
	color: Black;
}

span.dropcap1{
	margin-right: 6px;
	margin-top: 5px;
	float: left;
	border: 1px solid DarkKhaki;
	padding-top: 2px;
	padding-right: 5px;
	color: White;
	background: Khaki;
	font-size: 80px;
	font-family: times;
	line-height: 60px;
}

span.dropcap2{
	margin-right: 6px;
	margin-top: 5px;
	float: left;
	border: 1px solid Black;
	padding-top: 2px;
	padding-right: 5px;
	color: Black;
	background: FireBrick;
	font-size: 80px;
	font-family: times;
	line-height: 60px;
}

/* table.borderwpx{
	border-width: medium;
	border-style: none;
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;*/
	/*border: thin;
	border-color: Fuchsia;
	border-style: solid;*/
/*	background: Black;
	color: Black;
}*/

table.borderwpx{
	/*border-width: thin;*/
	border-width: 1px;
	border-color: Black;
	border-style: solid;
	margin: 0px; /* JLL */
/*	margin-top: 20px; /* JLL */
	width: 610px; /* 590 JLL */
	text-align: left;
	background: White;
/*	padding: 0px 20px; /* Fung på Mozilla men ej IE - p.blogxxxxx istället */ /* JLL */
}

/*------------------------------------------*/
/* Here is the start of individual settings */
/*------------------------------------------*/

/*------------------------------------------*/
/* --- Home                             --- */
/*------------------------------------------*/

p.bloghome{
	font-family: Georgia;
	font-size: 12px;
	color: Black;
	margin-left: 5px; /* JLL */
/*	margin: 0px 20px; /* Fung på IE men ej Mozilla - tag borderwpx istället */
}
div.home{
	background: #EBE6E2;
	width: 610px;
	text-align: left;
	padding: 10px; /* JLL */
	margin-left: auto;
	margin-right: auto;
	/*color: Black;*/
}
img.home{
	border-color: Black;
	border-style: solid;
	float: none;
	border-width: 1px;
	padding: 5px;
/*	margin-right: 5px;
	margin-bottom: 5px; */ /* JLL */
	margin: 5px;
	/*border: 0;
	width: 200px;
	height: 150px;*/
}
span.dropcaphome{
	border: 1px solid Black;
	color: White;
	background: #EBE6E2;
	font-family: times;
	margin: 6px;
	float: left;
	padding-left: 5px; /* JLL */
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-size: 80px;
	line-height: 60px;
}

/*------------------------------------------*/
/* --- Info                             --- */
/*------------------------------------------*/

p.bloginfo{
	font-family: Georgia;
	font-size: 12px;
	color: Black;
	margin-left: 5px; /* JLL */
/*	margin: 0px 20px; /* Fung på IE men ej Mozilla - tag borderwpx istället */
}
div.info{
	background: #EBE6E2;
	width: 610px;
	text-align: left;
	padding: 10px; /* JLL */
	margin-left: auto;
	margin-right: auto;
	/*color: Black;*/
}
img.info{
	border-color: Black;
	border-style: solid;
	float: none;
	border-width: 1px;
	padding: 5px;
/*	margin-right: 5px;
	margin-bottom: 5px; */ /* JLL */
	margin: 5px;
	/*border: 0;
	width: 200px;
	height: 150px;*/
}
span.dropcapinfo{
	border: 1px solid Black;
	color: White;
	background: #EBE6E2;
	font-family: times;
	margin: 6px;
	float: left;
	padding-left: 5px; /* JLL */
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-size: 80px;
	line-height: 60px;
}

/*------------------------------------------*/
/* --- Skiing                           --- */
/*------------------------------------------*/

p.blogskiing{
	font-family: Georgia;
	font-size: 12px;
	color: Black;
	margin-left: 5px; /* JLL */
/*	margin: 0px 20px; /* Fung på IE men ej Mozilla - tag borderwpx istället */
}
div.skiing{
	background: powderblue;
	width: 610px;
	text-align: left;
	padding: 10px; /* JLL */
	margin-left: auto;
	margin-right: auto;
	/*color: Black;*/
}
img.skiing{
	border-color: lightskyblue;
	border-style: solid;
	float: none;
	border-width: 1px;
	padding: 5px;
/*	margin-right: 5px;
	margin-bottom: 5px; */ /* JLL */
	margin: 5px;
	/*border: 0;
	width: 200px;
	height: 150px;*/
}
span.dropcapskiing{
	border: 1px solid lightskyblue;
	color: White;
	background: powderblue;
	font-family: times;
	margin: 6px;
	float: left;
	padding-left: 5px; /* JLL */
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-size: 80px;
	line-height: 60px;
}

/*------------------------------------------*/
/* --- Interests                        --- */
/*------------------------------------------*/

p.bloginterests{
	font-family: Georgia;
	font-size: 12px;
	color: Black;
	margin-left: 5px; /* JLL */
/*	margin: 0px 20px; /* Fung på IE men ej Mozilla - tag borderwpx istället */
}
div.interests{
	background: tomato;
	width: 610px;
	text-align: left;
	padding: 10px; /* JLL */
	margin-left: auto;
	margin-right: auto;
	/*color: Black;*/
}
img.interests{
	border-color: red;
	border-style: solid;
	float: none;
	border-width: 1px;
	padding: 5px;
/*	margin-right: 5px;
	margin-bottom: 5px; */ /* JLL */
	margin: 5px;
	/*border: 0;
	width: 200px;
	height: 150px;*/
}
span.dropcapinterests{
	border: 1px solid red;
	color: White;
	background: tomato;
	font-family: times;
	margin: 6px;
	float: left;
	padding-left: 5px; /* JLL */
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-size: 80px;
	line-height: 60px;
}

/*------------------------------------------*/
/* --- Travel                           --- */
/*------------------------------------------*/

p.blogtravel{
	font-family: Georgia;
	font-size: 12px;
	color: Black;
	margin-left: 5px; /* JLL */
/*	margin: 0px 20px; /* Fung på IE men ej Mozilla - tag borderwpx istället */
}
div.travel{
	background: khaki;
	width: 610px;
	text-align: left;
	padding: 10px; /* JLL */
	margin-left: auto;
	margin-right: auto; 
	/*color: Black;*/
}
img.travel{
	border-color: darkkhaki;
	border-style: solid;
	float: none;
	border-width: 1px;
	padding: 5px;
/*	margin-right: 5px;
	margin-bottom: 5px; */ /* JLL */
	margin: 5px;
	/*border: 0;
	width: 200px;
	height: 150px;*/
}
span.dropcaptravel{
	border: 1px solid darkkhaki;
	color: White;
	background: khaki;
	font-family: times;
	margin: 6px;
	float: left;
	padding-left: 5px; /* JLL */
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-size: 80px;
	line-height: 60px;
}

/*------------------------------------------*/
/* --- Adventure                        --- */
/*------------------------------------------*/

p.blogadventure{
	font-family: Georgia;
	font-size: 12px;
	color: Black;
	margin-left: 5px; /* JLL */
/*	margin: 0px 20px; /* Fung på IE men ej Mozilla - tag borderwpx istället */
}
div.adventure{
	background: orange;
	width: 610px;
	text-align: left;
	padding: 10px; /* JLL */
	margin-left: auto;
	margin-right: auto;
	/*color: Black;*/
}
img.adventure{
	border-color: darkorange;
	border-style: solid;
	float: none;
	border-width: 1px;
	padding: 5px;
/*	margin-right: 5px;
	margin-bottom: 5px; */ /* JLL */
	margin: 5px;
	/*border: 0;
	width: 200px;
	height: 150px;*/
}
span.dropcapadventure{
	border: 1px solid darkorange;
	color: White;
	background: orange;
	font-family: times;
	margin: 6px;
	float: left;
	padding-left: 5px; /* JLL */
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-size: 80px;
	line-height: 60px;
}

/*------------------------------------------*/
/* --- Pictures                         --- */
/*------------------------------------------*/

p.blogpictures{
	font-family: Georgia;
	font-size: 12px;
	color: Black;
	margin-left: 5px; /* JLL */
/*	margin: 0px 20px; /* Fung på IE men ej Mozilla - tag borderwpx istället */
}
div.pictures{
	background: silver;
	width: 610px;
	text-align: left;
	padding: 10px; /* JLL */
	margin-left: auto;
	margin-right: auto;
	/*color: Black;*/
}
img.pictures{
	border-color: Black;
	border-style: solid;
	float: none;
	border-width: 1px;
	padding: 5px;
/*	margin-right: 5px;
	margin-bottom: 5px; */ /* JLL */
	margin: 5px;
	/*border: 0;
	width: 200px;
	height: 150px;*/
}
span.dropcappictures{
	border: 1px solid Black;
	color: White;
	background: silver;
	font-family: times;
	margin: 6px;
	float: left;
	padding-left: 5px; /* JLL */
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-size: 80px;
	line-height: 60px;
}

/*------------------------------------------*/
/* --- Film                             --- */
/*------------------------------------------*/

p.blogfilm{
	font-family: Georgia;
	font-size: 12px;
	color: Black;
	margin-left: 5px; /* JLL */
/*	margin: 0px 20px; /* Fung på IE men ej Mozilla - tag borderwpx istället */
}
div.film{
	background: silver;
	width: 610px;
	text-align: left;
	padding: 10px; /* JLL */
	margin-left: auto;
	margin-right: auto;
	/*color: Black;*/
}
img.film{
	border-color: Black;
	border-style: solid;
	float: none;
	border-width: 1px;
	padding: 5px;
/*	margin-right: 5px;
	margin-bottom: 5px; */ /* JLL */
	margin: 5px;
	/*border: 0;
	width: 200px;
	height: 150px;*/
}
span.dropcapfilm{
	border: 1px solid Black;
	color: White;
	background: silver;
	font-family: times;
	margin: 6px;
	float: left;
	padding-left: 5px; /* JLL */
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-size: 80px;
	line-height: 60px;
}

/*------------------------------------------*/
/* --- Contact                          --- */
/*------------------------------------------*/

p.blogcontact{
	font-family: Georgia;
	font-size: 12px;
	color: Black;
	margin-left: 5px; /* JLL */
/*	margin: 0px 20px; /* Fung på IE men ej Mozilla - tag borderwpx istället */
}
div.contact{
	background: gold;
	width: 610px;
	text-align: left;
	padding: 10px; /* JLL */
	margin-left: auto;
	margin-right: auto;
	/*color: Black;*/
}
img.contact{
	border-color: silver;
	border-style: solid;
	float: none;
	border-width: 1px;
	padding: 5px;
/*	margin-right: 5px;
	margin-bottom: 5px; */ /* JLL */
	margin: 5px;
	/*border: 0;
	width: 200px;
	height: 150px;*/
}
span.dropcapcontact{
	border: 1px solid silver;
	color: White;
	background: gold;
	font-family: times;
	margin: 6px;
	float: left;
	padding-left: 5px; /* JLL */
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-size: 80px;
	line-height: 60px;
}
form{
	font-family: Georgia;
	font-size: 12px;
	color: Black;
	margin-left: 60px;
}

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

p.bloglinks{
	font-family: Georgia;
	font-size: 12px;
	color: Black;
	margin-left: 5px; /* JLL */
/*	margin: 0px 20px; /* Fung på IE men ej Mozilla - tag borderwpx istället */
}
div.links{
	background: gold;
	width: 610px;
	text-align: left;
	padding: 10px; /* JLL */
	margin-left: auto;
	margin-right: auto;
	/*color: Black;*/
}
img.links{
	border-color: silver;
	border-style: solid;
	float: none;
	border-width: 1px;
	padding: 5px;
/*	margin-right: 5px;
	margin-bottom: 5px; */ /* JLL */
	margin: 5px;
	/*border: 0;
	width: 200px;
	height: 150px;*/
}
span.dropcaplinks{
	border: 1px solid silver;
	color: White;
	background: gold;
	font-family: times;
	margin: 6px;
	float: left;
	padding-left: 5px; /* JLL */
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	font-size: 80px;
	line-height: 60px;
}
