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


#chatoutput {

	/* Height of the shoutbox*/
	height: 160px;

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

	/* Horizontal Scrollbar Killer */

	/* Borders */
	/* border: 1px solid #666666;
	border-width: 1px 2px; MATT */

	font: 12px helvetica, arial, sans-serif;
	color: #333333;
	/* background: #FFFFFF; MATT */
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}

#wordspew .Scroller-Container {
	position: absolute;
}

#wordspew .Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	left: 210px;
}

#wordspew .Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	left: 210px;
	top: 185px;
}

#chatoutput span {
	color: #666666;
}

#chatForm label, #shoutboxAdmin {
	margin: 4px 0;
}

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

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

#chatForm {
	width: 190px;
	text-align: right;
	margin: 15px 0;
	padding: 0 20px;
	border-top: 1px #fefefe dashed;
}

#chatForm input, #chatForm textarea, #chatForm select {
	width: 120px;
	margin: 2px;
	padding: 3px;
	border: 1px #ccc solid;
	font-size: 11px;
	color: #666;
}

#chatForm select {
	width: 128px;
}

#chatForm textarea {
	width: 120px;
}

#lastMessage span {
	display: none;
}

#chatForm input#submitchat {
	width: 70px;
	margin: 2px;
	border: 1px #ccc solid;
	background-color: #fff;
	padding: 2px;
}

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

#chatoutput ul#outputList li {
	padding: 4px;
	margin: 0;
	color: #333333;
	background: none;
	list-style: none;
}

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

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

em#responseTime {
	display: none;
}

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