@charset "UTF-8";

/* Global Styles */

body {
	color: #ccc;
	line-height: 1.5em;
	font-family: poiret-one;
	font-size: 14px;
	background: #030f1c url(../images/background_gradient.jpg) repeat-x 0px 0px;
	font-style: normal;
	font-weight: 400;
}
.page {
	max-width: 980px;
	margin: 0px auto;
	position: relative; background-color: #030f1c;
}

h1 {
	color: #00CCFF;
	margin: 0em 0em .5em 0em;
	font-weight: normal;
	font-family: 'Great Vibes', cursive;
}
h2 { font-size: 1.7em; margin: 0em 0em 1em 0em; }
h3 { font-size: 1.5em; margin: 0em 0em 1em 0em; }

p { margin: 0px 0px .75em 0px; }
a { color: #de9000; }
a:hover { color: #009eff; }
a.cta {
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 0px;
	background: url(../images/cta_arrow.png) no-repeat right 0px;
}
a.cta:hover { background-position: right -50px; }
footer {
	font-size: .85em;
	color: #fff;
	background-color: #030f1c;
	padding: 10px 10px 10px 0px;
	text-align: center;
	font-family: poiret-one;
	font-style: normal;
	font-weight: 400;
}


nav a {
	color: #f5a06e;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: .9em;
}
nav a:hover { color: #fff; }

.clear-fix { clear: both; line-height: 1px; }

.print {
	display: none;
	margin-top: 0px;
}
.page article h1 {
	text-align: center;
}
footer h3 a {
	font-size: 0.9em;
	display: inline-block;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-weight: normal;
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx)
{

}
