/*WORD PRESS SPECIFIC*/
#posttitle {
	font-weight: bold;
	font-size: 22px;
}

#searchpostentry,
#postentry {
	margin-left: 56px;
	margin-right: 56px;
}

#searchpostentry {
	color: #444;
}

#postseperator {
	border-bottom: 3px #7A7A7A solid;
	clear:both;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.commentmain {
	background-color: #EEEEEE;
	border: #7A7A7A 2px solid;
	width: 500px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: left;
	padding: 25px;
	padding-bottom: 5px;
	padding-top: 10px;
}

.commenttext {
	margin-left: 16px;
}

/*END WORD PRESS SPECIFIC*/


body
{
	margin:0;
	padding:0;
	background-image: url(/usercp/images/Background_Repeat.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}