.wwrBar {
	top: 0px !important;
	background-color: #ffffff;
}

.wwrLogo {
	height: 30px;
	width: auto;
	margin-top: 10px;
}

/* Move down content because of navbars */
body {
	margin: 0px;
	padding-top: 100px;
	background: url("../images/background.gif") center 100px no-repeat #efefef;
	background-size: 100% auto;
}

.wrapper {
	background: url(../images/pattern.png) 0 bottom repeat;
}

.mainBody {
	background-color: #fbfbfb;
	padding-top: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-radius: 5px;
	font-size: 16px !important;
	color: #555555;
}

.extraPadding {
	padding-right: 30px;
	padding-left: 30px;
}

.mainBody a,
.mainBody a:visited {
  color: #875eac;
  text-decoration: none;
  font-weightt: bold;
}
.mainBody a:hover,
.mainBody a:focus, {
  color: #8c6daf;
  text-decoration: underline;
}

.footer {
	color: #afafaf;
	margin-top: 20px;
}

.caption {
	background-color: #8a91a8;
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px;
	margin-bottom: 30px;
	font-size: 16px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
}

.bigPhoto {
	margin-top: 30px;
}


.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
	text-shadow: 0 0 1px #ffffff;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed {
	margin-top: 20px;
	margin-bottom: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* Global game jam colours */

.white { background-color: #fff; }
.light_gray { background-color: #dbdbdb; }
.dark_gray { background-color: #666; }
.pale_yellow { background-color: #FFFFCC; }

.yellow { background-color: #f5ed31; }
.acid_green { background-color: #ccdc57; }
.pale_green { background-color: #87bb9e; }
.dull_purple { background-color: #8a91a8; }
.bright_purple { background-color: #8c6daf; }
.mid_purple { background-color: #6f508a; }
.dark_purple { background-color: #573769; }
.darkest_purple { background-color: #3d2d64; }
.dark_blue { background-color: #252162; }

.white-text { color: white; }
.light_gray-text { color: #f1f1f1; }

.yellow-text { color: #f5ed31; }
.acid_green-text { color: #ccdc57; }
.pale_green-text { color: #87bb9e; }
.dull_purple-text { color: #8a91a8; }
.bright_purple-text { color: #8c6daf; }
.mid_purple-text { color: #6f508a; }
.dark_purple-text { color: #573769; }
.darkest_purple-text { color: #3d2d64; }
.dark_blue-text { color: #252162; }
