/* CSS Clean Slate */

html, body { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, code, del, dfn, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

blockquote, q { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; quotes: "" ""; }
blockquote:before, q:before, blockquote:after, q:after { content: ""; }

th, td, caption { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; text-align: left; font-weight: normal; vertical-align: middle; }

table { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; border-collapse: separate; border-spacing: 0; vertical-align: middle; }

a img { border: none; }

/* End Clean Slate */


@font-face {
	font-family: 'LeagueGothic';
	src: url('leaguegothic.eot');
	src: local('League Gothic'), local('LeagueGothic'), url('leaguegothic.woff') format('woff'), url('leaguegothic.ttf') format('truetype'), url('leaguegothic.svg#LeagueGothic') format('svg');
}

body {
    background: #56595E url(../images/greystripe.png) center fixed repeat;
    font-family: Helvetica, Lucida Grande, Tahoma, sans-serif;


}

img {
/*	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white));
*/
}

.imagebox a img {
	margin: 2px;
	
	border: 3px solid white;
		-webkit-box-shadow: rgba(0, 0, 0, 0.796094) 1px 2px 6px 0px;
	
}

a, a:active, a:visited {
	color: white;
	text-decoration: none;
}

/* Layout */

#splash {width: 100%; height: 100%; z-index: 100; background: rgba(30,30,30,0.75); 
		font-family: LeagueGothic; font-weight: 800; font-size: 200px; position: absolute; top: 0px; left: 0px; color: #fff;
		text-align: center; text-shadow: 2px 2px 0px rgba(150, 150, 170, 0.5); padding-top: 200px;
}

#container {
}

#left {
	
	width: 200px;
	height: 100%;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

#content {
	margin-left: 10px;
	position: absolute;
	top: 20px;
	left: 230px;
	width: 800px;
}

#masonry {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

/* Left Nav */

#name_logo {
	
	font-family: LeagueGothic;
	color: #FFF;
	margin-left: 10px;
	margin-top: 10px;
	height:auto;
	text-shadow: 2px 2px 0px rgba(150, 150, 170, 0.5);
	-webkit-text-size-adjust: none;
	}
	

#name_logo .toby {
	display: block;
	font-size: 150px;
	font-weight: 600;
	letter-spacing: -2px;
	line-height: 1;
	position: relative;
	top: 0px;
	height: 110px;
	width: 100%;
	z-index: -1;
}

#name_logo .mckes {
	display: block;
	font-size: 50px;
	letter-spacing: 2px;
	line-height: 1;
	width: 100%;
	padding-left: 13px;
	margin-top: 5px;
	border-bottom: 1px dashed rgba(150,150,150,0.5);
	z-index: 1;
	-webkit-text-size-adjust: none;
}

#nav {
	font-family: LeagueGothic;
	font-weight: 100;
	margin: 0 10px;
	width: 100%;
	background:rgba(30,30,30, 0.3);
	height: auto;
	display: none;
}

#nav .link {
	text-align: center;
	border-bottom: 1px dashed rgba(150,150,150,0.5);	
	width: 100%;
	line-height: 50px;
	height: 50px;
	padding-top: 10px;
}

#nav .link a {

	font-size: 50px;
	letter-spacing: 0.05em;
	color: #777;
	text-decoration: none;
	}
	
#nav .link a:hover {
	font-size: 51px;
	color: #fff;
	}	

#nav .audio a:hover {text-shadow: 2px 2px 8px rgba(0, 50, 200, 0.5);}
#nav .inst a:hover {text-shadow: 2px 2px 8px rgba(200, 50, 120, 0.5);}
#nav .work a:hover {text-shadow: 2px 2px 8px rgba(20, 255, 50, 0.5);}
#nav .tumblr a:hover {text-shadow: 2px 2px 8px rgba(0, 150, 150, 0.5);}

#nav .last {
/*	border-bottom: none;
*/	
}

/* Masonry */

.box {
	background: url('../images/bg.png') repeat;
	-webkit-background-clip: border-box;
	height: auto;
	padding: 15px;
	padding-top: 5px;
	max-width: 260px;
	margin: 5px;
/*	color: #EFEFEF;*/
	color: #111;

	/*text-shadow: #F8F8F8 1px 1px 1px;*/
	text-shadow: 1px 1px 1px #999;
	border-top: 8px solid rgba(50,50,50,0.5);
	border-bottom: 8px solid rgba(50,90,135,0.25); 
	font-size: 12px;

	-webkit-box-shadow: rgba(0, 0, 0, 0.396094) 1px 2px 6px 2px;
	-webkit-transition: -webkit-box-shadow 0.2s ease-out;
	-moz-transition: -webkit-box-shadow 0.2s ease-out;
	-o-transition: -webkit-box-shadow 0.2s ease-out;
}

.box:hover {
		-webkit-box-shadow: rgba(255, 255, 255, 0.196094) 0px 0px 6px;
		-webkit-transition: all 0.2s ease-out;
		       -moz-transition: all 0.12s ease-out;
		         -o-transition: all 0.12s ease-out;
}

.box .title {	
	font-weight: 100;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(20, 20, 20, 1);
	position: relative;
	top: 0;
	left: 0;
	color: #fff;
	-webkit-transition: all 0.12s ease-out;
	       -moz-transition: all 0.12s ease-out;
	         -o-transition: all 0.12s ease-out;
}

.box .title strong {
	letter-spacing: 2px;
	font-size: 24px;
	font-family: LeagueGothic;
	text-shadow: 2px 2px rgba(20, 20, 20, 0.5), 3px 2px rgba(20, 20, 20, 0.5), 4px 2px rgba(20, 20, 20, 0.5);
	vertical-align: middle;
}

.box .desc {
	font-size: 14px;
	margin-top: 0px;
	padding-top: 4px;
	border-top: 1px dashed #333;
}

.box .desc a:hover {
	color: rgba(50,90,135,1);
}

.box .imagebox {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dashed #333;
	
}

.box .info {
	margin: 10px 0;
	font-size: 12px;
}

.box .info a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(20, 20, 20, 1);
	vertical-align: bottom;
}

.box .note {
	display: none;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: rgba(120, 70, 75, 1);
	border: 1px solid #777;
	border-bottom: 1px inset #555;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	color: #efefef;
	text-shadow: 1px 1px 0px #222;
}

.box .title .audio .hover {font-size: 40px;}

.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
