/*
colors;
#10131C dark blue
#5B7C8F lighter blue
#4A5666 light blue
#EBD7AE beige
#261F17 brown

*/
html {
	background: #10131C;
}

body {
	background: #10131C;
	background: -webkit-gradient(linear, left top, left bottom, from(#1C2030), to(#10131C)) #10131C;
	background: -moz-linear-gradient(#1C2030,#10131C) #10131C;
	font-family: Geneva, ÒLucida SansÓ, ÒLucida GrandeÓ, ÒLucida Sans UnicodeÓ, Verdana, sans-serif;
	font-size: 12px;
	color: #EBD7AE;
}

h1,h2,h3,h4,h5,h6 {
	color: #5b7c8f;
}

h2 {
	line-height: 1em;
}

a {
	text-decoration: underline;
	color:#4A5666; 
	font-family: Geneva, ÒLucida SansÓ, ÒLucida GrandeÓ, ÒLucida Sans UnicodeÓ, Verdana, sans-serif;
	font-size: 12px;
}

a:hover {
	color:#EBD7AE; 
}

p {
	font-family: Geneva, ÒLucida SansÓ, ÒLucida GrandeÓ, ÒLucida Sans UnicodeÓ, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

ul {
	list-style: square;
}

ul li {
	font-family: Geneva, ÒLucida SansÓ, ÒLucida GrandeÓ, ÒLucida Sans UnicodeÓ, Verdana, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 960px;
	margin: auto;
}

#header {
	padding-top: 30px;
}

#header-left {
	height: 200px;
	width: 600px;
	float: left;
}

#header-right {
	background: url(../images/SalesDonkey.png) no-repeat 0px 0px;
	height: 200px;
	width: 200px;
	float: left;
}

#heading {
	margin: 50px 0px 30px 100px;
}

#header h1 {
	margin-bottom: 3px;
	text-shadow: 1px 1px 0px #222F36;
	font-size: 50px;
}

#tagline {
	color: #222F36;
	margin-left: 60px;
	font-size: 13px;
}

#download {
	margin-top: 80px;
}

a#download-button {
	color: #10131C;
	width: 145px;
	height: 60px;
	display: block;
	background: #5B7C8F url(../img/down.png) no-repeat 10px 10px;
	padding: 20px 0px 0px 95px;
	font-size: 24px;
	font-family: Geneva, ÒLucida SansÓ, ÒLucida GrandeÓ, ÒLucida Sans UnicodeÓ, Verdana, sans-serif;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #87B8ED;
	-webkit-transition-property: background-color, color;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
}

a#download-button:hover {	
	background-color: #10131C;
	color: #5B7C8F;
}

a#download-button:active {
	-webkit-box-shadow: 0px 0px 10px #4A5666;
	background-color: #10131C;
	color: #5B7C8F;
}

#main {
	padding: 50px 0px;
}

#sidebar {
	width: 285px;
	float: left;
}

.download-link {
	text-align: center;
	text-decoration: none;
	display: block;
	height: 64px;
	margin-left: -10px;
}

.download-link span {
	font-size: 15px;
}

.download-image {
	width: 64px;
	height: 64px;
	margin-bottom: -23px;
}

.content {
	width: 595px;
	padding-left: 50px;
	float: left;
	margin-right: 30px;
}

.content h1 {
	color: #5B7C8F;
	text-align: center;
	font-size: 45px;
	text-shadow: 1px 1px 0px #729BB3;
	margin-bottom: 5px;
}

.content h3 {
	color: #5B7C8F;
	text-align: center;
	font-size: 25px;
	margin-left: 150px;
}

.content .about p {
	font-size: 14px;
}

.iphone {
	float: left;
	width: 285px;
	height: 550px;
	background: url(../images/bg-iphone-smallest.png) no-repeat;
	margin-top: 30px;
}

#iphone-screen {
	width: 200px;
	height: 302px;
	margin: 80px 0px 0px 41px;
	overflow: hidden;
}

.desktop h2, .iphone h2 {
	text-shadow: 1px 1px 0px #89BAD6;
}

.column-left {
	float: left;
	width: 600px;
}

.column-right {
	float: left;
	width: 300px;
}

.screenshot-bubble {
	height: 125px;
}

.latest-news-bubble {
	min-height: 437px;
}

.planned-features-bubble {
	/*height: 250px;*/
}

.screenshot-big img {
	margin-left: 30px;
}

#footer {
	padding: 20px 10px 20px 10px;
	color: #293047;
	text-align: right;
}

.divider {
	border-top: 1px solid #151824;
	border-bottom: 1px solid #0C0E14;
	height: 0px;
	width: 100%;
}

.news-date {
	color: #293047;
	font-size: 11px;
}

.bubble {
	background: #0D1017;
	padding: 20px;
	margin: 20px auto 0px; 
	border: 1px solid #141924;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: justify;
	font-size: 14px;
}

.w-third {
	width: 260px;
}

.w-gold-long {
	width: 540px;
}

.w-gold-short {
	width: 300px;
}

.w-half {
	width: 420px;
}

.h-small {
	min-height: 170px;
}

.h-medium {
	min-height: 280px;
}

.m-right-20 {
	margin-right: 20px;
}

.m-left-20 {
	margin-left: 20px;
}

.twitter, .facebook {
	display: block;
	height: 25px;
	float: left;
	margin-right: 50px;
}

.twitter img, .facebook img {
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: -5px;
}