/* @override 
	http://stephaniealbertson.site/css/styles.css
	http://stephaniealbertson.com/css/styles.css
*/

/* @group Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* @end */

html, body, #content {
  height:100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  background: #333;
}
#content {
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  width: 800px;
}

#content {
	padding: 40px 0;
}

#content p {
	font: 10px/14px"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	padding-top: 1.5em;
	width: 100%;
}

#content p a {
	color: #666;
	float: right;
	display: inline;
}

#content p a.footer-link {
	padding-right: 20px;
	color: #888;
}

#content #noflash {
	width: 100%;
}

#content #noflash img {
	margin: 0 auto;
	padding: 40px;
	width: 399px;
	display: inherit;
}

#content #noflash h1 {
	font: 20px/28px"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	width: 100%;
	text-align: center;
	margin-bottom: 2em;
}

#content #noflash h1 a {
	color: #999;
}

