/*
 * Theme Name:     Mouly Bootstrap
 * Theme URI:      http://mouly.me/
 * Description:    Child theme for the Wordpress Bootstrap 
 * Author:         Mouly Kumaraswamy
 * Author URI:     http://mouly.e
 * Template:       the-bootstrap
 * Version:        0.1.0
 * */

@import url("../the-bootstrap/style.css");

body{
  font-size:16px;
  line-height:1.6em;
  font-family: "adelle-1","adelle-2",Georgia, Serif;
}

h1{
  margin: 1em 0 0 0;
  font-size:34.277px;
  font-family: "adelle-sans-1","adelle-sans-2",sans-serif;
  font-weight: 300;
  font-style: normal;
}

h2{

  font-size: 21.185px;
  font-family: "adelle-sans-1","adelle-sans-2",sans-serif;
  line-height:1.1em;
  font-weight: normal;
}

li{
  line-height:1.6em;
}

h2, h3, h4, h5, h6{
  margin: 1em 0;
}

.entry-date{
  font-style: italic;
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border: none;
}

article.post {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px; 
}

.page-header{
  margin: 21.185px 0 21.185px;
}

p a {
  color: #333333;
  text-decoration: underline;
}

