/* ---------------------------------------------------------------------------------------------------------------------------

Contains: Reset / Normalize / Specialty Helper Casses / Custom Semantic styles / Forms / Responsive Framework

Based on Eric Meyer's Reset, HTML5 Boilerplate 2.0, and Normalize.css

------------------------------------------------------------------------------------------------------------------------------ */



/* ----------------------------------------------------

			Reset

------------------------------------------------------- */


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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}


/* ----------------------------------------------------

			Normalize

------------------------------------------------------- */


html {
	overflow-y:scroll;
	-webkit-text-size-adjust:100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	-ms-text-size-adjust:100%;
	-webkit-tap-highlight-color: rgb(255,255,158);
}

body {
	margin:0;
	font-size:13px;
	line-height:1.231;
}

body,button,input,select,textarea {
	font-family:sans-serif;
	color:#222;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display:block;
}

audio,canvas,video {
	display:inline-block;
	display:inline;
	zoom:1;
}

audio:not([controls]) {
	display:none;
}

[hidden] {
	display:none;
}

audio,canvas,video {
	display:inline-block;
	display:inline;
	zoom:1;
}

audio:not([controls]) {
	display:none;
}

[hidden] {
	display:none;
}

::-moz-selection {
	background: rgb(255,255,158);
	text-shadow:none;
}

::selection {
	background: rgb(255,255,158);
	text-shadow:none;
}

img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}


abbr[title] {
	border-bottom:1px dotted;
}

b,strong {
	font-weight:bold;
}

blockquote {
	margin:1em 40px;
}

dfn {
	font-style:italic;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

ins {
	background:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background:#ff0;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

pre,code,kbd,samp {
	font-family:monospace, monospace;
	_font-family:'courier new', monospace;
	font-size:1em;
}

pre {
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word;
}

q {
	quotes:none;
}

q:before,q:after {
	content:"";
	content:none;
}

small {
	font-size:85%;
}

sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup {
	top:-.5em;
}

sub {
	bottom:-.25em;
}

ul,ol {
	margin:13px 0 0 16px;
	padding:0 0 0 40px;
}

dd {
	margin:0 0 0 40px;
}

nav ul,nav ol {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}

a img, img {
	border:0;
	-ms-interpolation-mode:bicubic;
	vertical-align:middle;
}

svg:not(:root) {
	overflow:hidden;
}

figure {
	margin:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td {
	vertical-align:top;
}

form {
	margin:0;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}

label {
	cursor:pointer;
}

legend {
	border:0;
	margin-left:-7px;
	padding:0;
}

button,input,select,textarea {
	font-size:100%;
	margin:0;
	vertical-align:baseline;
	vertical-align:middle;
}

button,input {
	line-height:normal;
	overflow:visible;
}

table button,table input {
	overflow:auto;
}

button,input[type=button],input[type=reset],input[type=submit] {
	cursor:pointer;
	-webkit-appearance:button;
}

input[type=checkbox],input[type=radio] {
	box-sizing:border-box;
}

input[type=search] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

input[type=search]::-webkit-search-decoration {
	-webkit-appearance:none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0;
}

textarea {
	overflow:auto;
	vertical-align:top;
	resize:vertical;
}

input:valid,textarea:valid {
}

input:invalid,textarea:invalid {
	background-color:#f0dddd;
}

input[type=text]:focus {
	outline:none;
}

*:focus, a, a:hover, a:active { outline: none; }


.ie7 h1,.ie7 h2,.ie7 h3,.ie7 h4,.ie7 h5,.ie7 h6 {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
	zoom:1;
}


/* ----------------------------------------------------

		Specialty Helper Classes

------------------------------------------------------- */

.bold, .strong, strong { font-weight: bold; }
.italic, i, em { font-style: italic; }
.underline { text-decoration: underline; }
.bold-italic { font-weight: bold; font-style: italic; }
.bold-italic-underline { font-weight: bold; font-style: italic; text-decoration: underline; }
.center { text-align: center; }
.small { font-size: 84%; } /* 11px */
.left { float: left; }
.right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.hide { display: none; }
.error { color: #E30202; } /* red */
.highlight { color: #D99306; } /* gold */
.none { display: none; }

img.left { float: left; margin: 1.52em 1.52em 1.52em 0; }
img.right { float: right; margin: 1.52em 0 1.52em 1.52em; }
img.center { display: block; text-align: center; margin-left: auto; margin-right: auto; }



.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	}

.hidden {
	display:none !important;
	visibility:hidden;
	}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	}

.invisible { visibility:hidden; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
