body {
	color: #333333;
	font-family: Verdana,sans-serif;
	font-size: 0.7em;
	background-color: #FFFFFF;
	width: 828px;
	margin: 0 auto;
	padding: 0;
}

div#title {
  background-image: url(header.gif);
  background-repeat: no-repeat;
  height: 81px;
	margin: 0 10px 0 10px;
	position: relative;
}

div#title h1 {
  margin: 0;
  padding: 0;  
}

div#title h1 a {
  display: block;
  height: 81px;
  text-indent: -1000em;
  outline: none; 
}

div#title em {
	position: absolute;
	right: 0;
	top: 1em;
	font-style: normal;
}

a {
	color: #EE7D00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
  color: #868686;
	text-decoration: underline;
}

div.clear {
	clear: both;
}

p {
	margin: 1em 10px;
}

div.post {
	float: left;
	width: 256px;
	height: 215px;
	overflow: hidden;
	margin: 13px 10px;
	margin-left: 10px; 
	position: relative;
	display: inline; /* JESUS FUCKING IE */
}
	
div.post img {
	border: 0;
}

div.post p {
	position: absolute;
	bottom: 35px;
	margin: 0;
	padding: 0;
	font-size: 140%;
	font-weight: normal;
	color: #333333;
}
	
div.postInfo {
	padding: 0.2em 0.2em 0.2em 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
	
div#pages {
	margin: 1em 0;
}

div.pageInfo {
	float: left;
	margin-left: 10px;
	display: inline;
}

div.pageLinks {
	float: right;
	margin-right: 10px;
}

div.pageLinks a {
  color: #868686;
}
	
#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;
}

