html {
	margin: 0;
	height: 100%;
	min-height: 850px;
	background-color: #b7b9be;
	background-image: -webkit-gradient(linear, 0% 30%, 0% 100%, from(#b7b9be), to(#83868e));
	background-image: -moz-linear-gradient(-90deg, #b7b9be 30%, #83868e 100%);
} 
	
body {
	margin: 0;
	height: 100%;
	min-height: 850px;
	font-family: "Helvetica Neue TT", "Helvetica Neue", helvetica, sans-serif;
	color: #303231;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
	font-weight: 200;
	background-image: url(../images/radial.png), url(../images/grain.png);
	background-repeat: no-repeat, repeat;
	background-position: center top, left top;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	color: #303231;
	transition: color .25s ease-out;
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
}

a:hover {
	color: #7f8784;
}

.btn {
	text-align: center;
	margin: 0 auto;
	padding: 7px 19px 8px 19px;
	color: #626262;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaebec), to(#c0c3c7));
	background-image: -moz-linear-gradient(-90deg, #eaebec 0%, #c0c3c7 100%);
	box-shadow: 0 1px 2px rgba(0,0,0,0.22), 0 0 1px rgba(0,0,0,0.36), inset 0 2px 0 #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.22), 0 0 1px rgba(0,0,0,0.36), inset 0 2px 0 #fff;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.22), 0 0 1px rgba(0,0,0,0.36), inset 0 2px 0 #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.btn:active {
	box-shadow: 0 1px 1px rgba(255,255,255,0.35), inset 0 0 1px rgba(0,0,0,0.5), inset 0 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.35), inset 0 0 1px rgba(0,0,0,0.5), inset 0 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,0.35), inset 0 0 1px rgba(0,0,0,0.5), inset 0 1px 3px rgba(0,0,0,0.4);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c8cace), to(#d3d5d8));
	background-image: -moz-linear-gradient(-90deg, #c8cace 0%, #d3d5d8 100%);
}

header, footer, section, img, figure {
	display: block;
}

header {
	width: 166px;
	margin: 0 auto;
	padding-top: 35px;
	text-align: center;
}

header h1 {
	width: 166px;
	height: 150px;
	margin: 0 0 75px 0;
	text-indent: -99999px;
	background: transparent url(../images/logo.png) no-repeat left top;
}

header h2 {
	display: none;
}

#wrap {
	visibility: hidden;
	margin-top: 90px;
	opacity: 0;
}

section {
	position: absolute;
	width: 100%;
	height: 280px;
	overflow: hidden;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-box-shadow: 0 1px 2px transparent;
}

ul {
	position: relative;
	list-style-type: none;
	margin: 0 auto;
	padding: 0 50%;
	width: 4240px;
	text-align: center;
}

ul li {
	display: inline-block;
	width: 138px;
	height: 138px;
	margin: 96px 22px 0 22px;
	background-color: #e6e7e8;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9eaeb), to(#d5d6d8));
	background-image: -moz-linear-gradient(-90deg, #e9eaeb 0%, #d5d6d8 100%);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3), 0 0 1px rgba(0,0,0,0.5), inset 0 1px 2px #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3), 0 0 1px rgba(0,0,0,0.5), inset 0 1px 2px #fff;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3), 0 0 1px rgba(0,0,0,0.5), inset 0 1px 2px #fff;
	opacity: 0.5;
	transition: opacity 0.7s ease-out;
	-webkit-transition: opacity 0.7s ease-out;
	-moz-transition: opacity 0.7s ease;
}

ul li:first-of-type {
	margin-left: 0;
}

ul li:last-of-type {
	margin-right: 0;
}

ul:hover li {
	opacity: 0.7;
}

ul li:hover {
	opacity: 1;
}

ul li img {
	opacity: 0.15;
	width: 138px;
	transition: opacity 0.7s ease-out;
	-webkit-transition: opacity 0.7s ease-out;
	-moz-transition: opacity 0.7s ease;
}

ul li:hover img {
	opacity: 1;
}

#featured {
	width: 328px;
	height: 328px;
	margin: 50px auto 0 auto;
	overflow: hidden;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-topleft-radius: 4px;
	-moz-border-topright-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

#featured:before {
	position: absolute;
	width: 368px;
	height: 96px;
	margin: 320px 0 0 -21px;
	content: " ";
	background: transparent url(../images/highlight.png) no-repeat left top;
}

#featured > em {
	position: absolute;
	width: 328px;
	height: 148px;
	margin: 90px 0 0 0;
	content: " ";
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

#featured > span {
	position: absolute;
	width: 328px;
	height: 328px;
	box-shadow: inset 0 1px 2px rgba(255,255,255,0.35), inset 0 0 1px rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.35), inset 0 0 1px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.35), inset 0 0 1px rgba(255,255,255,0.3);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-topleft-radius: 4px;
	-moz-border-topright-radius: 4px;
	z-index: 3;
}

#featured .img {
	position: absolute;
	width: 328px;
	height: 328px;
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-topleft-radius: 5px;
	-moz-border-topright-radius: 5px;
}

#featured img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-topleft-radius: 4px;
	-moz-border-topright-radius: 4px;
}

#featured .details {
	position: absolute;
	height: 28px;
	width: 288px;
	padding: 20px;
	margin-top: 260px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(233,234,235,0.95)), to(rgba(203,204,206,0.95)));
	background-image: -moz-linear-gradient(-90deg, rgba(233,234,235,0.95) 0%, rgba(213,214,216,0.95) 100%);
	box-shadow: 0 -1px 2px rgba(0,0,0,0.3), 0 0 1px rgba(0,0,0,0.5), inset 0 1px 2px #fff;
	-webkit-box-shadow: 0 -1px 2px rgba(0,0,0,0.3), 0 0 1px rgba(0,0,0,0.5), inset 0 1px 2px #fff;
	-moz-box-shadow: 0 -1px 2px rgba(0,0,0,0.3), 0 0 1px rgba(0,0,0,0.5), inset 0 1px 2px #fff;
	z-index: 4;
	opacity: 1;
	transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
}

#featured .details.off {
	opacity: 0;
}

#featured:hover .details {
	opacity: 1;
}

#featured .details h3 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 300;
	text-shadow: 0 1px 1px #fff;
}

#featured .details h3 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 300;
	text-shadow: 0 1px 1px #fff;
}

#featured .details a.perma {
	float: right;
	margin-top: 2px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: normal;
	background-color: rgba(39,39,39,0.09);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), inset 0 0 1px rgba(0,0,0,0.1), 0 1px 2px rgba(255,255,255,0.75);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), inset 0 0 1px rgba(0,0,0,0.1), 0 1px 2px rgba(255,255,255,0.75);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), inset 0 0 1px rgba(0,0,0,0.1), 0 1px 1px rgba(255,255,255,0.55);
}

#featured .details a.perma strong {
	font-size: 16px;
	line-height: 0;
	font-weight: normal;
	letter-spacing: -1px;
	-webkit-font-smoothing: subpixel-antialiased;
}

#featured .details a.perma:before {
	display: inline;
	padding-right: 22px;
	background: transparent url(../images/link.png) no-repeat left top;
	content: "";
	color: rgba(255,255,255,0.95);
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

#date {
	text-align: center;
	margin: 25px auto 0 auto;
}

#date time {
	display: inline-block;
	margin: 0 auto;
	padding: 4px 10px;
	font-weight: bold;
	color: #7b7e86;
	font-size: 14px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}

#date small {
	display: block;
	font-size: 11px;
	margin-top: 5px;
}

#dwn {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	opacity: 0.5;
	z-index: 10;
	transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
}

#dwn:hover {
	opacity: 1;
}

#dwn > a {
	display: block;
	margin: 0 auto;
	width: 39px;
	height: 29px;
	background: transparent url(../images/dwn.png) no-repeat left top;
}

#dwn > a:active {
	background-position: right top;
}

#dwn #popover {
	display: none;
	text-align: center;
	margin: -90px auto 0 auto;
	width: 232px;
	height: 47px;
	padding-top: 11px;
	background: transparent url(../images/popover.png) no-repeat left top;
}

#dwn #popover a {
	color: #fff;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	font-size: 13px;
	margin: 12px;
	transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
}

#dwn #popover a:hover {
	opacity: 0.7;
}

#arrows {
	display: none;
	padding-top: 90px;
	text-align: center;
	width: 200px;
	height: 20px;
	margin: 0 auto;
}

.navarrow {
	float: left;
	width: 46px;
	height: 60px;
	padding: 0 0 0 14px;
	font-size: 45px;
	line-height: 1em;
	font-weight: bold;
	background-color: rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	box-shadow: 0 1px 1px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,0.3);
}

.navarrow:first-child {
	margin-right: 80px;
}

.navarrow:active {
	background-color: rgba(0,0,0,0.25);
}

section::-webkit-scrollbar { 
	height: 8px; 
}

section::-webkit-scrollbar-button:start:decrement { 
	display: block; height: 20px; width: 20px; background-color: transparent; 
}

section::-webkit-scrollbar-button:end:increment { 
	display: block; height: 20px; width: 20px; background-color: transparent;
}

section::-webkit-scrollbar-track:enabled { 
	background-color: rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 2px rgba(255,255,255,0.22), inset 0 1px 2px rgba(0,0,0,0.15);
}

section::-webkit-scrollbar-thumb:horizontal { 
	width: 20px;
	background-image: -webkit-gradient(linear, 0% 30%, 0% 100%, from(rgba(235,236,239,0.5)), to(rgba(235,236,239,0.3)));
	border-top: 1px solid rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
}

@media only screen and (max-width: 480px),  only screen and (max-device-width: 480px), only screen and (max-device-width: 1024px)  {
	#arrows {
		display: block;
	}
}
