/*
Theme Name:     Mon Cahier Child
Template:       mon-cahier
*/

@import url("../mon-cahier/style.css");

blockquote {
  font-family: 'georgia', 'times', serif;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.2em;
  color: dimgray;
  margin: 0 20px 20px;
  padding-left: 10px;
  border-left: 3px solid #ccc;
}


body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'georgia', 'times', serif;
	font-size: 16px; /* pixels are needed for IE 8 and lower :( */
	font-size: 1.6rem; 
	line-height: 1.4;
}

p {
margin-right: 3.0em;
}

.site-content {
	float: left;
	width:960px;
	padding:30px 20px;
}

