body {
	min-height: 320px;	
	font-family: Helvetica, sans-serif;
	margin-bottom: 10px;
	line-height: 1.2em;
}

sup {
	line-height: 0;
}

a img {
	border: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.space30 {
	height: 30px;
	clear: both;
}

.space20 {
	height: 20px;
	clear: both;
}

#top {
	height: 45px;
	background: #7e93a8 url(/images/nav_grad.png) repeat-x;
	border-bottom: 1px solid #5a6f85;
	font-weight: bold;
	text-shadow: rgba(0,0,0,.6) 0 1px 0;
	color: #FFF;
}

#nav {
	width: 960px;
	margin: auto;
	height: 45px;
	overflow: hidden;
	border-bottom: 1px solid #637486;
}

#nav_left {
	float: left;
	width: 600px;
}

#nav_right {
	float: right;
	width: 300px;
	text-align: right;
}

#nav_shadow {
	height: 5px;
	background: #dce9f6 -webkit-gradient(linear, left top, left bottom, from(rgba(125,146,167,1)), to(rgba(255,255,255,1))) no-repeat;
	background: #dce9f6 -moz-linear-gradient(top, rgba(125,146,167,1), rgba(255,255,255,1)) no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#7d92a7, endColorstr=#FFFFFF, GradientType=0); /* IE */
}

.download_button {
	padding-top: 8px;
}

#nav ul {
	padding-top: 14px;
}

#nav li {
	display: inline;
	margin-right: 35px;
}

#nav a {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: color .15s linear;
}

#nav a:hover {
	color: #cecece;
}

.title {
	margin-bottom: 20px;
}

#content {
	width: 960px;
	margin: auto;
	padding-top: 30px;
	color: #3c4650;
}

#content a {
	color: #486089;
}

#content h2 {
	font-size: 1.6em;
	text-shadow: rgba(0,0,0,.2) 0 1px 0;
/*	margin-bottom: 20px;
*/}

#content h3 {
	font-size: 1.4em;
	text-shadow: rgba(0,0,0,.2) 0 1px 0;
	margin-bottom: 5px;
}

#content p {
	margin-bottom: 10px;
}

.section {
	margin-bottom: 20px;
}

#title {
	float: left;
	text-shadow: rgba(0,0,0,.2) 0 1px 0;
}

#title h1 {
	margin-top: 20px;
	font-size: 3.5em;
	margin-bottom: 14px;
}

#title h2 {
	margin-left: 50px;
	font-size: 1.5em;
}

#feature_left {
	float: left;
	width: 655px;	
}

.icon {
	float: left;
	padding-right: 20px;
}

#app_store_button {
	float: right;
	text-align: right;
	opacity: 0.5;
	margin-right: 30px;
	margin-top: 25px;
}

#app_store_button {
	opacity: 0.5;
	-webkit-transition: opacity linear 0.25s;
}

#app_store_button:hover {
	opacity: 1;
	-webkit-transition: opacity linear 0.25s;
}

#feature_right {
	float: right;
	width: 300px;
	text-align: right;
	background-image: url(/images/iphone_frame.png);
	background-repeat: no-repeat;
	height: 636px;
}

.main_feature {
	float: left;
	width: 283px;
	margin-right: 15px;
}

.main_feature_icon {
	float: left;
	padding-right: 10px;
}

.main_feature h3 {
	font-weight: bold;
	margin-bottom: 5px;
	text-shadow: rgba(0,0,0,.2) 0 1px 0;
}

.inner_screenshot {
	position: relative;
	top: 95px;
	right: 27px;
}

#detail {
	position: absolute;
	top: 440px;
}

#detail h2 {
	font-size: 1.4em;
	text-shadow: rgba(0,0,0,.2) 0 1px 0;
}

.bottom_feature {
	width: 183px;
	height: 120px;
	border: 1px solid #e5e5e5;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#FFF));
	padding: 10px;
	text-align: center;
	float: left;
	margin-right: 10px;
/*	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(white));
*/	}

.bottom_feature h3 {
	font-weight: bold;
	margin-bottom: 12px;
}

#reviews {
	width: 600px;
}

#park_list {
	width: 619px;
	background-color: #f0ffe2;
	border: 1px solid #bddd9e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 0.8em;
	padding: 7px;
	line-height: 1.4em;
}

#reviews li {
	margin-top: 10px;
	margin-bottom: 10px;
}

#screenshots img {
	margin-right: 20px;
	border: none;
}

#screenshots h3 {
	border-bottom: 1px dashed #393939;
	margin-bottom: 18px;
	padding-bottom: 8px;
}

#photos img {
	margin-right: 20px;
	border: 1px solid #000;
}

#photos h3 {
	border-bottom: 1px dashed #393939;
	margin-top: 25px;
	margin-bottom: 18px;
	padding-bottom: 8px;
}

#videos img {
	margin-right: 20px;
}

#videos h3 {
	border-bottom: 1px dashed #393939;
	margin-top: 35px;
	margin-bottom: 18px;
	padding-bottom: 8px;
}

#contact_form {
	width: 400px;
	border-right: 1px dashed #434343;
	float: left;
}

#contact_form textarea {
	width: 340px;
	height: 100px;
}

#contact_form label {
	font-weight: bold;
}

#other_support {
	float: left;
}

.support_icon {
	float: left;
	width: 75px;
	margin-left: 20px;
}

.support_text {
	float: left;
	width: 400px;
	padding-left: 20px;
	padding-top: 7px;
}

.support_text a {
	color: #000;
	font-weight: bold;
}


/*-----
| Blog
------*/
#blog_left {
	width: 670px;
	float: left;
}

#blog_left a:hover {
	text-decoration: underline;
}

#blog_right {
	width: 260px;
	float: right;
}

.date_icon {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	float: left;
}

.blog_header {
	width: 500px;
	height: 50px;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 0.9em;
}

.blog_header h2 {
	margin: 0;
}

.blog_title {
	padding-top: 6px;
}

.blog_title a {
	color: #000;
	text-decoration: none;
}

.blog_title a:hover {
	text-decoration: underline;
}

.blog_caption {
	color: #848484;
	margin-top: 4px;
}

.blog_content {
	margin-bottom: 7px;
}

.blog_content_last {
	margin-top: 7px;
}

.blog_options {
	margin-top: 5px;
	margin-bottom: 35px;
}

.blog_options a {
	color: #434343;
	text-decoration: underline;
}

.blog_options_last {
	margin-top: 5px;
}

.blog_options_last a {
	color: #434343;
	text-decoration: underline;
}

.blog_comment {
	clear: both;
	margin-bottom: 15px;
	margin-top: 10px;
}

.blog_comment_side {
	width: 150px;
	float: left;
}

.blog_comment_side a {
	color: #000;
}

.blog_comment_main {
	width: 800px;
	float: right;
}

.blog_comments_text {
}

.blog_date {
	color: #848484;
}

.quotestitle {
	text-align: center;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-weight: bold;
	background-image: url(/images/subheadbg.jpg);
	background-repeat: no-repeat;
}

.title_bar {
	background-color: #acc2dd;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-weight: bold;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.content_bar {
	background-color: #d6e1ee;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.4em;
}

.content_bar a {
	color: #434343;
}

.content_bar a:hover {
	color: #000;
}

#footer {
	width: 500px;
	margin: auto;
	text-align: center;
	font-size: 0.6em;
}

#footer a {
	color: #3c4650;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}