/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 0;
	padding: 0;
	border: 0;
	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: 0;
}

body
{
    -webkit-font-smoothing: antialiased;
    color:#333333;
    overflow-x: hidden;
	font-family: 'helvetica neue', helvetica, san-serif;
	padding-bottom:50px;
}

a
{
	text-decoration:none;
}

.header
{
	text-align:center;
}

.fat-face
{
	padding-top:15px;
	padding-bottom:15px;
}

.project-header
{
	width:128px;
}

.container
{
	max-width:640px;
	margin-left: auto;
    margin-right: auto;
	text-align:left;
}

h1, h2
{
	font-family: 'Cambria', 'Gentium Book Basic', serif;
	padding-bottom:15px;
}

h1
{
	font-size:6em;
}

h2
{
	font-size:2.5em;
	margin-bottom:15px;
}

.blurb
{
	font-family:'helvetica neue', helvetica, san-serif;
	font-size:1.9em;
	line-height:1.25em;	
	font-weight:300;
	padding-bottom:30px;
	margin-left:5px;
	margin-right:5px;
}

.content
{
	margin-left:25px;
	margin-right:25px;
}

.apps
{
	width:100%;
	margin-left: auto;
    margin-right: auto;
}

.app
{
	margin-left:15px;
	margin-right:15px;
	float:left;
	margin-bottom:10px;
	margin-top:5px;
}

.app .name
{
	text-align:center;
	font-size:0.9em;
	color:#666;
	margin-top:3px;
	font-weight:500;
}

.app img
{
	height:85px;
	width:85px;
}

.projects
{
	margin-left:5px;
}

.project
{
    padding-bottom:15px;
}


.project .title
{
	font-size:1.5em;
	font-weight:500;
}

.project .description
{
	font-size:1.5em;
	font-weight:300;
	line-height: 1.3em;
}

.section
{
	margin-bottom:25px;
}

.in-touch
{
	font-size:1.5em;
	font-weight:300;
	margin-left:5px;
}

@media screen 
and (max-width : 568px)
{
	h1
	{
		font-size:3em;
	}

	h2
	{
		font-size:1.7em;
		margin-bottom:10px;		
	}
	
	.blurb
	{
		//color:red;
		font-size:1.3em;
		line-height:1.22em;
		margin-left:0px;
		margin-right:0px;
	}
	
	.fat-face
	{
		width:50%;
		max-width:250px;
	}
	
	.content
	{
		margin-left:16px;
		margin-right:16px;
	}
	
	.apps
	{
		width:85%;
		font-family:'helvetica neue', 'helvetica', san-serif;
		margin-left: auto;
	    margin-right: auto;
	}
	
	.project .title
	{
		font-size:1.2em;
		font-weight:500;
	}

	.project .description
	{
		font-size:1.2em;
		font-weight:300;
	}
	
		
	.app img
	{
		height:90px;
		width:90px;
	}
	
	.in-touch
	{
		font-size:1.2em;
		font-weight:300;
	}
}

.spotlight
{
    text-align:center;
    white-space:nowrap;
    position:relative;
}

.spotlight_left, .spotlight_right
{
    display:inline-block;
    vertical-align:top;
    padding-right:15px;
    white-space:normal;
}

.spotlight_title
{
    font-size:36px;
}

.spotlight_right
{
    width:450px;
    text-align:left;
}

.spotlight_title, .spotlight_details
{
    padding-bottom:15px;
}

.spotlight_feature_image
{
    height:548px;
}

.spotlight_details
{
    font-size:20px;
}

.spotlight_images
{
    padding-top:15px;
}

.spotlight_detail_image
{
    width:100px;
    padding-right:5px;
    padding-bottom: 5px;
    cursor:pointer;
}

.footer
{
    padding-top:15px;
    clear:left;
}


.clear
{
	clear:both;
}

.lightbox_background
{
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(15,15,15,0.75);
    width:100%;
    visibility:hidden;
    z-index:50;
    text-align:center;
}

.lightbox_image
{
    position:relative;
    z-index:100;
    margin:20px;
}

.lightbox_caption
{
    color: #ffffff;
    font-size: 26px;
}
