/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

body {
	color: #ccc;
	font-family: 'trebuchet ms', arial, verdana, 'deja vu';
	font-size: 10pt;
	background-color: #fff;
	width: 100%;
	margin: 4em auto;
	padding: 0;
}

#titlepanel {
    position: absolute;   /*Panel will overlap  content */
    top: 0;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#title_pane {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#title_pane h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
}

#title_pane .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#title_pane .content .left {
	width: 256px;
	float: left;
	padding: 0 16px;
}

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: 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: #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;
	}
	
	
#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;
	}

a:hover #mint {
	color: #66FF66;
}

a:hover #close {
	color: red;
}