/*** RESET - by Eric Meyer ***/
/* 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;
}

/*** TYPOGRAPHY & FONTS ***/

b, strong { font-weight: bold; }
i, em { font-style: italic; }

/* Position subscript and superscript content without affecting line-height: Thanks to h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/*** IMAGES ***/

/*
1. Improve image quality when scaled in IE7: h5bp.com/d
2. Remove the gap between images and borders on image containers: Thanks to h5bp.com/i/440
*/

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*** STYLING ***/

/* COLOURS */

/* LINKS */

a:link,
a:visited {
	text-decoration: none;
	color: #457aa3;
	font-weight: bold;
}
a:hover,
a:active {
	text-decoration: underline;
}

/* Improve readability when focused and hovered in all browsers: Thanks to h5bp.com/h */
a:hover, a:active { outline: 0; }

/* ELEMENTS */

body {
	background: url(../img/bg.jpg);
	color: #21201c;
	font: 1em/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
p {
	margin-bottom: 20px;
}

/* CLASSES */

.wrapper {
	width: 700px;
	height: 100%;
	padding: 100px;
	background: white;
	margin: 100px auto;
	text-align: center;
}
.logo {
	margin-bottom: 40px;
}

/*** SELECTION HIGHLIGHTS ***/

::-moz-selection { background: #507aa5; color: #fff; text-shadow: none; }
::selection { background: #507aa5; color: #fff; text-shadow: none; }

/*** HELPER STYLES ***/

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: Thanks to h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: Thanks to h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: Thanks to h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Micro Clearfix - Contain floats: Thanks to h5bp.com/q */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }