/* 
SlickApp - CSS Stylesheet
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
*/
* { padding: 0; margin: 0; }
/*--------------------------------------------
Global Elements
---------------------------------------------*/
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	background: #ebebeb;
}
.page { width: 900px; margin: 0 auto; }
div#top_bar {
	background: #dddddd;
	height: 7px;
}
/*--------------------------------------------
App Screenshot & Desciption
---------------------------------------------*/
div#top_content_wrap {
	background: #fff;
}
div#top_content { 
	background: url('../images/light_shadow.gif') no-repeat bottom;
	padding-top: 55px; 
	height: 600px;
}
	div#top_content div#app_screenshot {
		float: left;
		width: 305px;
		height: 508px;
		background: url('../images/phone.jpg') no-repeat top left;

	}
		div#top_content div#app_screenshot div.price_badge{
			width: 115px;
			height: 115px;
			background: url('../images/price_badge.png') no-repeat top;
			float: right;
			margin-top: -40px;
			padding-right: 40px;
		}
		div#top_content div#app_screenshot .screencast {
			float: left;
			padding-top: 12px;
			padding-left: 24px;
		}
	div#top_content div#app_description {
		float: right;
		width: 590px;
		margin-top: 15px;
	}
		div#top_content div#app_description div.header h1,
		div#top_content div#app_description div.header div.version{ float: left; }
			div#top_content div#app_description div.header div.version {
				padding: 5px 9px 5px 10px;
				background: #990909;
				color: #ffffff;
				margin-left: 3px;
				margin-top: 20px;
			}
		div#top_content div#app_description p,
		div#top_content div#app_description ul li{
			font-size: 15px;
			line-height: 20px;
			letter-spacing: -0.03em;
		}
		div#top_content div#app_description ul { list-style: none; margin-top: 20px; }
			div#top_content div#app_description ul li {
				background: url('../images/bullet.gif') no-repeat 0px 4px;
				padding-left: 25px;
				margin-bottom: 3px;
			}
		div#top_content div#app_description div.actions { margin-top: 50px; }
			div#top_content div#app_description div.actions a.app_store {
				width: 251px;
				height: 75px;
				background: url('../images/app_store.gif') no-repeat top;
				display: block;
				text-indent: -999999px;
				float: left;
			}
			div#top_content div#app_description div.actions p {
				font-size: 12px;
				width: 260px;
				float: left;
				margin-left: 30px;
				line-height: 19px;
			}
			div#top_content div#app_description div.actions p b { display: block; color: #444; }
div#page_seperator {
	height: 2px;
	width: 100%;
	background: url('../images/page_seperator.gif') repeat-x top;
}			
div#bottom_content {
		background: url('../images/dark_shadow.gif') no-repeat top;
}
/*--------------------------------------------
Nav
---------------------------------------------*/
div#nav {
	margin-top: -1px;
		background: url('../images/horizontal_seperator.gif') repeat-x bottom;
}
div#nav ul{
	list-style: none;
	height: 40px;
	width: 620px;
	margin: 0 auto;
}
	div#nav ul li {
		float: left;
		margin-right: 15px;
	}
		div#nav ul li a {
			padding: 12px 25px 12px 25px;
			display: block;
			color: #666;
			font-weight: bold;
			text-decoration: none;
		}
			div#nav ul li a:hover { background: #ddd; }
		div#nav ul li a.current { background: #ddd; color: #000; }
/*--------------------------------------------
Pages
---------------------------------------------*/
div.pane {
	padding: 45px 0px 25px 0px;
}
/*--------------------------------------------
Home
---------------------------------------------*/
div#features {
	background: url('../images/horizontal_seperator.gif') repeat-x bottom;
	clear:both;
	padding-bottom: 30px;
}
	div#features div.feature {
		width: 283px;
		float: left;
		margin-right: 25px;
		position: relative;
	}
		div#features div.feature div.new {
			width: 106px;
			height: 95px;
			background: url('../images/new_feature.png') no-repeat top;
			position: absolute;
			top: 0;
			right: 0;
			z-index: 2;
		}
		div#features div.feature div.content {
			background: #d3d3d3 url('../images/feature_box-top.gif') no-repeat top;
			padding: 20px 20px 10px 20px;
			min-height: 320px;
		}
			div#features div.feature div.content div.screenshot { position: relative; }
				div#features div.feature div.content div.screenshot a {
					width: 37px;
					height: 26px;
					background: url('../images/enlarge.png') no-repeat top;
					text-indent: -999999px;
					display: block;
					position: absolute;
					bottom: 0px;
					left: 2px;
					bottom: 4px;
				}
			div#features div.feature div.content p{
				color: #696969;
				letter-spacing: -0.03em;
				font-size: 13px;
				padding-top: 15px;
				padding-left: 3px;
			}
		div#features div.feature div.bottom {
			height: 8px;
			background: url('../images/feature_box-bottom.gif') no-repeat top;
		}
	div#features div.last { margin-right: 0px; }
div#reviews_faqs { padding-top: 35px; }
div#reviews {
	float: left;
	width: 275px;
	height: 100px;
	padding-right: 60px;
	background: url('../images/vertical_seperator.gif') repeat-y right;
	overflow: hidden;
	position: relative;
}
	div#reviews div.review {
		background: url('../images/quotes.gif') no-repeat top left;
		padding-left: 30px;
		margin-bottom: 35px;
		position: relative;
	}
		div#reviews div.review p{
			font-style: italic;
			font-size: 13px;
			letter-spacing: 0.01em;
			line-height: 20px;
			padding-top: 2px;
			margin-bottom: 0px;
		}
		div#reviews div.review span{
			color: #519fa0;
			text-align: right;
			display: block;
		}
			div#reviews div.review span a{
				display: block;
				font-size: 11px;
				text-decoration: none;
				color: #999;
				margin-top: 3px;
			}	
				div#reviews div.review span a:hover{ color: #555; }
div#faqs { float: right; width: 540px; }
	div#faqs div.left_column {
		float: left;
		width: 240px;
	}
	div#faqs div.right_column {
		float: right;
		width: 240px;
	}
	div#faqs div.faq {
		margin-bottom: 40px;
	}
		div#faqs div.faq b {
			color: #252525;
			font-weight: bold;
			margin-bottom: 10px;
			display: block;
		}
		div#faqs div.faq p {
			color: #777;
			font-size: 12px;
			line-height: 20px;
		}
/*--------------------------------------------
About
---------------------------------------------*/
div#about {}
	div#about div.left {
		float: left;
		width: 570px;
		padding-right: 40px;
	}
		div#about div.left p{ line-height: 20px; margin-bottom: 25px; }
	div#about div.right {
		background:  #DDDDDD;
		float: right;
		padding: 15px 25px 5px 25px;
		width: 240px;
	}
		div#about div.right h2 { margin-bottom: 15px; }
		div#about div.right ul{ list-style: none; }
			div#about div.right ul li {
				margin-bottom: 12px;
				padding-bottom: 12px;
				clear: both;
				border-bottom: 1px solid #ccc;
			}
			div#about div.right ul li img{ float: left; margin-right: 15px; }
			div#about div.right ul li h3{
				font-size: 13px;
				margin-bottom: 5px;
				color: #555;
			}
			div#about div.right ul li span {
				font-size: 12px;
				display: block;
				margin-bottom: 4px;
				font-style: italic;
				color: #999;
			}
			div#about div.right ul li a { font-size: 11px; color: #50aeae; text-decoration: none; }
				div#about div.right ul li a:hover { color: #333; } 
		div#about div.right ul li.last { border: none; }
/*--------------------------------------------
Screenshots
---------------------------------------------*/
div#screenshots {}
	div#screenshots ul { list-style: none; }
		div#screenshots li {
			float: left;
			margin-right: 25px;
		}
			div#screenshots li img {
				width: 200px;
			}
/*--------------------------------------------
Release Notes
---------------------------------------------*/
div#release_notes { }
	div#release_notes div.release {
		margin-bottom: 40px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 30px;
	}
		div#release_notes .left {
			float: left;
			width: 200px;
		}
		div#release_notes div.right {
			float: right;
			width: 700px;
		}
		div#release_notes div.release span.date {
			display: block;
			margin-bottom: 15px;
			font-size: 12px;
		}
		div#release_notes div.release ul {
			padding-left: 35px;
			line-height: 22px;
		}
	div#release_notes div.last { margin: 0; padding: 0; border: none; }
/*--------------------------------------------
Contact
---------------------------------------------*/
div#contact_form {}
	div#contact_form div.left {
		float: left;
		width: 540px;
		padding-right: 40px;
		background: url('../images/vertical_seperator.gif') repeat-y top right;
	}
		div#contact_form form { }
			div#contact_form div.text_fields {
				float: left;
			}
			div#contact_form form p {
				clear:both;
				margin-bottom: 23px;
			}
				div#contact_form p label {
					background: #ddd;
					display: block;
					padding: 8px 0px 8px 10px;
					width: 70px;
					text-align: left;
					font-size: 11px;
					font-weight: bold;
					color: #363636;
					text-transform: uppercase;
					float: left;
				}
				div#contact_form .text_input {
					background: #fff url('../images/text_field.gif') repeat-x top;
					border: 1px solid #c0c0c0;
					padding: 8px 8px 7px 8px;
					font-size: 11px;
					color: #666;
					margin-left: -2px;
					width: 240px;
				}
				div#contact_form select.text_input { padding: 6px 6px 4px 6px; width: 257px; height: 31px; }
						div#contact_form #message { 
							width: 400px; 
							height: 105px; 
							font-size: 12px;
							color: #666;
						}
				div#contact_form p.validation {
					font-size: 11px;
					text-transform: uppercase;
					padding-top: 4px;
					margin: 0;
					float: left;
				}
				div#contact_form .send {
					float: left;
					margin-left: 275px;
				}
	div#contact_form div.right {
		width: 275px;
		float: right;
	}
		div#contact_form div.right b{
			font-weight: bold;
			color: #252525;
			display: block;
			margin-bottom: 10px;
		}
		div#contact_form div.right p { 
			font-size: 13px; 
			line-height: 22px; 
			letter-spacing: -0.02em; 
			margin-bottom: 10px;
		}
		div#contact_form div.right a.email {
			display: block;
			padding-left: 28px;
			background: url('../images/mail_icon.gif') no-repeat left;
			color: #50aeae;
			text-decoration: none;
		}
			div#contact_form div.right a.email:hover { color: #333; }		
/*--------------------------------------------
Footer
---------------------------------------------*/
div#footer {
 	padding-top: 10px;
	padding-bottom: 30px;
}
	div#footer div.top {
		height: 30px;
		background: url('../images/horizontal_seperator.gif') repeat-x bottom;
	}
		div#footer div.top img {
			float: left;
			margin-top:-5px;
		}
		div#footer div.top ul{ list-style: none; float: right; margin-top: -10px; }
			div#footer div.top ul li {
				background: url('../images/vertical_seperator.gif') repeat-y top left;
				float: left;
				padding: 8px 15px 8px 15px;
			}
				div#footer div.top ul li a {
					width: 22px;
					height: 22px;
					background: url('../images/social_icons.gif') no-repeat;
					text-indent: -99999px;
					display: block;
				}
					div#footer div.top ul li.twitter a { background-position: 0px 0px; }
						div#footer div.top ul li.twitter a:hover { background-position: 0px -22px; }
					div#footer div.top ul li.facebook a { background-position: -22px 0px; }
						div#footer div.top ul li.facebook a:hover { background-position: -22px -22px; }
					div#footer div.top ul li.rss a { background-position: -44px 0px; }
						div#footer div.top ul li.rss a:hover {  background-position: -44px -22px; }
	div#footer div.bottom {
		padding-top: 10px;
	}
		div#footer div.bottom a{
			float: left;
			margin-left:5px;
		}
		div#footer div.bottom p{
			float: right;
			font-size: 11px;
			padding-top: 5px
		}
/*--------------------------------------------
Typography
---------------------------------------------*/
h1 {
	height: 73px;
	margin-bottom: 0px;
	font-size:42px;
	color:#000000;
}		
h2 {
	color: #222;
	font-size: 16px;
	margin-bottom: 15px;
}
h3 {
	color: #222;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}
span.red { color: #e20a10; }
/*--------------------------------------------
Utility
---------------------------------------------*/
.clear { clear:both; }
img { border: none; }
a { outline: none; }