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


#chatoutput {

height:auto;
max-height:160px;

width: 142px;

/* Horizontal Scrollbar Killer */
padding-left:0px;
padding-right:8px;

font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#65A300;
background: #DFE7BF;
overflow: hidden;
}

#chatoutput span {
color: #3D3A2A;
}

#chatForm label, #shoutboxAdmin {
display: block;
margin-bottom:4px;
color:#3D3A2A;
}

#chatoutput a {
font-style: normal;
color: #3D3A2A}

/* User names with links */
#chatoutput li span a {
font-weight: normal;
display: inline !important;
}

#chatForm input, #chatForm textarea {
width: 132px;
/*display: block;*/
}

#chatForm textarea {
width: 132px;
}


#chatForm input#submitchat {
width: 58px;
}

#chatoutput ul#outputList {
padding: 12px 0 0 12px;
position: static;
margin: 0;
text-align:left;
}

#chatoutput ul#outputList li {
padding: 2px 0;
margin: 0;
color: #5E5C4E;
background: none;
font-size: 11px;
list-style: none;
}

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

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

#lastMessage {
}

em#responseTime {
display: block;
}

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