/* Reset */
*{
	margin: 0;
	padding: 0;
	border: 0;
}
a{
	text-decoration: none;
	color: rgb(20,20,20);
}
a:hover{
	color: rgb(185, 23, 43);
}
a img{
	outline: 0;
}

/* General */
body{
	font-family: "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif;
	line-height: 1.6em;
	font-size: 12px;
	color: rgb(100,100,105);
	background: rgb(238, 238, 238);
	-webkit-transition-duration:1s;
}
p{
	margin: 0.5em 0 1em;
}
ul{
	list-style: none;
	margin: 0.5em 0 1em;
}
h1,h2,h3{
	text-shadow: rgb(255,255,255) 0px 1px 0px;
}
.slab{
	font-family: "Museo Slab","Helvetica Neue","Lucida Grande","Arial",sans-serif;
	color: #444;
	text-shadow: rgb(255,255,255) 0px 1px 0px;
}
.sans{
	font-family: "Museo Sans",sans-serif;
}
/* Structure */
#wrapper{
	width: 100%;
	height: 0;
	position: absolute;
	margin-top: -250px;
	top: 50%;
}
header{
	width: 940px;
	margin: 0 auto 1.2em;
}
header div{
	width: 500px;
	margin: 0 auto;
}

#content{
	background: rgba(255,255,255,.1);
	width: 940px;
	margin: 0 auto;
}
header, aside, main, footer{
	display: block;
}
aside,footer{
	width: 180px;
	opacity: 0.1;
	-webkit-transition-duration:1s;
	height: 273px;
	overflow: hidden;
}
aside:hover,footer:hover{
	opacity: 1;
}
aside{
	padding: 60px 20px 0;
	position: relative;
	left: 0;
	float: left;
}
main{
	position: relative;
	width: 500px;
	float: left;
	z-index: 1000;
}
nav{
	display: block;
	position: relative;
	margin-top: 10px;
	height: 10px;
	left: 0;
}
nav.js{
	opacity: 0;
}
footer{
	position: relative;
	float: right;
	padding: 60px 20px 0;
}

/* Header */
h1 a{
	height: 23px;
	display: block;
	font-size: 24px;
	margin-bottom: -1px;
	text-indent: 24px;
	padding-top: 4px;
	background: url('../images/logo.png') no-repeat top left;
}
h1 a:hover{
	background: url('../images/logo.png') no-repeat bottom left;	
}
header h2 {
	font-size: 11px;	
	font-weight: normal;
	margin-left: 2px;
	color: rgb(150,150,150);
}
/* Left Panel */
aside{
	background: #fff;
	background: -webkit-gradient(
	    linear,
	    left top,
	    right top,
	    color-stop(0.05, rgba(255,255,255,0)),
	    color-stop(0.5, rgba(255,255,255,.6))
	);
	background: -moz-linear-gradient(
	    left center,
	    rgba(255,255,255,0) 5%,
	    rgba(255,255,255,.6) 50%
	);
}

/* Main Panel */
#lightbox{
	width: 500px;
	height: 333px;
	overflow: hidden;
	-webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 4px;
	-webkit-transition-duration:400ms;
	background: rgb(21,20,20);
}

#description{
	margin: 16px 4px 20px;
	opacity: .8;
	height: 70px;
}
#description strong{
	display: block;
	font-size: 18px;
	margin-bottom: 0.3em;
}
nav div:first-child{
	margin-left: 0;
}
nav div{

}
nav div.js{
	display: none;
	margin-left: 8px;
	float: left;
	text-indent: -623em;
	height: 8px;
	width: 8px;
	background: rgb(51,51,51);
	cursor: pointer;
	opacity: .3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: rgb(255,255,255) 0px 1px 0px;
	-webkit-transition-duration:500ms;
}
nav div .link{
	display: none;
}
nav div.active{
	opacity: 1;
}
#lightoff{
	margin-top: 1px;
	float: right;
	background: rgb(170,170,170);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: rgb(255,255,255);
	font-size: 9px;
	text-transform: uppercase;
	padding: 0 6px;
	cursor: pointer;
}
/* Right Panel */
footer{
	background: #fff;
	background: -webkit-gradient(
	    linear,
	    right top,
	    left top,
	    color-stop(0.05, rgba(255,255,255,0)),
	    color-stop(0.5, rgba(255,255,255,.6))
	);
	background: -moz-linear-gradient(
	    right center,
	    rgba(255,255,255,0) 5%,
	    rgba(255,255,255,.6) 50%
	);
}
footer a{
	margin-left: 1px;
}
footer ul{
	position: relative;
}
footer ul li{
	margin-bottom: 1.2em;
}
footer ul li span{
	display: block;
	font-size: 18px;
	text-indent: 22px;
	background: url('../images/glyphs.png') no-repeat;
}
#subhead_flickr{
	background-position: 0px 3px;
}
#subhead_lastfm{
	background-position: 0px -12px;
}
#subhead_twitter{
	background-position: 0px -45px;
}
#subhead_hireme{
	background-position: 0px -28px;
}
.clickable{
	cursor: pointer;
}