/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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


/*CSS by Danny Lane*/

body {
    line-height: 1.6;
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

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

header {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

nav {
    background-color: #222;
    padding: 20px 0;
    text-align: center;
}

nav a {
    color: #fff;
    margin: 0 20px;
    text-decoration: none;
    font-size: 24px;
}

a {
    margin-bottom: 20px;
    color: #0278ffab;
    font-weight: bold;
    font-size: 24px;
}

h1 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: bold;
}

h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: bold;
}

section {
    padding: 20px;
    margin: 20px auto;
    max-width: 1200px;
    background-color: #fff;
    border-radius: 5px;
}

section h2 {
    color: #333;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: bold;
}

section p {
    margin-bottom: 15px;
}

section a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    background: #333;
    color: #fff;
    padding: 10px;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto 0 auto;
    border-radius: 4px;
}

form {
    margin-top: 20px;
}

label {
    display: block;
    margin: 10px 0 5px 0;
}

input {
    padding: 8px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #ccc;
}

button {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #555;
}

section {
    padding: 40px 20px;
    margin: 20px auto;
    max-width: 1000px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}

