/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

a, a:hover, a:active, a:visited { outline: none; outline-style:none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #B4D5FE; color:#000; text-shadow: none; }
::selection { background:#B4D5FE; color:#000; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #B4D5FE; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/*
	PRIMARY STYLES
	
	@company	Archrival
	@copyright	Copyright(c) 2012 Archrival
*/
body {
	font-family: 'PT Sans', sans-serif;
	color:#fff;
	background:#000 url('../images/body_art.jpg') top center no-repeat;
}
body.ios {
	background-image:url('../images/body_art_ios.jpg');
	background-size:1400px 5270px;
}
#site-wrapper {
	width:1000px;
	margin:0 auto;
}
/* ---- Partners / Header ---- */
.partners {
	display:block;
	float:left;
	width:296px;
	list-style:none;
	margin:0;
	padding:0;
}
.partners li {
	display:block;
	float:left;
	height:85px;
}
.partners li a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:-30000em;
	background-repeat:no-repeat;
	background-color:transparent;
}
.partners li.freeride { width:164px; }
.partners li.mediahouse { width:132px; }
.partners li.freeride a { 
	background-image:url('../images/logo_freeride.png');
	background-position:0px 8px;
}
.partners li.mediahouse a { 
	background-image:url('../images/logo_mediahouse.png');
	background-position:0px 9px;
}
/* ---- Nav / Header ---- */
.header-nav {
	display:block;
	float:right;
	width:auto;
	list-style:none;
	margin:0;
	padding:8px 5px 5px;
	background:transparent url('../images/bg_black_trans_50.png') top left repeat;
	border-bottom:1px solid #AC8874;
}
.header-nav li {
	display:block;
	float:left;
	width:auto;
}
.header-nav li a {
	display:block;
}
.header-nav li.first { margin-right:14px; margin-left:12px; }
.header-nav li {
	font-size:15px;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	margin-top:24px;
}
.header-nav li a { 
	color:#fff;
	text-decoration:none;
}
.header-nav li.external a {
	padding-right:7px;
	background:transparent url('../images/headernav_arrow.gif') top right no-repeat;
}
.header-nav li a:hover {
	color:#FFD602;
}
/* ---- Logo / Header ---- */
.site-title {
	float:left;
	margin:10px 0 0 0;
	padding:0;
	width:370px;
	height:142px;
	text-indent:-30000em;
	overflow:hidden;
	background:transparent url('../images/logo_white_trans_sm.png') center center no-repeat;
}
/* ---- Body ---- */
.site-body {
	margin-top:15px;
	padding:35px 28px 50px;
	background:transparent url('../images/bg_black_trans_50.png') top left repeat;
}
/* ---- Headings ---- */
h1 {
	font-size:32px;
	line-height:32px;
	text-transform:uppercase;
	margin-bottom:35px;
	padding-bottom:15px;
	background:transparent url('../images/border_centerfade_white.png') bottom center no-repeat;
}
/* ---- Form ---- */
form fieldset {
	margin-bottom:10px;
}
form fieldset:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ie7 form fieldset,
.ie8 form fieldset { zoom:1; }
form fieldset label {
	display:block;
	width:200px;
	margin-right:20px;
	float:left;
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	text-align:right;
	padding-top:2px;
}
form fieldset .input-text {
	display:block;
	width:606px;
	float:left;
	border:1px solid #000;
	padding:4px 8px;
	font-family:sans-serif;
	font-size:16px;
	background-color:rgba(255,255,255,0.9);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
form fieldset .input-text:focus { background-color:rgba(255,255,255,1); }
.ie7 form fieldset .input-text,
.ie8 form fieldset .input-text,
.ie7 form fieldset .input-text:focus,
.ie8 form fieldset .input-text:focus { background-color:#fff; }
form fieldset .input-text-short { width:100px; }
form fieldset .input-text-med { width:300px; }
form fieldset .captcha {
	float:left;
	width:116px;
	background-color:#000;
}
form fieldset .captcha img {
	display:block;
	width:100px;
	height:40px;
	padding:8px;
	border:1px solid #000;
}
form fieldset .captcha .input-text {
	float:none;
	width:100px;
}
form fieldset.submit {
	background: transparent url('../images/border_centerfade_white.png') top right no-repeat;
	padding-top:20px;
	margin-left:212px;
}
form fieldset.submit button {
	display:block;
	width:127px;
	height:55px;
	padding-top:0px;
	float:left;
	color:#fff;
	font-family: 'PT Sans', sans-serif;
	font-weight:bold;
	font-size:22px;
	line-height:18px;
	text-transform:uppercase;
	text-align:center;
	border:none;
	background:transparent url('../images/btn_misc.png') 0px -49px no-repeat;
}
form fieldset.submit button:hover {
	background-position:0px 5px;
}
form fieldset .form-status {
	padding-left:220px;
	padding-bottom:10px;
	font-size:14px;
}
form fieldset .form-status-error,
form fieldset .form-status-success {
	color:#FFD602;
}

/* ---- Misc Utility Styles ---- */
.clear-fix {
	clear:both;
}