/*
Theme Name:   Documentaire
Theme URI:    http://www.demosbyrose.com/fin/documentaire
Author:       Rose Sherwood
Author URI:   http://www.rosesherwood.com
Description:  A clean and simple black on white single column theme
Version: 1.3
License: GNU General Public License v2 or later
License URI: license.txt
Tags: one-column, custom-menu, footer-widgets, threaded-comments, blog 
Text Domain: documentaire
*/

/*------------------
WordPress Classes
--------------------*/
.wp-caption{}
.wp-caption-text{}
.screen-reader-text{
  height:0;
  width:0;}
.gallery-caption{}
.bypostauthor{}
.alignright{
  display:block;
  float:right;
}
.alignleft{
  display:block;
  float:left;
}
.aligncenter{
  display:block;
  margin:0 auto;
}

/*------------------
Theme CSS
--------------------*/
body{
  color:#000;
  font-family:'Lato',sans-serif;
  font-size:18px;
}
h1{
  font-size:2em;
}
h2{
  font-size:1.6em;
}
h3{
  font-size:1.3em;
}
h4,h5,h6{
  font-size:1.1em;
}
h1,h2,h3,h4,h5,h6{
  font-family:"Merriweather",serif;
}
p{
  font-family:"Lato",sans-serif;
  font-size:1em;
}
.sticky{
  background-color:#ececec;
}
.biggest{
  font-size:2.5em;
}
.border-left-1{
  border-left:1px dotted #111;
}
a{
  color:#00008b;
}
a:hover{
  color:#00008b;
}
#comments ol,ul{
  list-style-type:none;
}
.comment{
  list-style-type:none;
}
.comment-list{
  list-style-type:none;
  padding:0;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}