/* CSS Document */
/*

Table of Contents:
		layout
		typography
		forms
		sidebar
		blog posts
		comments
		search
		lightbox
*/





/* layout
----------------------------------------------- */
html, body {
	height: 100%;
	overflow: auto;
}

*{ margin: 0; padding:0; }

body{
	font: 11px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color: #666;
	background-color: #dde5d9;
	}

#quick-nav {
	width: auto;
	position:fixed;
	top: 138px;
	left:581px;
	display:inline;
	float: left;
	clear: both;
/*	overflow: hidden;	*/
}
* html .box sidebar  {
	position:absolute;
}

* html div#quick-nav  {
	position:absolute;
}

#quick-nav-two { 
	width: auto;
	position:fixed;
	top: 138px;
	left:805px;
	display:inline;
	float: left;
	clear: both;
/*	overflow: hidden;	*/
}

* html div#quick-nav-two {
	position:absolute;
}

#quick-nav img{	padding-bottom: 3px; }

#wrapper { padding: 25px 0 0 40px;}

.box{
	margin: 5px;
	padding: 20px; 
	background-color: #fff;
	border: 1px solid #ced4ca;
	border-bottom: 3px solid #ced4ca;
	border-right: 3px solid #ced4ca;
	font-size: 0.9em;
}

#content {
	padding-top: 0;
	\width: 474px;	/* IE5Win */
	w\idth: 420px;	/* Others */
	font-size: 1.0em;
	} 
			 /* IE5Win */	/* Others */
#sidebar-1 { \width: 220px;	w\idth: 170px; } 
#sidebar-2 { \width: 220px;	w\idth: 170px; } 
#sidebar-3 { \width: 160px;	w\idth: 110px; } 

#logo-sub{ padding: 6px 0 0 2px; }

#youTube { background-color:#FFFFFF;
}


/* typography
----------------------------------------------- */

h1,
h2,
h3{	font-family: "Lucida Grande", Tahoma, Arial, sans-serif; }

h1 { text-indent: -9000px; margin: 0; display: none;}
h2 { margin-top: 25px; margin-bottom: 0; font-size: 16px; }
h2 a { color: #63b4cd; }
h3 { font-size: 11px;
line-height: 1.5em;	margin: 0.5em 0 0 0;
}

p {	line-height: 1.5em;	margin: 0.5em 0 1.5em 0; }

ol, ul { line-height: 1.5em; margin: 0 0 1.2em 2em;	}

ul li,
ol li{ margin-bottom: 0.2em; }

img, a img{ border:none;}

a, a:hover { color: #8ab459; text-decoration: none; }
a:hover { color: #777; }

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
	}

pre{
	display: block;
	margin: 0.75em 1.5em 2.2em 0;
	padding-left: 0.8em;
	border-left: 1px solid #ccc;
	background-color: #efefef;
	overflow: auto;
	}

code{font-family: monospace;  font-size: 11px; color: #555; background-color: #efefef;}
pre code{ line-height: 1.3em;}

kbd{
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 3px 2px 4px;
	}

del, del * { text-decoration: line-through; }

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }

.small { font-size: 0.9em;	}



/* sidebars
----------------------------------------------- */

.sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	color: #63b4cd;
	background: url(images/arrow.gif) no-repeat center right;
	font-size: 1.1em;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.sidebar ul ul {
	margin: 1.0em 0 1.5em 0;
	border-top: 1px solid #dee4da;
	}
.sidebar ul ul li {
	padding: 0 0 0 10px;
	margin: 0;
	border-bottom: 1px solid #dee4da;
	}
.sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 2px 10px;
	} 
.sidebar ul ul li a:hover {
	background-color: #f3f3f3;
	}


/* blog posts
----------------------------------------------- */

.post {	border-bottom: 1px solid #dee4da; }
.postmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 0.9em;
	color: #999;
	}

.postentry img{
	border: 1px solid #ced4ca;
	padding: 3px;
	margin: 0 10px 10px 0;
	}
.postentry .icon{
	display: inline; 
	margin: 0;
	padding: 0;
	padding-right: 6px;
	border: none;
	}
	
.postentry table tr td{
	vertical-align:text-top;	}
	
.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(images/permalink.gif) no-repeat center left;
	}


/* lightbox UPDATED to 2.03.1
----------------------------------------------- */

#lightbox{
	position: absolute;
	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{
	text-decoration: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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
