@charset "UTF-8";
html, body {
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	background-color:#121212;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:180%;
	/*background-image:url(/images/bg.gif);*/
	background-repeat:repeat;
	background-position:top left;
}

/* Clean these up later */
h1 span, h2 span, h5 span, #filter ul li#medium span, #filter ul li#year span, #contactform button span, .viewwork span, .category span, #workdetails #workdetailsheader #gohome span, #workdetails #workdetailsheader #viewsite span {
	display:none;
}
h1, h2, #sideright h5, #filter ul li#medium, #filter ul li#year, #contactform button, .viewwork, .category, #workdetails #workdetailsheader #gohome, #workdetails #workdetailsheader #viewsite {
	text-indent:-999em;
	overflow:hidden;
	white-space:nowrap;
}
h1, h2, h5 {
	background-repeat:no-repeat;
	background-position:top left;
	margin:0px;
	padding:0px;
}
a img {
	border:none;	
}
a:hover {
	text-decoration:none;
}
p {
	padding:0px;
	margin:0px;
}
#main {
	width:940px;
	margin:0px auto;
	padding-right:7px;
	padding-left:7px;
	
	/*
	width:940px;
	padding-right:7px;
	margin-left:-470px;
	left:50%;
	*/
	
	overflow:hidden;
	position:relative;
	z-index:3;
}
#home {
	width:940px;
	min-height:600px;
	position:relative;
	top:0px;
	left:0px;
}
#sideright {
	position:fixed;
	width:300px;
	background-color:#121212;
	top:0px;
	left:50%;
	margin-left:170px;
	z-index:5;
	padding-top:27px;
}
#sideright h2 {
	margin:6px 0px 6px 20px;	
}
#sideright h1, #sideright h2, #sideright h5 {
	text-transform:uppercase;	
}
#sideright h1, #sideright h2, #filter h5, #sideright ul li#medium, #sideright ul li#year {
	background-image:url(/images/sideright.png);
}
#sideright h1 {
	width:189px;
	height:22px;
	/*background-image:url(/images/jasonelson.gif);*/
	background-position:0px 0px;
	margin-bottom:14px;
	margin-left:20px;
}
#sideright h2#id {
	width:206px;
	height:19px;
	/*background-image:url(/images/interactivedesign.gif);*/
	background-position:0px -22px;
}
#sideright h2#ad {
	width:155px;
	height:15px;
	/*background-image:url(/images/artdirection.gif);*/
	background-position:0px -41px;
}
#sideright h2#ux {
	width:51px;
	height:17px;
	/*background-image:url(/images/userexperience.gif);*/
	background-position:0px -56px;
}
#filter {
	background-color:#141414;
	margin-top:30px;
	padding:20px;
	display:none;
}
#filter h5 {
	width:136px;
	height:19px;
	/*background-image:url(/images/filterwork.gif);*/
	background-position:0px -73px;
}
#filter ul {
	list-style:none;
	margin:17px 64px 0px 0px;
	padding:0px;
	float:left;
}
#filter ul li {
	text-transform:uppercase;
	margin:3px 0px;
	padding:0px;
}
#filter ul li span {
	cursor:default;	
}
#sideright ul li#medium {
	width:70px;
	height:16px;
	/*background-image:url(/images/medium.gif);*/
	background-position:0px -92px;
	margin-bottom:10px;
}
#sideright ul li#year {
	width:46px;
	height:16px;
	/*background-image:url(/images/year.gif);*/
	background-position:0px -108px;
	margin-bottom:10px;
}

#sideright ul li img {
	cursor:pointer;
	margin-right:5px;
}
#twotes {
	background-color:#171717;
	padding:20px 20px 20px 20px; /* ADDED 10px to bottom - JASON*/
	color:#999;
	/*height:103px;*/
}
#twotes h5 {
	width:81px;
	height:17px;
	background-image:url(/images/twitter.gif);
}
#twotes p {
	display:none;
	padding-top:12px; /* JASON CHANGE */
}
#twotes p a {
	text-decoration:underline;
	color:#00EFEF;
}
#contact {
	position:absolute;
	overflow:hidden;
	height:315px;
	bottom:-315px;
	width:300px;
	padding-right:7px;
}
#contact #contactbg {
	background-image:url(/images/arrowdown.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#1A1A1A;
	position:absolute;
	padding:17px 20px;
	width:260px;
	height:281px;
	top:0px;
	left:0px;
}
#contact h5 {
	width:300px;
	height:49px;
	background-image:url(/images/contact.gif);
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
}
#contactform {
	margin:32px 0px 0px 0px;
	padding:0px;
}
.ie7 #contactform { 
	padding-top:22px;
}

#contactform input, #contactform textarea {
	background-color:#1F1F1F;
	border:none;
	color:#4D4D4D;
	margin:0px;
	width:246px;
	padding:4px 8px;
	font-size:105%;
}
#contactform input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-size:105%;
	line-height:180%;
	height:16px;
	margin-bottom:2px;
}
.ie7 #contactform input { 
	font-size:12px;
	line-height:140%;
}
#contactform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-size:105%;
	line-height:180%;
	height:114px;
	margin-top:16px;
}
.ie7 #contactform textarea { 
	font-size:12px;
	line-height:140%;
}
#contactform button {
	padding:0px;
	
	float:right;
	margin:21px -27px 0px 0px;
	
	border:none;
	/*border-left:3px solid #47080B;
	border-top:3px solid #47080B;*/
	background-image:url(/images/send.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:57px;
	height:36px;
	outline:none;
	cursor:pointer;
}
#contact em {
	display:none;
	position:absolute;
	top:51px;
	left:20px;
}
.work {
	width:620px;
	margin:17px 0px 4px 0px;
	position:relative;
}
.work a.workimg {
	width: 620px;
	height: 301px;
	display:block;
	position:relative;
}
.work .drkoverlay {
	background-color:#000;
	position:absolute;
	top:0px;
	left:0px;
	width:620px;
	height:301px;
	display:block;
	display:none;
}
.work .workimg img {
	display:block;
}
.work .description {
	background-color:#1A1A1A;
	padding:13px 28px 23px 23px;
	margin-top:1px;
	position:relative;
}
.work .description h3, .work .description h4 {
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	white-space:nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	float:left;
}
.work .description h3 {
	font-size:36px;
	color:#FFF;
	margin-right:6px;
	margin-top:22px;
	margin-bottom:5px;
}
.work .description h4 {
	font-size:18px;
	color:#808080;
	margin-top:29px;
	margin-bottom:5px;
	padding-right:4px;
	
}
.work .description p {
	margin:5px 0px 35px 0px;
}
.work .description .viewwork {
	display:block;
	width:98px;
	height:43px;
	background-image:url(/images/viewwork.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:right;
	margin-right:-35px;
	outline:none;
}
.work a {
	outline:none;
}
.work .description .category {
	display:block;
	width:19px;
	height:20px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image:url(/images/icons.png);
	position:absolute;
	bottom:0px;
	left:23px;
}
.work .description .category.print {
	background-position:0px -20px;
}
.work .description .category.email {
	background-position:0px -40px;
}
.work .description .category.mobile {
	background-position:0px -60px;
}
footer {
	width:890px;
	background-color:#0D0D0D;
	padding:28px 25px 10px 25px;
	color:#808080;
	margin-top:66px;
}
footer #aboutfollow {
	width:290px;
	float:left;
}

footer #aboutfollow a {
	color:#808080;
}

footer #brands {
	width:268px;
	float:left;
}
footer #copyright {
	float:right;
}
footer p {
	width:242px;
	margin-bottom:25px;
}
footer h5 {
	color:#FFF;
	font-size:20px;
	margin-bottom:10px;
}
ul#followme {
	color:#808080;
	list-style:none;
	margin:0px;
	padding:0px;
}
ul#followme li {
	margin:0px;
	padding:0px;
}
ul#followme li a {
	color:#808080;
}
ul#brandxp {
	list-style:none;
	margin:-3px 0px 0px -4px;
	padding:0px;
	width:268px;
}
ul#brandxp li {
	margin:0px 0px 5px 0px;
	padding:0px;
	float:left;
}
#workdetails {
	width:940px;
	padding-top:110px;
	position:static;
	top:0px;
	left:0px;
	height:auto;
	
	
}
#workdetails #workdetailsheader {
	width:898px;
	/*background-color:#000;*/
	background-image:url(/images/subhead_bg.png);
	padding:12px 21px 19px 21px;
	margin-bottom:18px;
	position:fixed;
	top:0px;
	height:41px;
	z-index:3;
	text-transform: uppercase
	/*filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
}
#workdetails #workdetailsheader h5 {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	float:left;
	margin-right:15px;
	height:25px;
	padding-top:12px;
	outline:none;
}
#workdetails #workdetailsheader h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#808080;
	font-size:16px;
	float:left;
	margin:5px 16px 0px 0px;
	padding:0px 15px 0px 0px;
	height:28px;
	padding-top:10px;
	border-right:1px solid #1A1A1A;
	outline:none;
}
#workdetails #workdetailsheader #viewsite {
	display:block;
	background-image:url(/images/viewsite.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:79px;
	height:26px;
	float:left;
	margin-top:12px;
	outline:none;
}
#workdetails #workdetailsheader #gohome {
	display:block;
	position:absolute;
	top:25px;
	right:-7px;
	background-image:url(/images/gohome.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:23px;
	height:30px;
	outline:none;
}
#workdetails .subimgholder {
	position:relative;
	z-index:1;
	margin-bottom:50px;
}
#workdetails img {
	display:block;
}
#workdetails .drkoverlaysub {
	background-color:#000;
	position:absolute;
	top:0px;
	left:0px;
	width:940px;
	height:100%;
	display:block;
	display:none;
}
#bg {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	/*background-image:url(/images/bg.gif);*/
	background-repeat:repeat;
	background-position:top left;
	z-index:2
}
#loading {
	background-image:url(/images/loading.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:32px;
	height:94px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:4;
	display:none;
}
#greyoverlay {
	width:100%;
	height:100%;
	background-color:#000;
	z-index:15;
	position:absolute;
	top:0px;
	left:0px;
}
#areyoulost {
	width:870px;
	background-color:#000;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:40px;
	line-height:48px;
	padding:15px 35px;
	position:absolute;
	z-index:16;
	top:80px;
	left:50%;
	margin-left:-470px;
}
#areyoulost p {
	padding:0px;
	margin:30px 0px;
}
.clear {
	clear:both;
}
