
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;
}

* { margin:0; padding:0; }

-webkit-padding-start:0px !important;

/* HTML5 display-role reset for older browsers */
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;
}

th, td {
    padding: 0;
    text-align: left;
    vertical-align: middle;
	font-weight: normal;
}

.clear {
	clear: both;
}

a:focus {
	outline: 1px dotted #000;
	overflow: hidden;
}

a:hover, a:active {
    outline: 0;
}

/* Form Elements */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	line-height: 1;
}

select, input, textarea, button {
	font-family: inherit;
	font-size: inherit;
}

button, input, select, textarea {
	margin: 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

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 {
	display: none;
}

input[type="button"], input[type="submit"], input[type="image"], button {
	cursor: pointer;
	-webkit-appearance: button;
	font-family: inherit;
	font-size : inherit;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

-webkit-input-placeholder {
  color: #000;
}

input:-moz-placeholder {
  color: #333;
	box-shadow: none !important;
}

textarea {
	resize: none;
	overflow: auto;
	height: 100px;
}

#skip-links {
	height: 0;
	text-indent: -9999em;
}

#skip-links li {
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}