/*------------------------------------------
	STRUCTURE
------------------------------------------*/
@media only screen and (max-device-width: 968px) { 
	html { 
        -webkit-text-size-adjust:none; 
    }
}

*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
	border: 0;
}
html, body{
	background:	#ced1d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003045;
	line-height: 12px;
}
#container {
	position: relative;
	padding-top: 30px;
	background: url(../img/bg.gif) no-repeat 0 30px;
	margin: 0 auto;
	width: 968px;
	height: 820px;
}
#content {
	width: 960px;
	height: 780px;
	margin: 0 4px;
	background: url(../img/bg_content.gif) repeat-x #FFF;
	overflow:hidden;
}

/*------------------------------------------
	TEXT FORMATTING
------------------------------------------*/
a {
	color: #003045;	
	text-decoration: none;
}
a:hover {
	color: #003045;	
	text-decoration:underline;
}

/*------------------------------------------
	ANIMATION: FLASH & NON-FLASH CONTENT
------------------------------------------*/
.row_01 {
	width: 960px;
	height: 550px;
}

/*------------------------------------------
	THANK YOU PAGE
------------------------------------------*/
.message_thanks {
	position: absolute;
	top: 80px;
	left: 148px;
	width: 672px;
	height: 272px;
	background: url(../img/message_thankyou.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.message_weblink {
	position: absolute;
	top: 283px;
	left: 330px;
	border: none;
	width: 334px;
	height:	30px;
	margin:	0;
	padding: 0;
	background-image: url(../img/btn_link.gif);
	background-position: top;
	text-indent: -9999px;
	overflow: hidden;
} 
.message_weblink:hover {
	cursor: pointer;   
	border: none;
	width: 334px; 
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(../img/btn_link.gif);
	background-position: bottom;
}

/*------------------------------------------
	GENERIC PAGE
------------------------------------------*/
.animated_gif {
	margin: 0 auto;
	width: 860px;
	height: 524px;
}

.message_generic {
	position: absolute;
	top: 580px;
	left: 168px;
	width: 640px;
	height: 70px;
	background: url(../img/message_generic.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.message_generic_weblink {
	position: absolute;
	top: 580px;
	left: 332px;
	border: none;
	width: 334px;
	height:	30px;
	margin:	0;
	padding: 0;
	background-image: url(../img/message_generic_link.png);
	background-position: top;
	text-indent: -9999px;
	overflow: hidden;
} 
.message_generic_weblink:hover {
	cursor: pointer;   
	border: none;
	width: 334px; 
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(../img/message_generic_link.png);
	background-position: bottom;
}

/*------------------------------------------
	VOTE PAGE
------------------------------------------*/
.message_vote {
	position: relative;
	top: -12px;
	width: 930px;
	height: 22px;
	background: url(../img/message_vote.png) no-repeat center;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 9999;
}

/*------------------------------------------
	BUTTONS
------------------------------------------*/
.row_02 {
	width: 960px;
	height: 95px;
	text-align: center;
}

#buttons {
	margin: 0 auto;
	width: 930px;
	height: 60px;
}
.btn {
	float: left;
	width: 310px;
	height: 60px;
}
.contactForm_button input {
	width: 200px; 
	height: 60px;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 999px; /* Set it higher than your image height */
	overflow: hidden; /* Hide the text */
	font-size: 0; /* FF2 doesn't like the above */
}
.submitbutton01 {
	border: none;
	width: 200px;
	height:	60px;
	margin:	0;
	padding: 0;
	background-image: url(../img/btn_01.gif);
	background-position: top;
} 
.submitbutton01:hover {
	cursor: pointer;   
	border: none;
	width: 200px; 
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../img/btn_01.gif);
	background-position: bottom;
}
.submitbutton02 {
	border: none;
	width: 200px;
	height:	60px;
	margin:	0;
	padding: 0;
	background-image: url(../img/btn_02.gif);
	background-position: top;
} 
.submitbutton02:hover {
	cursor: pointer;   
	border: none;
	width: 200px; 
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../img/btn_02.gif);
	background-position: bottom;
}
.submitbutton03 {
	border: none;
	width: 200px;
	height:	60px;
	margin:	0;
	padding: 0;
	background-image: url(../img/btn_03.gif);
	background-position: top;
} 
.submitbutton03:hover {
	cursor: pointer;   
	border: none;
	width: 200px; 
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../img/btn_03.gif);
	background-position: bottom;
}

/* PLAY AGAIN */
.btn_playagain {
	position: absolute;
	top: 488px;
	left: 384px;
	border: none;
	width: 200px;
	height:	60px;
	margin:	0;
	padding: 0;
	background-image: url(../img/btn_playagain.png);
	background-position: top;
} 
.btn_playagain:hover {
	cursor: pointer;   
	border: none;
	width: 200px; 
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url(../img/btn_playagain.png);
	background-position: bottom;
}

/* TWITTER */
.btn_twitter {
	position: absolute;
	top: 83px;
	right: 120px;
	/*text-indent: 20px;*/
	font-weight: normal;
	line-height: 16px;
	border: none;
	width: 52px;
	height:	16px;
	margin:	0;
	padding: 0;
	background-image: url(../img/btn_twitter.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 20px;
} 
.btn_twitter:hover {
	cursor: pointer;   
	border: none;
	width: 52px; 
	height: 16px;
	margin: 0;
	padding: 0;
	background-image: url(../img/btn_twitter.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/*------------------------------------------
	TEXTUAL CONTENT
------------------------------------------*/
.row_03 {
	position: relative;
	width: 960px;
	height: 135px;
	text-align: left;
}
.logo {
	position: absolute;
	top: 40px;
	left: 48px;
	width: 214px;
	height: 54px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.web_link {
	position: absolute;
	top: 85px;
	right: 188px;
	font-size: 12px;
	font-weight: bold;
}
.new_notice {
	position: absolute;
	top: 30px;
	right: 144px;
	font-size: 10px;
	font-weight: normal;
}
.new_animal {
	position: absolute;
	top: 11px;
	right: 0;
	font-size: 10px;
	font-weight: normal;
}
.column_01 {
	position: absolute;
	top: 51px;
	left: 601px;
}
.column_02 {
	position: absolute;
	top: 55px;
	left: 810px;
}

/*------------------------------------------
	FOOTER
------------------------------------------*/
.footer {
	width: 960px;
	height: 40px;
}

.footer p {
	position: relative;
	float: right;
	right: 36px;
	top: 16px;
	text-align: right;
	color: #ffffff;
}

/*----------------------------------------------
Website design, markup, and code belong to 
Randall Lynton Studios, unless otherwise stated.

Blatantly copying or stealing portions of
this site will result in public ridicule 
and shame.
----------------------------------------------*/
