@import url(http://fonts.googleapis.com/css?family=Inconsolata);

div, body, h1, h2, h3, h4, h5, p, ul, li {
	margin: 0;
	padding: 0;
}

li {
	margin-left: 1.0em;
}

body {
	font: 1.35em/1.35em 'Inconsolata', 'Courier New', Courier, serif;
	text-align: center;
	background: #CFF2C2 url(images/background.png);
	color: #333;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0.3em 0 0.3em;
	padding-bottom: 0;
	color: #333;
}

h2 {
	margin-top: 0.9em;
	margin-left: 0.5em;
	font-size: 1.4em;
	text-shadow: #999 0px 1px 1px;
}

h3 {
	font-size: 1.1em;
}

p, ul {
	margin: 0.3em 0;
}

.author {
	font-size: 1.05em;
	margin-top: .1em;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #C00906;
    padding: 0 3px;
}

a:hover, a:active {
	color: #FFF;
	background: #C00906;
	text-shadow: #C00603 0px 1px 1px;
}

a:active {
	background: #C00906;
}

#container {
	width: 35em;
	margin: 1em auto;
	text-align: left;
	display: none;
}

.blurb {
	-webkit-transition-property: -webkit-transform, left;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-webkit-backface-visibility: hidden;
	-moz-transition-property: -webkit-transform, left;
	-moz-transition-duration: 0.25s;
	-moz-transition-timing-function: ease-out;
	-moz-backface-visibility: hidden;
	-o-transition-property: -webkit-transform, left;
	-o-transition-duration: 0.25s;
	-o-transition-timing-function: ease-out;
	-o-backface-visibility: hidden;
	background: #fff;
	padding: 0.5em 1.4em 0.5em;
	margin: 0.5em 0 0.6em;
	position: relative;
	left: 10px;
	
	-webkit-box-shadow: -1px 2px 5px #aba;
	-moz-box-shadow: -1px 2px 5px #aba;
	box-shadow: -1px 2px 5px #aba;
	
	-webkit-transform: rotate(-.3deg);
	-moz-transform: rotate(-.3deg);
    -o-transform: rotate(-.3deg);
}

.blurb:nth-child(2n) {
	-webkit-transform: rotate(.4deg);
	-moz-transform: rotate(.4deg);
    -o-transform: rotate(.4deg);
	
	left: -10px;
}

.blurb.straight { 
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
    -o-transform: rotate(0);

    left: 0;
    right: 0;
}

.blurb h3 a {
	font-style: italic;
	font-weight: bold;
}

img#portrait {
	float: right;
}

.book img {
	float: right;
	margin-top: 0.5em;
	margin-left: 0.1em;
}

img {
	-webkit-box-shadow: 1px 2px 4px #999;
	-moz-box-shadow: 1px 2px 4px #999;
	box-shadow: 1px 2px 4px #999;
}

.book p, .book h3, #header p {
	margin-right: 120px;
}

.book img:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
    -o-transform: scale(1.15);
}

