body {
	color: #444;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif, arial, trebuchet ms, arial, verdana, deja vu;
	font-size: 10pt;
	background-color: #666666;
	width: 835px;
	margin: 2em auto;
	padding: 0;
}

div#title {
	background-color: #fff;
	margin: 0 10px 0 10px;
	position: relative;
	border:1px solid #222;
	-moz-border-radius:5px 0 5px 0;
}

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

div#title a {
	color:#000 !important;
	font-style: normal;
}

div#title a:hover {
	color:#777 !important;
	font-style: normal;
}

h1 {
	margin: 0;
	padding: 0.2em 1em;
	font-size: 28px;
	font-weight: bold;
	font-color:#fff;
	text-transform: uppercase;
}

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

a:hover {
	color: #000;
}

div.clear {
	clear: both;
}

p {
	margin: 1em 10px;
	font-size: 24px;
	padding: 0 1em;
}



div.post {
	float: left;
	width: 256px;
	height: 215px;
	margin: 13px 10px;
	margin-left: 10px; 
	position: relative;
	display: inline;
}
	
	div.post img {
		border:1px solid #222;
		padding:2px;
	}

	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;
		font-color:#fff;
		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;
	}
