/*-- Bottom Toolbar --*/
div#toolbar, div#toolbarbut {
  position: fixed; /* set fixed position for the bar */
  bottom: 0px;
  right: 0px;
  z-index: 9999; /* keep the bar on top  */
  height: 42px;
background:url(toolbar-images/bck.png) repeat-x;
}

div#toolbar {
  width: 85%;
  min-width: 700px; /* to limit the width when an excessive window resize */
  margin: 0px auto; /* centered toolbar */
  left: 0px;
}
.bck-left
{  background:url(toolbar-images/bck-left.png);
   width:4px;
   display:block;}
.bck-right
{  background:url(toolbar-images/bck-right.png);
   display:block;
   width:4px;}
 

div#toolbarbut { /* div for the 'hide status' */
  width: 60px;
  height: 15px;
  margin-right: 3%;
  display: none;
}

span.showbar a { /* show button */
  padding: 5px;  
  font-size: 10px;
  color: #989898;
}

.leftside {
  background:url(toolbar-images/bck-left.png) left top no-repeat;
  float: left;
  padding:2px 0 0 2px;
}

.rightside {
  background:url(toolbar-images/bck-right.png) right top no-repeat;
  float: right;
}

.footerText
{  color:#d4d4d4 !important;
   padding:5px 10px;}
.footerText a 
{  color:#fff !important;}
.footerText a:hover 
{  color:#11b9ff !important;}

/*-- Left Side --*/

ul#social li {
  display: inline;
}

a.rss, a.search  {
  display: inline-block;
  width: 104px;
  height: 35px;
  margin-left: 5px;
  border-bottom:0px !important;
  background: url(toolbar-images/rss.png) no-repeat;
}

a.facebook, a.twitter, a.digg, a.delicious, a.stumble, a.flickr {
  display: inline-block;
  width: 40px;
  height: 35px;        
  margin-top: 3px;
  border-bottom:0px !important;
}

a.rss:hover, a.facebook:hover, a.twitter:hover, a.digg:hover, a.delicious:hover, a.stumble:hover, a.flickr:hover, a.search:hover  {
  background-position: 0px 1px; /* simple css hover effect */
  border-bottom:0px !important;
}

a.facebook {
  background: url(toolbar-images/facebook.png) no-repeat;
}

a.twitter {
  background: url(toolbar-images/twitter.png) no-repeat;
}

a.delicious {
  background: url(toolbar-images/delicious.png) no-repeat;
}

a.digg {
  background: url(toolbar-images/digg.png) no-repeat;
}

a.stumble {
  background: url(toolbar-images/stumble.png) no-repeat;
}

a.flickr {
  background: url(toolbar-images/flickr.png) no-repeat;
}

a.search {
  background: url(toolbar-images/search.png) no-repeat;
}

.tip {
  position: absolute; /* important */
  top: -75px;
  width: 250px;
  height: 78px;
  background: url(toolbar-images/tip.png) no-repeat;
  float: left;
  display: none;
}

/* custom distances for the icons */
#tipfacebook {
  left: 75px; 
}

#tiptwitter {
  left: 120px; 
}

#tipdelicious {
  left: 165px; 
}

#tipdigg {
  left: 210px; 
}

#tipstumble {
  left: 255px; 
}

.tip ul {
  padding: 22px 0 0 25px;
}

.tip ul li {
  display: inline;
  padding-left: 3px;
}

.tip ul li a {
  font-size: 18px;
  color: #989898;
}       

.tip ul li a:hover {
  color: #666;
}

.tip ul li small {
  font-size: 10px;
}

/*-- Right Side --*/

span.downarr { /* hide button */ 
  float: right;
  height: 26px;
  line-height: 26px;
  padding: 0px;
  margin:0;  
  border-left: 1px solid #121212;
}

span.downarr a {
  display: block;
  width: 36px;
  height: 26px;
  padding: 5px 0 0 10px;
  margin:0;
  background: url(toolbar-images/downarrow.png) no-repeat 5px 7px;
}

.quickmenu {
  position: absolute; /* important */
  top: -51px;
  left: 367px;
  width: 360px;
  height: 51px;
  background: #272727;
  border-top: 1px solid #171717;
  border-left: 1px solid #171717; 
  border-right: 1px solid #171717;
  display: none; /* important */
}
.quickmenu #searchform 
{  padding-top:7px;}
