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


#chatoutput {

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

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

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

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

font: 11px helvetica, arial, sans-serif;
color: #FEFEFE;
background: #181818;
overflow: auto;
margin-top: 10px;
}

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

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

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

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

#chatForm input, #chatForm textarea {
width: 120px;
display: block;
margin: 0 auto;
color: #181818;
}

#chatForm button {
color: #fcfcfc;
background-color: #131313;
background-image: url(/templates/oac/images/button_bg.png);
font-family: Geneva,Arial,Helvetica,sans-serif;
text-align: center;
font-size: 10px;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #2c2c2c;
border-right-color: #2c2c2c;
border-bottom-color: #2c2c2c;
border-left-color: #2c2c2c;
width: auto;
padding-top: 0pt;
padding-right: 5px;
padding-bottom: 0pt;
padding-left: 5px;
height: 22px;
margin-top: 4px;
margin-right: 4px;
margin-bottom: 4px;
margin-left: 4px;
}

#chatForm button:hover {
color: #efefef;
background-color: #181818;
background-image: url(../images/button_bg_hover.png);
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #444444;
border-right-color: #444444;
border-bottom-color: #444444;
border-left-color: #444444;
}

#chatForm textarea {
width: 150px;
}


#chatForm input#submitchat {
width: auto;
margin: 10px auto;
border: 2px outset;
border-top-color: #2c2c2c;
border-right-color: #2c2c2c;
border-bottom-color: #2c2c2c;
border-left-color: #2c2c2c;
color: #fcfcfc;
background-color: #131313;
background-image: url(/templates/oac/images/button_bg.png);
font-family: Geneva,Arial,Helvetica,sans-serif;
text-align: center;
font-size: 10px;
padding: 2px;
}

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

#chatoutput li {
padding: 4px;
margin: 0;
color: #FEFEFE;
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 #333333;
}

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

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