/* (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* here be styles */

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
	font-size: 62.5%;
  color: rgba(255,255,255,.8);
  /* text-shadow: rgba(0,0,0,.05) 0px -1px 1px; */
  line-height: 1.125em;
	background: rgb(65,123,202);
}

strong {
	font-weight: bold;
}

em {
  font-style: italic;
}

#wrapper {
  padding: 4em 0 0;
  width: 72em;
  margin: 0 auto;
}

#content {
  width: 72em;
  overflow: hidden;
  clear: both;
}

#footer {
  text-align: center;
}

/* header */

h1 a, h1 a:visited {
  display: block;
  font-size: 2.1em;
  padding-bottom: .343em;
  font-family: Georgia, 'Times New Roman', serif;
  color: rgba(255,255,255,.95);
  text-decoration: none;
}

h2 {
  display: block;
  padding-bottom: .4em;
  font-size: 1.8em;
  font-family: Georgia, 'Times New Roman', serif;
  text-decoration: none;
}

/* text */

.simple-text {
  font-size: 1.4em;
  line-height: 1.4em;
}

.simple-text p {
  margin: 0 0 1em;
}

.simple-text em {
  font-size: 1.125em;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
}

.simple-text a, .simple-text a:visited {
  font-weight: bold;
  color: rgba(255,255,255,.85);
  text-decoration: none;
}

.simple-text a:hover {
  color: rgba(255,255,255,.95);
}

/* playing with blocks */

.block {
  padding: 2em 0;
}

.padded {
  padding: 2em;
}

.column {
  float: left;
}

.left {
  width: 22em;
  text-align: right;
  padding: 4em 0 0;
}

.right {
  width: 18em;
  padding: 4em 0 0;
}

.centre {
  width: 32em;
}

/* utility */

.quiet {
  font-size: 1.2em;
  color: rgba(255,255,255,.5);
}
