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


#chatoutput {

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

/* Width of the shoutbox*/
width: 235px;

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

/* Borders */
border-left: 3px solid #999;


color: #333333;
background: #FFFFFF;
overflow: auto;
margin-top: 10px;
}

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

#chatForm label, #shoutboxAdmin {
display: block;
padding: 3px;
}

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

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


}

#chatForm input#shoutboxname, #chatForm textarea {
width:246px;
display: block;
margin: 0 auto;
border: none;
padding:3px;
border-left:3px solid #999;
}

#chatForm textarea {
	font-family: trebuchet ms;
}


#chatForm input#submitchat {
display:block;
margin:10px auto;

}

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

#chatoutput ul#outputList li {
padding: 4px;
margin: 0;
color: #333333;
background: none;
font-size: 1em;
list-style: none;
}
#chatoutput #usersOnline {
padding-bottom:8px;
text-align:center;
}

/* 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;
font-size:86%;
}

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

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