body {
	color: #aaa;
	font-family: helvetica, arial;
	font-size: 10px;
	background: #222;
	width: 828px;
	margin: 2em auto;
	padding: 0;
}

div#title {
	
	position: relative;
}

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

h1 {
	margin: 0;
	padding: 0.2em 0;
	font-size: 2.4em;
	font-weight:bold;
	font-family:helvetica,arial;
}

h1 a { 
	   letter-spacing:-1px; 
	   color:#333;
		
}

a {
	/* color: #00adef; */
	color:#666;
	text-decoration: none;
	border:none;
}

a:hover {
	color: #666;
}

div.clear {
	clear: both;
}

p {
	margin: 1em 10px;
	padding: 0 1em;
	font-family:helvetica, arial;

}



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

	div.post p {

		font-size: 11px;
		font-weight: normal;
		color: #ccc;
	}
	
	div.postInfo {
		padding: 0.8em;
		/* font-style: italic; */
		background:#f4f4f4;
		display:block;
		width:256px;
		height:22px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	div.postInfo span { color:#bfbfbf; display:block;font-size:9px; }
	
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;
}
	#whitebox img {
		border: 1px solid #eee;
		cursor: pointer;
	}
