/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

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; }

html { 	
	background-color: #75cdd9;
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
}
body { 
	font-family: Georgia, "Times New Roman", serif; 
	line-height: 140%;
	margin: 0;
}
body, button, input, select, textarea { font-size: 13px; color: #111; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a, a:visited { color: #333; }
a:hover { color: #333; text-decoration: none; }
a:focus { outline: 0 none; }
a:focus { -moz-outline-style: none; }
a:hover, a:active { outline: 0; }
a { outline-color: 	-moz-use-text-color; outline-style: none; outline-width: medium; }

p { margin: 0 0 20px 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong, .bold, .strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _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; }
ul, ol { margin: 0; padding: 0; list-style: none; }
dd { margin: 0; }
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; }
button, input, select, textarea { font-size: 11px; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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 { -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: middle; }

h1, h2, h3, h4 {margin-top: 0}

/* ==|== primary styles =====================================================
   Author: Geoffrey Stephenson
   ========================================================================== */
   
h1 {
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #f05a30;
	font-style: italic;
	text-shadow: 1px 1px 1px #98d8db;
}	
h2, h3, h4, h5 {
	color: #111;
	font-weight: bold;
	margin-bottom: 15px;
}
h3 {
	font-size: 14px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px #98d8db;
}
.inline {
	display: inline;
}
img {
	border:0 none;
}
p {
	margin: 0;
}
.left {
	float: left;
	display: inline;
}
.left img {
	vertical-align: top;
}
.right {
	float: right;
	display: inline;
}
.block {
	display: block;
}
.clear {
	clear: both;
	height: 0px;
	float: none;
}
.center {
	text-align: center;
}
.small {
	font-size: 11px;
}
.curr {
	background-color: transparent !important;
	position: relative;
}
.last {
	margin-right: 0;
}

/* ==|== layout ======================================================= */

#wrapper {
	width: 850px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
#container {
	background: url("http://s3.amazonaws.com/cdn.sixthman.net/2012/snd/images/bg.png") no-repeat scroll 0 0 transparent;
	width: 850px;
	height: 500px;
	display: block;
	position: relative;
	margin: 30px 0 30px 0;
	border: 1px solid #555;
	-moz-box-shadow: 0 0 20px #888;
 	-webkit-box-shadow: 0 0 20px #888;
    box-shadow: 0 0 20px #888;
    text-align: left;
}
.index #container {
	background: url("http://s3.amazonaws.com/cdn.sixthman.net/2012/snd/images/bg-splash.png") no-repeat scroll 0 0 transparent;
}
.content {
	padding: 70px 10px 10px 425px;
}
.home-link {
	position: absolute;
	top: 70px;
	left: 45px;
}
.home-link a {
	width: 300px;
	height: 225px;
}
.sxm-app {
	position: absolute;
	top: 440px;
	left: 8px;
}
.sxm-app a {
	background-image: url("http://s3.amazonaws.com/cdn.sixthman.net/2012/snd/images/connect.png");
	background-position: -32px -95px;
	width: 240px;
	height: 55px;
}
.mailing-list-link {
	position: absolute;
	top: 290px;
	left: 413px;
}
.mailing-list-link a {
	width: 144px;
	height: 25px;
}
.sxm-link {
	position: absolute;
	top: 10px;
	left: 725px;
}
.sxm-link a {
	width: 120px;
	height: 60px;
}
.connect {
	position: absolute;
	top: 425px;
	left: 585px;
}
.connect {
	background-image: url("http://s3.amazonaws.com/cdn.sixthman.net/2012/snd/images/connect.png");
	background-position: -10px -10px;
	width: 135px;
	height: 20px;
}
.social-fb {
	position: absolute;
	top: 425px;
	left: 725px;
}
.social-fb a {
	background-image: url("http://s3.amazonaws.com/cdn.sixthman.net/2012/snd/images/connect.png");
	background-position: -146px -8px;
	width: 30px;
	height: 30px;
}
.social-twitter {
	position: absolute;
	top: 425px;
	left: 755px;
}
.social-twitter a {
	background-image: url("http://s3.amazonaws.com/cdn.sixthman.net/2012/snd/images/connect.png");
	background-position: -176px -8px;
	width: 30px;
	height: 30px;
}
.social-vimeo {
	position: absolute;
	top: 425px;
	left: 785px;
}
.social-vimeo a {
	background-image: url("http://s3.amazonaws.com/cdn.sixthman.net/2012/snd/images/connect.png");
	background-position: -206px -8px;
	width: 30px;
	height: 30px;
}
.social-youtube {
	position: absolute;
	top: 425px;
	left: 815px;
}
.social-youtube a {
	background-image: url("http://s3.amazonaws.com/cdn.sixthman.net/2012/snd/images/connect.png");
	background-position: -236px -8px;
	width: 30px;
	height: 30px;
}
.sxm-blog {
	position: absolute;
	top: 460px;
	left: 702px;
}
.sxm-blog a {
	background-image: url("http://s3.amazonaws.com/cdn.sixthman.net/2012/snd/images/connect.png");
	background-position: -124px -44px;
	width: 145px;
	height: 18px;
}
.sxm-tv {
	position: absolute;
	top: 480px;
	left: 685px;
}
.sxm-tv a {
	background-image: url("http://s3.amazonaws.com/cdn.sixthman.net/2012/snd/images/connect.png");
	background-position: -107px -60px;
	width: 165px;
	height: 18px;
}
.error-message {
	padding: 180px 0 0 400px;
}

/* ==|== mailing list form ======================================================= */

.form {
	margin: 5px 0 25px 0;
	float: left;
}
.form form {
	margin: 0;
	text-align: left;
}
.form form p input[type="text"],
.form form p input[type="tel"],
.form form p input[type="email"] {
	width: 395px;
	height: 25px;
	color: #000;
	vertical-align: middle;
	font-size: 12px;
	border: 1px solid #AAA;
	display: block;
	padding: 3px;
	background-color: #fffce8;
}
.form input[type="checkbox"] {
	margin-right: 10px;
	vertical-align: middle;
}
.form p label {
	display: block;	
	margin: 5px 5px 8px 6px;
	padding:0;
	width: 395px;
	font: 95% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #333;
}
.form p {
	width: 395px;
	height: 25px;
	margin: 0 15px 15px 0;
}
.form #ZipCode, 
.form #DateOfBirth,
.form #FirstName,
.form #LastName {
	width: 190px;
}
.form p.input-short,
.form fieldset p.input-short label {
	width: 180px;
	float: left;
}
.form p.dob,
.form p.last-name {
	margin-left: 10px;
}
.form p.phone {
	clear: both;
	float: none;
}
.form p.submit {
	clear: both;
	float: none;
}
form p { 
	position: relative 
}
.form p.sixthman {
	width: 400px;
}
.form #submit {
	margin-top: 15px;
}
label  { 
	position: absolute; 
	top: 0; 
	left: 0
}

/* ==|== css3 button styles ======================================== */

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button-bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.button-medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.button-small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
.button {
	color: #d7d7d7;
	border: solid 1px #333;
	background-color: #333;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background-color: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.button:hover {
	background-color: #000;
	background-color: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background-color: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
	-webkit-transition: all 400ms; 
	-moz-transition: all 400ms ease; 
	-o-transition: all 400ms ease; 
	transition: all 400ms ease;
}
.button:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* ==|== non-semantic helper classes ======================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
}

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-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 #999; 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, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* ==|== environment announcement and color-coding ======================================================= */

.environment {
	background-color: #0000a0;
	color: #fff;
	font-size: 18px;
	padding: 5px 18px;
	text-align: center;
}
.environment.development,
.environment.testing {
	background-color: #00a000;
}
.environment.staging {
	background-color: #a00000;
}
