/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: black;
	line-height: 20px;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	color: #473820; 
}

h2 {
	color: #6c5735;
	border-bottom: solid #6c5735 1px;
}


h1 { font-size: 28px; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 20px; margin-bottom: 0.75em; }
h3 { font-size: 14px; line-height: 1.5; margin-bottom: 1.25em; font-weight:bold; }
h4 { font-size: 24px; line-height: 1; font-weight: bold; margin-bottom: 1.25em; }
h5 { font-size: 13px; font-weight: bold; margin-bottom: .8em;}
h6 { font-size: 16px; font-weight: bold; }
h7 { font-size: 14px; color:#74bc1a;}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 0; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #6d6041; text-decoration:underline; }
a { 
	color: #6d6041; 
	text-decoration: none; 
	outline: none;
}

strong      { font-weight: bold; }




/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}




