@charset "UTF-8";

/*
@font-face {
	font-family: Opificio;
	src: url(../fonts/Opificio_rounded.ttf);
}
*/

html{}

body {
	margin-top:0 !important;
	background-color: #000;
	font-family: AJensonPro-Regular, Arial, sans-serif; /* RJM added */
}

/* http://www.maxdesign.com.au/articles/css-layouts/three-fixed/ */

#container
{
	margin: 0 auto;
	width: 1024px;
	height: 768px;
	background-image: url('../images/bg.jpg');
}

#header
{
	padding-top: 8px; /* 18px; */
}
#header-inner
{
	background: #ebb82f;
	width: 866px;
	height: 58px; /* 45px; */
	padding: 20px;
	padding-top: 7px;
	padding-left: 19px;
	float:left;
}
#header-back-ribbon {
	background-color: #d19d13;
	float: left;
	width: 119px;
	height: 35px;
	margin-top: 50px;
}

#title-image {
	float:left;
	margin-top: 13px;
	margin-right: 15px;
}
#disclaimer-text {
	font-size:12px;
	/* line-height: 100%; */
	float:left;
	width:370px;
}

#content-container
{
	float: left;
	width: 1024px;
}

#left-column
{
	position: relative;
	float: left;
	width: 175px;
	height: 410px;
	padding: 65px 0px;
	margin: 0px;
	display: inline;
}
#column-left-ribbon {
	background-color: #d19d13;
	background-image: url('../images/bottom-cut.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
}
#info-button {
	position: absolute;
	top: 35px;
	left: 60px;
}

#content
{
	float: left;
	width: 675px;
	padding: 0px 0;
	margin: 0 0 0 0px;
	overflow: hidden;
}

#canvas-wrapper {
	width: 675px;
	position: relative;
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-color: #006090;
	background-position: center;
}
.canvas-shadow {
	background: rgba(50, 50, 50, .2);
	width: 100%;
	height: 15px;
	position: absolute;
}
#shadow-top {
	top: 0;
	left: 0;
}
#shadow-bottom {
	bottom: 0;
	left: 0;
}

#aniContainer {
	width: 675px;
	height: 540px;
	position: absolute;
	top: 0;
	left: 0;
}

#right-column
{
	float: right;
	width: 174px;
	padding: 0px 0;
	margin: 0px;
	display: inline;
}
#column-right-ribbon {
	background-color: #d19d13;
	background-image: url('../images/top-cut.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 50px;
	margin-bottom: 40px;
}

.column-inner {
	background-color: #d2dfe6;
	margin: 15px;
}
.column-inner .checkbox {
	margin: 10px;
}
.current-title {
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #79c600;
}
.air-mass-title {
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #ff772d;
}

/* #right-column h3 { margin: 0; } */

.temp-button {
	border-style: solid;
	float: left;
	margin: 10px;
	padding: 10px;
}

#footer
{
	clear: left;
	text-align: left;
	height: 110px;
}
#footer-ribbon
{
	background: #d19d13;
	width: 125px;
	height: 45px;
	float:left;
}
#footer-panel {
	background: #ebb82f;
	width: 899px;
	height: 121px;
	float: left;
}
#footer-panel-inner {
	background-color: #f7e3ac;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 20px;
	height: 100px;
}
#info-panel {
	margin-left: 25px;
	float:left;
}

.footer-instructions {
	/* width: 420px; */
	width: 460px;
	float:left;
	font-size: 14px;
}
.footer-instructions-small {
	width:100px;
	float:left;
	font-size: 14px;
}
.footer-button {
	margin-top: 9px;
	margin-left: 30px;
	float:left;
}

label {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	margin-bottom: 3px;
	font-size: 13px;
	vertical-align: text-top;
	max-width: 550px;
}
input[type=checkbox] {
	display: none;
}
label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 1px;
	background-color: #79c600;
	/* box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8); */
}

#set2 label:before {
	background-color: #ff772d;
}
#set3 label:before {
	background-color: #ff772d;
}

.checkbox label {
	margin-bottom: 10px;
}
.checkbox label:before {
    border-radius: 3px;
}
input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #000;
	text-align: center;
    line-height: 15px;
}

.greyed
{
	color: #ccc;
}
#set1 .greyed::before {
	background-color: #ccc;
}
#set2 .greyed::before {
	background-color: #ccc;
}
#set3 .greyed::before {
	background-color: #ccc;
}

#question-text {
	width: 200px;
	margin-right: 10px;
	height: 100%;
	float: left;
}
#question-checkboxes {
	width: 600px;
	margin-top: -20px;
	padding-left: 30px;
	float: left;
	overflow: hidden;
}

div #preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
