html { 
	visibility: visible; 
} 
* {
	background-image: url(images/spacer.jpg);
	padding: 0;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
} 
a { 
	outline: none; 
} 
ul { 
	list-style-type: none; 
} 
img { 
	border: 0; 
	display: block;  
} 
link { 
	display: none; 
} 
header, footer, nav { 
	display: block; 
}   
body { 
	float: left; width: 100%; 
} 
#layout { 
	margin: 0 auto; 
}
header { 
	float: left; 
	width: 100%; 
	position: relative; 
	z-index: 90; 
	height: 100%;
} 
header h1 { 
	margin: 0; 
} 
header h1 a { 
	display: block; 
	position: absolute; 
	z-index: 2;  
	line-height: 1em; 
} 
header h1 a { 
	cursor: default; 
} 

footer { 
	float: left; 
	width: 95%; 
	padding: 10px 2.5%; 
	line-height: 1em; 
	overflow: hidden; 
} 
footer ul { 
	float: left; 
} 
footer li { 
	float: left; 
	margin: 0 10px 5px 0; 
} 
footer a { 
	font-weight: bold; 
	opacity: .7; 
	line-height: 1em; 
} 
footer a:hover { 
	opacity: 1; 
} 
.left header {
	width: 250px;
	height: 100% !important;
	border-radius: 0 !important;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
} 
#content {
	margin-left: 250px;
	border-radius: 0 !important;
	width: auto;
	padding: 0;
	float: none;
	background-color: transparent;
	background-repeat: no-repeat;
}  
.left nav li { 
	clear: left; 
	margin-bottom: 10px; 
}  
.left footer { 
	position: fixed; left: 0 !important; 
	bottom: 0 !important; 
	width: 210px !important; 
	padding: 20px !important; 
	margin: 0 !important; 
	background: transparent !important; 
	z-index: 91; 
} 
.left footer p { 
	clear: left; 
	text-align: left; 
	width: 100%; 
} 
.left footer .links { 
	margin-top: 5px; 
	width: 100%; 
} 
.left footer .links li { 
	clear: left; 
}   
.left #content > h2 { 
	display: none; 
}
nav {
	float: left;
	position: absolute;
	z-index: 91;
	height: 400px;
	width: 210px;
} 
nav ul { 
	float: left; 
} 
nav li { 
	float: left; 
	margin: 0 5px; 
} 
nav a {
	display: block;
	line-height: 1em;
} 
nav .images { 
	width: auto; 
}    
li a, li a:hover { 
	background: none !important; 
}   
.images { 
	float: left; 
	width: 100%; 
} 
.images li { 
	float: left; 
} 
.transparent { 
	opacity: 0; 
}  
.sidescroll .images { 
	display: block; 
	white-space: nowrap; 
	overflow-x: auto; 
	overflow-y: hidden; 
	position: relative; 
} 
.sidescroll .images li { 
	float: none; 
	display: inline-block; 
	position: relative; 
	margin: 0 40px; 
	vertical-align: middle; 
	max-height: 100%; 
	max-width: 100%; 
} 
.sidescroll .images img { 
	float: left; 
	max-height: 96%; 
	max-width: 100%; 
	-webkit-transition: opacity .25s ease-out; 
}  
.sidescroll .images li div { 
	position: absolute; 
	left: 0; bottom: 0; 
	right: 0; 
	white-space: normal; 
	color: #fff; 
	background: #000; 
	background: rgba(0,0,0,.7); 
	padding: 20px; 
	opacity: 0; 
	filter: alpha(opacity=0); 
	-webkit-transition: opacity .25s ease-out;
	-moz-transition: opacity .25s ease-out; 
} 
.sidescroll .images .hover div { 
	opacity: 1; 
	filter: alpha(opacity=80); 
} 
.sidescroll .images h4, .sidescroll .images p { 
	color: #fff; 
	margin: 0; 
	line-height: 1.3em; 
}  
body.left div.archive, body.left div.grid { 
	padding: 50px 5%; 
	width: 90%; 
} 
body.left #content .list { 
	padding: 50px; 
	max-width: 1000px; 
}  
.images::-webkit-scrollbar, .thumbs::-webkit-scrollbar { 
	height: 12px; 
	margin-bottom: 10px; 
} 
.images::-webkit-scrollbar-thumb:horizontal, .thumbs::-webkit-scrollbar-thumb:horizontal { 
	border: 2px solid rgba(255,255,255,.2); 
	border-radius: 10px; 
	background-color: rgba(0,0,0,.2); 
	-webkit-background-clip: padding-box; 
	min-width: 50px; 
} 
.images::-webkit-scrollbar-thumb:horizontal:hover, .thumbs::-webkit-scrollbar-thumb:horizontal:hover {
	background-color: rgba(0,0,0,.5); 
}    
body { 
	line-height: 1.4em; 
	-webkit-text-size-adjust: none; 
} 
h1, h2, h3, h4, h5 { 
	line-height: 1em; 
	margin: 1em 0; 
} 
p {
	line-height: 1.5em;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 17px;
}  
a { 
	text-decoration: none; 
}  
.body ul { 
	list-style-type: square; 
	padding-left: 40px; 
	margin: 0 0 1em; 
} 
.body ol { 
	list-style-type: decimal; 
	padding-left: 40px; 
	margin: 0 0 1em; 
} 
.body h2 { 
	border: none; 
} 
.body td { 
	padding: 5px; 
	border-top: 1px solid; 
}  
.body .right { 
	float: right; 
	margin: 0 0 20px 20px; 
	max-width: 50%; 
} 
