@charset "UTF-8";

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* RESET */
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 140%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background: url(http://media1.lukewh.com/lukewh.com/images/glow.jpg) top center no-repeat, 
	url(http://media2.lukewh.com/lukewh.com/images/blue.jpg) top center;
	background-color: #a0d6ff;
}

h1 {font-size: 1.375em; margin: 0.625em 0;}
h2 {font-size: 1.25em; margin: 0.625em 0;}
h3 {font-size: 1.125em; margin: 0.625em 0;}
h4 {font-size: 1em; margin: 0.313em 0;}
h5 {font-size: 0.895em; margin: 0.313em 0;}

p {font-size: 0.75em;}

mark {
	padding: 0.063em 0.25em;
	background: #fdddc2;
}

mark:nth-child(2), mark:nth-child(8) {
	background: #FF9;
}

mark:nth-child(3) {
	background: #fdc2f9;
}

mark:nth-child(4) {
	background: #c2fdd4;	
}

mark:nth-child(5) {
	background: #fdc2c2;	
}

mark:nth-child(6) {
	background: #c2edfd;	
}

a {
	/* padding: 0.063em 0.25em;
	background: #a0d6ff; */
	
	color: #58a3dc;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.page {
	width: 100%;
	overflow: hidden;
}

.container {
	width: 52em;
	padding: 2.5em 2.5em 2.5em 3.5em;
	background: #fefefe url(http://media3.lukewh.com/lukewh.com/images/page.jpg) top left;
	margin: 3em auto 2.5em;
	text-align: left;
	text-shadow: 0 0.063em 0 #fff;
	position: relative;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
}

.container:before {
	content:"\00a0";
	width: 74px;
	height: 100%;
	display: block;
	background: url(http://media1.lukewh.com/lukewh.com/images/binder.png) top left repeat-y;
	line-height: 1px;
	position: absolute;
	top: 0;
	left: -37px;
}

.photo {
	position: absolute;
	top: 1em;
	left: 2.5em;
	width: 185px;
	height: 185px;
	background: #fefefe;
	box-shadow: 0.063em 0.125em 0.25em rgba(0,0,0,0.2);
	-moz-box-shadow: 0.063em 0.125em 0.25em rgba(0,0,0,0.2);
	-webkit-box-shadow: 0.063em 0.125em 0.25em rgba(0,0,0,0.2);
	transform: rotate(5deg); 
	-webkit-transform: rotate(5deg); 
	-moz-transform: rotate(5deg);
	z-index: 1;
}
.staple {
	position: absolute;
	top: 0.35em;
	left: 5em;
	width: 30px;
	height: 3px;
	background-color: #333;
	background-image: -webkit-gradient(
									   linear,
									   left bottom,
									   left top,
									   color-stop(0, rgb(173,173,173)),
									   color-stop(1, rgb(240,240,240)));
	background-image: -moz-linear-gradient(
										   center bottom,
										   rgb(173,173,173) 0%,
										   rgb(240,240,240) 100%);
	transform: rotate(-5deg); 
	-webkit-transform: rotate(-7deg); 
	-moz-transform: rotate(-7deg);	
	box-shadow: 0.063em 0.063em 0.063em rgba(0,0,0,0.2);
	-moz-box-shadow: 0.063em 0.063em 0.063em rgba(0,0,0,0.2);
	-webkit-box-shadow: 0.063em 0.063em 0.063em rgba(0,0,0,0.2);
	z-index: 11;
	border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
}

#photoList {
	width:165px;
	height: 165px;
	margin: 10px;
	position: relative;
}

#photoList img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

#photoList .active {
	z-index: 10;	
}

#photoList .last-active {
	z-index: 9;	
}

.header, .intro {
	margin-left: 200px;
}

.header h1 {
	width: 331px;
	height: 100px;
	text-indent: -9999px;
	background: url(http://media2.lukewh.com/lukewh.com/images/name.png) center no-repeat;
	display: block;
	margin-bottom: 0;
	margin-top: 0;
	float: left;
}

.header h2 {
	width: 266px;
	height: 108px;
	text-indent: -9999px;
	background: url(http://media3.lukewh.com/lukewh.com/images/website-designer-and-developer.png) center no-repeat;
	display: block;
	margin-bottom: 0;
	margin-top: 0;
	float: right;
}

.intro {
	background: url(http://media1.lukewh.com/lukewh.com/images/highlightPage.jpg) top right no-repeat;
	position: relative;
	left: -2em;
	width: 41em;
	padding: 1em 3em 1em 2.5em;
	box-shadow: 0.1em 0 0.5em rgba(0,0,0,0.2);
	-moz-box-shadow: 0.1em 0 0.5em rgba(0,0,0,0.2);
	-webkit-box-shadow: 0.1em 0 0.5em rgba(0,0,0,0.2);
	transform: rotate(-1deg); 
	-webkit-transform: rotate(-1deg); 
	-moz-transform: rotate(-1deg);
}

.portfolio h2 {
	margin-top: 30px;
	width: 134px;
	height: 56px;
	text-indent: -9999px;
	background: url(http://media2.lukewh.com/lukewh.com/images/portfolio.png) center no-repeat;
	display: block;
}

.portfolioCarousel {
	width: 51em;
	position: relative;
	height: 170px;
	margin: 0 auto;
}

.portfolioCarousel .wrapper {
	overflow: auto;
	height: 170px;
	/*margin: 0 3.5em;*/
	position: relative;
}

.portfolioCarousel .wrapper ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 2814px;
}

.portfolioCarousel .wrapper ul li {
	display: block;
	float: left;
	width: 290px;
	height: 170px;
	overflow: hidden;
	padding: 0 63px;
}

.portfolioCarousel img {
	margin: -170px 0 0 0;
	padding: 0;
}

.portfolioCarousel img:hover {
	margin-top: 0;	
}

.portfolioCarousel .scrollLeft,
.portfolioCarousel .scrollRight {
		position: absolute; 
		height: 180px; 
		width: 3.5em; 
		top: 0;
		cursor: pointer;
		text-indent: -9999px;
	}
.portfolioCarousel .scrollLeft {
	left: -3.5em;
	background-image: url(http://media3.lukewh.com/lukewh.com/images/arrowLeft.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.portfolioCarousel .scrollLeft:hover {
	background-position: right bottom;
}

.portfolioCarousel .scrollRight {
	right: -3.5em;
	background-image: url(http://media1.lukewh.com/lukewh.com/images/arrowRight.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.portfolioCarousel .scrollRight:hover {
	background-position: left bottom;
}

.skills {
	padding-top: 0.625em;	
}

.skills h2 {
	margin-bottom: 0;
	width: 89px;
	height: 41px;
	background: url(http://media2.lukewh.com/lukewh.com/images/skills.png) center no-repeat;
	text-indent: -9999px;
}

.skills li:before {
	content:"\00a0";
	width: 6px;
	height: 6px;
	background: #fdddc2;
	display: block;
	float: left;
	margin: 8px 5px 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.skills li:nth-child(2):before, .skills li:nth-child(8):before {
	background: #FF9;
}

.skills li:nth-child(3):before {
	background: #fdc2f9;
}

.skills li:nth-child(4):before {
	background: #c2fdd4;	
}

.skills li:nth-child(5):before {
	background: #fdc2c2;	
}

.skills li:nth-child(6):before {
	background: #c2edfd;	
}

.column {
	width: 32%;
	margin-left: 2%;
	float: left;
}

.column:first-child {
	margin-left: 0;	
}

.footer {
	padding-bottom: 2.5em;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}