/* 
 Theme Name:   Twenty Fifteen Bridges
 Theme URI:    
 Description:  Bridges tempalte
 Author:       csk
 Author URI:   http://beta.bridgesmathart.org
 Template:     twentyfifteen
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

.hentry {
   font-size: 85%;
	margin: 0;
}

.custom-logo {
	background: transparent;
}

.site-main {
	padding-top: 0;
}

.site {
	max-width: none;
}

@media screen and (min-width: 59.6875em) {
  body:before {
  	width: 25%;
	box-shadow: none;
  }

  .sidebar {
	width: 25%;
  }

  .site-content {
	width: 75%;
	margin-left: 25%;
	max-width: 1100px;
  } 
}

.secondary.toggled-on {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
	background: #f1f1f1;
	padding: 3% 10%;
	margin: 0;
    display: block;
}

.main-navigation {
	margin-bottom: 0;
}

h4 {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  border-left: 25px solid #e0e0e0;
  padding-left: 10px;
}

ul, ol {
   margin-left: 30px;
}

blockquote {
	font-size: 100%;
}

blockquote cite {
	font-size: 10%;
}

.title-with-subhead {
	margin-bottom: 5px;
}