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


#chatoutput {
	height: 290px;
	padding: 3px 3px; 
	border: 0px solid #0f6b99;
	border-width: 0px 0px;
	font: 11px helvetica, arial, sans-serif;
	color: #545454;
	background: #FFFFFF;
	overflow: auto;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

#chatForm {

}

#chatoutput span {
font-size: 1.1em;
color: #0f6b99;
}

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

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

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

#chatForm input, #chatForm textarea {

display: block;
margin: 0 auto;
}

#chatForm textarea {
width: 150px;
}


#chatForm input#submitchat {
width: 35px;
margin: 5px auto;
border: 2px outset;
padding: 1px;
}

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

#chatoutput li {
padding: 4px;
margin: 0;
color: #545454;
background: none;
font-size: 1em;
list-style: none;
}

/* 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: left;

border-bottom: 1px solid #ccc;
line-height:8px;
font-size:0.8em;

}

em#responseTime {
font-style: normal;

}

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