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


#chatoutput {

/* Height of the shoutbox*/
height: 100px;
scrollbar-face-color: #6D6D6D;
scrollbar-shadow-color: #6D6D6D;
scrollbar-highlight-color: #6D6D6D;
scrollbar-3dlight-color: #6D6D6D;
scrollbar-darkshadow-color: #6D6D6D;
scrollbar-track-color: #5B5B5B;
scrollbar-arrow-color: #494949;
overflow-y:scroll;

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

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

/* Borders */
border-width: 1px 2px;

font: 11px helvetica, arial, sans-serif;
color: #9C9C9C;
background: #4F4F4F;
overflow: auto;
margin-top: 10px;
}

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

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

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

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

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

#chatForm textarea {
width: 150px;
}


#chatForm input#submitchat {
border: 1px solid #EAEAEA;
font-size: 11px;
width: 70px;
background: url(http://kembalivilla.com/wp-content/themes/beach-vacation/beach-vacation/images/bg_form.jpg) repeat-x;
margin: 10px 0 0 0;
}

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

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

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

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