
#chatoutput {

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

/*Uncomment width below*/
/*width: 220px;*/

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

/* Borders */
/*border: 1px solid #FF3C16;
border-width: 1px 1px;*/

color: #000000;
background: #FFFFFF;
overflow: auto;
margin-top: 2px;
}

#chatoutput span {
font-size: 0.95em;
color: #858568;
font-weight:bold;
}

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

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

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

#chatForm textarea {
width: 150px;
}




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

#chatoutput li {
padding: 2px;
margin: 0;
color: #000000;
background: none;
font-size: 0.95em;
list-style: none;
text-overflow:ellipsis;
overflow:hidden;
width: 95%;
text-align:left;
}

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

ul#outputList li:first-line {
line-height: 16px;
}

#lastMessage {
padding-bottom: 1px;
text-align: left;
border-bottom: 1px dotted #666666;
font-size:10px;
}

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

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

.homepage {
	display: none;
}