a:link { 
	color: #ffffff;
}

a:visited { 
	color: #ffffff;
}

a:hover { 
	color: #ffffff;
	background-color: #9050f0;
}

a:active { 
	color: #ffffff;
}






a.subject:link { 
	color: #ffffff;
	text-decoration: none;
}

a.subject:visited { 
	color: #ffffff;
	text-decoration: none;
}

a.subject:hover { 
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}

a.subject:active { 
	color: #ffffff;
	text-decoration: none;
} 




body{
	background-image: url('images/backdrop.png');
}

#logo{

	background-repeat: no-repeat;
	background-position: center;
	height: 164px;
	width: 188px;
	margin-bottom: 15px;
	float: left;
	display:block;
	}

#bundle{
	margin: auto;
	width: 986px;
	height: 100%;
	}

#leftside{
	margin: auto;
	width: 215px;
	float: left;
}

#rightside{
	margin: auto;
	width: 540px;
	float: left;
}

#hatecomments{
	margin: auto;
	width: 520px;
	float: left;

}

.leftbar{
	margin: auto;
	width: 170px;
	background-image: url('images/menuplain.png');
	background-repeat: repeat-y;
	float: left;
	margin-left: 5px;
	color: #ffffff;
	font-family: Helvetica, Tahoma, Verdana, Arial, Georgia, Sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	list-style: none;
}

.leftbartop{
	margin: auto;
	width: 182px;
	height: 8px;
	background-image: url('images/menutopplain.png');
	float: left;
	margin-left: 5px;
}

.leftbarbottom{
	margin: auto;
	width: 182px;
	height: 12px;
	background-image: url('images/menubottomplain.png');
	float: left;
	margin-left: 5px;
	Margin-bottom: 10px;
}

.updatemain{
	width: 508px;
	background-image: url('images/postplain.png');
	color: #ffffff;
	font-family: Helvetica, Tahoma, Verdana, Arial, Georgia, Sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: repeat-y;
	float: left;
	margin-left: 15px;
}

.updatetop{
	width: 508px;
	height: 10px;
	background-image: url('images/posttopplain.png');
	float: left;
	margin-left: 15px;
	margin-top: 4px;
}

.updatebottom{
	width: 508px;
	height: 12px;
	background-image: url('images/postbottomplain.png');
	float: left;
	margin-left: 15px;
}

.pixeljoe{
	width: 50px;
	height: 50px;
	background-image: url('images/joemii.png');
	float: left;
}
.prevposts{
	width: 24px;
	height: 32px;
	background-image: url('images/prev.png');
	float: left;
}
.nextposts{
	width: 24px;
	height: 32px;
	background-image: url('images/next.png');
	float: left;
}
.postsubject{

	width: 445PX;
	text-align: center;
	font-size: 18pt;
	float: left;
}

.postdata{
	width: 445px;
	margin-left: 34px;
	text-align: center;
	font-size: 10pt;
	float: left;
}

.postcontent{
	width: 470px;
	padding-left: 10px;
	float: left;
}

.postcategory{
	width: 235px;
	float: left;
}

.postcomments{
	width: 235px;
	float: left;
	text-align: right;
}


.pagelink{
	
}





#numberofcomments{
	background-image: url('images/commentnumberplain.png');
	height: 64px;
	width: 176px;
	margin-left: 176px;
	text-align: center;
	padding-top: 8px;
	font-size: 10pt;
	color: #ffffff;
	font-family: Helvetica, Tahoma, Verdana, Arial, Georgia, Sans-serif;;
}

.commentnumber{
	font-size: 8pt;
	color: #ffffff;
	font-family: Helvetica, Tahoma, Verdana, Arial, Georgia, Sans-serif;;
	width: 14px;
	
}

.commentmetadata{
	font-size: 10px;
	font-family: Helvetica, Tahoma, Verdana, Arial, Georgia, Sans-serif;;
	width: 470px;
	text-align: center;
}










.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;


}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;

}

.comments-template h2, .comments-template h3{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 14px;

}



.comments-template p.nocomments{
	padding: 0;

}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 10px;

}









.clear{
	clear:both;
}

