/*
	Author: Zack Minor
	Author Website: zackography.com
	File Name: baseline.css
	
	BASED ON: http://drewish.com/tools/vertical-rhythm (baseline calculator) 

*/

/* ========== SAMPLE BASIC BASELINE CSS ========= */

body {
    font-size: 16px;
    font-weight:400;
    /*background:url('../imgs/baseline_24px.png');*/
}

p {
  font-size: 1em; /* 16px */
  line-height: 1.5000em; /* 24px */
  margin: 0 0 1.5000em 0;
}

h6 {
  font-size: 0.7500em; /* 12px */
  line-height: 2.0000em; /* 24px */
  margin-top: 2.0000em;  margin-bottom: 0.0000em;
}

h5 {
  font-size: 1.1250em; /* 18px */
  line-height: 1.3333em; /* 24px */
  margin-top: 1.3333em;  margin-bottom: 0.0000em;
}

h4 {
  font-size: 1.3125em; /* 21px */
  line-height: 1.1429em; /* 24px */
  margin-top: 1.1429em;  margin-bottom: 0.0000em;
}

h3{
  font-size: 1.5000em; /* 24px */
  line-height: 1.0000em; /* 24px */
  margin-top: 1.0000em;  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.7500em; /* 28px */
  line-height: 1.7143em; /* 48px */
  margin-top: 0.8571em;  margin-bottom: 0.0000em;
}

h1{
  font-size: 2.0000em; /* 32px */
  line-height: 1.5000em; /* 48px */
  margin-top: 0.7500em;  margin-bottom: 0.0000em;
}


blockquote{
	font-size: 1.6250em; /* 26px */
  line-height: 1.84615384615385em; /* 48px */
  margin-top: 0.92307692307693em;  margin-bottom: 0.0000em;
}
