@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Meddon);
body {
	font-family: Helvetica, Arial, sans-serif;
	background:white;
	color: black;
	margin: 0;
	padding: 0;
	scrollbar-3dlight-color:black;
	scrollbar-arrow-color:#444;
	scrollbar-track-color:black;
	scrollbar-darkshadow-color:#333;
	scrollbar-face-color:black;
	scrollbar-highlight-color:#222;
	scrollbar-shadow-color:rgba(0,0,0,.5);}
::selection {
	background: black;
	color: white;
}
a, a:active, a:visited, a:link {
	font-weight: lighter;
	color:black;
	text-shadow: 0 0 2px rgba(0,0,0,.5);
	text-decoration: none;
}
a:hover {
	color: white!important;
	text-decoration: none!important;
	text-shadow: 0 0 2px rgba(0,0,0,1);
}
h1 {
	font-size: 12px;
}
#container {
	margin: auto;
	min-width: 300px;
	max-width: 960px;
}
#logo {
	background: url(images/lt.jpg) no-repeat left;
	background-size: contain;
	background-position: 20px;
	height:59px;
	min-width:300px;
	width:100%;
	z-index: 1;
}
#showcase, #showcase div a, #showcase div {
	max-width: 100%!important;
	margin: auto!important;
}
#showcase div a img {
	max-width: 100%!important;
	min-width: 300px;
	min-height: 300px;
}
#collection div {
	float:left;
	margin:0;
	padding:0;
	width:20%;
}
#collection div a img {
	float:left;
	margin:0;
	padding:0;
	width:100%;
}
#archive {
	background:black;
	width:100%;
	height:415px;
	overflow-y:hidden;
	overflow-x:scroll;
}
#archive div {
	float:left;
}
#nav {
	height:16px;
	min-width: 300px;
	max-width: 960px;
	width:100%;
	margin: auto;
}
#nav a {
	float:left;
	text-align: left;
	padding-left:25px;
}
#social {
	float: left;
	position: absolute;
	top:12px;
	right:12px;
	width:80px;
	height:40px;
}
#tw, #fb {
	float:left;
	height:40px;
	width:40px;
}
#tw{
	background: url(images/tw.png) center no-repeat;
	background-size: 40px;
}
#fb{
	background: url(images/fb.png) center no-repeat;
	background-size: 40px;
}
#thumbnails {
	min-width: 300px;
	max-width: 960px;
	margin: auto;
	text-align: center;
}
#thumbnails div, #thumbnails #a a, #thumbnails #b a {
	float:left;
}
#thumbnails #a {
	width: 15%;
}
#thumbnails #b {
	width: 2%;
	background: white;
	color:white;
}
#thumbnails #a a img, #thumbnails #b a img {
	width: 100%;
}
.spacer {
	width: 100%;
	height: .75in;
}
