/* Prevent iOS text size adjust after orientation change, without disabling user zoom */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;} 
	
/* Reset HTML5 Elements to Block */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;}
	
body {
	line-height: 1;}
	
ol, ul {
	list-style: none;}
	
blockquote, q {
	quotes: none;}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;}
	
table {
	border-collapse: collapse;
	border-spacing: 0px;}

/* Reset End */

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: auto;
	font: normal 100% 'Source Sans Pro', sans-serif;
	z-index:3;
	background-color:#f5eb29;}

.wrapper {
	max-width: 1500px;
	width: 94%;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;}
	
/* Header styles */
	
#header-fallback {
	min-width: 100%;
    min-height: 10px;
    width: auto;
    height: 10px;
	top: 0px;
	background-color:#f5eb29;
	position:fixed;
	z-index:4;}
	
#logo {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	position: fixed;
	opacity: 1;
	height: auto;
	width: 60px;
	height: 60px;
	float:left;
	top:10px;
	z-index:5;
	background-image:url(../../images/solomon-doley-logo_hover.jpg);
	background-size:100% 100%;}
	
#logo a {
	opacity:1;
	padding:0px;
	height:100%;
	width:100%;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}
	
#logo a img {
	width: 60px;
	height: 60px;}
	
#logo a:hover, a:focus img {
	opacity:0;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}
	
#page-description {
	z-index: 4;
	position:absolute;
	opacity: 1;
	bottom:0px;
	margin-bottom: 50px;
	text-align:left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.6em;
	color:#000;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}
	
#page-description h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1.8em;
	line-height:1.3em;
	margin-bottom: 15px;
	color:#000;}
	
/* Featured Work */

#featured-work {
	height:100%;
	background-color:#000;
	line-height: 0px;
	margin-bottom:100px;
	float:left;}
	
.featured-work-cell {
	height:50%;
	width:50%;
	float:left;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}

.featured-work-cell a {
	height:100%;
	width: 100%;
	float: left;
	border: none;
	outline:none;
	font-size:0px;
	text-decoration:none;
	line-height:0px;
	display: block;
	overflow: hidden;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}
	
.featured-work-cell a img {
	width:100%;
	border: none;
	outline:none;
	font-size:0px;
	text-decoration:none;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}

.featured-work-cell a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);}

div.featured-work-cell#dl a {
	background-color:#f0d7c3;}

div.featured-work-cell#dl a:hover {
	background-color:#d3b09d;}

div.featured-work-cell#vh1 a {
	background-color:#7800ba;}

div.featured-work-cell#vh1 a:hover {
	background-color:#5d0a8a;}

div.featured-work-cell#mx a {
	background-color:#117d10;}

div.featured-work-cell#mx a:hover {
	background-color:#0a5e09;}

div.featured-work-cell#ti a {
	background-color:#0f8ad0;}

div.featured-work-cell#ti a:hover {
	background-color:#07537d;}

div.featured-work-cell#mm a {
	background-color:#2c2c2c;}

div.featured-work-cell#mm a:hover {
	background-color:#202020;}

div.featured-work-cell#fl a {
	background-color:#3F82FB;}

div.featured-work-cell#fl a:hover {
	background-color:#2259be;}
	
/* Footer styles */

footer {
	width: 100%;
	height: 60px;
	background-color:#000;
	position:fixed;
	bottom: 0px;
	z-index:-1;}
	
#footercredits {
	text-align:left;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 0.8125em;
	color: #444;
	padding:20px 0;
	margin: 0px;}
	
#footercredits a {
	color:#555;
	font-weight:700;
	text-decoration:none;
	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;}
	
#footercredits a:hover, a:focus {
	color: #f5eb29;}
	
#footnote {
	width:100%;
	height:350px;
	position:relative;
	padding-bottom: 0px;
	z-index:-2;
	background:#f5eb29;}
	
#footnote-description {
	text-align:left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.6em;
	color:#000;
	position:relative;
	padding-bottom:150px;
	margin-bottom: 0px;}
	
#footnote-description h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1.8em;
	line-height:1.3em;
	margin-bottom: 15px;
	color:#000;}
	
#footnote-description a{
	color:#d1aa00;
	font-weight:700;
	text-decoration:none;
	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;}
	
#footnote-description a:hover, a:focus {
	color: #c09200;}
	
/* Links */

a {
	color:#1aaeec;
	font-weight:700;
	text-decoration:none;
	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;}

a:hover, a:focus {
	color: #f5eb29;}

a img {
	border: none;
	outline:none;}
	
/* Images */
	
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.hidden-mobile {
	display:none;}
	
.visible-mobile {
	display:block;}
	
/* Text */

section {
	height:auto;
	width:100%;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.6em;}
	
section h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1.8em;
	line-height:1.3em;
	margin-bottom: 15px;}
	
section h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1.8em;
	line-height:1.3em;
	margin-bottom: 15px;}
	
section img {
	margin: 60px auto;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */}
	
#topsection-description {
	padding-top: 210px;
	margin:auto;}
	
.section-description {
	padding:100px 0 40px 0;
	margin:auto;}

/* flocabulary (work specific style) */

#fl01 {
	background-color:#3F82FB;
	color:#fff;}
	
#fl01 img {
	margin:60px 0 0 0;
	vertical-align:bottom;}

#fl02 {
	background-color:#1F407D;
	color:#fff;}

#fl02 img {
	margin:60px 0 0 0;
	vertical-align:bottom;}

#fl03 {
	background-color:#08072a;
	color:#fff;}

#fl03 img {
	margin:0 0 0 0;
	vertical-align:bottom;
	max-width:none;
	width:100%;}

section#fl03 div.section-description {
	padding-top: 0px;}

#fl04 {
	background-color:#136012;
	color:#fff;}

section#fl04 div.section-description {
	padding-bottom: 100px;}

#fl04 img {
	margin:0 0 0 0;
	vertical-align:bottom;}


/* a designers love (work specific style) 

#adl01 {
	background-color:#de79a1;
	color:#fff;}

#adl02 {
	background-color:#d06f95;
	color:#fff;}

*/

/* minimal movies (work specific style) */

.mm01 {
	background-color:#434343;
	color:#fff;}

/* xbox one (work specific style) */

.mx01 {
	background-color:#117d11;
	color:#fff;}
	
section.mx01 img.visible-mobile {
	margin:60px 0 0 0;}
	
#mx02 {
	background-color:#141414;
	color:#fff;}	

	
/* vh1 (work specific style) */

#vh101 {
	background-color:#7900b8;
	color:#fff;}
	
#vh101 img {
	margin:100px 0 0 0;
	vertical-align:bottom;}

#vh102 {
	background-color:#fff;
	color:#000;}

#vh103 {
	background-color:#e92f39;
	color:#fff;}

#vh104 {
	background-color:#52c7e1;
	color:#fff;}
	
#vh104 img {
	margin-top:60px;
	margin-bottom:0px;
	vertical-align:bottom;}

#vh105 {
	background-color:#fff;
	color:#000;}
	
section#vh105 img.visible-mobile {
	margin:60px auto 0 auto;
	vertical-align:bottom;}
	
/* the visual md (work specific style) */
	
#vmd01 {
	background-color:#dedfe1;
	color:#000;}
	
#vmd01 img {
	margin-bottom:0px;
	vertical-align:bottom;}
	
#vmd02 {
	background-color:#272729;
	color:#fff;}
	
#vmd03 {
	background-color:#d0132b;
	color:#fff;}
	
/* time inc (work specific style) */
	
.ti01 {
	background-color:#0e8ad0;
	color:#fff;}
	
section.ti01 img.visible-mobile {
	margin:60px 0 0 0;}
	
/* david lerner (work specific style) */
	
#dl01 {
	background-color:#fce7d5;
	color:#000;}
	
#dl01 img {
	margin-bottom:0px;
	vertical-align:bottom;}
	
#dl02 {
	background-color:#1c1c1c;
	color:#fff;}
	
#dl03 {
	background-color:#fce7d5;
	color:#000;}
	
#dl03 img {
	margin-bottom:0px;}
	
#dl04 {
	background-color:#fce7d5;
	color:#000;}
	
#dl04 img {
	margin-bottom:0px;
	vertical-align:bottom;}
	
/* 404 */

#logo404 {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	position: fixed;
	opacity: 1;
	width: 60px;
	height: 60px;
	float:left;
	top:10px;
	z-index:5;
	background-image:url(../work_images/404-error_02.jpg);
	background-size:100% 100%;}
	
#logo404 a {
	opacity:1;
	padding:0px;
	height:100%;
	width:100%;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}
	
#logo404 a img {
	width: 60px;
	height: 60px;}
	
#logo404 a:hover, a:focus img {
	opacity:0;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}

#error404 {
	background-color:#292929;
	color:#fff;
	margin-bottom:100px;
	float:left;}
	
#error404 #topsection-description {
	text-align:left;}
	
#error404 #topsection-description h1 {
	color:#fff;}
	
#error404 img {
	vertical-align:bottom;
	margin:100px 0 0 0;}
	
/* about 

section#about {
	text-align:left;}
	
#about {
	background-color:#292929;
	color:#fff;}
	
#about #topsection-description {
	text-align:left;
	margin:0px;
	padding-bottom:210px;}
	
#about #topsection-description h1 {
	color:#fff;}
	
#about img {
	vertical-align:bottom;
	margin:100px 0 0 0;}

*/
	
