/* 
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:585px;
}
div#top_content div#app_screenshot {
	float: left;
	width: 305px;
	height: 508px;
	background: url('../images/undock-eject-small.png') 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_screenshot .screencast .inspiration {
    float: left;
    padding-top: 224px;
    margin-left: -20px;
    text-align: center;
    font-size: 12px;
    width: 240px;
}
div#top_content div#app_screenshot .screencast .inspiration .inspiration-slides {
    float: left;
    overflow: hidden;
    width: 240px;
    height: 162px;
}
div#top_content div#app_screenshot .screencast .inspiration ul {
    width:9999px;
    height:162px;
    position: relative;
    list-style: none;
}
div#top_content div#app_screenshot .screencast .inspiration li {
    float: left;
    width:240px;
    height:162px;
}
div#top_content div#app_screenshot .screencast .inspiration a {
    color: #666;
    text-decoration: none;
    font-weight: bold;
}
div#top_content div#app_screenshot .screencast .inspiration .arrow {
    float: left;
    padding-bottom:68px;
    padding-top:70px;
}
div#inspiration_window.modal {
    width: 700px;
    min-width: 700px;
}
div#inspiration_window.modal h2 {
    font-size: 24px;
    color: #444;
    background: url('../images/horizontal_seperator.gif') repeat-x bottom;
    text-align: center;
    padding-bottom: 8px;
}
div#inspiration_window.modal img {
    float: left;
    width: 300px;
    padding-right: 10px;
}
div#inspiration_window.modal a {
    color: #666;
    text-decoration: none;
    font-weight: bold;
}
div#inspiration_window.modal img.henge_button {
    float: right;
    width: 160px;
    height: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-right: 20px;
}
div#inspiration_window.modal p {
    float: right;
    width: 360px;
    padding-right: 10px;
    padding-top: 10px;
}
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: 4px 8px 4px 8px;
	background: #E8D48D	;
	color: #ffffff;
	margin-left: 0px;
	margin-top: 20px;
}
div#top_content div#app_description p,
div#top_content div#app_description ul li{
	font-size: 15px;
	line-height: 25px;
	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 left;
	padding-left: 25px;
	margin-bottom: 6px;
}
div#top_content div#app_description div.signups {
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: -0.03em;
    margin-top:20px;
    padding-left:0em;
    padding-bottom:15px;
    width:428px;
}
div#top_content div#app_description div.signups form { }
div#top_content div#app_description div.signups form p {
	clear:both;
	margin-bottom: 3px;
}
div#top_content div#app_description div.signups .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: 0px;
	width: 267px;
}
div#top_content div#app_description div.signups select.text_input {
    padding: 6px 6px 4px 6px;
    width: 214px;
    height: 31px;
}
div#top_content div#app_description div.signups .signup {
	float: right;
	margin-top: 0px;
	margin-right: 15px;
}
div#contact_form p.signup_validation {
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 4px;
	margin: 0;
	float: left;
}
p.download_validation {
	font-size: 11px;
	color: red;
	padding-top: 4px;
	margin: 0;
	float: left;
}
div#top_content div#app_description div.actions { margin-top: 30px; }
div#top_content div#app_description div.actions a.app_store {
	width: 284px;
	height: 75px;
	background: url('../images/mac_app_store_badge.png') 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;
}
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;
}
div#features div.feature div.content p{
	color: #696969;
	letter-spacing: -0.03em;
	font-size: 13px;
	padding-top: 15px;
	padding-left: 5px;
}
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: 280px;
	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.02em;
	line-height: 22px;
	padding-top: 2px;
	margin-bottom: 20px;
}
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;
}
/*--------------------------------------------
Promo
---------------------------------------------*/
div#promo {}
div#promo div.left {
	float: left;
	width: 570px;
	padding-right: 40px;
}
div#promo ul li {
    padding-bottom: 4px;
    font-size: 14px;
}
div#promo div.left p{ line-height: 20px; margin-bottom: 25px; }
div#promo div.right {
	background:  #DDDDDD;
	float: right;
	padding: 15px 25px 5px 25px;
	width: 220px;
}
div#promo div.right h2 { margin-bottom: 15px; }
div#promo div.right ul{ list-style: none; }
div#promo div.right ul li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	clear: both;
	border-bottom: 1px solid #ccc;
}
div#promo div.right ul li img{ float: left; margin-right: 15px; }
div#promo div.right ul li h3{
	font-size: 13px;
	margin-bottom: 5px;
	color: #555;
}
div#promo div.right ul li span {
	font-size: 12px;
	display: block;
	margin-bottom: 4px;
	font-style: italic;
	color: #999;
}
div#promo div.right ul li a {
    font-size: 13px;
    color: #50aeae;
    text-decoration: none;
}
div#promo div.right ul li a:hover { color: #333; } 
div#promo div.right ul li.last { border: none; }
/*--------------------------------------------
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: 220px;
}
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;
}
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.top ul li.linkedin a { background: url('../images/linked_in_22.png') no-repeat; }
div#footer div.top ul li.linkedin a:hover { background: url('../images/linked_in_22.png'); }
div#footer div.bottom {
	padding-top: 10px;
}
div#footer div.bottom a{
	float: left;
}
div#footer div.bottom p{
	float: right;
	font-size: 11px;
	padding-top: 5px
}
/*--------------------------------------------
Typography
---------------------------------------------*/
h1 {
	width: 284px;
	height: 73px;
	background: url('../images/logo.png') no-repeat top;
	text-indent: -999999px;
	margin-bottom: 15px;
}		
h2 {
	color: #222;
	font-size: 20px;
	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; }