/*
    Lightbox Web Gallery for Adobe Lightroom, using Lighbox2
    by Marc Englund
    http://www.subdoc.com/marc/lightroom/lightbox
    
    Adobe Lightroom: http://www.adobe.com/products/photoshoplightroom/
    Lighbox2: http://www.huddletogether.com/projects/lightbox2
*/
html,body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	
	font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	font-size: 86%;
	
	color: #eeeeee;
	background-color: #161613;
}
h1 {
	margin-top: 1em;
	font-size:2em;
	letter-spacing:0.4pt;
}

h2 {
	color:#D0EB6A;
	font-size:1em;
	font-weight: normal;
	text-transform:uppercase;
}
h1, h2, h3 {
	font-family:"Trebuchet MS",Verdana,Sans-Serif;
}
a {
	color: #C0DB5A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 a:hover {
	text-decoration: none;
}

.header {
	height: 14px;
	background: #C0DB5A;
}


.footer {
	text-align: right;
	font-size: 0.8em;
	clear: both;
	border-top: 1px solid #C0DB5A;
	margin: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.info {
	float: left;
	width: 450px;
	margin-left: 20px;
	display: inline;
	margin-right: 2em;
}
.thumbs {
	float: left;
	margin-top: 11em;
	margin-left: 20px;
	margin-bottom: 6em;
	width: 210px;
}
.thumbs A {
	display: block;
	float: left;
	width: 100px;
	height: 98px;
	text-align: right;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #161613;
	background: #333333;
	border-bottom: 2px solid #333333;
	margin: 1px 1px 0px 0px;
}
.thumbs A:hover {
	border-bottom: 2px solid #D0EB6A;
	background: #404040;
	text-decoration: none;
}
