/* Reset -----------------------------------------------------*/
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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,hr,input,textarea,button{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1;color:#000;background:#2e2929;font-family:HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:300;font-size:12px}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:400}blockquote:before,blockquote:after,q:before,q:after{content:""}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}section,header,article,aside,footer,nav{display:block}

* {
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}

/* Styles ------------------------------------------------------*/

body {
	width: 320px;
	background: #2e2929;
	color: #fff;
	font-family: "HelveticaNeue-Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 12px;
}

em {
	font-style: oblique;
}

strong {
	font-weight: bold;
}

a {
	color: #e46877;
	text-decoration: none;
}

#page {
	width: 320px;
	top: 0;
	left: 0;
	position: relative;
}

/* Header ------------------------------------------------------*/

#header {
	margin-top: 20px;
	height: 48px;
	background: #e46877;
	position: relative;
}

#header a.back_btn {
	position: absolute;
	left: 11px;
	top: 6px;
}

#header h1 a {
	position: absolute;
	top: 9px;
	left: 10px;
}

#tagline {
	position: absolute;
	right: 10px;
	top: 16px;
	font-size: 13px;
}

/* Footer ------------------------------------------------------*/

#footer {
	background: #fff;
	color: #464646;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	padding: 10px 115px 0 9px;
	margin: 0 0 10px 0;
}

#footer a {
	color: #464646;
}

#footer p {
	padding: 0 0 12px 0;
}

#footer strong {
	font-weight: bold;
	color: #e46877;
}

#map { 
	position: absolute;
	right: 12px;
	top: -10px;
}

#fullsite_btn {
	margin: 0 0 0 9px;
	padding: 0 0 12px 0;
	font-size: 11px;
}

/* Navigation ------------------------------------------------------*/

#navigation {
	position: relative;
	height: 280px;
}

body.iphone #navigation {
	position: static;
}

#dropzone {
	display: table;
	position: absolute;
	vertical-align: middle;
	height: 128px;
	width: 128px;
	top: 156px;
	left: 95px;
}

#drop {
	font-size: 13px;
	background: url(../images/drop.png) no-repeat;
	width: 108px;
	height: 108px;
	text-align: center;
	padding: 10px;
	color: #a9a8a9;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) { 
	#drop {
		background: url(../images/drop@2x.png) no-repeat;
		background-size: 300% auto;
	}
}

#audioscrobbler_btn a, #blog_btn a, #twitter_btn a, #mobile_btn a, #socialmedia_btn a, #richinteractive_btn a, #knife_btn a, #about_btn a {
	display: block;
	position: absolute;
	width: 75px;
	height: 75px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
}

body.iphone #audioscrobbler_btn, body.iphone #blog_btn, body.iphone #twitter_btn, body.iphone #mobile_btn, body.iphone #socialmedia_btn, body.iphone #richinteractive_btn, body.iphone #knife_btn, body.iphone #about_btn {
	position: absolute;
	width: 70px;
	height: 70px;
	overflow: hidden;
	text-indent: -9999em;
}

#audioscrobbler_btn a { background: url(../images/generic/tunes.gif) no-repeat center 10px; top: 0px; left: 129px; padding-top: 58px; height: 25px; }
#blog_btn a { background: url(../images/generic/blog.gif) no-repeat center 10px; top: 28px; left: 224px; padding-top: 58px; height: 20px; }
#twitter_btn a { background: url(../images/generic/twitter.gif) no-repeat center 10px; top: 119px; left: 245px; padding-top: 65px; height: 18px; }
#mobile_btn a { background: url(../images/generic/mobile.gif) no-repeat center 10px; top: 212px; left: 221px; padding-top: 65px; height: 25px; }
#socialmedia_btn a { background: url(../images/generic/socialmedia.gif) no-repeat center 10px; top: 235px; left: 128px; height: 85px; padding-top: 77px; height: 20px;}
#richinteractive_btn a { background: url(../images/generic/richinteractive.gif) no-repeat center 10px; top: 202px; left: 37px; padding-top: 68px; height: 25px; }
#knife_btn a { background: url(../images/generic/reel.gif) no-repeat center 12px; top: 111px; left: 12px; height: 80px; padding-top: 65px; height: 20px; }
#about_btn a { background: url(../images/generic/about.gif) no-repeat center 10px; top: 27px; left:41px; padding-top: 55px; height: 26px; }

body.iphone #audioscrobbler_btn { background: url(../images/tunes.png) no-repeat center center; top: 73px; left: 130px; }
body.iphone #blog_btn { background: url(../images/blog.png) no-repeat center center; top: 104px; left: 224px; }
body.iphone #twitter_btn { background: url(../images/twitter.png) no-repeat center center; top: 192px; left: 247px; }
body.iphone #mobile_btn { background: url(../images/mobile.png) no-repeat center center; top: 285px; left: 221px; }
body.iphone #socialmedia_btn { background: url(../images/socialmedia.png) no-repeat center center; top: 308px; left: 130px;}
body.iphone #richinteractive_btn { background: url(../images/richinteractive.png) no-repeat center center; top: 275px; left: 37px; }
body.iphone #knife_btn { background: url(../images/reel.png) no-repeat center center; top: 188px; left: 12px; }
body.iphone #about_btn { background: url(../images/about.png) no-repeat center center; top: 96px; left:41px; }

@media screen and (-webkit-min-device-pixel-ratio: 2) { 

	body.iphone #audioscrobbler_btn { background: url(../images/tunes@2x.png) no-repeat center center; background-size: 50% auto; top: 73px; left: 125px; }
	body.iphone #blog_btn { background: url(../images/blog@2x.png) no-repeat center center; background-size: 50% auto; top: 104px; left: 224px; }
	body.iphone #twitter_btn { background: url(../images/twitter@2x.png) no-repeat center center; background-size: 50% auto; top: 192px; left: 247px; }
	body.iphone #mobile_btn { background: url(../images/mobile@2x.png) no-repeat center center; background-size: 40% auto; top: 285px; left: 221px; }
	body.iphone #socialmedia_btn { background: url(../images/socialmedia@2x.png) no-repeat center center; background-size: 50% auto; top: 308px; left: 130px;}
	body.iphone #richinteractive_btn { background: url(../images/richinteractive@2x.png) no-repeat center center; background-size: 50% auto; top: 275px; left: 37px; }
	body.iphone #knife_btn { background: url(../images/reel@2x.png) no-repeat center center; top: 188px; background-size: 50% auto; left: 12px; }
	body.iphone #about_btn { background: url(../images/about@2x.png) no-repeat center center; top: 96px; background-size: 50% auto; left:41px; }

}

#content {
	margin: 17px 0 1px 15px;
	width: 264px;
	padding: 13px 13px 3px 13px;
	background: #171414;
	line-height: 16px;
	min-height: 200px;
	color: #a8a5a3;
	position: relative;
}

body.twitter #content, body.knife #content {
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	padding-bottom: 10px;
}

#content h2 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #fff;
    letter-spacing: -1.2px;
}

#list, #linkedlist {
	width: 290px;
	margin: 17px 0 1px 15px;
}

#list li {
	padding: 13px;
	background: url(../images/back.png);
	margin-bottom: 1px;
}

#linkedlist li {
	margin-bottom: 1px;
	background: #171414;
}

#linkedlist li a {
	display: block;
	padding: 13px 20px 13px 13px;
	color: #fff;
	background: url(../images/small_right.gif) 273px 12px no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) { 
	#linkedlist li a {
		background: url(../images/small_right@2x.png) 273px 12px no-repeat;
		background-size: 3% auto;
	}
}

.first {
	font-size: 22px;
	line-height: 24px;
}

#linkedlist li.first a {
	background-position: 273px 19px;
}

#content p {
	margin-bottom: 10px;
	overflow: hidden;
	width: 264px;
}

#content p.meta {
	margin-bottom: 10px;
	font-size: 11px;
	color: #454545;
}

#content p.time {
	font-size: 11px;
	color: #c7c7c7;
	margin-bottom: 0;
}

#content img, #content object, #content embed {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#footer {
	margin-top: 60px;
	clear: both;
}

.pagination {
	height: 55px;
	width: 111px;
	float: right;
	margin: 0 15px 50px 0;
}

.next_btn a, a.next_btn {
	display: block;
	width: 55px;
	height: 55px;
	float: right;
	background: #0e0b09 url(../images/right_btn.gif) right center no-repeat;
	text-indent: -9999em;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) { 
	.next_btn a, a.next_btn {
		background: url(../images/right_btn@2x.png) left center no-repeat;
		background-size: 100% auto;
	}
}

.prev_btn a, a.prev_btn {
	display: block;
	width: 55px;
	margin-right: 1px;
	height: 55px;
	float: right;
	text-indent: -9999em;
	background: url(../images/left_btn.gif) left center no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) { 
	.prev_btn a, a.prev_btn {
		background: url(../images/left_btn@2x.png) left center no-repeat;
		background-size: 100% auto;
	}
}

.prev_btn.disabled, .next_btn.disabled {
	opacity: .3;
}

#content .carousel ul li {
	width: 264px;
	height: 200px;
}

body.work #content .carousel ul li {
	width: 264px;
	height: 250px;
}

body.work #content {
	height: 260px;
}

body.work #content h2 {
	margin-bottom: 0;
}

body.work #content h3 {
	font-size: 13px;
	margin-bottom: 10px;
}

body.work #content .project p {
	font-size: 11px;
}

.carousel_work {
	overflow: hidden;
	width: 264px;
	height: 200px;
}

.carousel_work p {
	margin: 0;
}

.nextslide {
	position: absolute;
	top: 7px;
	right: 0px;
	text-indent: -9999em;
	background: url(../images/nextslide.gif) no-repeat;
	width: 56px;
	height: 14px;
	z-index: 1000;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) { 
	.nextslide {
		background: url(../images/nextslide@2x.png) no-repeat;
		background-size: 100% auto;
	}
}


ul#worklist li {
	position: relative;
}

p.explain {
	margin-top: 11px;
}

#fwa {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}
