body { font-family: Tahoma, Arial, sans-serif; font-size: 10pt; background: black; margin: 0; padding: 0; }

div#hideBody { visibility: hidden; }

div#showBody {
	animation: fadeIn 0.5s; -webkit-animation: fadeIn 0.5s;
	position: fixed; top: 0; left: 0;
	width: 100%; height: 100%;
	overflow: hidden;
}
div#showBody > div {
	width: 300%; height: 10000%;
	position: relative;
}

div.post, div.postPadding { width: 576px; padding: 12px; text-align: justify; margin: 0; }
div.postPadding { height: 72px; }

div.post.postFarLeft, div.post.postFarRight { z-index: 10; }
div.post.postLeft, div.post.postRight { z-index: 20; }
div.post.postMiddle { z-index: 30; }

div#showBody > div > div.post {
	position: absolute;
	margin: 0;
	background: rgba(255,255,255,0.75);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	color: black;
	border-radius: 8px;
}

div#tumblrBtns {
	padding: 3px;
	position: fixed;
	top: 0;
	left: 0;
}

h1 {
	text-align: center;
	font-size: 16pt;
	line-height: 18pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h2 {
	text-align: center;
	font-size: 8pt;
	line-height: 16pt;
	font-weight: bold;
	margin: 0 0 8px;
}
div.postFooterLine {
	border-top: 1px solid black;
	height: 1px;
	margin: 8px 0;
	opacity: 0.25;
}
div.postFooter {
	margin: 0;
	width: 40%;
	font-size: 8pt;
	line-height: 8pt;
}

a { color: #00F; text-decoration: none; }
a:hover { color: #08F; }

h1 a { color: #000; }
h1 a:hover { color: #00F; }

a.tumblrBtn { font: 600 12px/20px "Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif; position: relative; white-space: nowrap; outline: 0; text-decoration: none; cursor: pointer; overflow: hidden; text-overflow: ellipsis; font: 600 12px/18px "Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif; height: 20px; padding: 2px 5px; -webkit-font-smoothing: antialiased; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; margin-bottom: 5px; color: #fff; border: 1px solid rgba(0,0,0,0.18); background: rgba(0,0,0,0.38); text-shadow: 1px 1px 0 rgba(0,0,0,0.08); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; z-index: 100; }
a.tumblrBtn:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ''; -webkit-border-radius: inherit; -moz-border-radius: inherit; border-radius: inherit; }
a.tumblrBtn:hover:after,.tumblrBtn:focus:after { background: rgba(255,255,255,0.09); }
a.tumblrBtn:active:after { background: rgba(255,255,255,0.18); }
a.tumblrBtn.icon { padding-left: 20px; }
a.tumblrBtn.icon:before { display: block; content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 20px; border-radius: inherit; background: url('../img/icons.png') 0 0 no-repeat; }
a#askBtn.tumblrBtn:before { background-position: 0 0; }
a#searchBtn.tumblrBtn:before { background-position: 0 -20px; }
a#homeBtn.tumblrBtn:before { background-position: 0 -40px; }
blockquote { border-left: 1px solid rgba(0,0,0,0.25); margin-left: 2px; padding-left: 16px; }
