/* Defaults */
body {
	margin-top:15px;
	background-color:#3d3128;
	color:#fff;
}
h1, h2 { color:#fff; }
a,
a:visited,
a:hover,
a:active { color:#9cf; }

/* Blueprint overrides */
div.border,
div.colborder {
	border-right:1px solid #5F534A;
}

/* Header */
#hd {
	margin-bottom:5px;
	text-align:center;
}
#hd h1 {
	display:none;
}

/* Body */
#bd {
	margin-bottom:15px;
}

/* Footer */
#ft {
	margin-bottom:20px;
}
#ft h2 {
	font-size:14px;
	font-weight:bold;
}
#ft div.ftbox {
	padding:0 8px 0 2px;
	height:140px;
}

/* Formatting */
ul.bulletless {
	margin-left:0;
	margin-right:0;
	list-style:none;
}
div.roundwrap {
	margin-bottom:6px;
	padding-bottom:6px;
	background:url('/images/chat_bg_bottom.png') no-repeat bottom;
}
div.roundbody {
	padding:6px 10px 0 10px;
	background:url('/images/chat_bg_top.png') no-repeat top;
	color:#000;
}
div.roundbody a,
div.roundbody a:visited,
div.roundbody a:hover,
div.roundbody a:active { color:#69c; }
div.roundbody h2 {
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-align:center;
}

/* Chat content and message field */
#chat_content {
	height:300px;
	font-size:14px;
	overflow:auto;
}
#msg {
	display:block;
	width:100%;
	font-size:14px;
	border:none;
}