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


#chatoutput {

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

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

/* Horizontal Scrollbar Killer */
padding: 0px 0px; 

/* Borders */
border: 1px dotted #FFFFFF;
border-width: 1px;

font-family: Arial, Tahoma, Sans-Serif;	
font-size: 7.5pt;
color: #db6d16;
background: transparent;
overflow: auto;
margin-top: 10px;
}

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

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

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

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

#chatForm input, #chatForm textarea {

border: 0;
color: #FFFFFF;
font-family: Arial, Tahoma, Sans-Serif;	
font-size: 7.5pt;
margin: 1px auto;
padding: 1px;
width: 95%;
}

#chatForm input.focused {
background-color: #D48204;
border-bottom: 1px dotted  #FFFFFF;
}

#chatForm input.unfocused {
background-color: transparent;
border-bottom: 1px dotted  #FFFFFF;
}

#chatForm textarea {
width: 150px;
}


#chatForm input#submitchat {
width: 40px;
background-color: #D48204;
font-weight: bold;
text-transform: uppercase;
padding: 0;
border: 0;
}

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

#chatoutput ul#outputList li {
padding: 4px;
margin: 0;
color: #db6d16;
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 #D48204;
}

em#responseTime {
font-style: normal;
}

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