* {
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

body {
    background-color: #000;
    background-color: #fff;
    background-color: rgb(247, 247, 247);
    color: #ddd;
	min-height: 3000px;
}

p, h1, h2, h3, h4 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #111;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2px;
}

/* CSS3 */

.rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 30px #000;
    -moz-box-shadow: 0px 0px 30px #000;
}

/* LAYOUT */

.layout {
    margin: 0 auto;
    width: 960px;
	overflow:auto;
}

.layout-col-1 {
	margin-top: 20px;
	background-color: #fff;
	width: 700px;
	min-height: 700px;
	margin-bottom: 100px;
	float: left;
	overflow:auto;
}

	.layout-col-1-1 {
		width: 350px;
		float: left;
	}

	.layout-col-1-2 {
		width: 350px;
		float: left;
		margin-left: -20px;
		margin-top: 42px;
	}

.layout-col-2 {
	margin-top: 20px;
	width: 260px;
	float: left;
}

/* MENU */

.menu {
	float: right;
	background-color: #fff;
	margin: 20px;
	width: 220px;
	height: 50px;
}

	.menu ul {
		margin: 10px;
	}

	.menu li {
		float: left;
		text-align: center;
		margin-top: 8px;
		width: 95px;
	}
	
	.menu a {
		text-decoration: none;
		border: none;
		font-size: 16px;
	}
	
.menu-option {
	display: block;
	padding: 8px;
	height: 20px;
}
	
.menu-option-selected {
	background-color: #000;
	color: #fff;
	display: block;
	padding: 8px;
	height: 20px;
}

	.menu-option-selected a {
		color: #fff;
	}	

/* LANDING */

.landing {
	margin: 20px;
	color: #333;
}
	.landing h1 {
		font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 30px;
		line-height: 38px;
		font-weight: bolder;
		margin-bottom: 30px;
		letter-spacing: -2px;
		color: #111;
	}
	
	.landing h2 {
		font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 22px;
		line-height: 28px;
		font-weight: normal;
		margin-bottom: 30px;
		color: #111;
		letter-spacing: -1px;
	}

	.landing h3 {
		font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 22px;
		font-weight: normal;
		margin-bottom: 30px;
		color: #111;
	}
	
	.landing h3 a {
		color: #222;
		text-decoration: none;
		border-bottom: 1px solid #ddd;
		padding-bottom: 2px;
	}


	.landing p {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 20px;
		outline-color: rgb(51, 51, 51);
	}
	
	.landing p strong {
		font-weight: bolder;
	}
	

/* APP STORE */

.appstore {
	margin-bottom: 60px;
	margin-left: 20px;
}

	.appstore p {
		margin: 10px;
		margin-left: 20px;
		font-size: 10px;
		width: 200px;
		color: #aaa;
	}

/* QUOTE */

.quote {
	margin: 20px;
	background-color: #fefefe;
}

	.quote p {
		padding: 20px;
		color: #999;
		line-height: 20px;
	}

	.quote a {
		color: #444;
		border: none;
	}
	
	.quote strong {
		color: #666;
	}

/* iPHONE */

.iphone-layout {
	margin: 50px;
	height: 460px;
    float: left;
}

.iphone {
    width: 250px;
    height: 462px;
    background-image: url(../../images/iphone.png);
}

.iphone-photo {
    float: left;
    margin-top: 77px;
    margin-left: 24px;
    width: 206px;
    height: 309px;
    background-image: url(../../images/tweet-photo-1.png);
}

.iphone-reflection {
    width: 250px;
    height: 63px;
    background-image: url(../../images/iphone-reflection.png);
}
