/* Stylesheet for codepacity.com version 3 */
/* Copyright (C) 2008-2009 Codepacity, LLC */
/* Design by Brian Nez <thedude at bri1 dot com> */

@import url('style.css');

div#text {
	border: 1px solid #cecece;
	background: #fff;
	position: absolute;
	top: 158px;
	left: 50px;
	width: 922px;
	height: 522px;
	overflow: auto;
}

	div#text h2 {
		font-weight: normal;
		color: #727272;
		font-size: 13px;
		margin: 0 0 15px 0;
		padding: 5px 8px;
		background: #f0f0f0;
		border-bottom: 1px solid #cecece;
	}
	
		div#text h2 a {
			color: #727272;
			text-decoration: none;
		}
		
		div#text h2 a:hover {
			color: #555;
			text-decoration: underline;
		}
	
	div#text h3 {
		font-size: 18px;
	}
	
	div#text * {
		margin: 0 15px;
	}
	
	div#text p {
		margin-bottom: 10px;
	}
	
	div#text ul {
		margin: 15px 0;
	}
	
	div#text a, div#text img, div#text em, div#text strong {
		margin: 0;
		padding: 0;
	}
	
	div#text a {
		color: #555;
		text-decoration: none;
	}
	
	div#text a:hover {
		color: #333;
		text-decoration: underline;
	}
	
	div#text .bottommargin {
		margin-bottom: 15px;
	}
	
p.subtitle {
	font-style: italic;
	font-size: 12px;
}

img.appicon {
	float: left;
	border: 20px solid white;
}

div#iphonescreenshot {
	width: 234px;
	height: 480px;
	background: url('iphone_small-trans.png') no-repeat;
	float: right;
}

	div#iphonescreenshot img {
		position: relative;
		top: 85px;
		left: 22px;
	}
