/*
Festival of the Arts
Admin Stylesheet
*/

/** =debug styles
************************************************************/
.debug{
 position: relative;
 background: url(/assets/images/bg-unapproved.png);
}
.icn-debug{
  position: absolute;
  right: -50px;
  top:-50px;
  z-index: 5000;
}

/** =user bar
************************************************************/
.user-bar{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(/assets/images/user-bar-shadow.png) repeat-x;
  z-index: 9999;
  font-size: 11px;
  text-align: right;
  color: #ccc;
  padding-top: 10px;
}
.user-bar .inner{
  padding: 3px 0;
  height: 18px;
  background: #000;
  border-bottom: 2px #fff solid;
}
.user-bar ul{
  margin-right: 10px;
}
.user-bar ul,
.user-bar .greeting{
  display: inline;
}
.user-bar li{
  margin-left: 9px;
  padding-left: 10px;
  border-left: 1px solid #6c6759;
}
.user-bar a{
  background: none;
  color: #fff;
}
.user-bar a:hover{
  text-decoration: underline;
}
.user-bar .greeting{
  font-style: italic;
}
.user-bar .edit a{
  background: url(/themes/cp_global_images/edit_template.gif) no-repeat;
  padding-left: 15px;
}