/* Note: we have added a FORMS and COLOR SPECS section to this standard BP doc
*/

/*Color Specs ---------------------------------------------------

555555	= body
333333 	= a, h1-h6, h1nospeace-h6nospace, (all titles)
cccccc 	= jumbo_ad border, 
f1f1f1	= jumbo_ad bg, 
67686a	= mod_newsletter bg
d3d3d3	= hr



-------------------------------------------------------------- */
   
/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color:#333333;}

h1 {font-size:26px; line-height:33px; margin-bottom: 0.25em; margin-top:0;}
/*note there is an article h1 and a wrapperC in the overrides section*/
h2 { font-size: 1.5em; margin-bottom: 5px; line-height: 1; margin-top:0;}
h3 { font-size: 17px; line-height: 23px; margin-bottom: 1em; margin-top:0; }
h4 { font-size: 1.25em; line-height: 1em; margin-bottom: 1.25em; margin-top:0;}
h5 { font-size: 1.05em; font-weight: bold; margin-bottom: .5em; margin-top:0;}
h6 { font-size: .75em; 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 { font-weight: normal; color: #1f9a99; 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           { color: #1f9a99; text-decoration: none; }
a.black     { color: #00000; text-decoration: none; }

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: #f7f7f7; border-top:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4;}
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; }
.clear	  {clear:both;}
.right 	  {float:right;}
.left 	  {float:left;}
.center 	  {text-align:center;}
.textright  {text-align:right;}
.textleft   {text-align:left;}




