/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.




*/

@font-face {
	font-family: 'PTSansNarrowBold';
	src: url(/assets/PTN77F-webfont-a6f167927b5075328a85b463c07d58c0.eot);
	src: local('☺'), url(/assets/PTN77F-webfont-f858e85a8a6922020c1237d8f5219733.woff) format('woff'), url(/assets/PTN77F-webfont-13ea5840083b754ac1ef59aee19662df.ttf) format('truetype'), url('/assets/PTN77F-webfont-51aeb4a3555ce47d3635b9aacc910428.svg#webfontSAYAwFVt') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSansNarrowRegular';
	src: url(/assets/PTN57F-webfont-7fdb43b8303e68932b773d30b64f4b5c.eot);
	src: local('☺'), url(/assets/PTN57F-webfont-795460f35c9ff3503ccef657833b091b.woff) format('woff'), url(/assets/PTN57F-webfont-efa60ae0165f025a0af6f314f77290b6.ttf) format('truetype'), url('/assets/PTN57F-webfont-929b3d94a3dc30aeffca71e5886245c9.svg#webfontzjaCm4lR') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/*



 */

/* @override 
	http://www.worlize.com/stylesheets/main.css?v=3
	http://localhost/stylesheets/main.css?v=3
	http://worlize.local/stylesheets/main.css?v=3
	http://turtle.office.worlize.com/stylesheets/main.css?v=3
	https://turtle.office.worlize.com/stylesheets/main.css?v=3
	https://turtle.office.worlize.com/stylesheets/main.css?v=5
*/

/* @group Boilerplate */

/* 
  HTML5 ✰ Boilerplate 
  
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | 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;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

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; }

/* tables still need cellspacing="0" in the markup */
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; }

/* END RESET CSS */


/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */

select, input, textarea, button { font:99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 

/* 
 * minimal base styles 
 */


body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444; 
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */   
}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: normal; }

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }

 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #444; }
a:hover { color: #777; }


ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

small { font-size: 80%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
 
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
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; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
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; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #cabbac; color:#fff; text-shadow: none; }
::selection { background: #cabbac; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/* @end */






 /* Primary Styles */

input[type=text],
input[type=password],
select {
	background-color: #F0F0F0;
	border: 1px solid #888;
	padding: 2px 5px;
	outline: none;
	color: #787571;
	font: 11pt Helvetica, Arial, sans-serif;
}

input[type=text]:focus,
input[type=password]:focus,
select:focus {
	background-color: #FFF;
	color: #000;
}

select {
	border-radius: 10px;
}

label {
	padding: 2px 5px;
	color: #4c443c;
	font: 11pt Helvetica, Arial, sans-serif;
	vertical-align: middle;
}

input[type=submit]:hover,
input[type=submit]:focus,
button:hover,
button:focus {
	background: #b5aa99;
}

input[type=submit]:active,
button:active {
	background: #e3d5c0;
}


input[type=submit], button {
	background: #555555;
	color: #FFF;
	border: none;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	padding: 3px 10px;
	font: 11pt Helvetica, Arial, sans-serif;
}

#container {
	width: 100%;
	display: block;
}

#main {
	position: relative;
	width: 960px;
	margin: 105px auto 100px;
}

#container > .beta-banner {
	position: fixed;
	width: 131px;
	height: 131px;
	top: 0px;
	left: 0px;
	z-index: 99999;
	background: url(/assets/beta-banner-cyan-57d1e37e7bf9011268050525d689dbff.png);
	pointer-events: none;
	opacity: 0.8;
}

#container > .beta-banner > h1 {
	text-indent: -10000px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: PTSansNarrowBold;
}

/* @group Flashes */

header {

}

#flash_alert {
	display: block;
	position: fixed;
	top: 10px;
	left: 70px;
	width: 500px;
	padding: 10px;
	background: #fff1f1;
	z-index: 300000;
	border: 1px solid #e9b3b4;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
}

/* @end */

/* @group 404 */

.error404 {
	text-align: center;
	color: #797979;
}
.error404 a {
	color: #797979;
}
.error404 a:hover {
	color: #444;
}
.error404 h4 {
	font-family: PTSansNarrowRegular;
	font-size: 18pt;
	line-height: 28pt;
}

.error404 h3 {
	font-family: PTSansNarrowRegular;
	font-size: 24pt;
}

/* @end */

/* @group 500 */

.error500 {
	font-family: PTSansNarrowBold, Helvetica, Arial, sans-serif;
}

.error500 {
	position: relative;
	margin: 0px auto;
	text-align: center;
}

.error500 .bannerContainer img {
	display: block;
	margin: 0px auto;
}

.error500 h2 {
	margin: 15pt 0px;
	font-size: 20pt;
	color: #bfbfbf;
}

/* @end */

/* @group Press Section */

section#in-the-news {
	padding: 0px;
}

section#the-pitch {
	width: 450px;
}

.news-brief-quote {
	float: left;
	text-align: center;
	margin: 10px 10px 50px;
}

.news-brief-quote p {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 12pt;
	margin: 0px 0px 5px;
}

.news-brief-quote a {
	text-decoration: none;
}

#press-page article {
	margin: 0px 0px 50px;
}

#in-the-news article img {
	float: none;
	position: relative;
	margin: 0px 0px 10px 10px;
}

#in-the-news article h1 {
	margin: 0px 0px 0px 10px;
}
#press-page #in-the-news article h2 {
	margin: 0px 0px 0px 10px;
}

#press-page article h1 {
	font-size: 14pt;
	font-family: PTSansNarrowRegular;
}
#press-page article h2 {
	font-size: 10pt;
	font-family: PTSansNarrowRegular;
	color: #888;
	margin: 5px 0px 12px 0px;
}


#press-page #in-the-news article p {
	margin: 5px 10px 10px;
}
#press-page article p {
	text-align: justify;
	margin: 5px 0px 10px;
}


#in-the-news .readmore a {
	margin: 0px 0px 0px 10px;
}
#press-page .readmore a {
	font-weight: bold;
}

#press-page article img {
	float: right;
	margin: 0px 10px 10px 15px;
}

#press-page ul.gallery {
	list-style-type: none;
}

#press-page ul.gallery li {
	float: left;
	margin: 10px;
}

#press-page ul.gallery img {
	border: 3px solid #DDD;
}

#press-page ul.gallery img:hover {
	border: 3px solid #999;
}


/* @end */

/* @group Beta Registration Page */
#signup_form .form_container {
	width: 300px;
	margin: 0px 0px 0px 150px;
}

#signup_form input[type=text] {
	width: 290px;
}


/* @end */

/* @group Beta Invitation */

#beta-invite-form .standard_form {
	width: 345px;
}

#beta-invite-form .standard_form {
	margin: 30px 0px 0px 30px;
}


/* @end */

/* @group Form Styles */

/* @group Errors */

.errorExplanation {
	border: 1px solid #f1dede;
	padding: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	margin: -15px 0px 20px;
	background: #ffebeb url(/assets/error-jelly-7e3ac7a351c1af58a7637f62ee507c82.png) no-repeat 15px 15px;
}

.errorExplanation ul {
	margin: 0px 0px 5px 50px;
}

.errorExplanation ul li {
	margin: 0px 0px 5px;
}

.errorExplanation h2 {
	margin: 0px 5px 15px 65px;
	color: #9d0002;
	font-size: 24pt;
}

.errorExplanation {
	margin-top: 10px;
	list-style-type: decimal;
	list-style-position: inside;
	color: #c00000;
}

.field_with_errors input,
.field_with_errors select {
	background-color: #ffebeb;
}


/* @end */

.standard_form label {
	color: #747474;
	display: block;
	font: 18pt/20pt PTSansNarrowBold, Helvetica, Arial, sans-serif;
	margin-bottom: 2px;
}
.standard_form input,
.standard_form button,
.standard_form select {
	font-size: 15pt;
	padding: 4px;
	margin-bottom: 15px;
}

.standard_form select {
	font-size: 15pt;
}

.standard_form input[type=submit],
.standard_form button {
	font-size: 12pt;
	padding: 4px 14px;
	border-radius: 12px;
}

/* @end */



/* @group Section Column Styling */

section {
	width: 550px;
	margin: 10px 0px 50px 280px;
	padding: 10px;
}

section > p {
	margin-bottom: 12pt;
	line-height: 14pt;
}

section > h1 {
	position: absolute;
	right: 690px;
	text-align: right;
	margin-top: -15px;
	padding: 0px 30px 0px 0px;
	font: 35pt/33pt PTSansNarrowBold, Helvetica, Arial, sans-serif;
}
section > h1.light {
	color: #969696;
}
section > h1 small {
	font-size: 22pt;
	line-height: 22pt;
}

section > h2 {
	font-family: PTSansNarrowRegular, "Helvetica Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: 13pt;
}

.accent-color-1 {
	color: #78d1f1;
}
.accent-color-1-dark {
	color: #549ab3;
}
.accent-color-2 {
	color: #d09d81;
}
.accent-color-3 {
	color: #a697e6;
}
.accent-color-4 {
	color: #7fd66b;
}
.accent-color-5 {
	color: #f390d6;
}
.accent-color-6 {
	color: #d4cd58;
}

/* @end */

/* @group Floating Nav */
nav.right-floating-menu {
  display: block;
  position: absolute;
  width: 170px;
  left: 730px;
  text-align: right;
}
nav.right-floating-menu h1 {
	font-size: 18pt;
	line-height: 25pt;
	color: #9d9d9d;
}
nav.right-floating-menu a {
	text-decoration: none;
	font: 13pt/15pt PTSansNarrowBold;
}
nav.right-floating-menu li:hover {
	color: #AAA;
	list-style-position: inside;
	list-style-type: disc;
}
nav.right-floating-menu a:hover {
	color: #AAA;
}

/* @end */

/* @group Header */

header {
	position: fixed;
	top: 0px;
	background: url(/assets/site-chrome/top-gradient-9f4dc53894aa4a91d664ccd54fa9c0f0.png) repeat-x;
	width: 100%;
	height: 123px;
	z-index: 1000;
}

#header-logged-in {
	padding: 10px;
	float: right;
}

#header-logged-in,
#header-logged-in a {
	color: #787771;
}

header .login-form {
	float: right;
	color: #555;
	font: 16pt/22pt 'PTSansNarrowBold', Arial, sans-serif;
}

header .login-form input {
	vertical-align: -2px;
}

header .login-form div {
	float: left;
	margin: 5px;
}

header .login-form img {
	vertical-align: bottom;
}
header .login-form img:hover {
	opacity: 0.8;
}

header .login-form form {
	
}

/* @end */

/* @group Footer */

footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 40px;
	z-index: 1000;
}

footer .footer-background {
	background: url(/assets/site-chrome/bottom-gradient-bf7dfd1f8dd01eb19e5266290d6a2ced.png) repeat-x;
	position: absolute;
	top: -50px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	pointer-events: none;
}

footer nav {
	overflow: hidden;
	float: left;
	position: absolute;
	bottom: 10px;
	width: 100%;
	display: block;
}

footer nav ul {
	position: relative;
	float: left;
	left: 50%;
}

footer nav li {
	position: relative;
	right: 50%;
	float: left;
	margin: 0px 30px;
	text-align: center;
	text-transform: uppercase;
}

footer div.copyright {
	color: #AAA;
	display: block;
	position: absolute;
	right: 15px;
	bottom: 10px;
	font-size: 12px;
	line-height: 23px;
}


footer nav a {
	color: #636363;
	text-decoration: none;
	font: 15px/23px 'PTSansNarrowBold', Arial, sans-serif;
	letter-spacing: 0;
}

/* @end */

/* @group Developer SDK Tease */

#developer-signup #developer-tease {
	display: none;
}

#developer-tease {
	-webkit-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
	-ms-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
	cursor: pointer;
	height: 121px;
	width: 151px;
	position: fixed;
	bottom: 5px;
	left: 10px;
	z-index: 9999999;
}

#developer-tease:hover {
	-webkit-transition: left 0.2s ease-out;
	-moz-transition: left 0.2s ease-out;
	-ms-transition: left 0.2s ease-out;
	-o-transition: left 0.2s ease-out;
	transition: left 0.2s ease-out;
	left: 45px;
}

#developer-tease:hover .tease1 {
	display: none;
}

#developer-tease:hover .tease2 {
	display: block;
}

#developer-tease h1,
#developer-tease p {
	text-indent: -10000px;
}

#developer-tease .tease1 {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	width: 151px;
	height: 121px;
	background-image: url(/assets/developer/tease-68202bb525b69b1b165deb474c5f9e86.png);
}

#developer-tease .tease2 {
	position: absolute;
	display: none;
	width: 235px;
	height: 193px;
	bottom: 0px;
	left: -32px;
	background: url(/assets/developer/tease-68202bb525b69b1b165deb474c5f9e86.png) 0 -121px;
}

/* @end */

/* @group Homepage */

@keyframes pulsate {
  0% {
    opacity: 0;
  }
  100% { 
    opacity: 1;
  }
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
  }
  100% { 
    opacity: 1;
  }
}

@-moz-keyframes pulsate {
  0% {
    opacity: 0;
  }
  100% { 
    opacity: 1;
  }
}

#homepage-login {
	text-align: center;
	font: 18px/15px 'PTSansNarrowRegular', Arial, sans-serif;
}
#homepage-login .enter-button-background {
	position: relative;
    display:block;
    width: 312px;
    height: 81px;
    margin: 25px auto 10px;
	background: url(/assets/homepage-login-button-c5fc5d7d0bb9704c4e7591892db03231.png) no-repeat 0 -81px;
}
#homepage-login .beta-badge {
	position: absolute;
	width: 67px;
	height: 67px;
	background: url(/assets/beta-badge-red-b21575bc3e43733b74010f860908b4dd.png);
	top: -20px;
	right: -30px;
	pointer-events: none;
}
#homepage-login a.enter-button {
	animation: pulsate 1.5s infinite alternate;
	-webkit-animation: pulsate 1.5s infinite alternate;
	-moz-animation: pulsate 1.5s infinite alternate;
    display:block;
    width: 312px;
    height: 81px;
    position: relative;
    text-indent: -10000px;
	background: url(/assets/homepage-login-button-c5fc5d7d0bb9704c4e7591892db03231.png) no-repeat 0 0px;
}
#homepage-login a.enter-button:hover {
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;
	background-position: 0 -81px;
}

#homepage-login a {
	color: #888;
	text-decoration: none;
}
#homepage-login a:hover {
	text-decoration: underline;
	color: #555;
}



/*
#homepage-login small {
    font-size: 70%;
    padding: 0px 10px;
}
#homepage-login img {
    padding-bottom: 10px;
    vertical-align: middle;
}
#homepage-login img:hover {
    opacity: 0.7;
}
*/
#homepage-character {
	width: 850px;
	height: 370px;
	margin: 0px auto 10px;
	pointer-events: none;
}

#homepage_login_layer {
	position: relative;
	z-index: 5000;
	width: 490px;
	margin: 0px auto 20px;
	background: #e7e1da;
	background: rgba(231,225,218,0.9);
	padding: 10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 1px solid #c0beb9;
}


#homepage_login_layer input[type=password] {
	width: 90px;
}
#homepage_login_layer input[type=text] {
	width: 120px;
}

#homepage_login_layer h1 {
	font: 25px/30px 'PTSansNarrowBold', Arial, sans-serif;
	margin: 0px 0px 10px;
}

#homepage_login_layer .formField {
	float: left;
	margin: 0px 5px;
}

.as-seen-on-container {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 0px;
	z-index: 99999;
}

.as-seen-on {
	position: relative;
	font-family: PTSansNarrowBold;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: #FFF;
	width: 600px;
	margin: 30px auto;
	height: 37px;
	vertical-align: middle;
	border: 1px solid #BBB;
	padding: 10px 10px 5px;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
	-ms-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
	-o-box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
}

.as-seen-on img {
	margin: 0px 0px 0px 20px;
}

.as-seen-on h1 {
	float: left;
	font-weight: normal;
	margin-top: 4px;
	margin-left: 14px;
	font-size: 16pt;
	vertical-align: top;
	text-align: left;
}

/* @end */

/* @group Developer Signup Page */

h1.docs-callout {
	z-index: 99999999;
	position: relative;
	font-size: 26px;
	text-decoration: none;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.7);
	width: 300px;
	text-align: center;
	margin: -40px auto 35px;
	padding: 10px 15px;
	border-radius: 5px;
	background-color: #c6bc96;
	border: 1px solid #a29a7a;
	box-shadow: 0px 3px 0px #a29a7a;
}

h1.docs-callout:hover {
	margin: -37px auto 32px;
	background-color: #a29a7a;
	border: 1px solid #807a60;
	box-shadow: none;
}

a.docs-callout {
	color: #fff;
	text-decoration: none;
}

/* @end */

/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
