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

#jal_lastID,#shout_no_js{
	border:0px none white;	
}

#wordspew{
	/*border: 1px solid #312e2d;*/
}

#chatoutput {
	height: 200px;
	padding: 6px 0px; 
	font: 10px helvetica, arial, sans-serif;
	color: #FFFFFF;
	background: #252120;
	overflow: auto;
	margin-top: 10px;
border-bottom:1px solid #6E6D6C;
border-top:1px solid #6E6D6C;
	
}
#chatoutput ul{
	border-bottom: 0px none;	
	border-top: 0px none;
}

#chatoutput span {
	color: #A0001F;
}
#chatoutput li {
	color: #A0001F;
	display: block;
	height:auto;
	margin-right: 14px;
}
#chatForm label, #shoutboxAdmin {
	display: block;
	margin: 4px 0px 0px 4px;
	font-size: 10px;
}

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

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

#chatForm input, #chatForm textarea {
	width: 196px;
	margin: 1px 0px 0px 4px;
	display: block;
	/*margin: 0 auto;*/
}

#chatForm textarea {
	width: 150px;
}


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

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

#chatoutput ul#outputList li {
	padding: 4px;
	margin: 2px 0px 2px 0px;
	color: #FFFFFF;
	background-color:#312E2D;
	list-style: none;
	display: block;
}

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

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

#lastMessage {
	font: 10px helvetica, arial, sans-serif;
	padding-bottom: 2px;
	font-size: 10px;
/* text-align: center; */
/* border-bottom: 2px dotted #666666;*/ 
}

em#responseTime {
	font-style: normal;
/* display: block;*/ 
}
#lastMessage span {
	color: #A0001F;
}

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