/*********** colors ****************
darkgrey: #2f2f2f;
lightgrey: #666666;


/************* helper *************/
.floatLeft {
	float: left;
}

.floatRight{
	float: right;
}

/************* general *************/
html, body {
	height: 100%;
	font-family: arial, helvetica, sans-serif;
	font-weight: lighter;
	color: #666666;
}

p {
	line-height: 125%;
}

a, a:hover, a:active, a:focus, a:visited, a:link {
	color: #000000;
}

h1, h2, h3 {
	color: #000000;
}

ul {
	list-style-type: square;
	color: #0292c0;
}

ul > ul {
	margin: 0.15em 0 0.2em;
}

li > span {
	color: #666666;
}

/************* fixed footer *************/
div.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -76px;
}

div.push {
	height: 75px;
}

/************ navigation **************/
nav * {
	display: inline;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

nav li + li a {
	margin: 0 0 0 20px;
}

/************* header *************/
header {
	width: 100%;
	height: 100px;
	color: #ffffff;
	background-color: #0292c0;
	border-bottom: 1px solid #047a96;
	
}

header img.logo {
	width: 340px;
	margin: 23px 0 5px;
}

header p {
	font-size: 14px;
	margin: 0;
}

header a, header a:active, header a:focus, header a:link, header a:visited {
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(12,141,191,0.5);
	text-decoration: none;
}

header a:hover {
	text-decoration: underline;
}

header nav ul li {
	float: left;
}

header nav ul {
	line-height: 100px;
}

/*********** content *************/
div.teaser {
	margin-bottom: 10px;
	border-bottom: 1px solid #047a96;
	width: 100%;
	background-color: #0292c0;
	padding: 46px 0 46px 0;
}

div.teaser,
div.teaser a, div.teaser a:hover, div.teaser a:active, div.teaser a:focus, div.teaser a:visited div.teaser a:link,
div.teaser h1, div.teaser h2, div.teaser h3 {
	color: #ffffff;
	text-decoration: none;
}

div.teaser a.button {
	text-align: center;
	line-height: 45px;
	display: block;
	width: 298px; 
	height: 45px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
		
	background: #18d600;
	background: -moz-linear-gradient(top, #18d600 0%, #00a600 84%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18d600), color-stop(84%,#00a600));
	background: -webkit-linear-gradient(top, #18d600 0%,#00a600 84%);
	background: -o-linear-gradient(top, #18d600 0%,#00a600 84%);
	background: -ms-linear-gradient(top, #18d600 0%,#00a600 84%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18d600', endColorstr='#00a600',GradientType=0 );
	background: linear-gradient(top, #18d600 0%,#00a600 84%);
}

div.teaser div.screenshot {
	width: 540px;
	height: 338px;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.screenshot img {
	margin: 5px;
}

div.row1 > div,
div.row2 > div {
	margin: 10px;
}

div.row2 {
	margin-bottom: 10px;
}

div.row1 div.box {
	min-height: 150px;
}

div.row2 div.box {
	min-height: 310px;
}

div.box {
	position: relative;
}

div.box-sep {
	border-left: 1px solid #e9edee;
	padding-left: 19px;
}

div.sep-bot {
	border-bottom: 1px solid #e9edee;
	margin-bottom: 10px;
}

div.box .bottom {
	position: absolute;
	bottom: 0;
	width: 200px;
}

div.box h3 {
	color: #0292c0;
}

div.box h3 a {
	color: #0292c0;
	text-decoration: none;
}

div.box > * {
	margin: 0 0 8px;
}

div.impressum {
	padding: 25px 20px;
}

div.twitter #tweets {
	font-size: 80%;
}

p.licence {
	text-align: center;
	vertical-align: middle;
	background-color: #d4d4d4;
	padding: 2px 0;
	margin: 8px 0 0;
	width: 100%;
	height: 19px;
	font-size: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #585858;
}

p.licence img {
	vertical-align: middle;
}

p.licence a, p.licence a:active, p.licence a:hover, p.licence a:visited, p.licence a:focus, p.licence a:link {
	color: #585858;
	text-decoration: none;
}

div.interview audio {
	margin: 8px 0 16px;
	width: 100%;
}

div.unfuck > div {
	padding: 20px;
	text-align: center;
}

div.error > div {
	text-align: center;
	padding: 40px 0;
}


/************* footer *************/
footer {
	width: 100%;
	height: 75px;
	color: #7d8189;
	border-top: 1px solid #c9dfe6;
	background-color: #edfbff;
	text-align: center;
}

footer > div {
	padding: 15px;
}

footer div.details {
	margin-top: 15px;
	font-size: 0.7em;
}

footer a, footer a:hover, footer a:active, footer a:focus, footer a:link, footer a:visited {
	color: #7d8189;
	text-decoration: none;
}
