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

/* shell */

body {
	font-family: "Calibri","Tahoma", Arial, Helvetica, sans-serif;
	background: #000 url(../images/bkg/ground.jpg) repeat-y top;
}

body.intro {
	background-image: none;
	color: #d79562;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}

#intro {
	margin: 150px auto 0 auto;
	width: 980px;
}

#intro .quote {
	height: 28px;
	width: 420px;
	text-indent: -9999em;
	background: no-repeat center;
}

#intro .btn a {
	display: block;
	margin: 0px auto;
	width: 50px;
	height: 50px;
	background: url(../images/btn/enter.png) no-repeat top;
	text-indent: -9999em;
}

#intro .btn a:hover {
	background-position: bottom;
}

#intro div {
	margin: 0 auto;
	display: none;	
}

#intro #intro1 { background-image: url(../images/intro1.gif); }
#intro #intro2 { background-image: url(../images/intro2.gif); }
#intro #intro3 { background-image: url(../images/intro3.gif); margin: 25px auto; }

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 980px;
	min-height: 1050px;
	background: url(../images/bkg/bkg-debris.png) no-repeat top;
}

#fgd-lf1 {
	position: absolute;
	z-index: 60;	
	top: -30px;
	left: 160px;
	width: 310px;
	height: 170px;
	background-image: url(../images/bkg/fgd-lf1.png);

}

#gps {
	position: absolute;
	z-index: 50;
	top: -70px;
	width: 220px;
	height: 415px;
	background: url(../images/bkg/gps.png) no-repeat center;
}

#gps #flicker {
	position: absolute;
	left: 38px;
	top: 121px;
	width: 132px;
	height: 165px;
	background: url(../images/bkg/lcd-flicker.gif) no-repeat center;
}

#gps #lcd {
	display: none;
	width: 132px;
	height: 165px;
	background: url(../images/bkg/lcd.png) no-repeat center;
}

#gps a {
	position: absolute;
	display: block;
	cursor: pointer;
	background: no-repeat top;
	text-indent: -9999em;
}

#gps a.btn {
	display: none;
}

#gps #word {
	left: 8px;
	top: 23px;
	width: 89px;
	height: 36px;
}

#gps #word:hover { background-image: url(../images/btn/word.jpg); }

#gps #pdf {
	left: 20px;
	top: 68px;
	width: 84px;
	height: 35px;
}

#gps #pdf:hover { background-image: url(../images/btn/pdf.jpg); }

#gps #print {
	left: 35px;
	top: 116px;
	width: 66px;
	height: 30px;
}

#gps #print:hover { background-image: url(../images/btn/print.jpg); }

#gps.off #power {
	background-image: url(../images/btn/power-glow.gif);
	background-position: -1px -1px;
}

#gps #power {
	left: 111px;
	top: 296px;
	width: 46px;
	height: 46px;
	background-image: url(../images/btn/power.jpg);
}

#gps #back {
	left: 85px;
	top: 320px;
	background-image: url(../images/btn/arrow-left.jpg);
}

#gps #fwd {
	left: 162px;
	top: 299px;
	background-image: url(../images/btn/arrow-right.jpg);
}

#gps #jumpfirst {
	left: 93px;
	top: 344px;
	background-image: url(../images/btn/jumpfirst.jpg);
}

#gps #jumplast {
	left: 167px;
	top: 324px;
	background-image: url(../images/btn/jumplast.jpg);
}

#gps #fadein {
	left: 118px;
	top: 355px;
	background-image: url(../images/btn/fadein.jpg);
}

#gps #fadeout {
	left: 151px;
	top: 346px;
	background-image: url(../images/btn/fadeout.jpg);
}

#gps #power:hover { background-image: url(../images/btn/power.jpg); background-position: left -46px; }
#gps #power:active { background-image: url(../images/btn/power.jpg); background-position: left -92px; }

#gps .arrowbtn { width: 21px; height: 21px; }
#gps .arrowbtn:hover { background-position: left -21px; }
#gps .arrowbtn:active { background-position: left -42px; }

#gps .jumpbtn { width: 22px; height: 22px; }
#gps .jumpbtn:hover { background-position: left -22px; }
#gps .jumpbtn:active { background-position: left -44px; }

#gps .fadebtn { width: 20px; height: 20px; }
#gps .fadebtn:hover { background-position: left -20px; }
#gps .fadebtn:active { background-position: left -40px; }

h1 {
	font-size: 24px;
}

h2 {
	font-size: 14px;
	margin-bottom: 5px;
}

h3,
h4 {
	font-size: 13px;
}

h4 {
	margin-bottom: 10px;
}

a {
	color: #223f5c;
}

a:hover {
	color: #151c20;
	text-decoration: none;
}


/* tabs */

.tab {
	position: absolute;
	z-index: 35;
	display: none;
	width: 68px;
	height: 16px;
	cursor: pointer;
	text-indent: -9999em;
}

#tab1 {
	left: 560px;
	top: 89px;
}

#tab2 {
	left: 631px;
	top: 89px;
}

#tab3 {
	left: 703px;
	top: 82px;
	height: 20px;
}


/* pages */

.page {
	display: none;
	position: absolute;
	top: 80px;
	left: 140px;
	width: 700px;
	height: 880px;
	background: no-repeat center;
}

.page .fl-right {
	text-align: right;
}

.resume {
/*	display: none;*/
	cursor: default;
	font-size: 12px;	
}

.resume ul {
	list-style: square;
	padding-left: 20px;
	line-height: 13px;
}

.content {
	margin: 70px 90px;
	overflow: hidden;
}

p, .block {
	padding-bottom: 10px;
}

.block {
	box-sizing: border-box;
}

.block .text,
#page3 .text {
	overflow: hidden;
	display: none;
}

#hdr { min-height: 58px; }
#summary { min-height: 105px; }
#clg { min-height: 235px; }
#phc { min-height: 160px; }
#ath { min-height: 160px; }
#cax { min-height: 212px; }
#wcs { min-height: 161px; }
//#pc { height: 156px; }
//#pe { height: 131px; }
//#vp { height: 157px; }
#pat { min-height: 99px; }
#awd { min-height: 85px; }

#skills { min-height: 220px; }
#software { min-height: 204px; }

#hdr a {
	font-weight: bold;
}

#hdr .fl-right {
	margin-top: 5px;
}

.main {
	float: left;
	width: 75%;
}

#page2 .main {
    width: 80%;
}

.sidebar {
	float: right;
	width: 25%;
	text-align: right;
	margin-top: 22px;
}

.sidebar ul {
	list-style: none;
	padding: 0;
	font-style: italic;
}

.name {
	font-size: 24px;
}

.fgd {
	position: absolute;
	z-index: 40;	
}

#fgd-rt {
	top: 304px;
	left: 752px;
	width: 210px;
	height: 360px;
	background-image: url(../images/bkg/fgd-rt.png);

}

#fgd-lf2 {
	top: 800px;
	left: 15px;
	width: 230px;
	height: 190px;
	background-image: url(../images/bkg/fgd-lf2.png);

}

#fgd-lf3 {
	top: 850px;
	left: 140px;
	width: 300px;
	height: 120px;
	background-image: url(../images/bkg/fgd-lf3.png);

}

#page1 {
	z-index: 30;
	background-image: url(../images/bkg/page1.jpg);

}

#page2 {
	z-index: 20;
	background-image: url(../images/bkg/page2.jpg);
}

#page2 .content {
	margin-top: 90px;
}

#page3 {
	z-index: 10;
	background-image: url(../images/bkg/portfolio.jpg);
}


#page3 .thumb,
#page3 .text {
	position: absolute;
	background: no-repeat top;
	font-size: 11px;
	text-indent: -9999em;
}

#page3 a.thumb {
	width: 192px;
	height: 155px;
	cursor: pointer;
}

#page3 a.thumb:hover {
	background-position: bottom;
}

#page3 .view-samples {
	position: absolute;
	z-index: 11;
	width: 135px;
	height: 23px;
	background: no-repeat top; 
}

#page3 #web {
	left: 94px;
	top: 97px;
	background-image: url(../images/portfolio/web-thumb.jpg);
}

#page3 #web-text {
	left: 326px;
	top: 80px;
	width: 266px;
	height: 153px;
	background-image: url(../images/portfolio/web-text.jpg);
}

#page3 #web-arrow {
	left: 289px;
	top: 239px;
	background-image: url(../images/portfolio/web-arrow.jpg);
}

#page3 #video {
	left: 402px;
	top: 247px;
	background-image: url(../images/portfolio/video-thumb.jpg);
}

#page3 #video-text {
	left: 117px;
	top: 273px;
	width: 251px;
	height: 148px;
	background-image: url(../images/portfolio/video-text.jpg);
}

#page3 #video-arrow {
	left: 273px;
	top: 406px;
	background-image: url(../images/portfolio/video-arrow.jpg);
}

#page3 #cg {
	left: 118px;
	top: 444px;
	background-image: url(../images/portfolio/cg-thumb.jpg);
}

#page3 #cg-text {
	left: 344px;
	top: 434px;
	width: 256px;
	height: 149px;
	background-image: url(../images/portfolio/cg-text.jpg);
}

#page3 #cg-arrow {
	left: 307px;
	top: 589px;
	background-image: url(../images/portfolio/cg-arrow.jpg);
}

#page3 #freehand {
	left: 426px;
	top: 600px;
	background-image: url(../images/portfolio/freehand-thumb.jpg);
}

#page3 #freehand-text {
	left: 139px;
	top: 626px;
	width: 256px;
	height: 135px;
	background-image: url(../images/portfolio/freehand-text.jpg);
}

#page3 #freehand-arrow {
	left: 298px;
	top: 753px;
	background-image: url(../images/portfolio/freehand-arrow.jpg);
}

.modal {
	display: none;
	position: relative;
	z-index: 9999;
	width: 800px;
	background: url(../images/bkg/samples.png) no-repeat center;
	font-family: "Calibri","Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.modal,
.modal .fade-left,
.modal .fade-right {
	height: 360px;
}

.modal .fade-left,
.modal .fade-right {
	position: absolute;
	z-index: 100;
	width: 100px;
	top: 0px;
	background: no-repeat top;
}

.modal .fade-left {
	left: 0px;
	background-image: url(../images/bkg/samples-left.png);
}

.modal .fade-right {
	right: 0px;
	background-image: url(../images/bkg/samples-right.png);
}

.modal .step a {
	position: absolute;
	display: block;
	top: 160px;
	width: 73px;
	height: 55px;
	background: no-repeat left top;
	cursor: pointer;
	text-indent: -9999em;
}

.modal .step a:hover {
	background-position: left bottom;	
}

.modal .step a.prev {
	left: 15px;
	background-image: url(../images/btn/previous.png);
}

.modal .step a.next {
	right: 15px;
	background-image: url(../images/btn/next.png);
}

.modal .step a.disabled {
	background-image: none;
	cursor: default;
}

.modal .hline {
	height: 1px;
	background: url(../images/bkg/modal-div.png) no-repeat center;
}

.modal .hdr {
	text-align: center;
	height: 37px;
	margin: 18px auto 10px auto;
	background: no-repeat top;
	text-indent: -9999em;
}

#webModal .hdr { background-image: url(../images/portfolio/web.png); }
#vidModal .hdr { background-image: url(../images/portfolio/video.png); }
#cgModal .hdr { background-image: url(../images/portfolio/cg.png); }
#fhModal .hdr { background-image: url(../images/portfolio/freehand.png); }

.modal a.close {
	position: absolute;
	z-index: 110;
	top: 20px;
	right: 18px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: url(../images/btn/close.png) no-repeat top;
}

.modal a.close:hover {
	background-position: bottom;
}

.scroller {
	position: relative;
	z-index: 90;
	overflow: hidden;
	padding-top: 25px;
	margin: 2px 0 0 10px;
	width: 780px;
	height: 250px;
}

.scroller .items {
	position: absolute;
	width: 20000em;
}

.scroller .item {
	float: left;
	width: 600px;
	padding: 0 90px;
	overflow: hidden;
	color: #332219;
}

.scroller .thumb,
.scroller .blurb {
	float: left;
}

.scroller .thumb {
	margin-right: 20px;
}

.scroller .thumb img {
	border: 3px solid #415965;
/*	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.70);*/
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.70);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.70);
}

.scroller a.thumb:hover img {
	border-color: #151c20;
}

.scroller .vid {
	width: 280px;
	height: 210px;
}

.scroller .blurb {
	position: relative;
	width: 295px;
	height: 213px;
	line-height: 15px;
}

.scroller h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.scroller h3.quotes {
	margin-left: -6px;
}

.scroller h4 {
	text-decoration: none;
}

.blurb .view {
	position: absolute;
	left: -5px;
	bottom: -5px;
	font-weight: bold;
	font-size: 14px;
	background: no-repeat left;
	line-height: 26px;
	padding-left: 31px;
}

.blurb .view.twofer {
	left: 160px
}

.blurb .external {
	background-image: url(../images/icons/new-window.png);
}

.blurb .screenshots {
	background-image: url(../images/icons/screenshots.png);
}

.blurb .zoom {
	background-image: url(../images/icons/zoom.png);
}

.blurb .play {
	background-image: url(../images/icons/play.png);
}

.blurb .protolink {
	position: absolute;
	right: 0px;
	bottom: 1px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: none;
}

/* icons */

.icons {
	margin: 0 0 20px -5px;
}

.icons li {
	font-weight: bold;
	line-height: 24px;
	padding-left: 31px;
	background: no-repeat left;
}

.icons li.site-dev { background-image: url(../images/icons/site-dev.png); }
.icons li.site-design { background-image: url(../images/icons/site-design.png); }
.icons li.app-design { background-image: url(../images/icons/app-design.png); }
.icons li.ecom-design { background-image: url(../images/icons/ecom-design.png); }
.icons li.editor { background-image: url(../images/icons/film.png); }

.screenshot {
	display: none;
	position: relative;
	z-index: 10000;
	width: 800px;
	height: 600px;
	padding: 30px 10px 10px 10px;
	background: url(../images/bkg/overlay.png);
	color: #d6d4d3;
	font-weight: bold;
	line-height: 12px;
	font-family: "Calibri","Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.screenshot a {
/*	text-indent: -9999em;*/
	cursor: pointer;
	background: no-repeat top;
}

.screenshot a:hover {
	background-position: bottom;
}

.screenshot .title,
.screenshot .close {
	position: absolute;
	z-index: 10002;
	top: 10px;
}

.screenshot .title {
	left: 10px;
}

.screenshot .close {
	right: 10px;
	width: 10px;
	height: 10px;
	background-image: url(../images/btn/close-ss.png);
}

.slideshow {
	position: relative;
	z-index: 10001;
	margin-top: -20px;
	text-align: center;
	height: 620px;
}

.slideshow a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
}
	
.slideshow a.backward {
	background-image: url(../images/btn/tabs-backward.png);
}
	
.slideshow a.forward {
	background-image: url(../images/btn/tabs-forward.png);
}

.slidetabs a {
	width: 8px;
	height: 8px;
	border: 1px solid #736D6B;	
}

.slidetabs a.current {
	background-color: #847d7b;
} 

.slidetabs a:hover,
.slidetabs a.current {
	border-color: #fff;
}

.images {
	float: left;
	position: relative;
	width: 817px;
	height: 600px;
	overflow: auto;
	margin-top: 8px;
	cursor: pointer;
	background: url(../images/bkg/images.png) repeat-y left;
}

.images img {
	display: none;
	position: absolute;
	z-index: 10003;
	top: 0px;
	left: 0px;
}

.single a {
	visibility: hidden;
}

.single .images {
	cursor: default;
	background: none;
}