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


#chatoutput {

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

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

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

/* Borders */
border: 1px solid #FFFFFF;
color: #A8A8A8;
background: #223F4E;
overflow: auto;
}

#chatoutput span {
color: #FFFFFF;
}

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

#chatoutput a:link, #chatoutput a:visited {
color: #FFFFFF}

/* User names with links */
#chatoutput li span a:link, #chatoutput li span a:visited {
display: inline !important;
border-bottom: 1px dotted #FFFFFF}

#chatForm input, #chatForm textarea {
display: block;
margin: 0 auto;
width: 100%;
font-size: 11px;
}

#chatForm textarea {
width: 100%;
}


#chatForm input#submitchat {
width: 70px;
margin: 10px auto;
border: 2px outset;
padding: 2px;
color: #99CCFF;
}

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

#chatoutput ul#outputList li {
padding: 4px;
margin: 0 0 1px 0;
color: #A8A8A8;
font-size: 1em;
list-style: none;
background-color: #223F4E;
}

/* 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 #FFFF99;
}

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

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