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


#chatoutput {

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

/* Width of the shoutbox*/
width: 160px;

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

/* Borders */
border: 1px solid ;
border-color: #6b7656;
border-width: 1px 2px;

font: 1em helvetica, arial, sans-serif;
color: #ffffff;
background: #393e2f;
overflow: auto;
margin-top: 10px;
margin: 5px;
scrollbar-base-color: #393e2f;
scrollbar-face-color: #393e2f;
scrollbar-track-color: #393e2f;
scrollbar-highlight-color: #a4aa5f;
scrollbar-3dlight-color: #393e2f;
scrollbar-shadow-color: #a4aa5f;
scrollbar-darkshadow-color: #393e2f;
scrollbar-arrow-color: #a4aa5f;

}

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

#chatForm label, #shoutboxAdmin {
display: block;
margin-left: 5px ;
}

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

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

#chatForm input, #chatForm textarea {
width: 120px;
border: 1px solid;
border-color: #a4aa5f;
background-color: #393e2f;
color: #ffffff;
display: block;
margin: 5px ;
padding: 2px ;
}

#chatForm textarea {
width: 155px ;
margin: 5px ;
}


#chatForm input#submitchat {
color : #9ca68b;
width: 100px;
margin: 5px ;
border: 1px solid;
padding: 2px;
}

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

#chatoutput ul#outputList li {
padding: 2px;
margin: 0px;<br />
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-bottom: 2px;
text-align: center;
border-bottom: 2px dotted #9ca68b;
}

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

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