  
/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4 { font-weight: bold; color: #12093b; font-family:"Bourgeois Bold", Verdana, Arial, Helvetica, sans-serif; font-size-adjust:0.42; font-style:normal;}
h5,h6 { font-family:"Bourgeois Medium", Verdana, Arial, Helvetica, sans-serif; font-size-adjust:0.42; font-weight:normal; font-style:normal; }

h1 { font-size:34px; line-height: 23px; margin-bottom: 30px; }
h2 { font-size: 24px; line-height: 18px; margin-bottom: 0; }
h3 { font-size: 21px; line-height: 32px; margin-bottom: 0; }
h4 { font-size: 21px; line-height: 32px; margin-bottom: 0; color:#f37e21; }
h4 a:hover {text-decoration:none;}
h4 a { font-size: 21px; line-height: 32px; margin-bottom: 0; color:#f37e21; }
h5 { font-size: 13pt; line-height: 18px; margin-bottom: 0;  color:#f37e21;}
h6 { font-size: 1.3em; font-weight: bold; color: #fff; margin-top:0;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {  margin: 0;}

h1.nospace,h2.nospace,h3.nospace,h4.nospace,h5.nospace,h6.nospace {  margin-bottom: 0; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img,  h7 img  {  margin: 0;}

/* for movable type blogs only.   used in main index and archive templates
-------------------------------------------------------------- */
.entrytitle { font-size:1.3em; line-height: 1; margin-bottom: 0.5em;color:#000; font-weight: bold;}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left;}
p img.right { float: right;}

a:focus, 
a:hover     { text-decoration: underline; }
a:visited	  {text-decoration:none; }
a           { text-decoration: none; color:#3c53a4; font-weight:bold; }
a.black     { color: #00000; text-decoration: none; }
a  strong	  {}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
h1 sup		{ font-size: .35em }
sup, sub    { line-height: 0; font-size: .75em }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1em 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;}


/* Tables
-------------------------------------------------------------- */

table       { width:100%; }
th          { font-weight: bold; }
thead th 	{ background: #c3d9ff; }
/*th,td,caption { padding: 4px 10px 4px 5px; }*/
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.right 		{float:right;}
.left 		{float:left;}

.clear		{clear:both;}


.center 	  {text-align:center;}
.textright 	{text-align:right;}
.textleft 	{text-align:left;}
