
body {
	margin: 10px;
	text-align: center;
	background-color: #008009;
	background-image: url(images/fantastic_contraption_background.png);
	background-repeat: repeat-x;
	background-position: top center;
	font-family: verdana, arial, sans serif;
	font-size: 11pt;
}

header {
	
}
h1 {
	text-align: center;
	margin: 0;
}
h2 {
	text-align: center;
	margin: -15px 0 0 0;
	padding: 0 60px 0 0;
	font-weight: normal;
	font-size: 14px;
}
h3 {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 25px;
}
.menu {
	font-size: 9pt;
	text-align: center;
	margin: 10px 0 10px 0;
}
.menu a {
	color: #000000;
	font-weight: bold;
}

#game {
	width: 70vw;
	height: calc(640/1136 * 70vw);
	min-width: 800px;
	min-height: calc(640/1136 * 800px);
	margin: 10px auto;
	
	border: solid #2450ff 5px;
	border-radius: 10px;
	padding: 0;
}
#game a {
	color: #FFFFFF;
}
#game p {
	margin-left: 20px;
	margin-right: 20px;
}

/* flash is dead / buy notice to left of header on /original/index.php */
.left {
	position: absolute;
	top: 10px;
	left: calc(50% - 255px - 300px);
	
	width: 290px;
	height: 54px;
	padding: 7px 20px 3px 20px;
	margin: 0;
	
	border-width: 10px;
	border-style: solid;
	border-image: url(images/fantastic_contraption_border.png);
	border-image-slice: 35 fill;
	border-image-repeat: repeat;
	
	text-align: left;
	font-size: 10pt;
	color: #ffffff;
}
.left a {
	color: #ffffff;
}

/* freeLevelDescription.html - to the right of the header on /original/index.php */
.right {
	position: absolute;
	top: 10px;
	left: calc(50% + 200px);
	
	width: 100px;
	height: 69px;
	padding: 15px 10px 0 10px;
	margin: 0;
	
	background-image: url(images/fantastic_contraption_border.png);
	background-size: 100% 100%;
	text-align: center;
	font-size: 9pt;
	color: #ffffff;
}
.right img {
	position: absolute;
	top: 0;
	left: 110px;
	width: 80px;
	height: 80px;
	
	border: solid #2450ff 2px;
}
.right a {
	color: #ffffff;
	font-weight: bold;
}

.buybox {
	width: 646px;
	margin: auto;
	color: #ffffff;
	text-align: left;
}

.buybox a {
	color: #ffffff;
	font-weight: bold;
}

footer, footer a {
	color: #ffffff;
}


/* credits.php */

section {
	width: 740px;
	margin: 0px auto 20px auto;
}

.borderStretchTop {
	background-image: url(http://fantasticcontraption.com/images/fantastic_contraption_border.png);
	background-repeat: no-repeat;
	height: 40px;
}

.borderStretchMiddle {
	background-image: url(http://fantasticcontraption.com/images/fantastic_contraption_border_middle.png);
	background-repeat: repeat-y;
	height: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
}

.borderStretchMiddle a {
	color: #FFFFFF;
}

.borderStretchMiddle #maincontent {
	height: auto;
	margin-left: 20px;
}

.borderStretchBottom {
	background-image: url(http://fantasticcontraption.com/images/fantastic_contraption_border.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 40px;
}

.credit {
	margin-bottom:20px;
}

.credit .name {
	float: left;
	width: 200px; 
	text-align: right; 
	font-weight: bold;
}

.credit .description {
	margin-left: 220px;
	text-align: left;
}

.credit .link {
	margin-left: 220px;
	text-align: left;
}

.credit .link ul {
	margin: 0;
	padding: 0 0 0 10px;
}
.credit .link li {
	margin-bottom: 10px;
}