body {
	color: #ccc;
	font-family: trebuchet ms, arial, verdana, deja vu;
	font-size: 10pt;
	background-color: #fff;
	width: 858px;
	margin: 2em auto;
	padding: 0;
}

dl,dt,dd {
	padding: 0;
	margin: 0;
}

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

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

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	font-size: 300%;
}

h1 a:link, h1 a:visited, h1 a:hover {
	color: #FF6600;
}

a {
	color: #00adef;
	text-decoration: none;
}

a:hover {
	color: #aaa;
}

div.clear {
	clear: both;
}

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



div.post {
	float: left;
	width: 266px;
	height: 250px;
	overflow: hidden;
	margin: 10px;
	display: inline; /* JESUS FUCKING IE */
}
	
	div.post img {
		border: 1px solid #EEE;
		padding: 4px;
	}

	div.post .text {
		font-size: 140%;
		font-weight: normal;
		color: #ccc;
	}
	
	div.post .imgTitle {
		font-size: 13px;
		color: #333;
		margin-bottom: 5px;
	}
	
	div.post .via {
		font-style: italic;
	}
	
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;
	}
