/*-- Bottom Toolbar --*/
/*-- Bottom Toolbar --*/
div#toolbar, div#toolbarbut {
  position: fixed; /* set fixed position for the bar */
  bottom: 0px;
  right: 0px;
  z-index: 9955; /* keep the bar on top  */
  height: 36px;
  background: #ffd200 url(../images/bcktool.png);
  /* CSS3 */
  -moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-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 */
  -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: 1024px;
  min-width: 700px; /* to limit the width when an excessive window resize */
  left: 50%;
  margin:0 0 0 -512px; /* centered toolbar */
  text-align:center;
}

span.showbar a { /* show button */
  padding: 4px;  
  font-size: 1.3em;
  color: #333;
  display:block;
}

.leftside {
  float: left;
}

.rightside {
  float: right;
}

/*-- Left Side --*/
ul#social { margin:0; padding:0; list-style:none; }

ul#social li {
  display: inline;
  margin:0;
  padding:0;
  float:left;
}

a.rss {
  display: inline-block;
  width: 104px;
  height: 35px;
  margin-left: 5px;
  margin-top:2px;
  background: url(../images/rss.png) no-repeat;
}

a.facebook, a.twitter, a.digg, a.delicious, a.stumble {
  display: inline-block;
  width: 40px;
  height: 35px;        
  margin-top: 2px;
}

.ToolbarSearch {
  display: inline;
  height: 35px;
  float:left;
  margin:7px 0 0 0;
}
#ToolbarSearch { display: inline-block; border:1px solid #ccc; padding:2px 4px; width:300px; color:#333333; font-size:1.3em; color:#666; }

#shareBarRightLogo { float:right; width: 104px; height: 35px; margin-right: 5px; margin-top:2px; background: url(../images/sharebars.png) no-repeat; }

a.rss:hover, a.facebook:hover, a.twitter:hover, a.digg:hover, a.delicious:hover, a.stumble:hover, a#shareBarRightLogo:hover {
  background-position: 1px 1px; /* simple css hover effect */
}

a.facebook {
  background: url(../images/facebook.png) no-repeat;
  border-right:1px #f2d300 solid;
}

a.twitter {
  background: url(../images/twitter.png) no-repeat;
  border-right:1px #f2d300 solid;
}

a.delicious {
  background: url(../images/delicious.png) no-repeat;
  border-right:1px #f2d300 solid;
}

a.digg {
  background: url(../images/digg.png) no-repeat;
  border-right:1px #f2d300 solid;
}

a.stumble {
  background: url(../images/stumble.png) no-repeat;
  border-right:1px #f2d300 solid;
}

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

/* custom distances for the icons */
#tiprss {
  left: 0px; 
}
#tipfacebook {
  left: 132px; 
}

#tiptwitter {
  left: 173px; 
}

#tipdelicious {
  left: 215px; 
}

#tipdigg {
  left: 255px; 
}

#tipstumble {
  left: 296px; 
}

.tip ul {
  margin:30px 0 0 15px;
  padding:0;
  list-style:none;
  text-align:left;
}

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

.tip ul li a {
  font-size: 1.2em;
  color: #333;
  font-weight:bold;
}       

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

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

/*-- Right Side --*/
span.menu_title a {
  font-size: 1.3em;
  color: #333;
  font-weight:bold;
  float:right;
  margin-top:10px;
  margin-right:12px;
  margin-left:6px;
  padding:0;
  text-decoration:underline;
}
span.menu_title a:hover { text-decoration:none; }

.menuCompSearch { float:left; margin:10px 3px 0 20px; color:#333; font-size:1.3em; font-weight:bold; text-decoration:underline; }
.menuCompSearch:hover { text-decoration:none; }

.quickmenu {
  position: absolute; /* important */
  top: -351px;
  right: 56px;
  width: 260px;
  height: 350px;
  background: #fff;
  border-top: 1px solid #fcdb00;
  border-left: 1px solid #fcdb00; 
  border-right: 1px solid #fcdb00;
  /* 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 */
  text-align:left;
}

.quickmenu ul {
  margin:0;
  padding:0;
  padding-top: 7px;
  list-style:none;
}

.quickmenu ul li {
  margin:0;
  padding:0;
  border-bottom: 1px solid #f1f1f1;    
  padding: 5px 10px;
  margin: 0 10px 0 10px;
}

.quickmenu ul li a {
  font-size: 1.2em;
  color: #666;
  display: block;
  font-weight:bold;
}

.quickmenu ul li a:hover {
  color:#03C;
}
