/* FP3 launch notification landing page (/fp3)
   Standalone fluid page; not loaded through MY_Controller::_add_style().
   Bump the version number on the stylesheet link in views/fp3/landing.php
   when this file changes. */

body
{
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 13px;
	font-family: Verdana,Arial,sans-serif;
	line-height: 1.5;
	background: #fff url('/images/bkgs/pawprints.png') repeat;
}

a
{
	color: #644A27;
	cursor: pointer;
}

.fp3_outer
{
	padding: 0 8px;
}

.fp3_header
{
	max-width: 920px;
	margin: 15px auto 10px auto;
	overflow: hidden;
}

.fp3_header img
{
	border: 0;
	float: left;
}

.fp3_header_link
{
	float: right;
	line-height: 37px;
	font-size: 12px;
	font-weight: bold;
}

/* Same white box with brown border as the main site, but fluid */
.fp3_box
{
	max-width: 920px;
	margin: 0 auto 20px auto;
	background: #fff;
	border: 10px solid #452709;
	padding: 15px;
}

.fp3_hero
{
	background: #2b1a0c;
	color: #f0e4d0;
	border: 1px solid #d8b17d;
	border-radius: 10px;
	padding: 30px 20px;
	text-align: center;
}

.fp3_hero h1
{
	color: #fff;
	font-size: 30px;
	margin: 0 0 5px 0;
}

.fp3_hero h2
{
	color: #fff;
	font-size: 24px;
	margin: 0 0 5px 0;
}

.fp3_release
{
	font-size: 13px;
	font-weight: bold;
	color: #e8c889;
	margin-bottom: 12px;
}

.fp3_tagline
{
	font-size: 14px;
	margin-bottom: 20px;
}

.fp3_signup_box label
{
	font-size: 13px;
	font-weight: bold;
	margin-right: 5px;
}

.fp3_email_input
{
	width: 220px;
	padding: 6px;
	font-size: 14px;
	font-family: Verdana,Arial,sans-serif;
	border: 1px solid #d8b17d;
	border-radius: 4px;
	margin-right: 5px;
}

input.button
{
	background: #452709;
	border: 1px solid #D8B17D;
	color: #fff;
	font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	cursor: pointer;
}

input.button.fp3_submit
{
	font-size: 13px;
	padding: 6px 12px;
	border-radius: 4px;
}

.fp3_fine_print
{
	font-size: 11px;
	color: #c9b89a;
	margin-top: 10px;
}

/* Honeypot field, hidden from sighted users and skipped in tab order */
.fp3_leave_blank
{
	position: absolute;
	left: -9999px;
}

.error
{
	background: #facece;
	border: 1px solid red;
	padding: 10px;
	margin: 0 0 10px 0;
}

.notice
{
	background: #efecd2;
	border: 1px solid blue;
	padding: 10px;
	margin: 0 0 10px 0;
}

.cell_error
{
	color: red;
	font-size: 11px;
	margin-top: 5px;
}

.fp3_about
{
	background: #f8f3e6;
	border: 1px solid #d8b17d;
	border-radius: 6px;
	padding: 5px 15px 10px 15px;
	margin: 20px 0;
}

.fp3_about h2
{
	color: #452709;
	font-size: 20px;
	margin: 10px 0 5px 0;
}

/* Table cells so the text block centers vertically beside its image */
.fp3_feature
{
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
	margin: 30px 0;
}

.fp3_feature_media
{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: center;
}

.fp3_feature_text
{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	padding-left: 15px;
}

/* Flipped rows put the image on the right; rtl reverses the cell order */
.fp3_flip
{
	direction: rtl;
}

.fp3_flip .fp3_feature_media,
.fp3_flip .fp3_feature_text
{
	direction: ltr;
}

.fp3_flip .fp3_feature_text
{
	padding-left: 0;
	padding-right: 15px;
}

.fp3_feature h2,
.fp3_feature_wide h2
{
	color: #452709;
	font-size: 20px;
	margin: 10px 0 5px 0;
}

.fp3_feature img,
.fp3_feature_wide img
{
	max-width: 100%;
	height: auto;
	border: 1px solid #d8b17d;
	border-radius: 6px;
}

.fp3_feature_wide
{
	margin: 30px 0;
	text-align: center;
}

.fp3_feature_wide p
{
	text-align: left;
}

.fp3_feature_wide img
{
	margin: 5px;
	vertical-align: top;
}

img.fp3_tall_img
{
	max-height: 420px;
	width: auto;
	max-width: 100%;
}

.fp3_cta
{
	margin-top: 30px;
}

.fp3_news_link
{
	text-align: center;
	font-size: 13px;
	margin: 20px 0;
}

.fp3_play_now
{
	background: #f8f3e6;
	border: 1px solid #d8b17d;
	border-radius: 6px;
	padding: 5px 15px 20px 15px;
	margin: 20px 0 5px 0;
	text-align: center;
}

.fp3_play_now h2
{
	color: #452709;
	font-size: 20px;
	margin: 10px 0 5px 0;
}

a.fp3_play_button
{
	display: inline-block;
	background: #452709;
	border: 1px solid #D8B17D;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 16px;
}

a.fp3_play_button:hover
{
	background: #5a3510;
}

.fp3_footer
{
	max-width: 920px;
	margin: 0 auto 25px auto;
	text-align: center;
	font-size: 11px;
	color: #333;
}

/* Stack feature columns and the signup form on narrow screens */
@media (max-width: 700px)
{
	.fp3_header,
	.fp3_header img,
	.fp3_header_link
	{
		float: none;
		text-align: center;
		line-height: normal;
	}

	.fp3_hero
	{
		padding: 20px 10px;
	}

	.fp3_hero h1
	{
		font-size: 24px;
	}

	.fp3_signup_box label
	{
		display: block;
		margin-bottom: 5px;
	}

	.fp3_email_input
	{
		width: 90%;
		margin: 0 0 10px 0;
	}

	.fp3_feature,
	.fp3_feature_media,
	.fp3_feature_text
	{
		display: block;
		width: auto;
	}

	.fp3_flip
	{
		direction: ltr;
	}

	.fp3_feature_text,
	.fp3_flip .fp3_feature_text
	{
		padding: 0;
	}
}
