body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
	background: #212224 url(../images/gradientbg2.png) repeat-y scroll center top;
	font-family: "Lucida Grande",Geneva,"Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
#wrapper {
	clear: both;
    float: left;
    width: 100%;
    background: transparent url(../images/headerbg.png) repeat-x scroll center top;
    height: 198px;
}
#header {
	margin: auto;
	width: 800px;
	height: 198px;
	overflow: visible;
	position: relative;
}
span {
	display: none;
}
p {
	z-index: 10;
	position: relative;
	font-weight: 500;
}
h1 {
	float: left;
	position: absolute;
	top: 0px;
	left: -110px;
	background: transparent url(../images/hello.png) no-repeat scroll;
	width: 527px;
	height: 232px;
	margin: 0;
}
h2 {
	float: right;
	position: absolute;
	top: -13px;
	right: 10px;
	background: transparent url(../images/title.png) no-repeat scroll;
	width: 485px;
	height: 175px;
	margin: 0;
}
#header ul {
	position: absolute;
	top: 156px;
	right: 0px;
	width: 475px;
	height: 31px;
	list-style: none;
	margin: 0;
}
#header li {
	float: left;
}
#header li a {
	outline: 0;
	display: block;
	margin-right: 20px;
}
#header li a:active {
	margin-top: 1px;
}
#header li a.homeon {
	width: 87px;
	height: 31px;
	background: transparent url(../images/homeon.png) no-repeat scroll;
}
#header li a.homeoff {
	width: 87px;
	height: 31px;
	background: transparent url(../images/homeoff.png) no-repeat scroll;
}
#header li a.workon {
	width: 92px;
	height: 31px;
	background: transparent url(../images/workon.png) no-repeat scroll;
}
#header li a.workoff {
	width: 92px;
	height: 31px;
	background: transparent url(../images/workoff.png) no-repeat scroll;
}
#header li a.abouton {
	width: 95px;
	height: 31px;
	background: transparent url(../images/abouton.png) no-repeat scroll;
}
#header li a.aboutoff {
	width: 95px;
	height: 31px;
	background: transparent url(../images/aboutoff.png) no-repeat scroll;
}
#header li a.contacton {
	width: 120px;
	height: 31px;
	background: transparent url(../images/contacton.png) no-repeat scroll;
}
#header li a.contactoff {
	width: 120px;
	height: 31px;
	background: transparent url(../images/contactoff.png) no-repeat scroll;
}
#main {
	width: 800px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#intro {
	background: transparent url(../images/grayprint.png) no-repeat scroll;
	width: 800px;
	height: 203px;
	text-align: center;
	}
#topping {
	background: transparent url(../images/topping.png) no-repeat top center scroll;
	width: 800px;
	height: 60px;
	margin-top: 20px;
	}
#bottoming {
	background: transparent url(../images/bottoming.png) no-repeat top center scroll;
	width: 800px;
	height: 60px;
	}
h3 {
	padding-top: 23px;
	font-size: 34px;
	color: #fff;
	font-weight: bold;
}
h4 {
	line-height: 30px;
	font-size: 17px;
	color: #eee;
	font-weight: normal;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 500;
}
div .top {
	width: 800px;
	height: 10px;
	border: 0px;
	background: transparent url(../images/woodtop.png) no-repeat scroll;
	position: relative;
}
div .bottom {
	width: 800px;
	height: 10px;
	border: 0px;
	background: transparent url(../images/woodbottom.png) no-repeat scroll;
	position: relative;
	clear: both;
}
hr {
	display: none;
}
hr.separator {
	background: transparent url(../images/horizontalrule.png) no-repeat scroll;
	width: 677px;
	height: 6px;
	text-align: center;
	margin: 30px auto 0px auto;
	padding: 0px;
	display: block;
	clear: both;
	border: 0;
}
hr.spacer {
	background: transparent;
	height: 30px;
	margin: 0px auto 0px auto;
	padding: 0px;
	display: block;
	border: 0;
}
.content {
	width: 800px;
	overflow: hidden;
	background: transparent url(../images/boardtexture.png) repeat scroll;
}
h5 {
	margin-top: 14px;
	margin-bottom: 20px;
	clear: both;
	height: 42px;
	width: 800px;
	background-position: top left;
	background-repeat: no-repeat;
}
h5.featuredwork {
	background-image: url(../images/featuredwork.png);
}
h5.latestwork {
	background-image: url(../images/latestwork.png);
}
h5.latestnews {
	background-image: url(../images/latestnews.png);
}

h5.whoami {
	background-image: url(../images/whoami.png);
}
h5.whatdoiworkwith {
	background-image: url(../images/whatdoiworkwith.png);
}
h5.whatdoioffer {
	background-image: url(../images/whatdoioffer.png);
}
h5.showreel {
	background-image: url(../images/showreel.png);
}
h5.archivedwork {
	background-image: url(../images/archivedwork.png);
}
h5.contactme {
	background-image: url(../images/contactme.png);
}
.entrybox {
	float: left;
	width: 240px;
	height: 260px;
	background: #fff;
	margin-left: 20px;
	position: relative;
	margin-bottom: 24px;
}
.entrybox_small {
	float: left;
	width: 136px;
	height: 146px;
	background: #fff;
	margin-left: 20px;
	position: relative;
	margin-bottom: 20px;
}
.entrytext {
	float: left;
	width: 760px;
	min-height: 200px;
	background: transparent url(../images/linedpaper.png) repeat-y;	
	margin-left: 20px;
	position: relative;
	padding-top: 18px;
	padding-bottom: 0px;
	margin-bottom: 18px;
}
.entrytext p {
	color:#333333;
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 17px;
	padding-left: 70px;
	padding-right: 30px;
	text-align: left;
	font-weight: 500;
}

.entrytext p span.date {
	display: block;
	color: #A50000;
	text-transform: uppercase;
	font-weight: bold;
}
.pin {
	position: absolute;
	right: -20px;
	top: -11px;
	width: 104px;
	height: 68px;
	z-index: 1;
}
.pblue
{
	background: transparent url(../images/pin_blue.png) no-repeat scroll;
}
.pred
{
	background: transparent url(../images/pin_red.png) no-repeat scroll;
}
.pgreen
{
	background: transparent url(../images/pin_green.png) no-repeat scroll;
}
.ppurple
{
	background: transparent url(../images/pin_purple.png) no-repeat scroll;
}
.pyellow
{
	background: transparent url(../images/pin_yellow.png) no-repeat scroll;
}
.fold {
	position: absolute;
	background: transparent url(../images/papercorner.png) no-repeat scroll;
	left: -10px;
	bottom: -12px;
	width: 60px;
	height: 51px;
	z-index: 3;
}
.fold_small {
	position: absolute;
	background: transparent url(../images/papercorner_small.png) no-repeat scroll;
	left: -6px;
	bottom: -7px;
	width: 36px;
	height: 30px;
	z-index: 3;
}
.corner {
	position: absolute;
	background: transparent url(../images/cornershadow.png) no-repeat scroll;
	bottom: -19px;
	right: -22px;
	width: 192px;
	height: 225px;
	z-index: 0;
}
.corner_small {
	position: absolute;
	background: transparent url(../images/cornershadow_small.png) no-repeat scroll;
	bottom: -9px;
	right: -10px;
	width: 94px;
	height: 113px;
	z-index: 0;
}
.inside {
	border: 0;
	width: 200px;
	position: relative;
/*	margin-top: 20px;
	margin-left: 20px;*/
	padding-top: 20px;
	padding-left: 20px;
	z-index: 1;
	font-weight: 500;
}
.inside p.big {
	width: 200px;
	position: absolute;
	bottom: -32px;
	left: 20px;
	color: #666;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}
.inside p.small {
	width: 96px;
	position: absolute;
	bottom: -29px;
	left: 20px;
	color: #666;
	font-size: 11px;
	text-align: center;
}
.inside a {
	color: #666;
	text-decoration: none;
}
.inside a:hover {
	text-decoration: underline;
}
.entrybox img {
	width: 200px;
	height: 200px;
	border: 0;
}
.entrybox span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	display: block;
	margin-top: 20px;
	margin-left: 20px;
}
.entrybox span.pic {
	background-color: transparent;
}
.entrybox a:hover span.pic {
	background: transparent url(../images/viewmask.png);
}
.entrybox a:hover span.vid {
	background: transparent url(../images/watchmask.png);
}
.entrybox_small img {
	width: 96px;
	height: 96px;
	border: 0;
}
.entrybox_small span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 96px;
	height: 96px;
	display: block;
	margin-top: 20px;
	margin-left: 20px;
}
.entrybox_small span.pic {
	background-color: transparent;
}
.entrybox_small a:hover span.pic {
	background: transparent url(../images/viewmask_small.png);
}
.entrybox_small a:hover span.vid {
	background: transparent url(../images/watchmask_small.png);
}
.showreelbox {
	float: left;
	width: 460px;
	max-height: 160px;
	margin-left: 20px;
	position: relative;
	padding: 20px;
	margin-bottom: 135px;
}
.showreelpolaroid {
	position: absolute;
	background: transparent url(../images/showreelpolaroid.png) no-repeat scroll center;
	overflow: visible;
	width: 436px;
	height: 152px;
	bottom: -120px;
	z-index: 4;
}
.archivedbox {
	float: left;
	width: 520px;
	max-height: 160px;
	margin-left: 20px;
	margin-right: 250px;
	position: relative;
	padding: 20px;
	margin-bottom: 24px;
}
.archivedbox p {
	text-align: left;
	line-height: 20.9px;
	margin: 0px;
	font-size: 14px;
	padding-bottom: 18px;
	padding-right: 20px;
	font-weight: 500;
}
.archivedpolaroid {
	position: absolute;
	background: transparent url(../images/workpolaroid.png) no-repeat scroll;
	overflow: visible;
	width: 236px;
	height: 151px;
	top: -30px;
	right: -200px;
	z-index: 4;
}
.showreelbox p {
	text-align: left;
	line-height: 20.9px;
	margin: 0px;
	font-size: 14px;
	color: #333;
	padding-bottom: 10px;
	font-weight: 500;
}
.entryabout {
	float: left;
	margin-left: 20px;
	position: relative;
	padding: 20px;
}
.luke {
	position: absolute;
	background: transparent url(../images/aboutluke.png) no-repeat scroll;
	overflow: visible;
	width: 300px;
	height: 300px;
	top: 10px;
	right: -260px;
	z-index: 4;
}
.aboutpolaroid {
	position: absolute;
	background: transparent url(../images/aboutpolaroid.png) no-repeat scroll center;
	overflow: visible;
	width: 742px;
	height: 191px;
	bottom: -165px;
	z-index: 4;
}
.who {
	width: 480px;
	margin-bottom: 24px;
}
.workwith {
	width: 720px;
	margin-bottom: 170px;
}
.offer {
	width: 720px;
	margin-bottom: 24px;
}
.contact {
	float: left;
	margin-left: 20px;
	position: relative;
	padding: 20px;
	width: 720px;
	height: 380px;
	margin-bottom: 24px;
	font-size: 15px;
	font-weight: bold;
	color: #844924;
}
.social {
	float: left;
	margin-left: 20px;
	position: relative;
	padding: 20px;
	width: 140px;
	height: 380px;
	margin-bottom: 24px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #273C83;
}
.social img {
	border: 0px;
	margin-top: 25px;
	position: relative;
	z-index: 1;
}
label {
	float: left;
	width: 80px;
	margin-right: 30px;
	text-align: left;
}
input, textarea {
	width: 400px;
	font-size: 12px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
textarea {
	height: 160px;
	margin-bottom: 20px;
}
#submitinput {
	width: 80px;
	margin-left: 15px;
}
blockquote {
    margin: 15px 30px;
    padding: 10px 10px;
    border-left: 5px solid #709164;
    background-color: #EEFDEA; 
}
blockquote p {
    margin: 0;
    padding: 10px;
    font-size: 13px;
}
.entryabout p.cite {
	font-weight: 600;
	font-size: 12px;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 15px;
}
.blue {
	background-color: #E2E8FA;
}
.yellow {
	background-color: #FBFBD9;
}
.green {
	background-color: #DCFAD4;
}
.entryabout p {
	text-align: left;
	line-height: 20.9px;
	margin: 0px;
	font-size: 13px;
	color: #333;
	padding-bottom: 10px;
	padding-right: 20px;
}

.entrytext a, .entryabout a, #contactinfo a {
	color: #304FBA;
	text-decoration: none;
}

.entrytext a:hover, .entryabout a:hover, #contactinfo a:hover {
	color: #A50000;
	text-decoration: underline;
}

#footer {
    clear: both;
    float: left;
    width: 100%;
}
#footer p {
	text-align: center;
    font-size: 11px;
    color: #666;
}
#footer a {
	color: #ccc;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
	color: #fff;
}
#footer a:visited {
	color: #ccc;
}


a[href^="mailto:"] {
	display: inline-block;
	padding: 0px 0px 1px 20px;
	line-height: 18px;
	background: transparent url(/images/gmail.png) center left no-repeat;
}

a[href^="http://www.linkedin.com/"] {
	display: inline-block;
	padding: 0px 0px 1px 20px;
	line-height: 18px;
	background: transparent url(/images/linkedin.png) center left no-repeat;
}

a[href$=".vcf"] {
	display: inline-block;
	padding: 0px 0px 1px 20px;
	line-height: 18px;
	background: transparent url(/images/vcard.png) center left no-repeat;
}

a[href$=".pdf"] {
	display: inline-block;
	padding: 0px 0px 1px 20px;
	line-height: 18px;
	background: transparent url(/images/pdf.png) center left no-repeat;
}

		#contactinfo {
			position: relative;
			float: left;
			width: 250px;
			font-size: 14px;
			margin-left: 20px;
			margin-right: 20px;
			margin-top: 55px;
		}
		#contactinfo p {
			line-height: 20px;
			margin-bottom: 10px;
			padding: 0;
			font-weight: 500;
		}
		#form {
			margin: auto;
			margin-top: 3px;
			margin-left: 25px;
			width: 400px;
			height: 50px;
			position: relative;
			padding: 0;
			height: 410px;
			font-size: 13px;
			float: left;
		}
		#form p {
			font-weight: 600;
		}
