/* HowieNordstrom.com
   (c) 2006 Copyright: Howie Nordström. All rights reserved.
*/

/*  set values to '0' to avoid display problems, and to increase FF & IE compatibility  */
* {margin:0; padding:0; border:0;}

/* 
////  Main elements  ////
*/
html, body {
  height: 100%; font-family: Arial,sans-serif; font-size: 10px; color: #000000; background-color: #2d2d2d; 
/* Is there a way to change the border in the scrollbar? Search for scrollbar properties. */
/*
  SCROLLBAR-TRACK-COLOR: #000000; 
  SCROLLBAR-BASE-COLOR: #1d1d1d;
*/
}

a {text-decoration: none;}
img {display: block; border: 0;}
ul {list-style-type: none;}
h1 {font-size: 1.4em; font-weight: bold; margin-bottom: -0.2em;}

.kursiv {font-style: italic;}

  /*  main div  */
#container {}

/*
////  Left column  ////
*/
#Lcolumn {
	min-height: 100%;
	height: auto;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 15%;
	color: #000000; 
	background-color: #1d1d1d;
	background-image: url(LcolumnBorder.gif); 
	background-repeat: repeat-y; 
	background-position: top right;
}

* html #Lcolumn{height:100%;}

  /*  thumbnail positioning: // required in order to get around the IE6 'negative margin visability' bug.  */
#thumbsOuter {
  	color: #000000;
  	background-color: inherit; 
	position: absolute;
	margin: 4% 0 0 15%;
  	z-index: 40;
	height: 444px;
	width: 100px; 
}

  /*  left column thumbnails  */
#thumbsInner {
	background-color: transparent;
	position: absolute;
	top: 17px;
	left: 0px;
 	margin-left: -48px;
 	width: 36px;
	height: 420px;
	visibility: visible;
}

  /* class & id information for the thumb & swap scripts found in imgList.js */
#thumbsInner img {padding-top: 9px;} 
.init_image img, .inactive_class img {filter:alpha(opacity=30);-moz-opacity: 0.3;opacity: 0.3;}
.hover_class img, #active_id img {filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;}

/* not in use because of the thumb & swap scripts
#thumbsInner a img {opacity: 0.3; -moz-opacity: 0.3; filter: alpha(opacity=30);}
#thumbsInner a:hover img {opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100);}
#thumbsInner a:active img, #thumbsInner a:focus img {opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100);}
*/ 

  /* gallery numbers at the base of the thumbs */
#thumbsInner a#gallNbr {color: #d4d4d4; background-color: inherit; font-size: 1em; padding-left: 1px; line-height: 3em;}
#thumbsInner a:link#gallNbr {color: #d4d4d4; background-color: inherit;}
#thumbsInner a:visited#gallNbr {color: #d4d4d4; background-color: inherit;}
#thumbsInner a:hover#gallNbr {color: #0099cc; background-color: inherit;}

#thumbsInner a#gallCurrent {color: #555555; background-color: inherit; font-size: 1em; padding-left: 1px; line-height: 3em;}

  /*  left column footer  */
#Lfooter {
	position: absolute;
	bottom: 2%;
	right: 0;
	z-index: 20;
	width: 80%;
	height: 25px;
	margin: 0 0.4em 0.8em 0;
	color: #000000; 
	background-color: transparent;
  font-size: 1.1em;
  font-style: italic;
	line-height: 130%;
	text-align: right; 
}

  /*  left column copyright, viewing guide, & validate links  */
#viewing {color: #5f6344; background-color: inherit;}
#viewing  a {color: #5f6344;	background-color: inherit; padding: 0 0.5em 0 0.5em; text-decoration: underline;}
#viewing  a:link {color: #c7cca9;	background-color: inherit;}
#viewing  a:visited {color: #5f6344;	background-color: inherit;}
#viewing  a:hover {color: #0099cc;	background-color: inherit; }

#cpyrght {color: #555555;	background-color: transparent; padding-right: 0.5em;}

#valid a {color: #555555;	background-color: transparent; padding-right: 0.8em; font-size: 0.9em;}
#valid a:link {color: #555555;	background-color: transparent; padding-right: 0.8em; font-size: 0.9em;} 
#valid a:visited  {color: #555555;	background-color: transparent; padding-right: 0.8em; font-size: 0.9em;}
#valid a:hover {color: #0099cc;	background-color: transparent; padding-right: 0.8em; font-size: 0.9em;}

/*
////  Right column  ////
*/
#Rcolumn {
	color: #000000; 
	background-color: transparent;
	position: absolute;
	width: 85%;
	margin: 4% 0 0 15%;
	z-index: 0;
}

  /* content viewing window */
#ViewerBorderTop {
  height: 2px;
	width: 100%;
	background-image: url(ViewerBorderTop.gif); 
	background-repeat: repeat-x; 
	background-position: top left; 
}

#ViewerBorderBottom {
  height: 2px;
	width: 100%;
	background-image: url(ViewerBorderBottom.gif); 
	background-repeat: repeat-x; 
	background-position: top left;
}

  /* Home page viewer */
#HomeViewer {
  height: 420px;
	width: 100%;
	background-color: #333333;
}

  /* Home page menu */
#HomeMenu {
  padding: 0.3em 0 0.8em 0; 
	font-size: 1.0em;
  font-weight: bold;
	font-variant: small-caps; 
	letter-spacing: 0.15em;
	line-height: 1.3em;
}

#HomeMenu ul {float: left; margin-left: -1px; padding-left: 0;}
#HomeMenu li {display: inline;}

#HomeMenu ul a {float: left; text-decoration: none; background-color: inherit; margin-right: 0em; border-left: #000 solid 1px; padding: 0 1.6em 0.2em 1.6em;}
#HomeMenu a:link {color: #c7cca9;}
#HomeMenu a:visited {color: #c7cca9;}
#HomeMenu a:hover {background-color: #74745f;}

  /* Menu for all pages (ej Home page) */
#Menu {
  padding: 0.6em 0 0 0; 
	font-size: 1em;
  font-weight: bold;
	font-variant: small-caps; 
	letter-spacing: 0.15em;
	line-height: 0.8em;
}

#Menu ul {float: left; margin-left: -1px; padding-left: 0;}
#Menu li {display: inline;}

#Menu a {float: left; text-decoration: none; background-color: inherit; margin-right: 0em; border-left: #000 solid 1px; padding: 0.2em 1.4em 0.2em 1.4em;} 
#Menu a:link {color: #c7cca9; background-color: inherit;}
#Menu a:visited {color: #c7cca9; background-color: inherit;}
#Menu a:hover {color: #c7cca9; background-color: #74745f;}

#Menu a#current {color: #555555; background-color: inherit;}
#Menu a:link#current {color: #555555; background-color: inherit;}
#Menu a:visited#current {color: #555555; background-color: inherit;}
#Menu a:hover#current {color: #555555; background-color: transparent ;}

  /*  Quote images */
#Citat {clear: left; margin-top: 2em; color: #939393; background-color: transparent; text-align: right;}
.citat1 {width: 620px;}
.citat2 {width: 485px;}
#Citat img {display: inline;}

  /* Gallery page viewer */
#GalleryViewer {
  height: 445px;
	width: 100%;
	background-color: #4d4d4f;
	background-image: url(galleryBkg.jpg); 
	background-repeat: repeat-y; 
	background-position: top left;
}

  /* table for pictures not greater than 418px in height & 628px in width */
#standardViewTbl {height: 445px;	width: 640px;}
#standardViewTbl img {border: #000000 solid 1px;}

  /* tables for pictures that don't fit in standardViewTbl (v. & h. panoramas) */
#HpanoViewTbl {height: 445px;	width: 840px;}
#HpanoViewTbl img {border: #000000 solid 1px;}

#VpanoViewTbl {height: 420px;	width: 630px;}
#VpanoViewTbl img {border: #000000 solid 1px;}

  /* Contact page viewer */
#ContactViewer {
  height: 420px;
	width: 100%;
	background-color: #0d0e10;
	background-image: url(contactBkg.jpg); 
	background-repeat: no-repeat; 
	background-position: bottom left;
}

#ContactInner {
  color: #ffffff;
  background: transparent; 
	position: absolute;
	margin: 30px 0 0 55px;
  z-index: 50;
	width: 440px;
	height: 330px;
}

  /* Reportage page viewer */
#ReportViewer {
  height: 420px;
	width: 100%;
	background-color: #0d0e10;
  background-image: url(reportageBkg.jpg); 
	background-repeat: no-repeat; 
	background-position: bottom left;
}

#ReportInner {
  color: #ffffff;
  background: transparent; 
	position: absolute;
	margin: 30px 0 0 55px;
  z-index: 50;
	width: 500px;
	height: 330px;
}

#reportage img {display: inline;}
#reportage a {color: #5f6344;	background-color: inherit; padding: 0 0.5em 0 0.5em; text-decoration: underline;}
#reportage a:link {color: #c7cca9;	background-color: inherit;}
#reportage a:visited {color: #5f6344;	background-color: inherit;}
#reportage a:hover {color: #0099cc;	background-color: inherit; }

  /* Biography page viewer */
#BioViewer {
  height: 420px;
	width: 100%;
	background-color: #0d0e10;
	background-image: url(bioBkg.jpg); 
	background-repeat: no-repeat; 
	background-position: bottom left;
}

  /* Viewing Guide page viewer */
#ViewingViewer {
  height: 420px;
	width: 100%;
	background-color: #0d0e10;
}

#ViewingInner {
  color: #ffffff;
  background-color: transparent; 
	position: absolute;
	margin: 30px 0 0 55px;
  z-index: 50;
	width: 600px;
	height: 300px;
}

  /* formatting for text in the various 'viewers' */
.dots {color: #848466; font-size: 1.5em; margin: -0.1em 0 -1.5em 0;}
.dots2 {color: #848466; font-size: 1.5em;}
.dots3 {color: #848466; font-size: 1.5em; margin-left: 196px;}
.dots4 {color: #848466; font-size: 1.5em; margin-left: 160px;}
.dots5 {color: #848466; font-size: 1.5em; margin-left: 252px;}

.cFloat {clear: left;}

.standardLink a {color: #555555;	background-color: transparent; font-style: italic;}
.standardLink a:link {color: #555555;	background-color: transparent;}
.standardLink a:visited  {color: #555555;	background-color: transparent;}
.standardLink a:hover {color: #0099cc;	background-color: transparent;}

.smallFont {font-size: 0.9em;}
.cText1 {font-size: 1.2em; margin-left: 10px;}

.cText2 {font-size: 1.2em; margin-left: 260px;}
.cText2 a {color: #555555; background-color: inherit;} 
.cText2 a:link {color: #555555; background-color: inherit;}
.cText2 a:visited {color: #555555; background-color: inherit;}
.cText2 a:hover {color: #0099cc; background-color: inherit;}

.cText3 {font-size: 1.2em; margin-left: 190px;}

.cIndent1 {margin-left: 10px;}
.cIndent1 a {color: #5f6344;	background-color: inherit; padding: 0 0.5em 0 0.5em; text-decoration: underline;}
.cIndent1 a:link {color: #c7cca9;	background-color: inherit;}
.cIndent1 a:visited {color: #5f6344;	background-color: inherit;}
.cIndent1 a:hover {color: #0099cc;	background-color: inherit; }

.cIndent2 {float: left; width: 140px; margin-left: 10px;}
.cIndent3 {float: left; width: 50px; text-align: right;}
.cIndent4 {float: left; width: 50px; text-align: right;}
.cIndent5 {float: left; width: 140px; margin-left: 25px;}
.cIndent6 {float: left; width: 188px; margin-left: 10px;}
.cIndent7 {float: left; width: 100px; text-align: right;}

.validate a {color: #555555;	background-color: transparent; font-style: italic;}
.validate a:link {color: #555555;	background-color: transparent;}
.validate a:visited  {color: #555555;	background-color: transparent;}
.validate a:hover {color: #0099cc;	background-color: transparent;}




