
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	/*vertical-align: baseline;*/ }
 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
 
body { 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; }
 
/* #Basic Styles
================================================== */
body {
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #00080c;
	font: 13px/21px Arial, sans-serif; }
 
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	margin: 3px 0px;
	font-family: 'Arno Pro';}
 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
 
h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 31px; }
 
h2 {
	font-size: 23px;
	font-weight: normal;
	line-height: 27px; }
 
h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px; }
 
h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px; }
 
h5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px; }
 
h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px; }
 
p {
	font-size: 13px;
	line-height: 18px; }
p strong{
	color: #303030; }
 
p {
	margin:  2px 0px 15px 0px; }
 
p img { margin: 0; }
 
	p.lead {
		color: #969696;
		font-size: 21px;
		line-height: 27px; }
 
em { font-style: italic; }
 
strong {
	font-weight: bold; }
 
small { font-size: 80%; }
 
/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 21px; }
 
blockquote {  }
 
	blockquote cite {
		display: block;
		font-size: 12px; }
 
		blockquote cite:before {  }
 
		blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #969696; }
 
hr {
	border-width: 1px 0 0;
	border-style: dashed;
	border-color: #969696;
	clear: both;
	height: 0;
	margin: 5px 0 10px 0px; }
 
/* #Links
================================================== */
a {
	outline: 0;
	color: #EBBC37;
	text-decoration: none;  transition:color .5s;
	-moz-transition:color .5s;
	-webkit-transition:color .5s;
	-o-transition:color .5s;}
 
	a:hover, a:focus { 
	transition: all 750ms ease-in-out;
	-o-transition: all 750ms ease-in-out;
	-ms-transition: all 750ms ease-in-out;
	-moz-transition: all 750ms ease-in-out;
	-webkit-transition: all 750ms ease-in-out }
 
p a, p a:visited { line-height: inherit; }
 
/* #Lists
================================================== */
ul, ol { margin-left: 15px;  padding: 5px 0px; }
 
ul { list-style: disc; }
 
ol { list-style: decimal; }
 
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
 
ul.square { list-style: square outside; }
 
ul.circle { list-style: circle outside; }
 
ul.disc { list-style: disc outside; }
 
ul ul, ul ol,
	ol ol, ol ul {
	font-size: 90%;
	margin: 4px 0 5px 10px; }
 
ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 2px; }
 
li { line-height: 18px; font-size: 12px; margin-bottom: 5px;}
 
	li p { line-height: 21px; }
 
/* #Images
================================================== */
img { border: 0; }
 
p img {
	max-width: 100%;
	padding: 0; }
 
img.aligncenter, .aligncenter {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto; }
 
img.alignright, .alignright {
	display: inline;
	float: right;
	margin: 5px 0 10px 15px; }
 
img.alignleft, .alignleft {
	display: inline;
	float: left;
	margin: 5px 15px 10px 0; }
/* #Buttons
================================================== */
input, select, button {
	font-size: 11px;
	line-height: 16px;
	vertical-align: middle; }
input, textarea, option, select {
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding: 0px 5px;
	text-align: left;
	vertical-align: middle; }
 
input, textarea { padding: 2px; }
 
option { padding: 1px 25px 1px 3px; }
 
.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	color: #222;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none; }
 
.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover { color: #111; }
 
.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {  }
 
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
	input::-moz-focus-inner {
	border: 0;
	padding: 0; }
 
 
.buttons {
	color: #de8c0b;
	display: block;
	line-height: 27px;
	margin-top: 1px;
	overflow: hidden;
	padding: 5px 0px 1px 0px; }

/* #Forms
================================================== */
form { margin-bottom: 2px; }
 
fieldset { margin-bottom: 20px; }
 
input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
	background: #fff;
	border: 1px solid #c0c0c0;
	color: #777;
	font: 13px Arial, sans-serif;
	margin: 0;
	max-width: 100%;
	outline: none;
	padding: 6px 4px; }
 
select { padding: 0; }
 
input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
	color: #666; }
 
textarea { min-height: 60px; }
 
label,
	legend {
	font-size: 13px;
	font-weight: normal; }
 
select {  }
 
input[type="checkbox"] { display: inline; }
 
label span,
	legend span {
	color: #444;
	font-size: 13px;
	font-weight: normal; }
 
/* #Tables
================================================== */
table td, th { padding: 5px 8px; border: 1px solid #e1e1e1; }
table th{font-weight: bold; padding: 10px 8px; background: #eee; border-bottom: 0px; background-color:#fafafa;
	background-image:-moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image:-webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image:-o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image:linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
 color: #555555;
	line-height: 18px;
	-webkit-box-shadow:inset 0 0px 0 rgba(0, 0, 0, 0.05), 0 1px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow:inset 0 0px 0 rgba(0, 0, 0, 0.05), 0 1px 10px rgba(0, 0, 0, .1);
	box-shadow:0 0px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 10px rgba(0, 0, 0, 0.1);}
table {margin: 15px 0px;}
 
/* #Misc
================================================== */
/* Don't show shadows when selecting text */
::-moz-selection {
	background: #969696;
	color: #fff;
	text-shadow: none; }
 
::selection {
	background: #969696;
	color: #fff;
	text-shadow: none; }
 
/* Floating */
.fl-left,.left{ float: left; }
 
.fl-right , .right{ float: right; }
 
/* Additional Fixers */
.clear {
	clear: both;
	float: none; }
 
.clear0 {
	clear: both;
	height: 0px;
	overflow: hidden;
	visibility: hidden; }
 
.required { color: #ff0000; }
 
/* REUSABLE CLASSES  */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
 
