/**
 * @title		Chat Template Styles
 */

/*#content h2 {
	margin:1.5em 0;
	color:#fff;
	font-size:14px; font-weight:normal;
}
*/
/**
 * @section		Chat
 */
#content #chat {
	margin-bottom:20px; padding:20px; border:1px solid #c8c8c8;
	overflow:auto;
	height:650px;
}
#content #chat blockquote {
	margin:0 0 1em; padding:0;
}
#content #chat blockquote p {
	margin-top:0;
	font-size:14px; font-style:normal;
	line-height:1.6;
}
#content #chat blockquote .img {
	position:static;
	float:left;
	margin-right:10px;
	width:17px; height:22px;
	background:none;
}
#content #chat .moderator strong {
	color:#404040;
}
#content #chat .user p {
	color:#a2246b;
}