* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
    background: #369;
	font: 2.6em/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 100%;
	overflow: hidden;
}

a {
	color: #fff;
	text-decoration: none;
}

div#wrapper {
    opacity: 0.8;
    background: #fff;
    height: 100%;
}

blockquote.hentry {
	background: url("../img/quote.png") no-repeat 0 0;
	display: none;
	font-weight: bold;
	min-height: 200px;
	padding: 0 0 0 250px;
	position: absolute;
	width: 520px;
}

p.entry-content {
	color: #666;
}

p.author {
	color: #999;
	font-size: 0.6em;
	margin-top: 1em;
}

p.author:before {
	content: "\2014\ ";
}

div#info {
	background: #000;
	font-size: 14px;
	height: 100%;
	left: -50px;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 50px;
}

div#info p {
	color: #fff;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-left: -330px;
	padding-left: 14px;
	transform: rotate( -90deg );
	transform-origin: 100% 0;
	width: 330px;
	-moz-transform: rotate( -90deg );
	-moz-transform-origin: 100% 0;
	-webkit-transform: rotate( -90deg );
	-webkit-transform-origin: 100% 0;
}
div#info p.i a {
    background: url(../img/i.png) no-repeat 0 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: -2px;
    text-indent: -9999px;
    overflow: hidden;
}