/* @override http://localhost/bloogDev/wp-content/themes/1400/css/shoutbox.css */
/* This file controls the look of the Live shoutbox... */

#chatoutput {
	height: 240px;
	/* width: 172px; */
	padding: 0 4px 0 0; /* Horizontal Scrollbar Killer */
	font: 11px 'trebuchet ms', arial, sans-serif;
	overflow: auto; }


#shoutboxAdmin { 
	display: block; 
	margin: 4px 0; }
	
/* -- Chatoutput */
#chatoutput a{ }
#chatoutput a:hover{ }
	
/* -- Users online */
#usersOnline { 

	color: #fff; 
	background: #908b75;
	text-align: left; 
	margin: 0 0 5px 0;}

/* -- Username */
#chatoutput span { /* username */
	font-size: 8pt; 
	color: #3ab8c0; }
#chatoutput li span a { 
	display: inline !important; 
	color: #3ab8c0; }



/* -- ADMIN LINK */
#shoutboxAdmin{ 
	display: none; }
	

/* -- INPUT FORM */
#chatInput{ 
	margin-left: 8px; }
	
#chatForm label{ 
	margin: 8px 0 2px 0;
	display: block;
	font-size: 8pt;
	text-transform: lowercase;
	color: #666; }
	
#chatForm input, 
#chatForm textarea { 
	width: 85%;
	margin: 0; padding: 2px; }
	
#chatbarText{
	margin-bottom: 10px;  }
#chatInput #submitchat{ 
	text-align: right;
	margin: 10px 0 0 0;
	width: auto; }
	
	
/* -- CHAT OUTPUT */
#chatoutput ul#outputList {
	padding: 0;
	position: static; 
	margin: 0; }

#chatoutput ul#outputList li { 
	padding: 3px 0; margin: 0; 
	list-style: none; }

/* No bullets from Kubrick et al. */
#chatoutput ul#outputList li:before { content: ''; }
ul#outputList li:first-line { line-height: 16px; }


#lastMessage { display: none; padding-bottom: 2px; text-align:  right; border-bottom: 2px dotted #666666; }
em#responseTime { font-style: normal; display: block; }
#chatoutput .wp-smiley { vertical-align: middle; }