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


#chatoutput {

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

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

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

/* Borders
border: 0px solid #FE0707;
border-width: 0px 0px;
*/

font: 11px helvetica, arial, sans-serif;
color: #FFFFFF;
background: transparent;/*#;*/
overflow: auto;
margin-top: 0px;
margin-bottom: 15px;
}

#chatoutput span {
/*font-size: 1.1em;*/
font-size: 11px;
color: #FE0707;
}

#chatForm label, #shoutboxAdmin {
display: block;
margin: 0 0;
margin-top: 0px;
margin-bottom: 0px;
}

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

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

#chatForm input, #chatForm textarea {
width: 145px;
display: block;
//margin: auto;
margin-top: 0px;
margin-bottom: 0px;
}

#chatForm textarea {
margin-top: 0px;
margin-bottom: 10px;
width: 145px;
}


#chatForm input#submitchat {
width: 82px;
margin-left:0px;
margin-top:5px;
margin-bottom:0px;
/*margin: 10px auto;
border: 2px outset;*/
}

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

#chatoutput ul#outputList li {
padding-left: 0px;
padding-right: 0px;
padding-top: 4px;
padding-bottom: 4px;
margin: 0;
color: #FFFFFF;
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: 4px;
padding-bottom: 2px;
text-align: left;
margin-top: 0px;
margin-bottom: 10px;
color: #;
/*border-bottom: 2px dotted #;*/
}

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

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