/************************************************************************/
/** HTML RESET START                                                   **/
/************************************************************************/

/**--------------------------------------------------------------------**/
/** HTML5 DISPLAY DEFINITIONS START                                    **/
/**--------------------------------------------------------------------**/

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	* *zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}

/**--------------------------------------------------------------------**/
/** HTML5 DISPLAY DEFINITIONS END                                      **/
/**--------------------------------------------------------------------**/

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
	font-family: Arial, verdana, sans-serif;
	color: #333;
}

body {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}
* {
	outline: none;
}
::-moz-selection {
	background: #FF0000;
	color: #FFFFFF;
	text-shadow: none;
}
::selection {
	background: #FF0000;
	color: #FFFFFF;
	text-shadow: none;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover,
a:active {
	outline: 0;
}
p {
	color: #000000;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;	
}
ul li {
	color:#666;
	font-size: 13px;
	line-height:18px;
}
abbr[title] {
	border-bottom: 1px dotted;
}
address {
	font-style: normal;
}
b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
	margin: 1em 0;
	padding: 0;
}

ins {
	background: #FFFF99;
	color: #000000;
	text-decoration: none;
}

mark {
	background: #FFFF00;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
pre, code,
kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new',
	monospace; font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before,
q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
div {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 15px 0;
	padding: 0;
}
ol li {
	list-style:none;
}
dd {
	margin: 0 0 0 40px;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space:normal;
}
button, input,
select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal;
}
button, input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*width: 13px;
	*height: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {
	
}
input:invalid, textarea:invalid {
	background-color: #F0DDDD;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
.chromeframe {
	margin: 0.2em 0;
	background: #CCCCCC;
	color: black;
	padding: 0.2em 0;
}

/************************************************************************/
/** HTML RESET END                                                     **/
/************************************************************************/

/************************************************************************/
/** SITE CSS START                                                     **/
/************************************************************************/

body {
	background: url('../images/background.png') top left repeat;
}
.page-width {
	width: 800px;
}
.page-container {
	margin: 20px auto;
	text-align: left;
}
.page {
	padding: 20px;
}
.transparent {
	background: url('../images/transparent90.png') repeat;
}
.page .header-content {
	
}
.page .header-content h1 {
	margin: 0;
}
.page .header-content h2 {
	display: none;
}
.page .navigation-container {
	margin: 10px 0;	
}
.page .navigation-container nav a {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	text-decoration: underline;
	margin: 0 20px 0 0;
	font-weight: bold;
}
.page .content-content {
	
}
.page .content-content .social-buttons-container {
	/*float: right;*/
	padding: 20px 0;
}
.page .content-content .fb-like,
.page .content-content .twitter-share-button {
	float: left;
	margin: 0 20px 0 0;
}
.play .page .content-content {
	margin: 30px 0 0 0;
}
.page .content-content .introduction {
	margin: 10px auto;
	clear: both;
}
.page .content-content p {
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 24px;
	color: #999999;
}
.page .content-content .image-container {
	float: right;
}
.page .content-content .image-container .birthday-girl {
	margin: 0 0 0 20px;
}
.page .content-content .image-container .image-caption {
	clear: both;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
.page .content-content #birthday-games {
	clear: both;
	overflow: hidden;
	margin: 40px 0 10px 0;
}
.page .content-content #birthday-games label {
	color: #333333;
    font-size: 18px;
    line-height: 24px;
    margin: 0 10px 0 0;
}
.page .content-content #birthday-games input[type="text"],
.page .content-content #birthday-games input#woop {
	border: 2px solid #CCCCCC;
	padding: 3px 10px;
	font-size: 18px;
	color: #333333;
	background: #FFFFFF;
	width: 400px;
	height: 28px;
}
.page .content-content #birthday-games input[type="submit"],
.page .content-content #birthday-games submit {
	background: none repeat scroll 0 0 #333333;
	border: 1px solid #CCCCCC;
	color: #F0F0F0;
	font-size: 18px;
	height: 38px;
	padding: 3px 10px;
}
.page .content-content #birthday-choices {
	list-style-type: none;
	position: relative;
	height: 220px;
}
.page .content-content #birthday-choices li {
	position: absolute;
	border: 3px solid #CCCCCC;
	height: 200px;
	width: 200px;
	background: #FFFFFF;
	z-index: 200;
}
.page .content-content #birthday-choices li p {
	padding: 10px;
	text-align: center;
	font-size: 80px;
	color: #CCCCCC;
	line-height: 200px;
}
.page .content-content #birthday-choices li#choice-1,
.page .content-content #birthday-choices li.chosen-1,
.page .content-content #birthday-choices li#choice-1-prize {
	left: 0;
}
.page .content-content #birthday-choices li#choice-2,
.page .content-content #birthday-choices li.chosen-2,
.page .content-content #birthday-choices li#choice-2-prize  {
	left: 277px;
}
.page .content-content #birthday-choices li#choice-3,
.page .content-content #birthday-choices li.chosen-3,
.page .content-content #birthday-choices li#choice-3-prize  {
	left: 554px;
}
.page .content-content #birthday-choices li.choice {
	cursor: pointer;
}
.page .content-content #birthday-choices li.chosen {
	border: 3px solid #F1C5CB;
	height: 200px;
	width: 200px;
	background: #FFB0B7;
	z-index: 100;
}
.page .content-content #birthday-choices li.chosen p {
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 19px;
	line-height: 23px;
	padding: 55px 0 0;
}
.page .content-content #birthday-choices li.revealed {
	border: 3px solid #DDDDDD;
	height: 200px;
	width: 200px;
	background: #F9F9F9;
	z-index: 100;
}
.page .content-content #birthday-choices li.revealed p {
	padding: 10px;
	text-align: center;
	color: #555555;
	font-size: 18px;
	line-height: 25px;
}
.page .content-content #birthday-choices li.choice:hover {
	background: #DDDDDD;
	color: #FFFFFF;
}
.page .content-content #birthday-choices li.last {
	margin: 0;
}
.page .content-content .results {
	display: none;
}
.page .content-content .results p {
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 24px;
	color: #999999;
}
.page .content-content .results p.highlight {
	font-weight: bold;
	color: #000000;
	margin: 20px 0 0 0;
}
.page .content-content a {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.page .footer-container {
	/*border: 2px solid #EFEFEF;*/
}
.page .footer {
	padding: 20px;
}
.page .footer-content {
	padding: 20px 0 0 0;
}
.page .footer-content .copyright {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #CCCCCC;
}
.page .footer-content .site-by {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #333333;
}

/************************************************************************/
/** SITE CSS END                                                       **/
/************************************************************************/

/************************************************************************/
/** HELPER CLASSES START                                               **/
/************************************************************************/

/* For image replacement */
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
}
.ir br {
	display: none;
}
/* Hide from both screenreaders and browsers: h4bp.com/u */
.hidden {
	display: none !important;
	visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h4bp.com/v */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h4bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}

/* Contain floats: h4bp.com/q */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after,
.clearfix{
	clear: both;
}
.clearfix {
	*zoom: 1;
}

/************************************************************************/
/** HELPER CLASSES END                                                 **/
/************************************************************************/

/************************************************************************/
/** MEDIA PRINT CSS START                                              **/
/************************************************************************/

@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow:none !important;
		text-shadow: none !important;
		filter:none !important;
		-ms-filter: none !important;
	} /* Black prints faster: h4bp.com/s */
	a, a:visited {
	-moz-bindingtext-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p, h1, h2 {
		orphans: 3;
		widows: 3;
	}
	h1, h2 {
		page-break-after: avoid;
	}
}

/************************************************************************/
/** MEDIA PRINT CSS END                                                **/
/************************************************************************/