/* DEFAULT BROWSER STYLING RESET */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
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, input, 
select, textarea,
label, legend,
table, caption, 
tbody, tfoot, thead,
tr, th, td,
article, aside, 
canvas, details, 
embed, figure, 
figcaption, footer, 
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;
}

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

a img {
	margin: 0;
	border: none;
	padding: 0;
}

input {
	border: 1px solid;
}

/* DEFAULT DRUPAL STYLING RESET */

nav ul,
nav ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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

.element-invisible,
.js-hide {
	display: none;
}

form label {
	display: block;
}

.form-submit {
	cursor: pointer;
	background: none;
}


/* DEFAULT TYPOGRAPHY RESET */

body {
	font-size: 1em;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, blockquote,
form {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	//max-width: 30em;
}

b, strong {
	font-weight: bold; 
}

i, em, cite {
	font-style: italic; 
}

small { 
	font-size: 75%; 
}

a, a:visited, a:hover, a:active, a:focus, a.active:hover {
	outline: none;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}