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


#chatoutput {

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

overflow: auto;
margin-top: 10px;
font: 11px helvetica, arial, sans-serif;

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

border: 2px inset #eee;
color: #333333;
background: #FFFFFF;
}

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

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

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

#chatoutput span a {
font-weight: normal;
border-bottom: 1px dotted #0066CC}

#chatForm input {
width: 120px;
display: block;
margin: 0 auto;
}

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

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

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

#lastMessage {
padding-bottom: 2px;
text-align: center;
border-bottom: 2px dotted #666666;
}

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

#chatoutput input {
width: 115px;
}

/* Defeats Kubrick's bullets */
ul#outputList li:before {
content: "";
}

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

/*\*//*/
#chatoutput, #chatForm { display: none; }
/* Hidden for IE/mac ... hopefully removed later */