/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
	font-size: 14px;
	font-family: Georgia, serif;
	color: #85408c;
	line-height: 20px;
}


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

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

h2 {
	color: #16b3b6;
	border-bottom: dotted #16b3b6 1px;
}


h1 { font-size: 28px; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 25px; margin-bottom: 10px; padding-bottom: 5px;}
h3 { font-size: 14px; line-height: 1.5; margin-bottom: 1.25em; font-weight:bold; }
h4 { font-size: 22px; line-height: 1; margin-bottom: 1.25em; color: #25652a; }
h5 { font-size: 14px; margin: 0; line-height: 2.3;}
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;  margin: 10px 0 50px 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: #16b3b6; text-decoration:underline; }
a { 
	color: #16b3b6; 
	text-decoration: 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;}



