body {
	color: black;
	background-color: white;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4em;
}

body.secret-santa {
	color: black;
	background-color: white;	
	margin: 30px;
}

a, a:link, a:visited, a:active {
	color: black;
}

.green {
	color: #99CC00;
}

div.screenshot {
	display: inline;
}

.secret-santa h1 {
	text-align: center;
	color: #0E1D10;
}

#content {
  margin: 40px;	
}

.footer {
	font-size: 14px;
	width: 700px;
	text-align: center;
	background-color: #eee;
	margin: 40px;
	padding: 5px 0px 5px 0px;
}

.footer .description {
	font-style: italic;
	font-size: 14px;
	text-align: center;
}

.fuchsia, h2, .project-overview h1 {
	color: #990066;
}

.green {
	color:  #99CC00;
}

.header {
	position: relative;
	margin: 40px;
	width: 700px;
	height: 100px;
	text-align: left;
}

.header .left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
}
.header .right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 520px;
	padding-left: 20px;
	height: 120px;
	line-height: 60px;
	text-align: left;
}

.header .right .text {
	font-size: 48px;
	height: 100px;
	padding-top: 5px;	
}

h2 {
	margin-top: 40px;
	margin-bottom: 30px;
	background-color: #eee;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	clear: both;
}

img {
	border: none;
}

img.screenshot {
	width: 160px;
	border: solid gray 1px;
}

div.buy {
	margin: 40px;
}

div.buy_iphone_2_1 {
	display: none;
	background-color: #81A994;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
}

div.buy_iphone_2_1 > p {
	font-size: large;
	font-weight: bold;
}

.landing-page {
	font-size: large;
	width: 700px;
	margin: auto;
}

p {
	font-size: 14px;
}

ul, li, p {
	text-align: left;
	font-size: 14px;
}

li {
	margin-top: 10px;
}

.tagline {
	width: 400px;
	text-align: center;
}

.news-box h1, .portfolio-box h1, .project-box h1 {
	font-size: 24px;
	text-align: left;
}

.news-box h2, .portfolio-box h2, .project-box h2 {
	font-weight: normal;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background-color: white;
}

.news-box h2, .project-box h2 {
	text-align: center;	
}

.portfolio-box h2 {
	text-align: left;
	margin-top: 40px;
	margin-bottom: 15px;	
	background-color: #eee;
	padding: 5px 0px 5px 4px;
}

.news-box h3, .portfolio-box h3, .project-box h3 {
	font-style: italic;
	font-size: 16px;	
	margin: 0px;
	padding: 0px;
}

.news-box p, .project-box p {
	font-size: 14px;
	margin-top: 5px;
}

.portfolio-box p {
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
}

.news-box .screenshot img, .project-box .screenshot img {
	width: 160px;
	height: 240px;
}

.portfolio-box .screenshot img {
	width: 80px;
	height: 120px;
}


.news-box .screenshot, .portfolio-box .screenshot, .project-box .screenshot, .news-box .large-app-logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

.news-box .news-content, .portfolio-box .portfolio-content {
	position: relative;
}

.news-box .description, .portfolio-box .description, .project-box .description {
/*	position: absolute; 
	top: 0px; */
	width: 496px;
	margin-left: 170px;
	margin-top: 0px;
	padding: 0px 20px 0px 0px;
}

.project-box .project-content {
	height: 282px;
	padding: 0px;
}

.portfolio-box .portfolio-content {
	height: 142px;
	padding: 0px;
}

.news-box, .portfolio-box, .project-box {
	padding: 24px 0px 0px 0px;
	text-align: center;
}

.screenshot, .large-app-logo {
	border: solid black 1px;
}

.screenshot-array {
	height: 300px;
	width: 380px;
	margin: auto;
}

.screenshot-array .screenshot {
	float: left;
	margin: 5px;
}

.screenshot-array .screenshot img {
	width: 80px;
	height: 120px;
}

.screenshot-lineup {
	height: 120px;
	width: 580px;
	margin: auto;
	padding: 0px;
}

.screenshot-lineup .screenshot {
	float: left;
	margin: 5px;
}

p.testimonial {
	font-size: smaller;
	padding: 12px;
}

.screenshot-lineup .screenshot img {
	width: 60px;
	height: 90px;
}


.large-app-logo img {
	width: 160px;
	height: 160px;
}

.secret-santa .news-box {
	border: none;
}

.news-box img {
	text-align: center;
	margin: auto;
}

.discussion h3 {
	text-align: left;
}

.getting-started li {
	font-weight: bold;
}

.faq {
	width: 600px;
}

.faq .question {
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}

.faq .answer {
	margin-left: 20px;
	font-size: 14px;
}

.answer:before {
	font-weight: bold;
	content: 'Answer: ';
}

.copyright {
	margin-top: 20px;
	font-size: 12px;
	font-style: italic;
	background-color: white;
	text-align: center;
	width: 700px;
	margin: 40px;
}

