/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	cursor: default;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * Minimal base styles.
 */

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: none;
}

ol {
	list-style-type: decimal;
}

small {
	font-size: 85%;
}

strong, th {
	font-weight: bold;
}

td {
	vertical-align: top;
}

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre {
	/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
	padding: 15px;
	white-space: pre-wrap;
	white-space: pre;
	word-wrap: break-word;
}

textarea {
	overflow: auto;
}

/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend {
	margin-left: -7px;
}

/* 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"], input[type="image"], button {
	cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
	margin: 0;
}

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
	overflow: visible;
	width: auto;
}

/* 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;
}


/**
 * Primary styles
 *
 * Author:
 */

body {
	background: url(../img/repeat-bg.jpg) top left repeat-x #2e2e2e;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

#wrapper {
	background: url(../img/main-bg.jpg) top center no-repeat;
	width: 100%;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

#header {
}

#main {
	position: relative;
}

.right {
	float: right;
	width: 310px;
}

.banner a {
	background: url(../img/banner.jpg) top left no-repeat;
	display: block;
	height: 265px;
	margin-bottom: 50px;
	margin-top: 98px;
	position: relative;
}

.signup {
	background: url(../img/form-bg.jpg) top left repeat-x;
	color: #b3b1af;
	font: 17px/18px 'Helvetica', sans-serif;
	padding: 16px 0;
	position: relative;
	text-align: center;
}

.signup h2 {
	letter-spacing: -0.020em;
	margin: 0 0 16px;
	text-align: center;
}

.signup table {
	margin: 0 auto;
	width: 275px;
}

.signup td {
	padding-bottom: 24px;
}

#email, #country, #month, #day, #year {
	background: #313131;
	border: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 3px #111;
	-webkit-box-shadow: 0 0 3px #111;
	box-shadow: 0 0 3px #111;
	color: #808080;
	font: 14px/40px 'Helvetica', sans-serif;
	height: 40px;
	padding: 0 10px;
	text-shadow: 1px 1px 1px #101010;
	text-transform: uppercase;
	width: 255px;
}

#country, #month, #year, #day {
	padding: 13px;
	width: 275px;
}

#month, #year, #day {
	width: 88px;
}

#submit {
	float: right;
}

.left {
	float: left;
	width: 225px;
}

.left h1 {
	height: 155px;
	position: relative;
}

.left .spacer {
	height: 506px;
}

.social li {
	float: left;
	margin-right: 10px;
}

.social li.last {
	margin: 0px;
}

.bottom {
	font: 17px/45px 'Helvetica', sans-serif;
	position: relative;
	text-align: center;
}

.bottom a {
	background: url(../img/link-bg.png) top left repeat-x;
	color: #c77b2f;
	display: block;
	float: left;
	height: 45px;
	margin-right: 17px;
	padding: 0;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	width: 227px;
}

.bottom a.last {
	margin: 0px;
}

.bottom a:hover {
	background-position: bottom left;
	background-repeat: repeat-x;
}

#footer {
	color: #858584;
	font-size: 13px;
	line-height: 16px;
	padding: 80px 0 30px;
	text-align: center;
}

/* Footer */

#footer a {
	color: #c0c0c0;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul li {
	display: inline;
}

#footer .safetytips {
	font-weight: bold;
}

#footer .safetytips a {
	text-decoration: underline;
}

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
  j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
	zoom: 1;
}

/* Get text out of the way while still making it readable by assistive devices */
.hidetext {
	color: transparent;
	font-size: 5%;
	outline: none;
	text-align: left;
	text-indent: -9999em;
	white-space: nowrap;
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		-ms-filter: none !important;
		filter: none !important;
		text-shadow: none !important;
	}

	/* Black prints faster: sanbeiji.com/archives/953 */
	a, a:visited {
		color: #444 !important;
		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: "";
	}

	/* Don't show links for images, or javascript/internal links */
	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;
	}
}

/* CRM */
.fancybox-wrap iframe {
	max-width: 100%;
}

@media (max-width: 767px) {
	.fancybox-inner {
		overflow: scroll !important;
		-webkit-overflow-scrolling: touch !important;
	}
}