/* reset
-------------------------------------------------------------------------------*/

html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article,aside,figure,footer,header,hgroup,nav,section {
	display: block;
}
ul,ol {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
del {
	text-decoration: line-through;
}
abbr[title],dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
td {
	font-weight: normal;
	vertical-align: top;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input,select {
	vertical-align: middle;
}
pre {
	white-space: pre;/* CSS2 */
	white-space:pre-wrap;/* CSS 2.1 */
	white-space:pre-line;/* CSS 3 (and 2.1 as well,actually) */
	word-wrap:break-word;/* IE */
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	ertical-align: bottom;*vertical-align:baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
select,input,textarea {
	font: 99% sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
a:hover,a:active {
	outline: none;
}
small {
	font-size: 85%;
}
strong,th {
	font-weight: bold;
}
td,td img {
	vertical-align: top;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
pre,code,kbd,samp {
	font-family: monospace,sans-serif;
}
.clickable,label,input[type=button],input[type=submit],button {
	cursor: pointer;
}
button,input,select,textarea {
	margin: 0;
}
button {
	width: auto;
	overflow: visible;
}
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
.ie6 html {
	filter: expression(document.execCommand("BackgroundImageCache",false,true));
}

/* primary
-------------------------------------------------------------------------------*/

html,body {
	width: 100%;
	height: 100%;
}
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	background-attachment: scroll;
	background-position: center;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #7a7a7a;
}
:focus {
	outline: none;
}

/* global
-------------------------------------------------------------------------------*/

.bgblack {
	background: #000;
	background: url(../images/bgblack.png);
	background: rgba(0,0,0,0.85);
}
.bgwhite {
	background: #fff;
	background: url(../images/bgwhite.png);
	background: rgba(255,255,255,0.90);
}
.pad {
	padding: 20px;
}
.padtop {
	padding-top: 20px;
}
.padright {
	padding-right: 20px;
}
.padbottom {
	padding-bottom: 20px;
}
.padleft {
	padding-left: 20px;
}
.header {
	background: #fff;
}
.module {
	margin-bottom: 10px;
}
.margintop {
	margin-top: 40px;
}
.marginbottom {
	margin-bottom: 40px;
}
.link,
.tag,
.links a  {
	font-family: Monaco, "droid-sans-mono", "Andale Mono", monospace;
	font-size: 11px;
	line-height: 1;
	color: #000 !important;
	border-bottom: 0 !important;
}
.link,
.links a {
	text-transform: uppercase;
}
.link:hover,
.tag:hover,
.links a:hover {
	color: #7a7a7a !important;
	border-bottom: none !important;
}
.large {
	font-family: "ff-balance-web", verdana, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
}
.large a {
	border-bottom: 0 !important;
	text-decoration: underline !important;
}
.large a:hover {
	text-decoration: none !important;
}
.more-link {
	position: relative;
	text-indent: 0 !important;
}
.sep {
	color: #9a9a9a;
	margin: 0 0.7em;
}
.caption {
	font-family: Monaco, "droid-sans-mono", "Andale Mono", monospace;
	font-size: 11px;
}
#share.link {
	display: inline-block;
}

/* headings
-------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-family: "ff-balance-web", verdana, sans-serif;
	font-weight: 700;
	font-style: normal;
}
h1 {
	font-size: 40px;
	line-height: 36px;
}
h2 {
	font-size: 28px;
	line-height: 26px;
}
h3 {
	font-size: 18px;
	line-height: 20px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
}
h6 {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	max-width: 250px;
}

/* grid
-------------------------------------------------------------------------------*/

.container{display:block;width:960px;margin:0 auto;padding:0;}

.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12{display:inline;float:left;margin-left:10px;margin-right:10px;}

.colfirst{margin-left:0;}
.collast{margin-right:0;}

.col1{width:60px;}
.col2{width:140px;}
.col3{width:220px;}
.col4{width:300px;}
.col5{width:380px;}
.col6{width:460px;}
.col7{width:540px;}
.col8{width:620px;}
.col9{width:700px;}
.col10{width:780px;}
.col11{width:860px;}
.col12{width:940px;}

/* prefix */

.pre1{padding-left:80px;}
.pre2{padding-left:160px;}
.pre3{padding-left:240px;}
.pre4{padding-left:320px;}
.pre5{padding-left:400px;}
.pre6{padding-left:480px;}
.pre7{padding-left:560px;}
.pre8{padding-left:640px;}
.pre9{padding-left:720px;}
.pre10{padding-left:800px;}
.pre11{padding-left:880px;}

/* suffix */

.suf3{padding-right:240px;}
.suf6{padding-right:480px;}
.suf9{padding-right:720px;}
.suf1{padding-right:80px;}
.suf2{padding-right:160px;}
.suf4{padding-right:320px;}
.suf5{padding-right:400px;}
.suf7{padding-right:560px;}
.suf8{padding-right:640px;}
.suf10{padding-right:800px;}
.suf11{padding-right:880px;}

/* eim page wrapper
-------------------------------------------------------------------------------*/

#eim-wrapper {
	width: 100%;
	background: transparent url(../images/eim-typographic.png);
	background-repeat: repeat-y;
	background-position-x: center;
	background-position-y: top;
	background-attachment: fixed;
}

/* page
-------------------------------------------------------------------------------*/

#page {
	position: relative;
	z-index: 100;
}

/* header
-------------------------------------------------------------------------------*/

#header-container {
	padding-top: 84px;
}
#header {
	background-color: rgba(255, 255, 255, 0.90);
	height: 127px;
}
#header h1 {
	font-family: "ff-balance-web", verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 900;
	font-style: normal;
	padding-top: 16px;
	padding-left: 20px;
	text-transform: uppercase;
}
#header h1 a {
}
#header h1 a:hover {
	color: #7a7a7a;
	text-decoration: none;
}
#header h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	font-style: normal;
	padding-left: 20px;
}
#header .menu {
	font-family: "ff-balance-web", verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 900;
	font-style: normal;
	padding-top: 16px;
	text-transform: uppercase;
}
#header .menu a {
}
#header .menu a:hover,
#header .menu a.active {
	color: #7a7a7a;
} 
#header #search {
	padding: 20px 20px 0 0;
	margin: 0;
	width: 120px;
}
#header #search #q {
	display: block;
	width: 100px;
	height: 14px;
	padding: 0 0 2px 0;
	margin: 0 5px 0 0;
	background: transparent;
	font-family: "ff-balance-web", verdana, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 12px;
	border: 0;
	border-bottom: 1px solid #7a7a7a;
	float: left;
}
#header #search #search-button {
	display: block;
	width: 14px;
	height: 14px;
	float: left;
	padding: 0;
	margin: 0;
}

#header #socialheader {
	width: 200px;
	margin: 50px 20px 0 0;
	float: right;
}

#header #socialheader a {
	float:right;
}

#header .fb-like {
	float:right;
}

/* video global
-------------------------------------------------------------------------------*/

#hero .video {
	background: #fff;
}
.video #video-player {
	display: none;
	padding: 0;
	margin: 0;
	border: 0;
}
.video a {
	position: relative;
	display: block;
	border-bottom: 0 !important;
}
.video a img {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.video a .video-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	background: transparent url(../images/video-play-button-large.png) no-repeat;
}
.video a .video-play-button.small {
	width: 94px;
	height: 94px;
	margin: -47px 0 0 -47px;
	background: transparent url(../images/video-play-button-small.png) no-repeat;
}
.video a .video-play-button.mini {
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: transparent url(../images/video-play-button-mini.png) no-repeat;
}

/* hero global
-------------------------------------------------------------------------------*/

.hero {
	margin-bottom: 20px;
}
.home .hero {
	margin-bottom: 40px;
}

/* content
-------------------------------------------------------------------------------*/

#content {
	padding-bottom: 84px;
}

/* home
-------------------------------------------------------------------------------*/

#gallery-link {
	margin-bottom: 40px;
}
#gallery-link a {
	position: relative;
	display: block;
}
#gallery-link a img {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
#gallery-link a h2 {
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 300px;
}

/* take control of paragraphs
-------------------------------------------------------------------------------*/

.text p,
.text #more-text p:first-child {
	margin-top: 1em;
}
.text p:first-child {
	margin-top: 0;
}

/* tags global
-------------------------------------------------------------------------------*/

.tags {
	display: inline-block;
	max-width: 200px;
}
.tags li {
	display: inline;
}
.tags li:after {
	content: ", ";
}
.tags li:last-child:after {
	content: "";
}

/* posts & tumblr
-------------------------------------------------------------------------------*/

.post a {
	border-bottom: 1px dotted #7a7a7a;
}
.post img,
.detail img,
.post object,
.post embed,
.post iframe {
	display: block;
	max-width: 100%;
}
.post .chat li,
.blog .detail .chat li {
	padding-bottom: 12px;
}
.post .chat li:last-child,
.blog .detail .chat li:last-child {
	padding-bottom: 0;
}
.blog .detail img {
	margin: 0 auto;
}
.post .audio .audio-player {
	float: left;
	margin-right: 20px;
}
.post .audio .audio-link {
	float: left;
}
.post .audio .audio-link .link {
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
.post .photo-set img,
.blog .detail .photo-set img {
	display: block;
	padding-top: 0px; 
}
.photo-set code {display: none;}
.photoset_row {clear: both; overflow: hidden; margin-bottom: 5px;}
.photoset_row img {float: left; border-left: white solid 5px; margin-left: -5px !important;}

.home .photo-set img {width: 100%; margin-bottom: 5px;}

.post .photo-set img:first-child,
.blog .detail .photo-set img:first-child {
	padding-top: 0; 
}
.post .text img {
	margin-top: 1em;
}
.post .text img:first-child {
	margin-top: 0;
}
span.pagination {
	font-family: Monaco, "droid-sans-mono", "Andale Mono", monospace;
	font-size: 11px;
	line-height: 1;
	color: #7a7a7a;
	text-transform: uppercase;
}

.name a {
border-bottom: none !important;
}

.title, .name {
	margin-top:5px;
}

/* tumblr specific */

.tumblr-col-bio {
	display: inline;
	float: left;
	width: 160px;
	margin-right: 20px;
}
.tumblr-col-img {
	display: inline;
	float: left;
	width: 80px;
}
.recommended ul li,
.students ul li,
.documents ul li {
	font-family: "ff-balance-web", verdana, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	padding-top: 7px;
}
.recommended ul li:first-child,
.students ul li:first-child,
.documents ul li:first-child {
	padding-top: 0;
}
.notes {
	font-family: Monaco, "droid-sans-mono", "Andale Mono", monospace;
	font-size: 11px;
	padding-top: 20px;
}
.notes li.note {
	position: relative;
	padding-bottom: 8px;
}
.notes li.note a {
	border-bottom: 0 !important;
}
.notes li.note img.avatar {
	display: none;
	width: 0;
	height: 0;
}
.notes li.note span.action {
	font-weight: normal;
}
.notes li.note .answer_content {
	font-weight: normal;
}
.notes li.note blockquote {
	padding: 0 11px;
}
.notes li.note blockquote a {
	border-bottom: 0 !important;
}


/* disqus and comments
-------------------------------------------------------------------------------*/

.comments {
	background: #fff;
}
#comments-container {
	font-size: 11px;
}
#comments-container a {
	text-decoration: none !important;
	border-bottom: 0 !important;
}
#dsq-subscribe,
#dsq-footer { 
	display: none;
}

/* sidebar studios
-------------------------------------------------------------------------------*/

.studio-header h2 {
	color: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 280px;
}

/* studios, eim, contributors
-------------------------------------------------------------------------------*/

.studio-header,
.blog-header,
.contributor-header {
	position: relative;
}
.studio-header img,
.blog-header img {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.studio-header .title-container,
.blog-header .title-container {
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 180px;
	width: 460px;
}
.studio-header .title-container h1,
.blog-header .title-container h1 {
	color: #fff;
	font-weight: 900;
}
.studio-header .title-container h4,
.blog-header .title-container h4 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.studio-header h5,
.blog-header h5,
.contributor-header h5 {
	color: #fff;
	position: absolute;
	top: 20px;
	left: 180px;
	width: 460px;
	text-transform: uppercase;
}
.contributor-header h1 {
	color: #fff;
	position: absolute;
	top: 51px;
	left: 180px;
	width: 700px
	font-weight: 900;
}
.person {
	width: 200px;
}
.person a {
	display: block;
}
.person .col {
	display: inline;
	width: 100px;
	float: left;
	margin: 0;
}
.studio-video .studio-video-control {
	background: #fff;
	padding: 10px 180px;
}
.studio-video .studio-video-control h6 {
	color: #000;
}
.studio-video .studio-video-control .studio-video-play {
	color: #000;
	padding-left: 18px;
	background: transparent url(../images/studio-play-button-mini.png) no-repeat 0 1px;
}
.studio-video .studio-video-control .studio-video-play.close {
	color: #000;
	padding-left: 18px;
	background: transparent url(../images/studio-close-button-mini.png) no-repeat 0 1px;
}
.studio-video .studio-video-control .studio-video-play:hover {
	color: #7a7a7a;
}
.studio-video .studio-video-player {
	display: none;
}

/* people
-------------------------------------------------------------------------------*/

.people .person {
	display: inline;
	width: 200px;
	float: left;
	margin: 30px 10px 30px 20px;
}
.people .person h6.title {
	color: #7a7a7a;
}

/* detail
-------------------------------------------------------------------------------*/

.detail a {
	border-bottom: 1px dotted #7a7a7a;
}
.detail .audio .audio-player {
	float: left;
	margin-right: 20px;
}
.detail .audio .audio-link {
	float: left;
}
.detail .audio .audio-link .link {
	display: inline-block;
	height: 30px;
	line-height: 30px;
}

/* motion gallery
-------------------------------------------------------------------------------*/

.motion-img img {
	display: block;
}
.gallery .detail img {
	margin: 0 auto;
}

/* sort */

#gallery-sort .label,
#gallery-sort #sort-list {
	float: left;
}
#gallery-sort .label {
	display: block;
	width: 55px;
	height: 23px;
	font-family: "ff-balance-web", verdana, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 10px;
	line-height: 23px;
	text-transform: uppercase;
}
#sort-list .dropdown dt,
#sort-list .dropdown dd,
#sort-list .dropdown ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 120px;
	font-family: Monaco, "droid-sans-mono", "Andale Mono", monospace;
	font-size: 11px;
	line-height: 1;
}
#sort-list .dropdown dt a {
	display: block;
	color: #9a9a9a;
	background: #fff url(../images/sort-arrow.gif) no-repeat right center;
	padding: 5px;
	border: 1px solid #9a9a9a;
}
#sort-list .dropdown dt a:hover {
	color: #000;
}
#sort-list .dropdown dd {
	position: relative;
}
#sort-list .dropdown dd ul {
	background: #f2f2f2;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 0; 
}
#sort-list .dropdown dd ul a {
	display: block;
	color: #000;
	padding: 5px;
}
#sort-list .dropdown dd ul a:hover {
	color: #7a7a7a;
}
#sort-list .dropdown dd ul,
#sort-list .dropdown .value {
	display: none;
}

/* search */

#gallery-search {
	padding: 0;
	margin: 0;
	width: 120px;
}
#gallery-search #gallery-q {
	display: block;
	width: 100px;
	height: 14px;
	padding: 0 0 2px 0;
	margin: 0 5px 0 0;
	background: transparent;
	color: #9a9a9a;
	font-family: "ff-balance-web", verdana, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 12px;
	border: 0;
	border-bottom: 1px solid #9a9a9a;
	float: left;
}
#gallery-search #gallery-search-button {
	display: block;
	width: 14px;
	height: 14px;
	float: left;
	padding: 0;
	margin: 0;
}

/* slideshow
-------------------------------------------------------------------------------*/

#slideshow-container {
	position: relative;
}
#slideshow {
	overflow: hidden;
}
#slideshow .motion-gallery-slide {
	width: 940px;
	height: 410px;
}
#slideshow .interview-slide {
	width: 900px;
	height: 506px;
}
#slideshow .motion-gallery-slide img,
#slideshow .interview-slide img {
	display: block;
	margin: 0 auto;
}
#slideshow-container .prev,
#slideshow-container .next {
	position: absolute;
	display: block; 
	top: 50%;
	height: 26px;
	line-height: 26px;
	padding: 0 9px;
	margin-top: -13px;
	z-index: 101;
}
#slideshow-container .prev {
	left: 0;
}
#slideshow-container .next {
	right: 0;
}

/* interviews
-------------------------------------------------------------------------------*/

.interviews .interview {
	margin-bottom: 20px;
	min-height: 525px; 
}

/* footer
-------------------------------------------------------------------------------*/

#footer {
	position: relative;
	width: 100%;
	height: 140px;
	background: #fff;
	color: #9a9a9a;
	font-family: Monaco, "droid-sans-mono", "Andale Mono", monospace;
	font-size: 11px;
	z-index: 100;
}
#footer .container {
	position: relative;
	padding-top: 20px;
}
#footer .footer-menu {
	text-transform: uppercase;
}

/* social icons */
.social-icon-link {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	margin: 0 5px 0 0;
}

#socialfooter {
	margin-top:5px;
}

.social-icon-link.twitter {
	background: url(../images/social-icons.png) no-repeat 0px 0px;
}
.social-icon-link.twitter:hover {
	background: url(../images/social-icons.png) no-repeat 0px -24px;
}
.social-icon-link.facebook {
	background: url(../images/social-icons.png) no-repeat -24px 0px;
}
.social-icon-link.facebook:hover {
	background: url(../images/social-icons.png) no-repeat -24px -24px;
}
.social-icon-link.pinterest {
	background: url(../images/social-icons.png) no-repeat -49px 0px;
}
.social-icon-link.pinterest:hover {
	background: url(../images/social-icons.png) no-repeat -49px -24px;
}

/* typekit badge */
.typekit-badge {
	display: none !important;
}

/* helper
-------------------------------------------------------------------------------*/

.hidden { display: none; }
.invisible { visibility: hidden; }
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:before,.clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }