/*
Theme Name:     expound Child
Theme URI:      http://kovshenin.com
Description:    Child theme for the Expound theme
Author:         Robert Jan Bijlsma
Author URI:     http://antic.nl/
Template:       expound
Version:        0.1.0
*/

@import url('../expound/style.css');
body {

  font: 15px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.site-footer {
  clear: both;
  padding: 6px 40px;
  color: #aaaaaa;
  
}
.site-footer a {
  color: #aaaaaa;
}

.site-info {
	font-size:9px;
	text-align:right;
}

.site-header .site-branding {
  position: relative;
}

.site-title-group {
  margin-left:13%;
  margin-top:50px;
  margin-bottom:50px;
}
.site-title {
  font-size: 34px;
  line-height: 34px;
}



@media screen and (max-width: 680px) {
.site-title-group {
  margin-left:40px;
  margin-top:40px;
  margin-bottom:20px;
}

.site-title {
  font-size: 24px;
  line-height: 24px;
}
}

@media screen and (max-width: 480px) {
.site-title-group {
  margin-left:20px;
  margin-top:20px;
  margin-bottom:20px;
}

.site-title {
  font-size: 20px;
  line-height: 20px;
}
}

.site-description {
  font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #878787;
}

.navigation-main ul > .current_page_item{
  background: #138bcf;
}

.navigation-main ul > .current_page_item:hover{
  background: #5da6cf;
}
.navigation-main li:hover {
  background: #5da6cf;
}
.main-small-navigation ul > .current-menu-item {
  background: #97bb8;
}
.navigation-main ul > .current_page_item a:after,
.navigation-main ul > .current-menu-item a:after,
.navigation-main ul > .current-post-ancestor a:after,
.navigation-main ul > .current-menu-parent a:after,
.navigation-main ul > .current-post-parent a:after {
  content: '';
  font-size: 0px;
  line-height: 0%;
  width: 0px;
  border-top: 0px solid #ff0000;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  z-index: 9995;
} <!--  arrow menu is now zero pixels-->
