body {
	color: #ccc;
	font-family: "Helvetica Neue" helvetica, arial, sans-serif;
	font-size: 10pt;
	background-color: #fff;
	width: 828px;
	margin: 2em auto;
	padding: 0;
}

div#wrap {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: white;
	width: 100%;
	padding: 5px 0 10px 0;
}

div#title {
	background-color: #fff;
	margin: 0 10px 5px 10px;
	position: relative;
}

div#title em {
	float: right;
	margin-bottom: 5px;
	font-style: normal;
	font-size: 140%;
}

div#title .about {padding-right: 5px;}

h1 {
	margin: 0;
	padding: 0;
	font-size: 140%;
	font-weight: normal;
}

a {color: #445056; text-decoration: none;}
a:hover {color: #869eaa;}
img {border: none;}
br.clear {clear: both;}
p {margin: 1em 10px; padding: 0 1em;}

div.post {
	float: left;
	width: 256px;
	height: 215px;
	overflow: hidden;
	margin: 10px 10px 0 10px;
	margin-left: 10px; 
	position: relative;
	display: inline; /* JESUS FUCKING IE */
	background: url(stripe.gif) no-repeat;
}

div.post img {border: 0;}

div.post p {
	font-family: "HelveticaNeue-Light" "Helvetica Neue Light" "Helvetica Neue" helvetica, arial, sans-serif;
	position: absolute;
	margin: 0;
	padding: 10px;
	font-size: 160%;
	font-weight: normal;
	line-height: 120%;
	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;
}

/* tooltip styles */

.tool-tip {
	color: #fff;
	width: 220px;
	z-index: 13000;
	margin: -10px 0 0 -4px;
}

.tool-title {
	font-weight: bold;
	font-size: 0px;
	margin: 0;
	color: #1e1e1e;
	padding: 2px;
	background: url(bubble.png) top left;
}

.tool-text {
	font-size: 15px;
	line-height: 120%;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}