@charset "UTF-8";
/* CSS Document */

body {
background: #FFFFFF;
color: #434343;
font-family: 'Neuton', arial, serif;
margin: 35px;
}

a {
color: #e31313;
border-bottom: 1px dotted #e31313;
text-decoration:none;

}

a:hover {
color: #CCCCCC;
}

.wrapper {
width: 650px;
margin-left: auto;
margin-right: auto;
}

h1 {
font-family: 'Puritan', arial, serif;
color:#434343;
text-align: center;
font-size: 88px;
font-weight: 900;
}



h2 {
font-family:;
color: #000000;
font-weight: 400;
font-family: 'Brawler', arial, serif;
}

h2 a{
border: 0px;
text-decoration:none;
color: #e31313;
}

h3 {
	border-bottom: 1px solid #ccc;
	font-weight: 400;
	margin-top: 20px;
	color: #e31313;
	font-family: 'Brawler', arial, serif;
}

.divider {
border-top: 1px #ccc dotted;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
}

.divider2 {
border-top: 1px #ccc solid;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
width: 25%;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
margin-bottom: 25px;
}

.red {
color: #e31313;
}
.character {
text-align: center;
text-transform: uppercase;
color:#666;
font-size: 12px;
}

.dialogue {
width: 60%;
margin-right: auto;
margin-left: auto;
color:#666;
text-align:justify;
font-size: 12px;
line-height: 1.5em;
}

#pageflip {
	position: absolute;
	right: 0; top: 0;
	float: right; 
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background: url(http://peteshelly.com/heyrick/images/peteshelly.png) no-repeat right top;
}

#share {
	position: fixed;
	left: 15px; top: 150px;
	float: left;
	border: 1px solid #e31313;
	padding: 4px;
	width: 60px;
	text-align: center;
	font-size: 11px;
	color: #e31313;
}
#share img {
	z-index: 99;
	position: fixed;
	left: 0; top: 200px;
	-ms-interpolation-mode: bicubic;
}

.tweet {
text-align: center;
}

.footer {
font-size: 14px;
color: #999999;
}

#bio {
	position: absolute;
	right: 30px; top: 150px;
	float: right;
	border: 1px dotted #ccc;
	padding: 4px;
	width: 240px;
	text-align: justify;
	font-size: 11px;
	color: #e31313;
}
