/* 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;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before, .cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.cf:after {
	clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
 *zoom: 1;
}
/*    CSS Styles  START   */
@import url(http://fonts.googleapis.com/css?family=Raleway);
html {
	background: url(images/congruent_pentagon.png) repeat;
}
body {
	width: 100%;
	
	min-width: 337px;
	margin: 0 auto;
}


.main_content {
	}
.reading-progress {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
	max-width: 960px;
    height: 0.125rem;
}

.reading-progress_bar {
    -moz-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
    width: 0;
    height: 100%;
    background-color: #b32317;
}
.logo {
	position: absolute;
	margin: 0 auto;
	-moz-box-shadow: #000000 0px 0px 9px;
	-webkit-box-shadow: #000000 0px 0px 9px;
	box-shadow: #000000 0px 0px 9px;
}
.logo a {
	text-decoration: none;
	display: block;
}
.logo:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.footer {
	position: absolute;
	bottom: 30px;
}
.footer p {
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	color: #9C9C9C;
	line-height: 1em;
	text-align: center;
}
