/* 
CSS style definitions for "The Buddhist Monastic Code".
Originally modified from Access to Insight's css (http://www.accesstoinsight.org/css/base.css)
by Michael Olds in April 2007.

Further additions, deletions, confabulations, tweakages, and mods
by jtb in August 2007.
*/

body {
	font-family: "Arial Unicode MS", "Gentium", "TITUS Cyberbit", "Times Ext Roman", "Verajja", "Arial", "Helvetica", "Avant Guard", "Geneva", "Optima", "Verdana", sans-serif;
}

/* In Firefox/Mac, bold Gentium letters are too close together and hard to read.
This opens it up a little bit. */
b {
	letter-spacing: 1px;
}

div.bmc-rule {
	padding-top:2em;
 	padding-bottom:1em;
 	border-bottom:1px solid #ddd;
 }

.bmc-rule .definition {
	font-style: italic;
}
.definition .num {
	font-size:180%;
	font-weight:bold;
	letter-spacing: 1px; /* see note above re: bold Gentium */
}
.bmc-rule .summary {
	font-style: italic;
}
.summary .sum {
	font-weight: bold;
	letter-spacing: 1px; /* see note above re: bold Gentium */
}
