/*-- Bottom Toolbar --*/

div#toolbar, div#toolbarbut {
  position: fixed; /* set fixed position for the bar */
  bottom: 0px;
  right: 0px;
  z-index: 9989; /* keep the bar on top  */
  height: 36px;
  background: url(../images/toolbar/bcktool.png); 
  /* CSS3 */
  -moz-border-radius-topleft: 8px; /* support for earlier versions - before firefox 13 */
  -moz-border-top-left-radius: 8px; /* support for earlier versions - before firefox 13 */
  border-radius-topleft: 8px; /* for firefox 13 and newer versions */
  border-top-left-radius: 8px; /* for firefox 13 and newer versions */
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px; /* support for earlier versions - before firefox 13 */
	-moz-border-top-right-radius: 8px; /* support for earlier versions - before firefox 13 */
	border-radius-topright: 8px; /* for firefox 13 and newer versions */
	border-top-right-radius: 8px; /* for firefox 13 and newer versions */
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
	box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
  -khtml-box-shadow: 0px 1px 10px #666;
  -webkit-box-shadow: 0px 1px 10px #666;
  /* CSS3 end */
	border-top: 1px solid #eee;
  border-left: 1px solid #eee; 
  border-right: 1px solid #eee;  
}

div#toolbar {
/*  width: 85%; */
  width: 80%;
  min-width: 250px; /* to limit the width when an excessive window resize */
  margin: 0px auto;  /* centered toolbar */
  left: 0px;
}

div#toolbarbut { /* div for the 'hide status' */
  width: 60px;
  height: 33px;
/*  height: 15px; */  
  margin-right: 3%;
  display: none;
}

span.showbar a { /* show button */
/*  padding: 5px; */
/*  font-size: 10px; */
  padding: 13px;  
  font-size: 14px;
/*  color: #989898; */
/*  color: #336698; */
  color: #00008b;
  font-weight: 700;
  text-decoration: none;
}

.leftside {
  float:left;
  display:none;
}

.rightside {
/*  float: right; */
  text-align:center;
}

/*-- Left Side --*/

ul#social li {
  display: inline;
}

a.rss {
  display: inline-block;
  width: 104px;
  height: 35px;
  margin-left: 5px;
  background: url(../images/toolbar/rss.png) no-repeat;
}

a.facebook, a.twitter, a.digg, a.delicious, a.stumble {
  display: inline-block;
  width: 40px;
  height: 35px;        
  margin-top: 1px;
}

a.rss:hover, a.facebook:hover, a.twitter:hover, a.digg:hover, a.delicious:hover, a.stumble:hover, {
  background-position: 1px 1px; /* simple css hover effect */
}

a.facebook {
  background: url(../images/toolbar/facebook.png) no-repeat;
}

a.twitter {
  background: url(../images/toolbar/twitter.png) no-repeat;
}

a.delicious {
  background: url(../images/toolbar/delicious.png) no-repeat;
}

a.digg {
  background: url(../images/toolbar/digg.png) no-repeat;
}

a.stumble {
  background: url(../images/toolbar/stumble.png) no-repeat;
}

.tip {
  position: absolute; /* important */
  top: -75px;
  width: 250px;
  height: 78px;
  background: url(../images/toolbar/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;
  border-left: 1px solid #a4a4a4;
}

span.downarr a {
  display: block;
  width: 36px;
  height: 26px;
  padding: 25px 0 0 10px;
  background: url(../images/toolbar/downarrow.png) no-repeat 5px 7px;
}

span.menu_title {
  background: #e4e4e4;
  border-left: 1px solid #a4a4a4;
  padding: 10px;
  display: none;
}

span.menu_title a {
  font-size: 16px;
  line-height: 34px;
  color: #9a9a9a;
}

.quickmenu {
  position: absolute; /* important */
  top: -251px;
  right: 46px;
  width: 260px;
  height: 250px;
  background: #e4e4e4;
	border-top: 1px solid #a4a4a4;
  border-left: 1px solid #a4a4a4; 
  border-right: 1px solid #a4a4a4;
  /* CSS3 */
  -moz-box-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  -khtml-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  -webkit-box-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  /* CSS3 end */
  display: none; /* important */
}

.quickmenu ul {
  padding-top: 20px;
}

.quickmenu ul li {
  border-bottom: 1px solid #989898;    
  padding: 5px 10px;
  margin: 0 15px 0 15px;
}

.quickmenu ul li a {
  font-size: 18px;
  color: #989898;
  display: block;
}

.quickmenu ul li a:hover {
  color: #666;
}