﻿/*-- 
Eric customized for admin bar.
/data/style/jqtoolbar/style.css
 --*/



div#toolbar, div#toolbarbut {
  position: fixed; 
  top: 0px;
  right: 0px;
  z-index: 99; 
  padding-top:9px;
  height: 29px;
  width:100%;
  background-color:#FFFFC1;
 font-size:14px;
  border-bottom:1px;border-bottom-color:black;border-bottom-style:solid;
  /*
using a png caused issues in IE8
background-image: url('bcktool.png');
 
  */
	
}

div#toolbar {
  width: 100%;
  min-width: 800px; /* to limit the width when an excessive window resize */
  margin: 0px auto; /* centered toolbar */
  left: 0px;
 font-size:14px;
 background:#FFFFC1;
 height:25px;
}

div#toolbarbut { /* div for the 'hide status' */
  width: 60px;
  height: 15px;
  margin-right: 3%;
  display: none;
 font-size:14px;
}

span.showbar a { /* show button */
  padding: 5px;  
  font-size: 10px;
  color: #555;
 font-size:14px;
}

.toolbarleft{
  float: left;
 font-size:14px;
}

.toolbarright {float:right; font-size:14px;
}

/*-- Left Side --*/

ul#social li {
  display: inline;
}

#social { float: left;}

a.rss, a.facebook, a.twitter, a.digg, a.delicious, a.stumble {
  display: inline-block;
  width: 40px;
  height: 27px;        
  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.rss {
  background: url('../../../../../_Custom/rss.png') no-repeat;
}

a.facebook {
  background: url('../../../../../_Custom/facebook.png') no-repeat;
}

a.twitter {
  background: url('../../../../../_Custom/twitter.png') no-repeat;
}

a.delicious {
  background: url('../../../../../_Custom/delicious.png') no-repeat;
}

a.digg {
  background: url('../../../../../_Custom/digg.png') no-repeat;
}

a.stumble {
  background: url('../../../../../_Custom/stumble.png') no-repeat;
}

/*-- Right Side --*/

span.downarr { /* hide button */ 
  float: right;
  border-left: 1px solid #a4a4a4;
 font-size:14px;
}

span.downarr a {
  display: block;
  width: 36px;
  height: 26px;
  padding: 25px 0 0 10px;
  background: url('../../../../../_Custom/downarrow.png') no-repeat 5px 7px;
 font-size:14px;
}

#toolbar ul {
	margin:0;
	padding:0px;
	list-style:none;
	font-size:14px;
  
}

#toolbar a.adminlink ,
#toolbar a.adminlink:link ,
#toolbar a.adminlink:visited ,
#toolbar a.adminlink:hover ,
#toolbar a.adminlink:active { 
font-size: 14px; 
  padding: 8px 5px 3px 23px;
  line-height: 20px;
  text-decoration:none;color:#0d3d9c;border-bottom: #b2b0b0 dotted 0px;
}




#toolbar a.adminlink:hover {text-decoration:underline;border-bottom: 0px;}

#toolbar a.adminlink { text-decoration:underline;border-bottom: 0px; }




#toolbar a.adminmenulink { background: transparent url('../../../../../_Custom/key.png') no-repeat; background-position : 5px 50%;  }
#toolbar a.filemanlink { background: transparent url('../../../../../_Custom/folder_explore.png') no-repeat; background-position : 5px 50%;  }
#toolbar a.newpagelink { background: transparent url('../../../../../_Custom/page_white_add.png') no-repeat; background-position : 5px 50%;  }
#toolbar a.pageeditlink { background: transparent url('../../../../../_Custom/page_white_edit.png') no-repeat; background-position : 5px 50%;  }
#toolbar a.pagesettingslink { background: transparent url('../../../../../_Custom/page_white_wrench.png') no-repeat; background-position : 2px 50%;  }
