/*
Theme Name:     Geo Centric Media
Theme URI: 		http://kylefromohio.com
Description:    Geo Centric Media - WordPress Theme
Author:         kylefromohio.com
Author URI:     http://kylefromohio.com
Version:        1.0
License:
License URI:
*/

#site-title img {
  max-height: 100%;
  display: inline-block;
  margin: 0 auto;
  margin-top: -7px;
}
.nt-button,  #comments .comment-edit-link, #comments .comment-reply-link {
  background: #245D8F !important;
  color: #FFF !important;
}
.post-title {
  font-size: 36px;
  background-color: #F5F5F5;
  color: #444;
  border-top: 2px solid #E6E6E6;
  border-bottom: 2px solid #E6E6E6;
  font-weight: bold;
  text-transform: capitalize;
  padding: 5px 10px;
}
.post-title a {
  background-color: #F5F5F5;
  color: #444;
}
.stack-contact .contact-pane.left {
   left: 100px;
}
.stack-contact .contact-pane {
  width: 450px;
}
.person-meta{
    font-weight:bold;
    color:#245D8F;
}
.stack-person .person-name {
  font-size: 1.25em;
  line-height: 1.75em;
}
.stack-person .person-info {
  max-height: 300px;
  overflow-y: scroll;
}
::-webkit-scrollbar-thumb {
          background-color: rgba(0, 0, 0, 0.2);
} /* this will style the thumb, ignoring the track */
::-webkit-scrollbar-track {
   background-color: #245D8F;
} /* the new scrollbar will have a flat appearance with the set background color */


