/* html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

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

nav ul {
	list-style:none;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	text-decoration:none;
}

mark {
	background-color:#ff9;
}

del {
	text-decoration:line-through;
	opacity:0.7;
	filter:alpha(opacity=70);
}

abbr[title],dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

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

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

input,select {
	vertical-align:middle;
}

/*** fixes and hacks ***/
/*** clearfix hack ***/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .clearfix {
	height:1%;
}

/*** image replacement ***/
.ir {
	display:block;
	text-indent:-999em;
	overflow:hidden;
	background-repeat:no-repeat;
}

/*** establish defaults ***/
body,input,textarea,select,cite,.nf {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
}

body.win,body.win input,body.win textarea,body.win select,body.win cite,body.win .nf {
	font-family:Arial, sans-serif;
}

body {
	margin:0 auto;
}

a {
	color:#197ab3;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

strong {
	font-weight:700;
}

em {
	font-style:italic;
}

h1,h2,h3,h4,h5,h6 {
	color:#000;
	font-weight:400;
}

p,address,cite,code,pre,samp,small,li,label,caption,th,td,details,input {
	color:#2b2b2b;
}

blockquote,q {
	font-family:Georgia, Palatino, "Book Antiqua", serif;
	color:#767676;
}

pre,samp,code,.mf {
	font-family:Menlo, "DejaVu Sans Mono", Consolas, Monaco, "Lucida Console", monospace;
}

:focus {
	outline:0;
}

.af,h1,h2,h3,body.win .af,body.win h1,body.win h2,body.win h3 {
/* alternative font for headers */
	font-family:"Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-family:"Myriad Pro", Helvetica, Arial, sans-serif;*/
}

.cf,body.win .cf {
	font-family:"Proxima Nova Condensed", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hidden {
	display:none;
}

.text-shadow {
	text-shadow:rgba(0,0,0,0.8) 1px 1px 2px;
}
