body {
	background-color:#414141;
	color:#666;
	font-family: sans-serif, Arial, Helvetica;
	font-size:11px;
	line-height: 14px;
	padding:20px;
	margin:0px;
}

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

a:hover	{ 
	color:#0CC; 
	text-decoration:none; 
}
				
h1, h2, h3 {
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 17px;
	line-height: 21px;
}

h2 {
	font-size: 15px;
	line-height: 17px;
}

h3 {
	font-size: 13px;
	line-height: 15px;
}

img {
	border: 0px;
}

#allposts {
	border: 0px solid #414141;
}

.eachpost {
	background-color:#222222;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius:3px;
	position:absolute;
}

.eachpost > div {
	padding: 10px;
}

.post-image img{
	margin: 0px
}

.post-title {
	float: left;
	padding-top: 8px;
	padding-bottom: 6px;
}

.post-desc {
	clear: left;
	padding-bottom: 5px;
	border-top: 1px dotted #ccc;
	padding-top: 6px;
}

.small {
	font-size: 9px;
	line-height: 11px;
	padding-bottom: 5px;
	padding-top: 6px;
}

.loading 	{ 	
	z-index: 5000;
	position:fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #414141; 
}

.loading-img {
	margin: 20px;
}

.caption {
	display: none;
}
