/* @end */

/* @group Typography */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body { 
  color: #222; 
  font-family: Arial, Helvetica, Verdana, sans-serif; 
}
h1,h2,h3,h4,h5,h6 { 
  color: #222; 
  font-family: Arial, Helvetica, Verdana, sans-serif; 
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 0.5em;
	font-weight: lighter;
}

.container {
	width: 850px;
	margin: 0 auto;
}

.column {
  float: left;
}

hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: 0.1em;
	margin: 1.4em 0;
	border: none;
}
hr.space {
  background: #fff;
  color: #fff;
}

