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


#chatoutput {

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

/*Uncomment width below*/
width: 100%;

/* Horizontal Scrollbar Killer */
padding: 2px 2px; 

/* Borders */
border: 0px solid gray;
border-width: 0px 0px;

font: 9px tahoma, arial, sans-serif;
color: #;
/* background: #; */
overflow: auto;
margin-top: 4px;
text-align:left;
}

#chatoutput span {
font-weight:bold;
margin:0;
padding:0;
color: #;
}

#chatForm label, #shoutboxAdmin {
float:left;
display:none;
width:60px;
margin: 4px 0;
}

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

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

#chatForm input, #chatForm textarea {
float:left;
/* width: 120px;
height:14px; */
margin: 0 0.2em 0 0;
border:1px solid gray;
font-size:10px;
}

#chatForm textarea {
width: 100%;
}

#chatForm #chatbarText{
	/* width:120px; */
	width:89%;
}
#chatForm #shoutboxname{
	width:70px;
}

#chatForm input#submitchat {
/*	padding:0;
	width:30px;
	height:16px; */
}

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

#chatoutput ul#outputList li {
padding: 0;
margin: 0;
color: #;
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: center;
/* border-bottom: 2px dotted #; */
}

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

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