
body {
	margin: 0px;
	background: #333b3c;
	color: black;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
}

#container {
/*	background: url(/images/container-background.png) repeat top;*/
	background-color: #eaeeef;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;

	width: 720px;
	margin: auto;
}
#container img {
	border: none;
}

#header {
	background: url(/images/banana-bee-header.png) no-repeat bottom;
	border-bottom: 1px solid #aaa;	
	height: 99px;
	padding-top: 20px;
	margin-top: 20px;
}
#header h3 {
	margin-left: 260px;
	padding-top: 0px;
	margin-top: 10px;
	font-size: 30px;
	font-weight: bold;
	font-family: "HelveticaNeue-Light", Helvetica, Arial;
}
#header h3 a {
	color: #313131;
}

#menu {
	background: #333;
	width: 720px;
	border-bottom: 1px solid #aaa;	;
}
#menu ul {
	padding: 0;
	margin: 0;
}
#menu ul li {
	display: inline;
	list-style-type: none;
}
#menu ul li a {
	padding: 5px 10px;
	line-height: 2.2em;
	color: white;
	text-align: center;
}
#menu a:hover {
	background-color: #444;
	text-decoration: none;
}


#main {
	border-bottom: 1px solid #eee; /* hack */
	font-size: 13px;
}
#main h3 {
	color: #313131;
	font-size: 24px;
}


.description {
	float:left;
}
.description .column {
	padding: 0px 25px 0px 25px;
	position: relative;
	float: left;
	width: 310px;
}
.description .column img {
	padding-top: 20px;
	padding-left: 60px;
}
.description .column h4 {
	color: black;
}

.top-description {
	padding-top: 10px;
	margin-bottom: 10px;
}
.what-description {
	background-color: #ccc;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding-top: 15px;
	padding-bottom: 15px;
}
.bottom-description {
	margin-bottom: 35px;
}

#soon {
	position:absolute;
	right:0px;
	top:30px;
	
	margin-right: 25px;
	margin-left: 10px;
	font-size: 1.5em;
	display: block;
	width: 210px;
	padding: 3px 7px 3px 7px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 2px solid #5fac19;
	background-color: #fff;
	color: green;
	text-align: center;
	float: right;
	-webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(4deg);
}
#soon span {
	font-size: 0.7em;
	color: black;
}

.button, .button:visited {
	margin-right: 25px;
	margin-left: 10px;
	font-size: 1.5em;
	display: block;
	width: 100px;
	padding: 3px 7px 3px 7px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 2px solid #fc5f19;
	background-color: #ccc;
	text-align: center;
	float: right;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-transition: border 0.2s linear 0s;
}
a.button:hover {
	border: 2px solid green;
	-webkit-transition: border 0.2s linear 0s;
	text-decoration: none;
}

#subtitle {
	font-size: 14px;
	padding-bottom: 20px;
}
#donwload-buy {
	text-align: right;
	font-size: 12px;
}

.screenshots {
	padding-bottom: 30px;
}
.screenshots a {
	padding: 30px;
}
.screenshots img {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}

.text-entry {
	margin: 25px;
}

#footer {
	background-color: #ccc;
	clear: left;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #aaa;
	font-size: 11px;
	text-align: center;
	width: 100%;
	color: #777;
}

.break {
	clear: both;
}

a, a:link, a:visited {
	text-decoration: none;
	color: green;
}
a:hover {
	text-decoration: underline;
}
