/* 
	Lightbox v2 Project page styles	
	Author: Lokesh Dhakar http://www.lokeshdhakar.com
	Created: a long time ago (2006 I think)
	Table of Contents:
		layout
		typography
		
*/




/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	}

body{
	background: #161613;
	color: #eee;
	font: 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	}

#topborder{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.0em;
	
	}

#sidebar{ position:fixed; top: 38px; left:20px;	width: 230px; }
* html div#sidebar  { top: 38px; left:20px;	width: 230px; position:absolute; }

#content{ margin: 45px 10% 5em 290px; max-width: 600px; }


#content p a:hover,
#content dd a:hover { border-bottom: 1px dotted #8ad459; }
a img{ 	border: none;}




.thumbnail{
	
	background-color: #FFFFFF;
	float: left;
	margin: 8px;
	
	border: 1px solid;
	border-color:#999999;
	
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

