* { margin: 0px; padding: 0px; }
.hide { display: none; }

body {
	text-align: center;
	padding: 0;
}
	
#wrap {
	width: 900px;
	height: 650px;
	overflow: hidden;
	margin: 0 auto;
}

#header {
	width: 799px;
	height: 50px;
	margin: 0 auto 30px;
}

#header h1 {
	font: 36px helvetica, arial, sans-serif;
	text-align: left;
	height: 30px;
	padding: 20px 0 0;
	letter-spacing: -1px;
	color: #000;
	position: relative;
	z-index: 100;
	float: left;
}

a#back {
	float: right;
	font: 20px "HelveticaNeue-Light", Arial, sans-serif;
	text-decoration: none; text-align: center;
	text-shadow: 0px 1px 1px #02366a;
	border: 1px solid #0066cc;
	border-top: none;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	position: relative;
	top: -1px;
}

a#back span {
	display: block;
	color: #FFF;
	height: 22px; width: 60px;
	padding: 24px 5px 5px 5px;
	border: 1px solid #FFF;
	border-top: none;
	background: url(http://chrisvanpatten.com/portfolio/grad.jpg) top center;
	position: relative;
	z-index: 2000;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
}

a#back:hover span {
	border: 1px solid #FFF;
	border-top: none;
	background: url(http://chrisvanpatten.com/portfolio/grad.jpg) bottom center;
}

#wrap2 {
	width: 900px;
	height: 500px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#in-wrap {
	display: block;
	height: 500px;
	width: 30000px; /* Doesn't really matter. Keep it big. */
	float: left;
}

.entry {
	width: 800px;
	height: 470px;
	float: left;
	margin: 0 50px;
	list-style: none;
	display: block;
	position: relative;
}

.entry img {
	padding: 10px;
	background: #DDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.entry div {
	padding: 6px 0 0 30px;
	width: 230px;
	float: right;
}

.entry h2 {
	font: bold 22px "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
	color: #222;
}

.entry ul {
	font: 12px arial, sans-serif;
	margin: 12px 0 12px 20px;
}

.entry li {
	list-style: square;
	margin: 0 0 6px;
	line-height: 1em;
	width: 105px;
	float: left;
	color: #666;
}

.entry p {
	font: 13px/18px arial, sans-serif;
	padding: 10px 0 5px;
	clear: both;
	text-align: justify;
	color: #333;
}

.entry blockquote {
	position: absolute;
	bottom: 40px;
}

.entry blockquote p {
	font: italic 18px/26px "Palatino Linotype", "Book Antiqua", "Palatino", Georgia, serif;
	text-align: left;
	color: #000;
}

.entry cite {
	font: 11px arial, sans-serif;
	text-align: left;
	display: block;
	text-indent: -14px;
	width: 200px;
	height: 27px;
	margin: 0 0 0 30px;
	position: absolute;
	bottom: 10px;
}

/* Convinced? */

.convinced div {
	margin: 140px auto 100px;
	background: #F8F8F8;
	border: 1px solid #E8E8E8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 520px;
	text-align: center;
	position: static;
	padding: 10px 10px 20px;
	float: none;
}

.convinced h2 {
	font-size: 60px;
	font-weight: normal;
	margin: 0 0 10px;
	color: #000;
}

.convinced h3 {
	font: 20px arial, sans-serif;
}

.convinced p {
	font: 12px arial, sans-serif;
	color: #666;
	text-align: center;
}

/* gradient */

#l-grad, #r-grad {
	width: 50px;
	height: 630px !important;
	position: relative;
	top: -637px;
	z-index: 1000;
}

#l-grad {
	left: 0px;
	float: left;
	background: url(gradient.png) left center;
}

#r-grad {
	float: right;
	left: 0px;
	background: url(gradient.png) right center;
}

#nav {
	width: 799px;
	height: 37px;
	margin: 0 auto;
	background: url(http://chrisvanpatten.com/portfolio/navgrad.png);
}

a#move2, a#move1 {
	text-indent: -10000px;
	display: block;
	width: 176px;
	height: 39px;
	outline: none;
}

	a#move2 {
		background: url(http://chrisvanpatten.com/portfolio/nav.png) top left no-repeat;
		float: left;
		margin: 16px 0 0 16px;
	}
	
	a#move2:active {
		background: url(http://chrisvanpatten.com/portfolio/nav.png) bottom left no-repeat;
	}
	
	a#move1 {
		background: url(http://chrisvanpatten.com/portfolio/nav.png) top right no-repeat;
		float: right;
		margin: 16px 16px 0 0;
	}
	
	a#move1:active {
		background: url(http://chrisvanpatten.com/portfolio/nav.png) bottom right no-repeat;
	}