<!---
a { color: #000000 }
a:link { color: #000000 }
a:visited { color: #000000 }
a:hover { text-decoration: none; color: #000000 }
a:active { text-decoration: none; color: #FF0000 }
a.small { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000 }
a.Verdana { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000 }

hr { color: #C0C0C0; font-size: 5px; line-height: 5px }
p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000 }
p.normal { font-family: Arial, Helvetica, sans-Serif; font-size: 12px; color: #000000 }
p.bold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: black; font-weight: bold }
p.italic { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: black; font-style: italic }
p.bold-italic { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: black; font-weight: bold; font-style: italic }
p.small { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000 }

ul { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000 }
li { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000 }
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #000000; font-weight: bold }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000; font-weight: bold }
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #000000; font-weight: bold }
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight: bold }
table { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000 }
th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000 }
td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000 }

.Verdana { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000 }
.caption { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000 }
.small { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000 }

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.jonasmaxwell.com/i/lightbox/lightbox-btn-prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.jonasmaxwell.com/i/lightbox/lightbox-btn-next.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* All the content boxes belong to the content class. */
.content01 {
  position: relative; 
  width: auto;
  min-width: 120px;
  margin: 0 265px 7px 275px;
  background-color: white;
  padding: 0;
  z-index: 3;
  background-color: #FFFFFF
}

#navleft {
  position: absolute;
  width: 260px;
  top: 129px;
  left: 0px;
  border: 0px solid black;
  background-color: white;
  padding: 0;
  z-index: 2;
}

.content-l {
  position: relative; 
  width: 250px;
  min-width: 120px;
  margin: 0px 7px 7px 7px;
  border: 0px solid black;
  background-color: white;
  padding: 0;
  z-index: 4;
  background-color: #FFFFFF
}

#navright {
  position: absolute;
  width: 260px;
  top: 129px;
  right: 0px;
  border: 0px solid black;
  background-color: white;
  padding: 0;
  z-index: 1;
}

.content-r {
  position: relative; 
  width: 246px;
  min-width: 120px;
  margin: 0px 7px 7px 7px;
  border: 0px solid black;
  background-color: white;
  padding: 0;
  z-index: 5;
  background-color: #FFFFFF
}

div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   }

.alignLeft { float:left; margin-right: 1em; }
.alignRight { float:right; margin-left: 1em; }

div.image-left
{
  float: left;
  margin: 0 10px 0 0;
  padding: 0px;
}

div.image-right
{
  float: left;
  margin: 0 0 0 10px;
  padding: 0px;
}

/* menu */
#menu {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	float:left;
	width:100%;
	background:#ffffff;
	font-size:60%;
	line-height:normal;
	border-bottom:0 solid #666;
	}
#menu ul {
	margin:0;
	padding:10px 0 0 10px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("http://www.jonasmaxwell.com/i/misc/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url("http://www.jonasmaxwell.com/i/misc/tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#000;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#000000;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}

#catmenu {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	float:left;
	width:100%;
	background:#ffffff;
	font-size:60%;
	line-height:normal;
	border-bottom:1px solid #666;
	}
#catmenu ul {
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
	}
#catmenu li {
	display:inline;
	margin:0;
	padding:0;
	}
#catmenu a {
	float:left;
	background:url("http://www.jonasmaxwell.com/i/misc/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#catmenu a span {
	float:left;
	display:block;
	background:url("http://www.jonasmaxwell.com/i/misc/tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#000;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#catmenu a span {float:none;}
/* End IE5-Mac hack */
#catmenu a:hover span {color:#000000;}
#catmenu a:hover {background-position:0% -42px;}
#catmenu a:hover span {background-position:100% -42px;}
--->

