/**
 * 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:28px 28px 50px;
	background:transparent url('../images/bg_black_trans_50.png') top left repeat;
}
/* ---- Media Section ---- */
.media-section {
	margin-bottom:35px;
	background:transparent url('../images/border_centerfade_white.png') bottom center no-repeat;
}
.media-section .section-title {
	width:200px;
	margin-right:20px;
	float:left;
	font-size:24px;
	line-height:24px;
	text-transform:uppercase;
}
.media-section .section-content {
	width:724px;
	float:left;
}
/* ---- Media Text ---- */
.media-section .section-copy {
	padding-bottom:20px;
}
.media-section .section-content p {
	padding-bottom:15px;
}

.media-section .section-content a {
	color:#ffd700;
}

/* ---- Media Download Button ---- */
.section-download-link {
	display:block;
	float:left;
	width:170px;
	height:100px;
	margin-right:11px;

	text-decoration:none;
}
.section-download-link .title {
	display:block;
	color:#ffd700;
	font-size:12px;
	line-height:12px;
	font-weight:700;
}
.section-download-link .subtitle {
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:400;
	margin-bottom:5px;
}
.section-download-link .btn {
	float:left;
	width:auto;
	display:block;
	padding:1px 7px;
	color:#989898;
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
	background:#000 url('../images/btn_media_download.png') 0px 0px repeat-x;
	border:1px solid #747474;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.5);
}
.section-download-link:hover .btn {
	color:#000;
	border-color:#483e06;
	background-position:0px -50px;
}
.section-download-link .clear-fix { display:block; }

/* ---- Access Form ---- */
#media-access {
	width:100%;
	padding:50px 0;
	text-align:center;
}
.ie7 #media-access, 
.ie8 #media-access, 
.ie9 #media-access {
	background:transparent url('../images/bg_black_trans_50.png') top left repeat;
}
#media-access fieldset h2 {
	font-size:32px;
	font-weight:700;
	margin-bottom:5px;
	text-shadow: 0px 4px 15px #000000;
}
#media-access fieldset input {
	display:block;
	font-family: 'PT Sans', sans-serif;
	font-size:30px;
	font-weight:700;
	text-align:center;
	width:400px;
	margin:0 auto 15px;
	padding:5px 15px 0px;
	color:#fff;
	background:transparent url('../images/bg_black_trans_50.png') top left repeat;
	border:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow: inset 2px 2px 15px 0px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 2px 2px 15px 0px rgba(0, 0, 0, 0.7);
	box-shadow: inset 2px 2px 15px 0px rgba(0, 0, 0, 0.7);
}
#media-access fieldset a.submit {
	display:block;
	font-family: 'PT Sans', sans-serif;
	font-size:36px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	width:200px;
	margin:0 auto;
	padding:8px 15px;
	color:#aaa;
	background:#000 url('../images/btn_media_form.png') 0px 0px repeat-x;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.5);
}
#media-access fieldset a.submit:hover {
	color:#fff;
	background-position:0px -100px;
}

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