/*
	Inck is set in fourteen pixel Hoefler
	Text if viewed on a Mac. The grid is 
	twelve hundred pixels divided into 
	twelve columns of eighty pixels each 
	with twenty pixel gutters. The 
	baseline grid is twenty-one pixels. 
	The text is printed in #555, on acid-
	free #fffffc.
*/

/* grid.css.php */
.space { height:1px; }
.zero_units,
.one_unit,
.two_units,
.three_units,
.four_units,
.five_units,
.six_units,
.seven_units,
.eight_units,
.nine_units,
.ten_units,
.eleven_units,
.twelve_units { float:left; margin-left:2em; }
.zero_units { width:-2em; }
.one_unit { width:8em; }
.two_units { width:18em; }
.three_units { width:28em; }
.four_units { width:38em; }
.five_units { width:48em; }
.six_units { width:58em; }
.seven_units { width:68em; }
.eight_units { width:78em; }
.nine_units { width:88em; }
.ten_units { width:98em; }
.eleven_units { width:108em; }
.twelve_units { width:118em; }
#page { width:122em; margin:0 auto; }
#grid { width:120em; padding-left:2em; }
.contained { margin-left:0; } /* ToDo: Change 'contained' to 'first' or 'first_child'. Move in all markup to succeed 'module'? */
.rule_at_right ul { padding-right:1.9em; border-right:.1em solid #bbb; }

/* typography.css */
@font-face { font-family:Prince Valiant; src:url('../../img/PrinceValiant.ttf'); } 
body { font-family:'Hoefler Text', serif; font-size:62.5%; color:#555; background-color:#fffffc; }
a { text-decoration:none; }
h1:hover a,
h2:hover a,
a:hover { text-decoration:underline; cursor:pointer; }
a:visited, a:hover, a:link { color:black; }
em { color:#00a; }

/* module.css */
.module { margin-bottom: 5px; }
.wrap .module { float:left; }

