﻿/* 	Lightbox v2.0 Project page styles		Author: Lokesh Dhakar http://www.huddletogether.com	Table of Contents:		layout		typography*//* layout----------------------------------------------- */#topborder{		position: fixed;	top: 0;	left: 0;	width: 100%;	height: 1.0em;	background-color: #c0dB5A;	}/* typography----------------------------------------------- */pre{	display: block;	margin: 1.0em 0;	padding-left: 0.8em;	border-left: 1px solid #222;	background-color: #000;	overflow: auto;	}code{	font-size: 11px;	font-family: Verdana,Sans-Serif;	background-color: #000;	color: #aaa;	}pre code{ line-height: 1.1em;}kbd{	color: #555;	background-color: #ddd;	border-right: 1px solid #ccc;	border-bottom: 1px solid #ccc;	font-size: inherit;	font-family: inherit;	padding: 0 3px 2px 4px;	}fieldset{ border: none; }/* sidebar----------------------------------------------- */#nav{ list-style: none; margin: 2.0em 0; width: 15em;}#nav li{ padding: 0; margin: 0; }#nav a{	display: block;	height: 2.0em;	padding: 0.3em 0.2em 0.2em 0.8em;	border-bottom: 1px solid #1a1a1a;	color: #eee;	background-color: #333;	}#nav a:hover{	color: #1a1a1a;	background-color: #D0EB6A;	}	/* content----------------------------------------------- *//* misc----------------------------------------------- */.section{ border-top: 1px solid #3d3d33;  padding: 1.5em 0; }.first{ border-top: none; }.thumbnail{	width: 150px;	height: 150px;	padding: 3px;	}	.caption{ font-size: 0.9em; padding-top: 0.2em ;	}/* clearing----------------------------------------------- */.clearfix:after {	content: "."; 	display: block; 	height: 0; 	clear: both; 	visibility: hidden;	}* html>body .clearfix {	display: inline-block; 	width: 100%;	}* html .clearfix {	/* Hides from IE-mac \*/	height: 1%;	/* End hide from IE-mac */	}	
