@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;border:0;}
a{color:#666; text-decoration:none;}
a:hover{color:#999;}



#toolbar-panel{/* position:relative; top:0; left:0; z-index:999999;width:100%;*/ overflow:hidden;height:40px; line-height:40px; padding-bottom:2px; background:url(../images/toolbar/toolbar-bg.png) repeat-x 0 0;font-family:Arial;font-size:12px;}
#toolbar-panel .podbean-logo{ margin:0;padding:4px 15px;}
#toolbar-panel .ui-list{ float:right; margin:0; padding:0; list-style:none; height:40px;line-height:40px;}
#toolbar-panel .ui-list li{ float:left; display:inline; background:url(../images/toolbar/h-divider.png) repeat-y 0 0;}
#toolbar-panel .ui-list li a{ display:block; margin:0; padding:0 25px 0 50px;font-family:Arial; font-size:14px;}
#toolbar-panel .ui-list li .icon-explore{ background:url(../images/toolbar/icon-explore.png) no-repeat 25px center;}
#toolbar-panel .ui-list li .icon-podcast{ background:url(../images/toolbar/icon-podcast.png) no-repeat 25px center;}
#toolbar-panel .ui-list li .icon-explore:hover{background:url(../images/toolbar/icon-explore-hover.png) no-repeat 25px center;}
#toolbar-panel .ui-list li .icon-podcast:hover{background:url(../images/toolbar/icon-podcast-hover.png) no-repeat 25px center;}






.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.user-block{float:right;padding:0 20px;height:40px;line-height:40px;background:url(../images/toolbar/h-divider.png) repeat-y 0 0;}
.user-block .avatar{border:1px solid #555;padding:1px; background-color:transparent;float:left;height:24px;overflow:hidden;margin-top:6px;margin-right:5px;}
.user-block .btn{margin-right:5px;}

.pb-mobile-logo {height: 32px; line-height: 32px;}
.pb-mobile-logo .create-btn {
    background-color: olive;
    border-radius: 2px;
    color: #ffffff;
    float: right;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-top: 3px;
    padding: 3px 8px;
    margin-right: -5px;
}
.pb-logo-sm {
    display: inline;
    float: left;
    margin-left: -5px;
    margin-top: 6px;
}
.pb-pc-logo {float: left;}
.pb-mobile-logo {display: none;} 


@media only screen and (max-width: 480px) {
.pb-pc-logo {display: none;}
.pb-mobile-logo {display: block;}
#toolbar-panel .ui-list {display: none;}
  
}

