@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/background-top.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F5F5F5;
	color: #333;
	height: 100%;
	margin: 0px;
}
#main {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	min-height: 100%;
	position: relative;
}
#header {
	padding-top: 5px;
}
#page {
	padding-bottom: 50px;
}
#footer {
	height: 50px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.clear-floats {
	clear: both;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	color: #000;
	margin: 0px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	color: #000;
	margin-bottom: 3px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	color: #222;
	margin-bottom: 1px;
	margin-top: -1px;
	float: right;
	width: 77%;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	color: #222;
	margin-bottom: 1px;
	margin-top: -1px;
}
.footer_text {
	font-size: 12px;
	color: #555;
	clear: both;
	text-align: center;
}
#status {
	font-size: 15px;
	text-align: center;
	margin-top: 0px;
}
#status-time {
	color: #555;
	font-size: 11px;
	margin-top: -16px;
	float: right;
}
a:link {
	text-decoration: none;
	color: inherit;
}
a:visited {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
	color: inherit;
}
a:active {
	text-decoration: underline;
	color: inherit;
}
a img {
	border-width: 0px;
}
.text {
	line-height: 19px;
	margin-bottom: 18px;
	clear: both;
}
.text-small {
	line-height: 1.3em;
	font-size:12px;
	margin-bottom: 16px;
}
.text-bold {
	line-height: 19px;
	margin-bottom: 18px;
	font-weight: bold;
	text-align: center;
	clear: both;
}
.thin-line {
	background-color: #555;
	height: 1px;
}
.column {
	width: 48%;
}
#apps {
	float: left;
	clear: both;
}
#software {
	float: right;
}
#other {
	float: right;
}
.app {
	height: 120px;
	margin-top: 10px;
}
.appimage {
	float: left;
	width: 20%;
	border: none;
}
.apptext {
	float: right;
	width: 77%;
	text-align: justify;
	margin-top: 0px;
}
#screenshots-horizontal {
	margin-left: auto;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-top: 30px;
	float: left;
	width: 860px;
	height: 454px;
	clear: both;
}
#screenshots-horizontal img {
	background-color: #F5F5F5;
	margin-left: 101px;
	margin-right: 101px;
}
#screenshots-vertical {
	float: right;
	width: 333px;
	height: 734px;
	margin-top: -70px;
}
#screenshots-vertical img {
	background-color: #F5F5F5;
}
#left-text {
	width: 64%;
	float: left;
}
#left-text-narrow {
	width: 58%;
	float: left;
}
#left-text-wide {
	width: 72%;
	float: left;
}
#facebook {
	margin-top: -85px;
	margin-right: 4px;
	width:292px;
	height:255px;
	float: right;
	background-color: #FFF;
}
ul {
	margin-top: -18px;
	line-height: 1.4em;
	margin-bottom: 20px;
	padding-left: 18px;
}
#app-title {
	height: 100px;
	margin-top: 0.83em;
}
#app-title img {
	float: left;
}
#app-title h2 {
	margin-left: 110px;
	margin-top: 0px;
	padding-top: 35px;
}
#page-title {
	height: 100px;
	margin-top: 0.83em;
}
#page-title img {
	float: right;
}
#page-title h2 {
	margin-top: 0px;
	padding-top: 35px;
}
#appstore {
	width: 300px;
	height: 150px;
	margin-left: 108px;
	padding-top: 20px;
	clear: left;
}
#appstore-right {
	width: 300px;
	height: 150px;
	float: right;
	margin-right: 0px;
	margin-top: 5px;
}
#me {
	width: 220px;
	height: 260px;
	float: right;
	margin-top: 10px;
}
.default {
	color:gray;
}
label {
	float: left;
	width: 100px;
}
input[type="text"] {
	width: 300px;
}
textarea {
	width: 300px;
	max-width: 600px;
	height: 100px;
	max-height: 300px;
}
.right-image {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
.center-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
ol li {
	line-height: 19px;
	padding-bottom: 5px;
}
.top-padded-div {
	padding-top: 10px;
}
