body {
	color: #ccc;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	width: 828px;
	margin: 2em auto;
	padding: 0;
	background-image: url(http://xenochrony.com/templates/whiteout/images/bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#title {

	margin: 0 10px 0 10px;
	position: relative;
}

div#title em {
	position: absolute;
	right: 1em;
	top: 0.5em;
	font-style: normal;
}

h1 {
	margin: 0;
	padding: 0.2em 1em;
	font-size: 170%;
	font-weight: bolder;
	text-transform: uppercase;
}

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

a:hover {
	color: #aaa;
}

div.clear {
	clear: both;
}

p {
	margin: 1em 10px;
	padding: 0 1em;
}



div.post {
	float: left;
	width: 256px;
	height: 175px;
	overflow: hidden;
	margin: 13px 5px;
	margin-left: 10px;
	position: relative;
	padding: 2px;
	display: inline; /* JESUS FUCKING IE */
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-o-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
	
	div.post img {
	border: 0;
  }

	div.post p {
	position: absolute;
	bottom: 35px;
	padding: 0.5px;
	font-size: 100%;
	font-weight: normal;
	color: #ccc;

	}
	
	div.postInfo {
		padding: 0.2em;
		font-style: italic;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
div#pages {
	margin-top: 1em;
}

	div.pageInfo {
		float: left;
		margin-left: 10px;
		display: inline;
	}
	div.pageLinks {
		float: right;
		margin-right: 10px;
	}
	
	
#whitebox {
	top: 0;
	left: 0;
	display: none;
	position: absolute;
	padding: 10px;
	margin: -12px 0 0 -12px;
	background: #fff url(loading.gif) no-repeat scroll center center;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    -o-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    background: #f4f4f4;
}
	#whitebox img {
		border: 1px solid #eee;
		cursor: pointer;
	}
