/*
No Background CSS
*/

/* General stuff
------------------------------------------------------*/

html { color:#fff; }


/* Col Left Main Content
------------------------------------------------------*/

.post-content {
	background:none;
		-moz-border-radius:none;
		-o-border-radius:none; 
		-webkit-border-radius:none;
	border-radius:none;
		-moz-box-shadow:none;
		-o-box-shadow:none;
		-webkit-box-shadow:none;
	box-shadow:none;
	border-bottom:none;
	margin:0 0 30px;
	padding:0;
	width:610px;
}

.post-meta {
	border-bottom:1px solid #3A0161;
	margin-bottom:20px;
	position:relative;
}

.post-meta h2 {
	border-bottom:4px solid #941072;
	float:left;
	line-height:normal;
	padding-bottom:10px;
	width:410px;
}

.post-meta p {
	bottom:0;
	border-bottom:4px solid #c752a9;
	color:#c752a9;
	font-size:12px;
	line-height:normal;
	margin:0;
	padding-bottom:10px;
	position:absolute;
	right:0;
	text-align:right;
	width:200px;
}


/* Sidebar
------------------------------------------------------*/

.module {
	color:#444;
}
