body {
    background:#000000;
    color:#000000;
    font-family:Helvetica, Arial, sans-serif;
    margin:0;
    background-image: url("images/background.png");
    background-position: 50%, 0;
    background-repeat: repeat-y;
    height: 100%;
}

a {
    color:#D9196F;
    text-decoration:none;
    border-bottom: 1px #D9196F solid;
}

a:hover {
    border-bottom: 1px #D9196F dashed;
}

img {
    border: none;
}

.fancybox {
    border: 0px none transparent;
}

.fancybox:hover {
    border: 0px none transparent;
}

hr {
    border: 1px solid #DDDDDD;
}

.hr-light {
    border: 1px solid #F5F5F5;
    margin-top: 15px;
}

.hr-alt {
    margin-top: 15px;
}

h2 {
    margin-top: 15px;
    margin-bottom: 0;
}

#content {
    width:960px;
    min-height: 100%;
    height: auto !important;
    height: 100%;

    background:#ffffff;
    margin-left:auto;
    margin-right:auto;
    margin-top: 0;
    margin-bottom: 0;
    
    padding-bottom: 20px;
}

#header {
    text-align: center;
}

#awards {
    text-align: center;
}

#awards img {
    padding-top:5px;
    padding-bottom:5px;
    padding-left:20px;
    padding-right:20px;
    opacity: 0.5;
    filter: alpha(opacity=40);
}

#awards img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#awards a {
    border-bottom:none;
}

#awards a:hover {
    border-bottom:none;
}


#text {
    width: 780px;
    margin-left: 90px;
}

#youtube {
    width:100%;
    text-align:center;
}

#itch {
    width:100%;
    text-align:center;
}

.fancy {
    width:100%;
    text-align:center;
}

.centerText {
    text-align: center;
}

.centerText-min-bottom {
    text-align: center;
    margin-bottom:8px;
}

.centerText-min-marg {
    text-align: center;
    margin-top:0px;
    margin-bottom:0px;
}

.quoteText {
    text-align: center;
    font-style: italic;
}

.short-vid-info {
	width:100%;
	height: 200px;
}

.short-vid-left {
	width: 320px;
	height: 180px;
	float: left;
	padding: 10px;
}

.short-vid-right {
	width: 320px;
	height: 180px;
	float: right;
	padding: 10px;
}

.vid-text-parent {
	float:left;
	width: 420px;
	height: 100%;
	display: table;
}

.vid-text {
    display: table-cell;
    vertical-align: middle;
	padding:10px;
	text-align:center;
}

.person-float-right {
	float: right;
	margin-left: 10px;
}

#mc_embed_signup { width : 600px; margin-left: 90px; }
#mc_embed_signup form {position:relative; text-align:left; padding:10px 0 5px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #666666; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#999999;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:inline; font-size:16px; padding-bottom:0px; font-weight:bold;}
#mc_embed_signup input.email {display:inline; padding:8px 0; margin:0 4% 0px 0; text-indent:5px; width:58%; min-width:130px;}
#mc_embed_signup input.button {display:inline-block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:inline-block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

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

.button-post {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #c62d1f));
    background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
    background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.button-post:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
    background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
    background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
    background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
    background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
    background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
    background-color:#fb9e25;
	border:1px solid #eeb44f;
}
.button-post:active {
	position:relative;
	top:1px;
}

.button-green {
	-moz-box-shadow:inset 0px 1px 0px 0px #4A931A;
	-webkit-box-shadow:inset 0px 1px 0px 0px #4A931A;
	box-shadow:inset 0px 1px 0px 0px #4A931A;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #56AB1D), color-stop(1, #c62d1f));
    background:-moz-linear-gradient(top, #56AB1D 5%, #428317 100%);
    background:-webkit-linear-gradient(top, #56AB1D 5%, #428317 100%);
    background:-o-linear-gradient(top, #56AB1D 5%, #428317 100%);
    background:-ms-linear-gradient(top, #56AB1D 5%, #428317 100%);
    background:linear-gradient(to bottom, #56AB1D 5%, #428317 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#56AB1D', endColorstr='#428317',GradientType=0);
    background-color:#56AB1D;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #4e9426;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #448618;
}
.button-green:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #428317), color-stop(1, #56AB1D));
    background:-moz-linear-gradient(top, #428317 5%, #56AB1D 100%);
    background:-webkit-linear-gradient(top, #428317 5%, #56AB1D 100%);
    background:-o-linear-gradient(top, #428317 5%, #56AB1D 100%);
    background:-ms-linear-gradient(top, #428317 5%, #56AB1D 100%);
    background:linear-gradient(to bottom, #428317 5%, #56AB1D 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#428317', endColorstr='#56AB1D ',GradientType=0);
    background-color:#428317;
	border:1px solid #4e9426;
}
.button-green:active {
	position:relative;
	top:1px;
}
