@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;border:0;}
a{color:#b5b5b5; text-decoration:none;}
a:hover{color:#e5e5e5;}
.btn:focus{
    outline: 0 auto -webkit-focus-ring-color !important;
}
.text-gray{
    color: #838383;
}


#toolbar-panel{/* position:relative; top:0; left:0; z-index:999999;width:100%;*/ 
   overflow:hidden;
   height:46px; 
   line-height:46px;
   padding-bottom:2px; 
   background:#333333;
   font-family:open sans;
   font-size:12px;
 }
#toolbar-panel .podbean-logo{ margin:0;padding:2px 22px;}
#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:open sans; 
    font-size:13px;
    background: transparent;
    border: 1px solid #666;
    padding: 3px 12px;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    margin-top: 11px;
 }
#toolbar-panel .ui-list li a:hover{ color: #e4e4e4 }
#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;}
#search-form{ margin: 0; }
#search-form input{
    float: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
    border-color: #666666 !important;
    border: 1px solid #666666;
    font-family: open sans;
    background-color: transparent !important;
    height: 28px;
    margin-top: 9px;
    width: 250px;
    margin-left: 10px;
    background: url(//d8g345wuhgd7e.cloudfront.net/public_html/images/toolbar/search.png)no-repeat;
    background-position: 216px;
}
#search-form input[type="text"]{ color: #d5d5d5; } 
#toolbar-panel .user-block .nav-right .signin,#toolbar-panel .no-patron .nav-right .create{
    background: transparent !important;
    color: #fff;
    /*border: 1px solid #666666 !important;*/
    padding: 3px 12px;
     line-height: 20px;
}
#toolbar-panel .btn{
    text-shadow: none;
    box-shadow: none;
    border: none;
    background-image: none;
}
#toolbar-panel .btn:hover{
    opacity: 0.9;
}
#toolbar-panel .pb-create{
    background: transparent;
    color: #ffffff;
    padding-top: 12px;
}
#toolbar-panel .user-block .nav-right .signin:hover,#toolbar-panel .no-patron .nav-right .create:hover{ color: #8fc31f; }
#toolbar-panel .user-block .nav-right .create{
    color: #fff;
    background: #333333;
    line-height: 20px;
    border: 1px solid #fff;
}
#toolbar-panel .user-block .nav-right .follow-btn {
    color: #fff;
    background: #8fc31f;
    border-color:transparent;
    line-height: 20px;
}
#toolbar-panel .user-block .nav-right .create:hover{
    border-color: #8fc31f;
    background: #8fc31f;
}
#toolbar-panel .user-block .nav-right .usercenter .user-btn{
    color: #fff;
    background-color: transparent;
}

#toolbar-panel .user-block .nav-right .user-btn img{ margin-right: 8px; border-radius :50%;width: 25px;height: 25px;} 
#toolbar-panel .pb-mobile-logo .user-center-btn{
    float: right;
    padding: 5px 0;
    margin-left: 10px;
    margin-right: 0;
    border-color: transparent;
    background-color: transparent;
}
#toolbar-panel .pb-mobile-logo .user-center-btn img{
  border-radius :50%;
}

.btn {
  font-family: open sans;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
}

.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 0 10px;
  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; margin-top: 7px;}

.pb-mobile-logo {height: 32px; line-height: 32px;}
.pb-mobile-logo .create-btn {
    background-color: #8fc31f;
    border-radius: 2px;
    color: #ffffff;
    float: right;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    padding: 3px 8px;
    margin-right: -5px;
    font-family: open sans;
}

.pb-mobile-logo .create-btn:hover{
   background: #82b317; 
 }
.pb-logo-sm {
    display: inline;
    float: left;
    margin-left: -5px;
    margin-top: 6px;
}
.pb-pc-logo {float: left;}
.pb-mobile-logo {display: none;}
.pb-logo-sm{
    display: none;
}



@media (max-width: 979px){
     #search-form input{
     width: 144px;
     background-position: 112px;
     font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
    #toolbar-panel .user-block{ padding-right: 5px;}
    #toolbar-panel .podbean-logo{ padding-left: 10px;padding-right: 5px;}
}
@media (max-width: 767px){
  body {
      padding-right: 0px;
      padding-left: 0px; 
  }
  #search-form{ display: none;}
  #search-form input{
      display: none;
      width: 130px;
    padding-left: 8px;
    background-position: 105px;
      margin-left: 3px;
  }
  .pb-logo-sm{
    display: block;
    margin-left: 8px;
    margin-top: 3px;
}
.pb-pc-logo {display: none;}
#toolbar-panel .ui-list {display: none;}
#toolbar-panel .user-block .nav-right .usercenter .user-btn .user-name{
    display: none;
}
.user-block{
    padding-right: 0;
    padding-left: 0;
}
#toolbar-panel .user-block .nav-right .usercenter .user-btn{
    margin-right: 0;
    padding: 0;
    margin-top: 4px;
}
#toolbar-panel .user-block .nav-right .signin{ display: none;}
#toolbar-panel .user-block .nav-right .pb-create{ display: none;}
#toolbar-panel .pb-create,#toolbar-panel .patron-btn{ display: none;}


}



