body {
	color: #cdbaa2;
	font-family: helvetica , arial, verdana, sans-serif;
	font-size: 10pt;
	background-color: #3e220f;
	width: 1104px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.4em;
}

div#title {
	background-color: #00adef;
	margin: 0 10px 0 10px;
	position: relative;
	display: none;
}

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

h1 {
	margin: 0;
	padding: 0.2em 1em;
	font-size: 140%;
	text-transform: uppercase;
}

a {
	color: #fff;
	text-decoration: none;
}

h1 a, div#title em a {
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

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



div.post {
	float: left;
	width: 256px;
	height: 215px;
	overflow: hidden;
	margin: 13px 10px;
	margin-left: 10px; 
	position: relative;
	background-position; left top;
	background-repeat: no-repeat;
	display: inline; /* JESUS FUCKING IE */
}
	
div.post img {
	border: 0;
}

div.post p {
	position: absolute;
	bottom: 35px;
	margin: 0;
	padding: 10px;
	font-size: 120%;
	line-height: 120%;
	font-weight: normal;
	color: #3e220f;
	font-family: rockwell, helvetica , arial, verdana, sans-serif;
}

div.post p a{
	color: #3e220f;
}

div.post p a:hover {
	color: #180c03;
	text-decoration: none;
}

div.postInfo {
	padding: 10px 10px 10px 46px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 11px;
}
	
div#pages {
	margin: 1em 0 4em 0;
}

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