@charset "utf-8";

/* Global Styles */

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.centerbody {
	margin-left: auto;
	margin-right: auto;
	/* width: 924px; */
	max-width: 960px;
}

body {
	z-index: -2;
	background-color: #040404;
	margin: 0;
	padding: 0;
}

body, a, a:hover, a:active, a:visited, p {
	margin: 0;
	padding: 0;

	color: inherit;
	text-decoration: none;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
}

p {
	line-height: 22px;
	margin-bottom: 10px;
}

table, td, th, tr {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border: 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
}

a, a:hover, a:active, a:visited {
	color: #ef9a46;
	outline: none;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
}

h2, h3 {
	font-size: 14px;
	font-weight: normal;
}

.bright {
	color: #fff;
}

.hline_dark {
	 height: 1px;
	 background-color: #1c1c1c;
	 padding: 0;
	 margin: 20px 0;
}

.hline_light {
	 height: 1px;
	 background-color: #c6c6c8;
	 padding: 0;
	 margin: 30px 0;
}

.defaultButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Georgia;
	font-size:15px;
	font-weight:bold;
	padding:5px 24px;
	text-decoration:none;
}
.defaultButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.defaultButton:active {
	position:relative;
	top:1px;
}

.clear {
	clear: both;
}

.white_transparent {
	background-color: #fff;
	/* opacity: 1.0; */
}

/* Header */

.nav_menu_container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

.nav_menu_placeholder {
	height: 74px;
}

.nav_menu {
	float: right;
}

.nav_menu_item {
	vertical-align: middle;
	padding: 0 15px;
}

.nav_menu_item img {
	padding: 0;
}

.nav_menu_item a, .nav_menu_item a:hover, .nav_menu_item a:active, .nav_menu_item a:visited {
	color: #000;
}

/* Content */

#contentarea {
	background-color: #040404;
	color: #fff;
}

/*
.top_background {
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 825px;
	
	background: url(../images/bg_top.jpg) no-repeat top center; 
	-webkit-background-size: 1920px 825px;
	-moz-background-size: 1920px 825px;
	-o-background-size: 1920px 825px;
	background-size: 1920px 825px;
}
*/

.top_background {
	position: absolute;
	width: 100%;
	height:  1600px;
	z-index:-2;
	
	background: url(../images/bg_top.jpg) no-repeat center 83px; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.main_container {
	height: 474px;
	z-index: 996;
}

/* About */

.about_main {
	margin-top: 40px;
}

.platform_logos {
	padding-top: 20px;
}

.platform_logos img {
	margin: 4px 13px;
	border:1px solid black;
}

.platform_logos img:hover {
	border:1px dotted white;
}

.screenshots_main {
	background-color: #040404;
}

.press_main_container {
	margin-top: 80px;
	background-color: #111;
}

.press_main {
	padding: 20px 0;
}

.press_main h2 {
	/* font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font: 14px;
	color: #fff;
	font-weight: normal;
}

.press_main h3 {
	/* font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #929191;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}

.events_main {
	padding: 20px 0;
}

.signup_container {
     background-color: #111;
	 margin: 10px 0;
	 padding: 10px 0;
}

.mc_form {
	padding: 15px 0;
	margin-bottom: 30px;
}

.mc_form_content {
	padding: 0 0;
	padding-bottom: 10px;
	line-height: 25px;
}

.mc_input {
	width: 400px;
}

.footer {
	height: 168px;
}

.footer_logos img {
	margin: 0 22px;
}

.footer_imprint {
	width: 100%;
	background-color: #040404;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	padding:20px;
}

.footer_menu {
	height: 74px;
}

.footer_menu_item {
	vertical-align: middle;
	padding: 0 15px;
	line-height: 74px;
}

.footer_menu_item a, .footer_menu_item a:hover, .footer_menu_item a:active, .footer_menu_item a:visited {
	color: #fff;
}

#bandcamp_box {
	border: 0;
	width: 700px;
	height: 350px;
	margin-top:40px;
	/*
	zoom: 1.33;
	-ms-zoom: 1.33;
	-moz-transform: scale(1.33);
	-moz-transform-origin: 0 0;
	-o-transform: scale(1.33);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(1.33);
	-webkit-transform-origin: 0 0;
	*/
}

#imprint {
	border:1px solid #c0c0c0;
	background-color: #111;
	padding: 20px;
	width:850px;
	height: 300px;
	overflow-y: scroll;
	bottom: 50px;
	position: fixed;
	left:50%;
	margin-left: -435px;
}

/* HOVER ZOOM */

.transition_zoom {
    -webkit-transform: scale(1.5); 
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
#awardimg1, #awardimg2, #awardimg3, #awardimg4 {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
#awardimg1, #awardimg2, #awardimg3, #awardimg4 {
	margin: 20px 20px;
    width: 120px;
}

#myGrayImage {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
}

#grayWrapper {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
    background-color: #000;
}

#grayWrapper img:hover {
  	/* border: 1px transparent;*/
}
