body {
	margin: 0;
	padding: 0;
	background: #F7FCFF url(/site_media/themes/default/images/gradient_bg.jpg) repeat-x;
	background-position: 0 -45px;
	font-size:10pt;
	font-family: Helvetica, sans-serif;
}

a {
	cursor: pointer;
}

a img {
	border:none;
}

strong {
	color:#1a80c0;
}

.clear {
    clear:both;
}

ul {
	line-height:140%;
}

#outer {
	width:914px;
	/*background: #eeefc6 url(/site_media/themes/default/images/flake_bg.jpg) no-repeat;*/
	margin:0 auto;
}

#inner {
	float:right;
	width: 914px;
}
#top {
	float: left;
	width: 100%;
	height: 132px;
	margin:0px 0 0px 0px;
	display:inline;
	position:relative;
	background: url(/site_media/themes/default/images/header-bg.jpg) no-repeat bottom;
}

#logo {
	float:right;
	margin:0px 26px;
	display:inline;
}

#text {
	float: left;
	margin: 0px 26px 0 26px;
}


#text #main {
	color: #41a8e5;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px 0 7px 0 ;
}

#text #sub {
	color: #41a8e5;
	font-size: 1.2em;

}

#social_icons {
    float:right;
    margin:19px 8px 0 0;
    width:140px;
}

#social_icons iframe {
    float:left;
}

#social_icons img {
	margin:0 0 7px 0;

}

#social_icons a {
    text-decoration: none;
	display:block;
	float:right;
    margin-left: 5px;
}

#present {
	background: transparent url(/site_media/themes/default/images/present.png) top left no-repeat;
	width: 915px;
	height: 857px;
	margin: 0 0 0 -2px;
	float: left;
	padding:0;
	position:relative;
	z-index: 0;
	overflow: hidden;
}

#present.game {
	background: url("/site_media/images/present-promo-plain-long.png") no-repeat scroll 0 0 transparent;
	height: 806px;
	width:914px;
	float:left;
	clear:both;
    padding-top:30px;
    height:827px;
}

#present.game.promo {
	background: transparent url(/site_media/images/present-promo-plain-long.png) no-repeat;
	height: 857px;
}


/* Doors */
.window {

}

.closed {
    position:absolute;
}

.window-image {
    position:absolute;
}

.num {
    position:absolute;
}

/* Game */

.break {
	width:100%;
	clear:both;
}

#game {
	margin: 0 auto;
	width :914px;
	height: 727px;
	background: url(/site_media/images/game_bg.png) center center no-repeat;
	padding: 0;
	text-align: center;
	float:left;
	margin-top: 0px;
}

#game-info {
    float: left;
    width: 85%;
    margin-left: 70px;
    display:inline;
}

#game-info h1 {
    color: #1A80C0;
    font-weight: normal;
    margin: 5px 0 0 0;
}

#game-info p {
    font-size: 0.8em;
    color:#555555;
}

#game_header {
	float: left;
	width:861px;
	height: 47px;
	background: url(/site_media/images/game_header_bg.png) no-repeat;
	margin: 0 0 0 5px;
}

a#gamelink {
	position: absolute;
	width:480px;
	height:480px;
	z-index:100;
	display:block;
	margin:0 0  0 195px;
	cursor:pointer;
}

.game_header_left {
	float:left;
	width: 500px;
	margin:2px 0 0 20px;
}

.game_header_left h1 {
	font-size: 1.4em;
	font-weight: normal;
}

.game_header_left h1 .day_text {
	color: #72bab3;
}

.game_header_left h1 .game_title {
	color: #c3c36f;
}

.game_header_right {
    position:absolute;
    top: 30px;
    right: 70px;
}

.game_header_right a {
	color: #1A80C0;
	font-weight: bold;
	text-decoration:none;
}

.game_header_right a:hover {
	text-decoration: underline;
}

#description {
	margin:10px 0;
}

#footer {
	width: 914px;
	margin: 0px 0 0 0px;
	float: left;
	color: #1a80c0;
	font-size: 1.4em;
	padding: 0px 0 0 10px;
	margin:5px 0;
}

#footer a {
	color: #1a80c0;
}

.pipe {
	margin:0 5px;
}

#copyright {
	float: left;
	margin: 0px 0 0 10px;
	font-size: 0.9em;
	line-height: 135%;
	color:#666;
}

#copyright a {
	color: #1a80c0;
}

iframe#facebook-like {
    margin-top:19px;
    width:50px !important;
    height: 25px !important;
}

/* Plain content page */

#plain {
	background: #fff;
	padding:20px;
	margin: 70px;
	border: 2px solid #ccc;
	overflow: auto;
	height:670px;
	float:left;
	width: 725px;
}

#plain p {
	line-height: 140%;
}

#plain h1 {
	font-weight: normal;
	margin: 10px 0;
	font-family: Georgia;
	color: #CF0120;
}
#right {
	float:right;
	width:381px;
}

.large {
	font-size: 1.3em;
	line-height: 140%;
}

/* Forms */

form {
	float:left;
}

fieldset {
	border: none;
	padding: 0px;
	width: auto;
	margin: 14px 0 0 0;
}

label {
	width:100%;
	display:block;
	margin:5px 0;
}

input,
textarea {
	width:230px;
	border:1px solid #ccc;
	padding:4px;
	margin:0 0 7px 0;
}

textarea {
	height: 80px;
	width:280px;
}

input.button {
	display: block;
	width:auto;
	padding:5px 15px;
	font-size: 1.2em;
	margin:5px 0;
}

input#contact-button {
    width: 144px;
    height: 38px;
    border: none;
    background: url(/site_media/images/send-enquiry.gif) no-repeat;
    cursor:pointer;
}

input#staf-button {
    width: 144px;
    height: 38px;
    border: none;
    background: url(/site_media/images/send.gif) no-repeat;
    cursor:pointer;
}

/* staf Form */


form.staf {
    width:100%;
}

form.staf div.field {
    width: 100%;
    padding-bottom: 10px;
}

form.staf label {
    float:left;
    width: 200px;
    display:block;
    clear:both;
    margin-bottom:0;
}

form.staf input {
    float:left;
    display:block;
    width: 200px;
    margin-bottom:0;
}

form.staf fieldset {
    float:left;
    clear:both;
    width:100%;
    margin-bottom:20px;
    padding:0;
    border:0;
}

.error {
    display:block;
    color: red;
}

ul.errorlist {
    float:right;
    width:200px;
    margin:0 80px 10px 0;
    padding:0 0 0 20px;
}

ul.errorlist li {
    color: red;
    list-style:none;
}

/* Banners */

.banner_lhs {
	float:left;
	margin-left:37px;
	margin-top:119px;
	position:absolute;
}

.banner_rhs {
	float:right;
	margin-left:1080px;
	margin-top:119px;
	position:absolute;
}

.window-row {

}

#stars {
    width: 100%;
    height: 1165px;
    background: url(/site_media/themes/default/images/stars.jpg) top center no-repeat;
    background-position: 50% -45px;
    position: absolute;
    z-index: -1;
    top:0;
}

#staf {
    position: fixed;
    right:0px;
    top:200px;
    width:43px;
    height:185px;
    background:url(/site_media/images/staf.png) left no-repeat;
}

