body {
	color: #fff;
	font-size: 16px;
	background-color: #000;
	width: 828px;
	margin: 2em auto;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 24px;

}

div#title {
	margin: 0 10px 0 10px;
	position: relative;
}

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

h1 {
	margin: 0 0 1em 0;
	padding: 0.7em 0;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 16px;
	border-top: 1px solid #fff;
}

a {
	color: #fff;
	transition: all .25s linear;
	-o-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;text-decoration: none;
	
}

a:hover {
	color: rgba(255,255,255,.65);
}

div.clear {
	clear: both;
}

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



div.post {
	float: left;
	width: 256px;
	height: 215px;
	overflow: hidden;
	margin: 13px 10px;
	margin-left: 10px; 
	position: relative;
	display: inline; /* JESUS FUCKING IE */
	font-size: 12px;
	-webkit-transition: 0.2s ease-in-out;

}
	
	div.post img {
		border: 0;
	}

	div.post p {
		position: absolute;
		bottom: 35px;
		margin: 0;
		padding: 0;
		font-size: 24px;
		font-weight: normal;
		color: #ccc;
	}
	
	div.postInfo {
		padding: 0.2em;
		position: absolute;
		bottom: 0;
		left: 0;
		font-style: italic;
	}
	
	
div.post:hover {
	-webkit-transform: rotate(-2deg);
}	

div#pages {
	margin-top: 1em;
}

	div.pageInfo {
	float: left;
	margin-left: 10px;
	display: inline;
	font-size: 12px;
}
	
div.pageLinks {
	float: right;
	margin-right: 10px;
	/* background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border:1px solid #fff; */
	color: rgba(0,0,0,1);
	font-size: 12px;
}

div.pageLinks a:link, div.pageLinks a:visited {
	color: rgba(0,0,0,1);
	text-decoration: none;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,1);
	padding: 3px 5px;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	
	transition: all .35s linear;
	-o-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-webkit-transition: all .35s linear;
} 


div.pageLinks a:hover,a:focus {
	color: rgba(255,255,255,1);
	background: rgba(255,255,255,.65);
	text-decoration: none;
	border: 1px solid rgba(255,255,255,.65);
}

div.pageLinks a:active {
}

	
#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;
}

#whitebox img {
		border: 1px solid #eee;
		cursor: pointer;
	}