/* --------------------------------------------------
Base Style Sheet
-------------------------------------------------- */

/* 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, font, 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,
hr {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	background-color: #fff;
	-webkit-text-size-adjust: none; /* turns off text size for mobile safari - was inconsistent */
}
address,
cite {
	font-style: normal;
}
/**
 * Set HTML5 block level elements for browsers that don't recognize.
 */
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}
/**
 * Remove dotted borders from links and buttons
 */
:focus,
:active {
	outline: 0;
}
/**
 * @bugfix Remove dotted inner borders from buttons in FF
 * @valid no
 */
::-moz-focus-inner {
	border: 0;
}

th {
	text-align: left;
}

/* Basic Elements
-------------------------------------------------- */
body,
textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 { 
	margin: 16px 0 8px 0;
	line-height: 1.2;
	color: #000;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
	margin-top: 0;
}

h1,
.h1 {
	font-size: 30px;
	font-weight: normal;
	margin-top: 0;
}
h2,
.h2 {
	font-size: 22px;
}
h3,
.h3 {
	font-size: 18px;
	line-height: 1.3;
}
h4,
.h4 { 
	font-size: 15px;
}
h5,
.h5 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
}
h6,
.h6 {
	font-size: 13px;
	font-weight: bold;
}

p,
ul,
ol,
dl,
blockquote,
pre {
	margin-bottom: 8px;
}

ul,
ol {
	margin-left: 2em;
}
li {
	margin: 4px 0 0 0;
}

dt {
	font-weight: bold;
	margin-top: 0.5em;
}
dd {
	padding: 0 1em;
}

label[for] {
	cursor: pointer;
}

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