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


#chatoutput {

/* Height of the shoutbox*/
height: ;

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

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

/* Borders 
border: 1px solid #114477;
*/

font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 1em;
color: #333333;
background: #FFFFFF;
overflow: auto;
margin-top: 0px;
}

#chatoutput span {
font-size: 1em;
color: #114477;
}

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

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

/* User names with links */
#chatoutput li span a {
font-weight: normal;
display: inline !important;

}

#chatForm input, #chatForm textarea {
width: 180px;
display: left;
margin: 0 auto;
}

#chatForm textarea {
width: 180px;
}


#chatForm input#submitchat {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
margin: 10px 0px 0px 0px;
width: 184px;
color:#333333;
background-color:#FFFFFF;
border:1px solid;
border-top-color:#7F9DB9;
border-left-color:#7F9DB9;
border-right-color:#114477;
border-bottom-color:#114477;}
}

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

#chatoutput ul#outputList li {
padding: 0px;
color: #333333;
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 {
color: #FFFFFF;
display:none;
padding-bottom: 0px;
text-align: left;
}

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

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