html, body {
	width: 100%;
	height: 100%;
}

body {
	position: relative;
	font-family: 'Signika', sans-serif;
	font-size: 62.5%;
	overflow: hidden;
	color: #ddd;
	/* background-color: #555; */
	background-color: #1f1f1f;
}

a {
	text-decoration: none;
	color: #7fafdf;
}

a:hover {
	text-decoration: underline;
}

.panel1, .panel2, .canvas {
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	margin: 10px;
}

.panel1 {
	left: 0;
	width: 150px;
}

.panel2 {
	right: 0;
	width: 150px;
}

.canvas {
	width: auto;
	right: 150px;
	left: 150px;
	margin: 10px 20px;
	text-align: center;
}

.canvas li {
	display: none;
}

.canvas li.current {
	display: inline;
}

.canvas .caption {
	position: absolute;
	bottom: 50px;
	left: -160px;
	width: 150px;
	text-align: left;
}

.canvas .caption h2 {
	font-size: 1.8em;
	padding: 0 10px;
	line-height: 1.2;
	text-align: right;
}

.canvas .caption h2 .image-rank {
	color: #888;
}

.canvas .caption p {
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 0 10px 10px;
	color: #666;
}

.logo {
	padding-bottom: 10px;
}

.branding {
	text-align: center;
	margin-bottom: 10px;
}

.branding h1 {
	font-weight: 600;
	font-size: 2.4em;
	padding: 10px 10px 11px;
	border-bottom: solid 1px #333;
	text-transform: uppercase;
    line-height: 1.8em;
}

.branding h1 .jw {
	font-size: 0.65em;
	line-height: 1.8em;
	text-transform: capitalize;
}

.branding h1 a {
	text-decoration: none;
	color: #ddd;
}

.branding p {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2em;
	padding: 12px 10px 10px 10px;
}

.menu ul {
	font-size: 1.3em;
	padding: 6px 10px;
	margin-bottom: 10px;
}

.menu ul li {
	line-height: 1.6em;
	text-align: center;
}

.menu {
	display: none;
}

.contact {
	text-align: center;
}

.contact p {
	font-weight: 400;
	font-size: 14px;
	padding: 10px 10px 24px 0;
	color: #aaa;
/*	line-height: 20px;*/
}

.contact p:last-child {
	padding-bottom: 10px;
}

.nav {
	position: absolute;
	margin: 0 10px;
	bottom: 0;
	width: 130px;
	height: 40px;
}

.nav .button {
	float: left;
	width: 38px;
	height: 38px;
	margin-right: 8px;
	cursor: pointer;
}

.nav .button.expand {
	margin-right: 0;
	display: none; /* hide this for now until we get it working */
}

.thumbnails-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.thumbnails-container .button {
	position: absolute;
	width: 100%;
	height: 40px;
	cursor: pointer;
}

.button.up {
	top: 0;
}

.button.down {
	bottom: 0;
}

.thumbnails {
	position: absolute;
	top: 50px;
	bottom: 50px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.thumbnails li {
	margin-bottom: 10px;
	opacity: 1;
	cursor: pointer;
}

.thumbnails li.current {
	opacity: 0.3;
}

/* late-night garbage follows */
.canvas .button.left, .canvas .button.right {
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	top: 45%;
	display: none;
}

.canvas .button.left {
	left: 100px;
}

.canvas .button.right {
	right: 100px;
}

.canvas:hover .button.left, .canvas:hover .button.right {
	display: block;
	opacity: 0.1;
}
