/* 
Libzdb - 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;
}
kbd {
    padding: 2px 6px;
    background-color: #dcdcdc;
    color:#2c3e50;
}
/*--------------------------------------------
App Screenshot & Desciption
---------------------------------------------*/
div#top_content_wrap {
	background: #fff;
}
div#top_content { 
	background: url('../images/light_shadow.gif') no-repeat bottom;
	padding-top: 55px; 
}
	div#top_content div#app_screenshot {
		float: left;
		width: 305px;
		height: 480px;
		background: url('../images/clip.png') no-repeat top left;

	}
	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;
				color: #ffffff;
				margin-left: 10px;
				margin-top: 20px;
				background: #4da2e4;
				background: -moz-linear-gradient(top,  #2d78d4,  #2361c9);
				background: -webkit-gradient(linear, left top, left bottom, from(#2d78d4), to(#2361c9)); 
            	border-radius: 5px;
			}
		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.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: 515px;
	margin: 0 auto;
}
	div#nav ul li {
		float: left;
		margin-left: 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 100% 0;
					text-indent: -999999px;
					display: block;
					position: absolute;
					bottom: 0px;
					left: 0px;
				}
				div#features div.feature div.content div.screenshot a:hover {
					background: url('../images/enlarge.png') no-repeat 0 100%;
				}
			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: 400px;
	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;
		}
/*--------------------------------------------
API
---------------------------------------------*/
div#api {}
    div#api .push-down {margin-top:45px;}
    div#api img#apimap {width:613px;height:337px;}
        
    div#api ul {margin:12px 0;}
        div#api li {margin-left:50px;}
    div#api .code {font-size:17px; font-weight:200; margin:20px 0!important;}
	    div#api .box {font-size:16px;position:relative;margin-bottom:18px; padding:15px 30px 30px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;}
        div#api .box p {line-height:1.3em; margin-bottom:10px;}
        div#api .box h2 {color:#ECF0F1;padding:15px 0 5px;font-size:22px;}
        div#api .box h3 {color:#ECF0F1; font-size:18px;padding:10px 0;}
        div#api .black.box h2 {color:#ECF0F1;}
        div#api .black.box {color:#ECF0F1; background: #111;}
        div#api .black.box:after {content:"\00a0"; position:absolute;bottom:-34px; left:440px; width:0; height:0; border-style:solid; border-width:20px; border-color: #111 transparent transparent transparent; }
        div#api .white.box h2,div#api .white.box h3 {color:#34495E;}
        div#api .white.box {color:#34495E; background:#fefefe;}
        div#api .white.box:after {content:"\00a0"; position:absolute;bottom:-34px; left:440px; width:0; height:0; border-style:solid; border-width:20px; border-color: #fefefe transparent transparent transparent; }
        div#api .no-triangle.box:after, div#api .no-triangle.box:before{border:none!important;}
        div#api pre {font-size:15px;}
        div#api p {padding-bottom:5px;}

            
/*--------------------------------------------
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 {margin-bottom:50px;}
	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 div.left a {
	    color: #50aeae;
	}
	
	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.png') 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.footer-download {
			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.jpg') 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; }
.indent {text-indent:30px;}

/*--------------------------------------------
Utility
---------------------------------------------*/
.clear { clear:both; }
img { border: none; }
a { outline: none; color:#000;}

/*--------------------------------------------
Helpers
---------------------------------------------*/
.toleft {text-align:left;}
.toright {text-align:right;}
.tocenter {text-align:center;}
.push-down {margin-top:20px;}
