/*
Copyright &copy; 2008 Pippa http://www.spacegirlpippa.co.uk
Contact: sthlm.pippa@gmail.com

This file is part of wTag mini chat - shoutbox.

wTag is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

wTag is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with wTag.  If not, see <http://www.gnu.org/licenses/>.
*/


/* main-style.css is the main stylesheet for wTag.
Several display bugs in IE are fixed in ie-style.css,
and a few display bugs in Opera are fixed at the end of this file
*/

/* #box is the main div of the shoutbox layout.
You can find the css code creating rounded corners for Mozilla
inside the minichat.php file.
You can remove the #box div completely from the shoutbox html code
if you wish to redesign the layout.
*/
/* #box {
position: relative;
top: 10px;
width: 215px;
left: 0px;
height: 240px;
background-color: #eee;
z-index:94;
} */

/* #chat div is nested inside the #box div and
containing all other divs of the shoutbox layout */
#chat {
position: relative;
top: 0px;
width: 100%;
left: 0px;
height: 420px;

border:1px solid #666;
background:#333333 url(http://tutorialvid.com/images/loader.gif) no-repeat center 20px;
z-index:95;
}

/* Messages area div */
#container {
position: absolute;
top: 0px;
right: 0px;
margin-right: 0px;
width: 100%;
height: 320px;
background-color: transparent;
overflow: hidden;
}

/* Scroll bar */
#scrollArea {
position: absolute;
right:-4px;
top: 10px;
height: 320px;
width: 8px;
overflow: hidden;
z-index:96;

}

/* Scroller */
#scroller {
position: absolute;
top: -1px;
width: 8px;
background-color: #535F0C;
}

/* Content div */
#content {
position: relative;
width: 100%;
left: 0px;
background-color: transparent;
font: 10px Arial, Helevetica,san-serif;
}

/*0 Every message */
#content .user0 {
width: 98%;
padding:5px;
line-height:16px;
background-color:#222;
}


/*1 Every message */
#content .user1 {
width: 98%;
padding:5px;
padding-right:10px;
line-height:16px;
background-color:#333;
}

/*0 Name (without link) */
#content .name0 {
color: yellow;
font-size: 10px;
padding-right: 0px;
text-decoration: none;
}

/* Name (with link) */
#content .link0, #content .link0 a, #content .link0 a:link, #content .link0 a:visited {
font-size: 12px;
padding-right: 0px;
color: yellow;
}

/* Name (with link) on mouse over */
#content .link0 a:hover {
color: yellow;
}


/*1 Name (without link) */
#content .name1 {
/*color: #191970;*/
color: orange;
font-size: 10px;
background-color: #eee;
padding-right: 0px;
text-decoration: none;
}

/* Name (with link) */
#content .link1, #content .link1 a, #content .link1 a:link, #content .link1 a:visited {
font-size: 12px;
padding-right: 0px;
color: orange;
text-decoration: underline;
}

/* Name (with link) on mouse over */
#content .link1 a:hover {
color: orange;
text-decoration: underline;
}

/*2 Name (without link) */
#content .name2 {
color: green;
font-size: 10px;
padding-right: 0px;
text-decoration: underline;
}

/* Name (with link) */
#content .link2, #content .link2 a, #content .link2 a:link, #content .link2 a:visited {
font-size: 12px;
padding-right: 0px;
color: #A4F129;
font-weight:bold;
text-decoration: underline;
}

/* Name (with link) on mouse over */
#content .link2 a:hover {
color: #A4F129;;
text-decoration: underline;
}


/* Date */
#content .date {
font-size: 10px;
letter-spacing: 1px;
color: #666;
margin-right: 6px;
text-decoration: none;
cursor:pointer;
}

/* Message text */
#content .text {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #fff;
padding-left:5px;
}

/* Links catched in a message */
#content .text a, #content .text a:link, #content .text a:visited {
color:orange;
font-weight:bold;

}

/* Links catched in a message on mouse over */
#content .text a:hover {
color:orange;
font-weight:bold;
}

/* Curly brackets around the links */
.blue {
color:orange;
text-decoration:underline;
font-weight:bold;
background-color:transparent;
border:0px;
padding:0px 2px;
}

/* Form div */
#form {
position: absolute;
bottom: 90px;
left: 0px;
width: 100%;
background-color: transparent;
border:0px;
}

/* Div containing the form fields */
#field_set {
position: absolute;
top: 0px;
left:0px;
width: 100%;
height: 38px;
background-color: inherit;
border:0px;
}

/* Name field */
input#name {
position:absolute;
width: 104px;
height:16px;
left: 0px;
top:0px;
font-family: Arial, Helvetica, sans-serif;
color: #999;
background-color: #DCDCDC !important;
font-size: 12px;
letter-spacing: 1px;
border: none;
margin-top:0px;
visibility:hidden;
}

/* Url field */
input#url {
position:absolute;
width: 104px;
height:16px;
left: 0px;
top:20px;
font-family: Arial, Helvetica, sans-serif;
color: #999;
background-color: #DCDCDC !important;
font-size: 12px;
letter-spacing: 1px;
border: none;
}

/* Message field */
#chat textarea {
position:absolute;
height: 65px;
left: -0px;
width: 98%;
top:0px;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
background-color:#535F0C;
font-size: 12px;
letter-spacing: 1px;
overflow:hidden;
margin-top: 0px;
border:0px;
border-top:1px solid #777;
}

/*------ Start of the the shoutbox menu --------------------------------------*/
#chat_menu {
position: absolute;
bottom:0px;
left: 0px;
margin-top: 0px;
height: 20px;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ccc;
background-color: #444;
border-top:1px solid #777;
}

/* Copyright link */
#wtag {
position: absolute;
top:0px;
left: 0px;
height:20px;
width: 60px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #eee;
border-right:1px dotted #ccc;
text-align:center;
visibility:hidden;
}

#wtag p {
margin-top:4px;
}

#wtag a, #wtag a:link, #wtag a:visited {
color: #666;
background-color: #eee;
text-decoration:none;
}

/* Link to wTag web site on mouse over */
#wtag a:hover {
color: #00BFFF;
text-decoration:none;
}

/* Smileys panel */
#emo {
position: absolute;
top:0px;
left: 136px;
height:20px;
width: 74px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
background-color:transparent;
text-align:center;
cursor:pointer;
padding:0px;
}

#emo ul {
list-style-type:none;
margin-top:2px;
color: #777;
text-decoration:none;
background-color: transparent;
margin-left:0px;
padding:0px;
}

#emo li:hover,  #emo li.over {
color: #00BFFF;
background-color: transparent;
cursor:pointer;
padding-bottom:10px;
}

#emo li ul {
display: none;
cursor:default;
list-style-type:none;
}
#emo ul li{
padding-left:0px;
background-image:none;
}
#emo li:hover ul {
position:absolute;
right:-1px;
display:block;
top:18px;
width:202px;
height:70px;
background-color: #232323;
cursor:default;
list-style-type:none;
padding-left:8px;
z-index:97;
border:1px solid #555;
padding:0px;
}

#emo li:hover ul li, #emo li.over ul li{
display: inline;
cursor:default;
margin-right:9px;
}

/* Position smiley images */
.smileys {margin-top:8px;}

/* Refresh button */
#refresh {
position: absolute;
top:0px;
left: 61px;
height:20px;
width: 74px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #eee;
border-right:1px dotted #ccc;
text-align:center;
cursor:pointer;
visibility:hidden;
}

#refresh p {
margin-top:4px;
color: #666;
text-decoration:none;
background-color: #eee;
}

#refresh p:hover {
color: #00BFFF;
background-color: #eee;
cursor:pointer;
}

/* Submit button */
#submit {
position: absolute;
top:0px;
left:0px;
height:20px;
width: 69px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #444;
text-align:center;
cursor:pointer;
}

#submit p {
margin-top:4px;
color: #777;
text-decoration:none;
background-color: transparent;
}

/* Submit button on mouse over */
#submit p:hover {
color: #00BFFF;
background-color: transparent;
cursor:pointer;
}


/*------ The CSS below this comment is for Opera only ------------------------*/

html:first-child #box {
width: 294px;
height: 240px;
background-color: transparent;
background-image: url('../img/rounded.gif');
}

html:first-child textarea {
left: 108px;
width: 164px;
height: 36px;
}

html:first-child #emo li:hover>ul {
display:block;
width:210px;
padding-left:0px;
}

html:first-child #emo li:hover>ul li {
margin-right:10px;
}


html:first-child li>.smileys {
margin-top:10px;   
}

.avatar1{
clear:both;
}

.shout_bg1{
background-color:#666;
}

.shout_bg2{
background-color:#333;
}