/*-- 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:25px;
	background: url("../images/toolbar/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: 95%;
	min-width: 700px; /* to limit the width when an excessive window resize */
	margin: 0px auto; /* centered toolbar */
	left: 0px;
}
div#toolbarbut { /* div for the 'hide status' */
	width: 65px;
	height: 15px;
	margin-right: 3%;
	display: none;
}
span.showbar a { /* show button */
	padding: 5px;
	font-size: 10px;
	color: #989898;
}
.leftside {
	float: left;
}
.rightside {
	float: right;
}
/*-- Left Side --*/
ul#text li {
	float:left;
	display: inline;
	color:#000000;
	font-size:12px;
}


ul#social li {
	display: inline;
	float:left;
	font-size:10px;
}

a.blog {
	display: inline-block;
	width: 25px;
	height: 30px;
	margin-left: 5px;
	background: url("../images/toolbar/blog.png") 0px 0px no-repeat;
}

a.subscribe {
	display: inline-block;
	width: 110px;
	height: 30px;
	background: url("../images/toolbar/subscribe.png") 0px 0px no-repeat;
}


a.blog, a.facebook, a.twitter, a.digg, a.delicious, a.stumble {
	display: inline-block;
	width: 30px;
	height: 25px;
	margin-top: 1px;
}

a.blog:hover, a.subscribe:hover, 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;
}

.tip {
	position: absolute; /* important */
	background: #333;
	top: -30px;
	color:	#FFF;
	float: left;
	display: none;
}
/* custom distances for the icons */
#tipsubscribe {
	left: 65px;
}
#tipfacebook {
	left: 75px;
}
#tiptwitter {
	/*left: 120px;*/
	left: 45px;
}
#tipdelicious {
	left: 165px;
}
#tipdigg {
	/*left: 210px;*/
	left: 75px;
}
#tipstumble {
	/*left: 255px;*/
	left:105px;
}

.tip ul	{
	padding:	5px;	
}

.tip ul li {
	display: inline;
	padding:	0px 5px 5px 5px;
}
.tip ul li a {
	font-size: 12px;
	color: #ffffff;
}
.tip ul li a:hover {
	color: #666;
}
.tip small {
	font-size: 10px;
}

/*-- Right Side --*/

span.downarr { /* hide button */
	float: right;
	border-left: 1px solid #a4a4a4;
}
span.downarr a {
	display: block;
	width: 25px;
	height: 25px;
	padding: 0px 0 0 10px;
	background: url("../images/toolbar/downarrow.png") no-repeat;
}
span.downarr a:hover {
	background-position: 1px 1px; /* simple css hover effect */
}

span.menu_title {
	background: #e4e4e4;
	border-left: 1px solid #a4a4a4;
	height:25px;
	padding: 5px 15px 10px 15px;
}
span.menu_title a {
	font-size: 12px;
	line-height: 25px;
	color: #9a9a9a;
}
.quickmenu {
	position: absolute; /* important */
	top: -205px;
	right: 35px;
	width: 160px;
	height: 204px;
	background: #fff;
	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: 0px;
}
.quickmenu ul li {
	border-bottom: 1px solid #989898;
	
}
.quickmenu ul li a {
padding: 5px 10px;
	font-size: 12px;
	text-decoration:none;
	color: #333;
	display: block;
}
.quickmenu ul li a:hover {
	color: #fff;
	background-color:#333333;
}

div#toolbar form {
	float:		left;
	margin-right:	10px;
}
