* {
	padding: 0;
	margin: 0;
}

html, body {
	background: #000 none;
	font: 100% 'Helvetica Neue', Helvetica, Arial, sans-serif;
	overflow: hidden;
}

article, aside, figure, footer, header, legend, nav, section {
	display: block;
}

img {
	border: none;
}

a {
	color: #808080;
	outline: none;	
}

.clr {
	clear: both;
}

#loading {
	position: absolute;
	width: 100%;
	text-align: center;
	padding-top: 18%;
}

#loading img {
	background: transparent url(img/loading_bg.png) center bottom no-repeat;
}

#portfolio, #about {
	display: none;
}

#contact {
	display: none;
	position: absolute;
	left: -5px;
	bottom: -175px;
}

#contact dl {
	margin-top: -10px;
	background-color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;			
}

#contact img {
	display: block;
	cursor: pointer;
}

#bg {
	position: absolute;
	top: 60px;
	left: -800px;
	width: 1000px;
	opacity: 0;
}

#portfolio {
	position: absolute;
	display: block;
	top: 185px;
	width: 860px;
	height: 130px;
	overflow: hidden;
	z-index: 100;
}

#rail {
	width: 2000px;
	height: 600px;
}

#rail section {
	clear: both;
}

#rail section div {
	width: 200px;
	height: 100px;
	margin: 20px 17px 20px 0;
	display: inline-block;
	float: left;
	overflow: hidden;
	background: #000 none;
	-moz-box-shadow: 0 1px 16px #000;
	-webkit-box-shadow: 0 1px 16px #000; 
	opacity: 0;
}

#rail img {
	width: 200px;
	background: #fff none;
	cursor: pointer;
}

#rail img.loading, #tmbs img {
	border: 0;
}

#splashTitle, #splashUri {
	font-weight: lighter;
	font-size: 15px;
	color: #929faf;
	position: absolute;
	top: 280px;
	background-color: #000;
	padding: 4px 6px 4px 6px;
	opacity: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
	z-index: 140;
}

#splashTitle {
	min-width: 130px;
	z-index: 141;
}

#splashUri {
	font-weight: bold;
	font-size: 12px;
	top: 310px;
}

#detail, #controls, #nav {
	position: absolute;
	bottom: -200px;
	width: 600px;
	padding: 5px 10px 15px 10px;
	background: #22262e url(img/controlBg.png) repeat-x top left;
	border: 1px #45495a solid;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	color: #fff;
	font-size: 10px;
	z-index: 111;
}

#nav {
	display: none;
	top: 370px;
	width: 72px;
	height: 20px;
	padding: 3px 0 0 5px;
	border: none;
	text-align: center;
	background: #acacac url(img/navBg.png) repeat-x top left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav img {
	display: block;
	float: left;
}

#togTum {
	margin: 0 10px 0 10px;
}

#closeBut {
	float: right;
	cursor: pointer;
}

#detail {
	top: -500px;
	width: 840px;
	height: 400px;
	padding-top: 30px;
	z-index: 99999;
	color: #999;
	text-shadow:1px 1px 0 #000;
}

#detail h1 {
	color: #fff;
	text-shadow:1px 1px 5px rgba(0,0,0,0.9);
}

#detail p {
	line-height: 1.4em;
}

#detail strong {
	color: #fff;
}

#detail a {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	padding-right: 14px;
	margin: 0 4px 0 4px;
	background: transparent url(img/newWin2.png) no-repeat bottom right;
}

#tmbDtl {
	position: absolute;
	top: 390px;
	left: 80px;
	width: 490px;
	height: 30px;
	padding: 5px;
	color: #c0c0c0;
	background-color: #000;
	text-align: center;
	font-size: 12px;
}

#tmbs img, #pic img {
	background-color: #000;
	-moz-box-shadow: 0 1px 16px #000;
	-webkit-box-shadow: 0 1px 16px #000;
}

#tmbs, #pic, #dtls {
	float: left;
	margin-right: 15px;
	height: 395px;
}

#dtls {
	margin-top: -16px;
	width: 230px;
	font-size: 12px;
}

#dtls p {
	margin: 0 0 10px 0;
}

#tmbs {
	width: 55px;
	overflow: hidden;
}

#tmbs img {
	display: inline-block;
	width: 50px;
	height: 40px;
	margin: 5px 0 5px 0;
	cursor: pointer;
}

#pic {
	width: 500px;
	height: 395px;
	overflow: hidden;
	margin-top: 5px;
	background: #000 none no-repeat top left;
}

#controls a {
	display: inline-block;
	margin: 0 4px 0 0;
	color: #929faf;
	text-decoration: none;
	text-shadow:1px 1px 0 #000;	
}

#controls a:hover {
	color: #fff;
}

#controls a.ghost {
	color: #45495a !important;
}

.huge {
	font-size: 24px;
}

.big {
	font-size: 20px;
}

.med {
	font-size: 16px;
}

.sml {
	font-size: 12px;
}

.tny {
	font-size: 10px;
}