
/*
This file controls the look of the Live shoutbox...
*/


#chatoutput {
	/* Height of the shoutbox*/
	height: 200px;

	/*Uncomment width below*/
	/*width: 220px;*/

	/* Horizontal Scrollbar Killer */
	padding: 6px 8px; 

	/* Borders */
	border: 1px solid #ccc;
	border-width: 1px 1px;
	color: #333333;
	background: #FFFFFF;
	overflow: auto;
	margin-top: 10px;
}

#chatoutput span {
	font-size: 1.1em;
	color: #0066CC;
}

#chatForm label, #shoutboxAdmin {
	display: block;
	margin: 2px 0;
}

#chatoutput a {
	font-style: normal;
	font-weight: bold;
	color: #0066CC}

/* User names with links */
#chatoutput li span a {
	font-weight: normal;
	display: inline !important;
	border-bottom: 1px dashed #0066CC}

#chatForm input, #chatForm textarea {
	width: 182px;
	margin: 0 auto;
	border: 1px solid #ccc;
}


#chatForm input#submitchat {
	width: 70px;
	margin: 2px auto;
	padding: 2px;
}

#chatoutput ul#outputList {
	padding: 0;
	position: static;
	margin: 0;
}

#chatoutput li {
	padding: 1px;
	margin: 0;
	color: #333333;
	background: none;
	font-size: 1em;
	list-style: none;
}

/* No bullets from Kubrick et al. */
#chatoutput ul#outputList li:before {
	content: '';
}

ul#outputList li:first-line {
line-height: 16px;
}

#lastMessage {
	padding-bottom: 2px;
	text-align: center;
	border-bottom: 1px solid #666666;
}

em#responseTime {
	font-style: normal;
	display: block;
}

#chatoutput .wp-smiley {
	vertical-align: middle;
}