@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'robotolight';
    src: url('roboto-light-webfont.eot');
    src: url('roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto-light-webfont.woff') format('woff'),
         url('roboto-light-webfont.ttf') format('truetype'),
         url('roboto-light-webfont.svg#robotolight') format('svg');	
}

* {
	padding:0px;
}

html {
    /*overflow-y: scroll;*/
	height:100%;
	width:100%;
}

body {
	z-index:0;
	font-family:robotolight, Arial, sans-serif;
	margin:0px;
	background-color:#CCC;
	/*background-image: url(images/bg_max.jpg);
		background-repeat: no-repeat;
		background-position: top left;*/
		background-attachment: fixed;
	height:100%;
	width:100%;
	/*position:fixed;*/
}

.full {
	z-index:-99;
	background-color:#CCC;
	background-image: url(images/bg_max.jpg); 
		background-repeat: no-repeat;
		background-position: top left;
		background-attachment: fixed;
	margin:0px;
	margin-top:-154px;
	min-height:100%;
	min-width:100%;
	position:fixed;
}
.fullindex {
	z-index:-99;
	background-color:#CCC;
	background-image: url(images/bg_max.jpg); 
		background-repeat: no-repeat;
		background-position: top left;
		background-attachment: fixed;
	margin:0px;
	margin-top:0px;
	min-height:100%;
	min-width:100%;
	position:fixed;
}

/*@media only screen and (min-device-width: 801px) {	
	.full {
		
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		
		
	}
}*/

@media only screen and (orientation: portrait) and (max-device-width: 768px) {	
	.full {
		background-image: url(images/bg_768x1280_portrait.jpg);
	}
	.fullindex {
		background-image: url(images/bg_768x1280_portrait.jpg);
	}
}
@media only screen and (orientation: landscape) and (max-device-width: 1280px) {	
	.full {
		background-image: url(images/bg_768x1280_landscape.jpg);
	}
	.fullindex {
		background-image: url(images/bg_768x1280_landscape.jpg);
	}
}
@media only screen and (orientation: portrait) and (min-device-width: 769px) and (max-device-width: 900px) {	
	.full {
		background-image: url(images/bg_768x1280_landscape.jpg);
	}
	.fullindex {
		background-image: url(images/bg_768x1280_landscape.jpg);
	}
}
@media only screen and (orientation: landscape) and (min-device-width: 1281px) and (max-device-width: 1440px) {	
	.full {
		background-image: url(images/bg_1440x900_landscape.jpg);
	}
	.fullindex {
		background-image: url(images/bg_1440x900_landscape.jpg);
	}
}
@media only screen and (orientation: portrait) and (min-device-width: 901px) and (max-device-width: 1200px) {	
	.full {
		background-image: url(images/bg_1920x1200_portrait.jpg);
	}
	.fullindex {
		background-image: url(images/bg_1920x1200_portrait.jpg);
	}
}
@media only screen and (orientation: landscape) and (min-device-width: 1441px) and (max-device-width: 1920px) {	
	.full {
		background-image: url(images/bg_1920x1200_landscape.jpg);
	}
	.fullindex {
		background-image: url(images/bg_1920x1200_landscape.jpg);
	}
}
	
@media only screen and (orientation: portrait) and (min-device-width: 1201px) {	
	.full {
		background-image: url(images/bg_max.jpg);
	}
	.fullindex {
		background-image: url(images/bg_max.jpg);
	}
}
@media only screen and (orientation: landscape) and (min-device-width: 1921px) {	
	.full {
		background-image: url(images/bg_max.jpg);
	}
	.fullindex {
		background-image: url(images/bg_max.jpg);
	}
}

a {
	z-index:1;
	color: black;
	border:none;
	text-decoration:none;
}
img {
    border:none;
}
p a {
	text-decoration:underline;
}

.splashname {
	font-size: 36px;
	color:black;
	height:99px;
	width:400px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -200px;
	padding-top: 26px;
	padding-left: 34px;
}
.splashdaniel {
	font-size: 36px;
	color:black;
	filter: alpha(opacity=20);/**/
	opacity: 0.2;
}
.splashspaulding {
	font-size: 36px;
	color:black;
	filter: alpha(opacity=50);/**/
	opacity: 0.5;
}



.splashtext {
	font-size: 24px;
	padding-top: 34px;
	padding-left: 34px;
	text-decoration: none;
}
.splashlink {
	text-decoration: none;
	color: black;
	display: block;
	height: 99px;
	width: 400px;
}
.splashlinkspacer {
	background-color:red;
	height:99px;
	width:400px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -200px;
}
.splashlinktwo {
	z-index:10;
	display: block;
	height: 99px;
	width: 400px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -100px;
}
.splashlinkthree {
	z-index:10;
	display: block;
	height: 99px;
	width: 400px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -200px;
	margin-top: 0px;
}
.splashlinkfour {
	z-index:10;
	display: block;
	height: 99px;
	width: 400px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -200px;
	margin-top: 100px;
}
.splashbox {
	background-color:white;
	height:399px;
	width:400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -200px;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.one {
	background-color:white;
	height:99px;
	width:400px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -200px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.two {
	background-color:white;
	height:99px;
	width:400px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -100px;
	filter: alpha(opacity=60);
	opacity: .6;
}
.three {
	background-color:white;
	height:99px;
	width:400px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -200px;
	margin-top: 0px;
	filter: alpha(opacity=60);
	opacity: .6;
}
.four {
	background-color:white;
	height:99px;
	width:400px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -200px;
	margin-top: 100px;
	filter: alpha(opacity=60);
	opacity: .6;
}


.top {
	height:150px;
	width:1000px;
	position:absolute;
	margin-top:-154px;
	margin-left:-38px;
}
.bottomleft {
	width:150px;
	height:500px;
	margin-left:37px;
	margin-top:154px;
	/*background-color:red;*/
	padding:0px;
	border:0px;
	postition:absolute;
}
.leftpicked {
	width:37px;
	height:500px;
	/*background-color:pink;*/
	margin-left:-37px;
	margin-top:-134px;
	postition:absolute;
}
.main {
	position:absolute;
	margin-top:-621px;
	margin-left:-27px;
}



.namewhite {
	font-size: 42px;
	color:white;
	height:99px;
	width:400px;
	position: absolute;
	top:50px;
	left: 38px;
	padding-top: 26px;
	padding-left: 41px;
}

.side {
	background-color:white;
	height:400px;
	width:400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -200px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.sidelink {
	z-index:1;
	text-decoration: none;
	display: block;
	height: 37px;
	width: 150px;
	position:absolute;
}
.sidebar {
	background-color:white;
	height:150px;
	width:150px;
	position: absolute;
	top: 0px;
	left: 75px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.headbar {
	background-color:white;
	height:150px;
	width:749px;
	position: absolute;
	top: 0px;
	left: 226px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.headerfull {
	background-color:white;
	height:150px;
	width:900px;
	position: absolute;
	top: 0px;
	left: 75px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}


.namebg {
	background-color:white;
	height:150px;
	width:377px;
	position: relative;
	top: 0px;
	left: 75px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.daniel {
	font-size: 108px;/*35, 38*/
	color:black;
	filter: alpha(opacity=20);/**/
	opacity: 0.2;
	height:99px;
	width:400px;
	position: absolute;
	top:-23px;
	left: 79px;/*91*/
}
.spaulding {
	color:black;
	filter: alpha(opacity=50);/**/
	opacity: 0.5;
	font-size: 67px;
	height:99px;
	width:400px;
	position: absolute;
	top:69px;
	left: 85px;
}
.headerlink {
	text-decoration: none;
	display: block;
	height: 150px;
	width: 377px;
	position:absolute;
}
.namebgtwo {
	background-color:white;
	height:150px;
	width:525px;
	position: absolute;
	top: 0px;
	left: 453px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.namelink {
	height:150px;
	width:377px;
	position: absolute;
	top: 0px;
	left: 75px;
}


.sideone {
	background-color:white;
	height:37px;
	width:150px;
	position: relative;
	top:0px;
	left:0px;
	filter: alpha(opacity=60);
	opacity: .6;
	padding:0px;
	margin-bottom:1px;
}
.sideonepicked {
	background-color:white;
	height:37px;
	width:150px;
	position: relative;
	top:0px;
	left:0px;
	padding:0px;
	margin-bottom:1px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.sideonewhite {
	background-color:white;
	height:37px;
	width:37px;
	position: relative;
	top:0px;
	left:0px;
	/*filter: alpha(opacity=40);
	opacity: 0.4;*/
}
.sidetwo {
	background-color:white;
	height:37px;
	width:150px;
	position: relative;
	top:0px;
	left:0px;
	filter: alpha(opacity=60);
	opacity: .6;
	padding:0px;
	margin-bottom:1px;
}
.sidetwopicked {
	background-color:white;
	height:37px;
	width:150px;
	position: relative;
	top:0px;
	left:0px;
	padding:0px;
	margin-bottom:1px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.sidetwowhite {
	background-color:white;
	height:37px;
	width:37px;
	position: relative;
	top:38px;
	left:0px;
	/*filter: alpha(opacity=40);
	opacity: 0.4;*/
}
.sidethree {
	background-color:white;
	height:37px;
	width:150px;
	position: relative;
	top:0px;
	left:0px;
	padding:0px;
	margin-bottom:1px;
	filter: alpha(opacity=60);
	opacity: .6;
}
.sidethreepicked {
	background-color:white;
	height:37px;
	width:150px;
	position: relative;
	top:0px;
	left:0px;
	padding:0px;
	margin-bottom:1px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.sidethreewhite {
	background-color:white;
	height:37px;
	width:37px;
	position: relative;
	top:76px;
	left:0px;
	/*filter: alpha(opacity=40);
	opacity: 0.4;*/
}
.sidefour {
	background-color:white;
	width:150px;
	height:19px;
	position: relative;
	top:0px;
	left:0px;
	padding:0px;
	margin-bottom:1px;
	filter: alpha(opacity=40);
	opacity: 0.4;
}


.sidetext {
	color:black;
	font-size: 24px;
	/*padding-top: 22px;
	padding-left: 22px;*/
	padding-top:3px;
	padding-left:7px;
	text-decoration: none;
}
.sidetextwhite {
	color:black;
	font-size: 24px;
	padding-top: 22px;
	padding-left: 22px;
}
.workwhite {
	position:absolute;
	top:173px;
	left:97px;
}
.aboutwhite {
	position:absolute;
	top:249px;
	left:97px;
}
.contactwhite {
	position:absolute;
	top:325px;
	left:97px;	
}
.workcategories {
	font-size: 21px;
	margin-top: 5px;
	margin-left: 9px;
	color:black;
}



.aboutcontact {
	background-color:white;
	width:711px;
	padding:19px;
	padding-top:1px;
	padding-bottom:4px;
	margin-top:121px;
	margin-left:218px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.headleft {
	background-color:white;
	width:374px;
	height:37px;
	position:absolute;
	margin-top:121px;
	margin-left:218px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.headleftlight {
	background-color:white;
	width:374px;
	height:37px;
	position:absolute;
	margin-top:121px;
	margin-left:218px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.headright {
	background-color:white;
	width:374px;
	height:37px;
	position:absolute;
	margin-top:121px;
	margin-left:593px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.headrightlight {
	background-color:white;
	width:374px;
	height:37px;
	position:absolute;
	margin-top:121px;
	margin-left:593px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.workindexbgleft {
	background-color:white;
	width:374px;
	height:523px;
	position:absolute;
	margin-top:159px;
	margin-left:218px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.workindexbgright {
	background-color:white;
	width:374px;
	height:523px;
	position:absolute;
	margin-top:159px;
	margin-left:593px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.workphysicalcontent {
	width:374px;
	height:150px;
	position:absolute;
	margin-top:159px;
	margin-left:218px;
}
.workdigitalcontent {
	width:374px;
	height:150px;
	position:absolute;
	margin-top:159px;
	margin-left:593px;
}


.stopheader {
	background-color:white;
	width:70px;
	height:37px;
	position:absolute;
	margin-top:159px;
	margin-left:218px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.stopheaderbg {
	background-color:white;
	width:678px;
	height:37px;
	position:absolute;
	margin-top:159px;
	margin-left:289px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.zinethheader {
	background-color:white;
	width:92px;
	height:37px;
	position:absolute;
	margin-top:159px;
	margin-left:218px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.zinethheaderbg {
	background-color:white;
	width:656px;
	height:37px;
	position:absolute;
	margin-top:159px;
	margin-left:311px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.twodheader {
	background-color:white;
	width:230px;
	height:37px;
	position:absolute;
	margin-top:159px;
	margin-left:218px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.twodheaderbg {
	background-color:white;
	width:518px;
	height:37px;
	position:absolute;
	margin-top:159px;
	margin-left:449px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.cutheader {
	background-color:white;
	width:131px;
	height:37px;
	position:absolute;
	margin-top:159px;
	margin-left:218px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.cutheaderbg {
	background-color:white;
	width:617px;
	height:37px;
	position:absolute;
	margin-top:159px;
	margin-left:350px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.danboheader {
	background-color:white;
	width:90px;
	height:37px;
	position:absolute;
	margin-top:159px;
	margin-left:218px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.danboheaderbg {
	background-color:white;
	width:658px;
	height:37px;
	position:absolute;
	margin-top:159px;
	margin-left:309px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.miscflashheader {
	background-color:white;
	width:140px;
	height:37px;
	position:absolute;
	margin-top:159px;
	margin-left:218px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.miscflashheaderbg {
	background-color:white;
	width:608px;
	height:37px;
	position:absolute;
	margin-top:159px;
	margin-left:359px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}



.worktitle {
	padding:0px;
	color:black;
	font-size: 21px;
	margin-top:4px;
	margin-left:9px;
	position:relative;
}
.mainimagebg {
	background-color:white;
	width:749px;
	height:420px;
	position:absolute;
	margin-top:197px;
	margin-left:218px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.workpiece {
	width:749px;
	height:150px;
	position:absolute;
	margin-top:197px;
	margin-left:218px;
}
.mainimage {
	height:390px;
	width:713px;
	margin-left:19px;
	margin-top:19px;
}
.description {
	background-color:white;
	padding:19px;
	padding-top:1px;
	padding-bottom:4px;
	margin-top:11px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.descriptionnomainpic {
	background-color:white;
	padding:19px;
	padding-top:1px;
	padding-bottom:4px;
	margin-top:0px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.thumbnaildescription {
	background-color:white;
	padding:19px;
	padding-bottom:0px;
	margin-top:-183px;
	margin-left:164px;
	width:528px;
}
.lipsyncbreak {
	background-color:white;
	width:749px;
	height:50px;
}

.resumehead {
	font-size:21px;
}
.resumesection {
	margin-left:19px;
}
.physicalthumb {
	background-color:black;
	width:336px;
	height:149px;/*168 for two squares, 149 for two squares + center gap equal to border*/
	margin-top:19px;
	margin-left:19px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.digitalthumb {
	background-color:white;
	width:336px;
	height:149px;
	margin-top:19px;
	margin-left:19px;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}

.twothumbnailbg {
	background-color:white;
	width:749px;
	height:183px;
	position:absolute;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.fourthumbnailbg {
	background-color:white;
	width:749px;
	height:366px;
	position:absolute;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.sixthumbnailbg {
	background-color:white;
	width:749px;
	height:549px;
	position:absolute;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.eightthumbnailbg {
	background-color:white;
	width:749px;
	height:732px;
	position:absolute;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.zineththumbnailbg {
	background-color:white;
	width:749px;
	height:1647px;
	position:absolute;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.miscflashbg {
	background-color:white;
	width:749px;
	height:1307px;
	position:absolute;
	/*filter: alpha(opacity=90);
	opacity: .9;*/
}
.leftcolumn {
	position:absolute;
}
.rightcolumn {
	position:absolute;
	left:400px;
}
.thumbnailleft {
	width:346px;
	height:164px;
	margin-left:19px;
	margin-bottom:19px;
}
.thumbnailwalkrighthalf {
	width:346px;
	height:164px;
	margin-top:-183px;
	margin-left:110px;
	margin-bottom:19px;
}
.thumbnailright {
	width:346px;
	height:164px;
	margin-left:-16px;
	margin-bottom:19px;
}
.rightimage {
	background-color:green;
	width:100px;
	height:1000px;
	margin-top:-30px;
	margin-left:968px;
	position:fixed;
}


.columnone {
	position:absolute;
}
.columntwo {
	position:absolute;
	left:201px;
}
.columnthree {
	position:absolute;
	left:384px;
}
.columnfour {
	position:absolute;
	left:566px;
}
.thumbnailone {
	background-color:pink;
	width:164px;
	height:164px;
	margin-top:0px;
	margin-left:19px;
}
.thumbnailtwo {
	background-color:blue;
	width:164px;
	height:164px;
}
.thumbnailthree {
	background-color:pink;
	width:164px;
	height:164px;
}
.thumbnailfour {
	background-color:pink;
	width:164px;
	height:164px;
}

.spacing {
	background-color:red;
	width:13px;
	height:13px;
	margin-top:-8px;
	margin-left:67px;
	position:absolute;
	opacity:.2;
}
.spacingtwo {
	background-color:red;
	width:19px;
	height:150px;
	margin-top:-10px;
	margin-left:198px;
	position:absolute;
	opacity:.2;
}
.spacingthree {
	background-color:blue;
	width:290px;
	height:19px;
	margin-top:123px;
	margin-left:98px;
	position:absolute;
	opacity:.2;
}
.spacingfour {
	background-color:blue;
	width:19px;
	height:1150px;
	margin-top:-1px;
	margin-left:218px;
	position:absolute;
	opacity:.2;
}
.spacingfive {
	background-color:purple;
	position:absolute;
	left:375px;
	width:9px;
	height:1000px;
	top:-65px;
	opacity:.5;
}
.spacingsix {
	background-color:purple;
	position:absolute;
	left:956px;
	width:19px;
	height:1000px;
	top:0px;
	opacity:.4;
}
.spacingseven {
	background-color:orange;
	position:relative;
	width:20px;
	height:19px;
	margin-top:56px;
	margin-left:55px;
}
