/* @override http://healingearthresources.dev/stylesheets/typography.css */

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */


/* Color Guide:

#4c4c43		brown		body text
#377bbf		blue		links
#6c71a3		purple		headers
#678076		lt. green		lighter text, footer
#3E665D		green

*/


body { 
  font-size: 13px;
  line-height: 1.7;
  color: #444;
  font-family: Georgia, "Times New Roman", Times, serif; }


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

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #333; clear: both; line-height: 1.3; }

h1 { font-family: 'Gentium Plus', Georgia, serif; font-size: 28px; font-weight: 500; line-height: 1; margin-bottom: 0.5em; }
h2 { font-family: 'Gentium Plus', Georgia, serif; font-size: 22px; margin-bottom: 0.5em; color: #6c71a3; font-style: italic; }
h3 { font-size: 1.25em; margin: 1.5em 0 .5em; color: #6c71a3; }
h4 { font-size: 1.07em; font-weight: bold; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0; }
h6 { font-size: 1em; font-weight: bold; }

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

h2.leaves_1 { background: transparent url(/images/leaves_br1.gif) no-repeat 100% 100%; display: inline-block; padding: 0 43px 7px 0; margin-bottom: 0; }
h2.leaves_2 { background: transparent url(/images/leaves_br2.gif) no-repeat 100% 100%; display: inline-block; padding: 0 66px 7px 0; margin-bottom: 0; }
h2.leaves_3 { background: transparent url(/images/leaves_br3.gif) no-repeat 100% 100%; display: inline-block; padding: 0 110px 10px 0; margin-bottom: 0; }


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

p           { margin: 0 0 .8em; }

img.left	{ float: left;  margin-right: 10px;}
img.right	{ float: right; margin-left: 10px; }

a:focus, 
a:hover     { color: #377bbf; }
a           { color: #28598A; text-decoration: none; outline: none; }
#content a:hover,
#aside a:hover,
#fotoer a:hover { border-bottom: 1px dotted; }

blockquote  { margin: .8em 0; padding: 0; font-style: italic; }

strong      { font-weight: bold; color: #444; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; cursor:help; }
address     { margin: 0 0 1.5em; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

.highlight 	{ background: #fdffd3; }

hr 			{ display: none; }


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

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

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

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

.entry ul { list-style: square; }

ul.two_col { float: left; clear: both; width: 100%; }
ul.two_col li { float: left; width: 46%; }

ul.ruled { list-style: none; margin-left: 0; margin-right: 0; border-top: 1px solid;}
ul.ruled li { border-bottom: 1px solid; padding: .3em 0; }
ul.ruled li.simple { border-bottom: none; }
ul.ruled, ul.ruled li { border-color: #ddd; }


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #d9d9d9; text-align: center; }
th,td       { padding: 4px 10px 4px 5px; }
tr.odd td  	{ background: #fffce5; }
tfoot       { font-style: italic; }
caption     { background: #eee; }



/* Icons
-------------------------------------------------------------- */

a.icon { background: transparent url(../images/x.gif) 0 0 no-repeat; padding-left: 18px; padding-bottom: 1px; }
a.icon:hover { border: none !important; text-decoration: underline !important; }

a.icon.weblink 				{ background-image: url(../images/icon_linkarrow.gif); }
a.icon.generic 				{ background-image: url(../images/icon_generic.gif); }
a.icon.acrobat, a.icon.pdf	{ background-image: url(../images/icon_acrobat.gif); }
a.icon.excel, a.icon.xls	{ background-image: url(../images/icon_excel.gif); }
a.icon.word, a.icon.doc 	{ background-image: url(../images/icon_word.gif); }
a.icon.powerpoint, a.icon.ppt { background-image: url(../images/icon_powerpoint.gif); }
a.icon.video				{ background-image: url(../images/icon_video.gif); float: left; line-height: 15px; }

/*a.icon img { margin-left: -18px; margin-top: -2px; }*/

li.icon { background-image: none !important; padding-left: 10px !important; margin-bottom: .2em; }
li.icon a { padding-left: 20px }
	


/* Misc classes
-------------------------------------------------------------- */
.quiet { color: #b9b5a8; }