/*
#site-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  margin: auto;
  float: none;
}
*/


.top-bar {
  height: 50px;
}

.top-bar #searchform {
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  float: right;
}

.top-bar #searchform #s {
  width: 300px;
  height: 30px;
  background: #aaaaaa;
  border: none;
  font-size: 10pt;
  float: right;
  color: #444444;
  padding-left: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background .55s ease;
  -moz-transition: background .55s ease;
  -ms-transition: background .55s ease;
  -o-transition: background .55s ease;
  transition: background .55s ease;
}

.top-bar #searchform #s:hover, .top-bar #searchform #s:focus, .top-bar #searchform #s:active{
  outline:none;
  background: #ffffff;
  color: #111111;
}

.top-bar #searchform #searchsubmit {
  display: none;
}/* Enter Your Custom CSS Here */

body.single #main .entry-footer {
    display: none;
}