/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */
	
/* #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: #e3edf6;
	color: #444;
}
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}

p img {
	margin: 0;
}
p.lead {
	color: #777;
	font-size: 21px;
	line-height: 27px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 12px;
	margin-bottom: 10px;
	font-style: italic;
	line-height: 18px;
}
blockquote {
}
blockquote cite {
	display: block;
	font-size: 12px;
}
blockquote cite:before {
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border-width: 1px 0 0;
	border-style: dashed;
	border-color: #b2b6b2;
	clear: both;
	height: 0;
	margin: 5px 0 10px 0px;
}
/* #Links
================================================== */
 
p a, p a:visited {
	line-height: inherit;
}
/* #Lists
================================================== */
ul, ol {
}
ul {
	list-style: none outside;
}
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: 6px;
}

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;
	border: 1px solid #c0c0c0;
	line-height: 15px;
	text-align: left;
	vertical-align: middle;
}
option {
	padding: 2px 4px 2px 3px;
}
.button,  button,  input[type="submit"],  input[type="reset"],  input[type="button"] {
	cursor: pointer;
	display: inline-block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	text-decoration: none;
}
 

/* 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 {
	color: #6f6f6f;
	font: 14px "PT Sans", Arial, Helvetica, sans-serif;
	margin: 0;
	max-width: 100%;
	outline: none;
}
select {
	padding: 0;
}
label,  legend {
	font-size: 13px;
	font-weight: normal;
}
select {
}
input[type="checkbox"] {
	display: inline;
}
label span,  legend span {
	font-size: 13px;
	font-weight: normal;
}
/* #Tables
================================================== */
table td, th {
	padding: 2px;
}
 
/* #Misc
================================================== */
/* Don't show shadows when selecting text */
::-moz-selection {
 background: #868282;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #868282;
	color: #fff;
	text-shadow: none;
}
/* Floating */
.fl-left {
	float: left;
}
.fl-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-center {
	text-align: center;
}
/* Left & Right alignment */
.left {
	float: left;
}
.right {
	float: right;
}
