@charset "UTF-8";

html
{
	background-color:rgb(240, 240, 240);
}

body
{
	width:900px;
	margin: 0 auto;
}

h1
{
	margin:20px 0px 0px 0px;
	
	font-family:"Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
	font-weight:600;
	font-size:3em;
}

.iPhoneBkgd
{
	margin:20px 0px 0px 0px;
	width:350px;
	float:left;
}

.iPadBkgd
{
	margin:20px 0px 0px 50px;
	width:840px;
/*	float:left;*/
}

.iPhoneLandscapeBkgd
{
	margin:20px 0px 0px 65px;
	width:755px;
/*	float:left;*/
}

.browserBkgd
{
	margin:20px 0px 0px 50px;
	width:800px;
}

.projectDetails
{
	width:580px;
	margin:10px 0px 20px 0px;
	
	float:right;
}

#projectTitle
{
	float:left;
	margin-bottom:30px;
}

#appStoreLink
{
	float:right;
	margin-top:16px;
}

.projectDescription, .myRole
{
	font-family:"Myriad Pro", "Trebuchet MS", Helvetica, sans-serif;
	font-weight:500;
	font-size:1.4em;
	line-height:1.3;
	
	margin-bottom:20px;
	
	clear:both;
}

.myRole
{
/*	line-height:1.2;*/
}

.projectDetailsLabel
{
	color:gray;
	font-weight:600;
}


/* fonts - - - - */

@font-face
{
	font-family:"Myriad Pro";
	src:url('../../fonts/myriadpro.eot');
	src:url('../../fonts/myriadpro.eot') format('embedded-opentype'),
		url('../../fonts/myriadpro.woff') format('woff'),
		url('../../fonts/myriadpro.ttf') format('truetype');
}

/* - - - - */

