/* This is the beginning of the TYPOGRPAPHY for the site */

/* @group TYPOGRPAPHY */


/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
  * {color: #f4dbb8; font-weight: normal;} 
body { font-size: 100%;}


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body {
	font-family: Georgia, serif;
	font-size: 12.5px;
	color: #CEB99C;
	line-height: 1.7em;
	background-color: #0C0803;
}

h1,h2,h3,h4,h5,h6 { 
  color: #f4dbb8; 
  font-family: Helvetica, Arial, sans-serif; 
}


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

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

h1 {
	font-size: 28px;
	color: #836758;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 { font-size: 21px; color: #f4dbb8;   margin-bottom: 0.5em; }
h3 {  font-size: 21px; color: #f4dbb8;  line-height: 1;  margin-bottom: 0.5em; }
h4 {color: #f4dbb8;  font-size: 1.2em; line-height: 1.25; margin-bottom: 0; }
h5 {color: #f4dbb8;  font-size: 1.60em; font-weight: normal; width: 425px; }
h6 {color: #f4dbb8;  font-size: 1em; font-weight: bold; }






/* Text elements
-------------------------------------------------------------- */
div{line-height: 2.01em; font-size: 12px; color: #f4dbb8;}
p {
        margin: 0 0 1.5em;
	line-height: 1.7em;
	font-size: 12.5px;
	color: #AD9C84;
}
p.last      { margin-bottom: 0; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #f4dbb8; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#f4dbb8; }

a:link, a:visited{color: #c4531d;}

a:hover, a:focus { color: #c4531d; }

a:active{color: #c4531d;}


/* Donor Table Text */

.DonorTable .webapptable{margin-bottom: 1em;}

 .donorTable {
	text-align: left;
	direction: ltr;
        margin-top: 0;
	margin-right: 25px;
	list-style-type: disc;
	list-style-position: outside;
	width: 360px;
	font-size: 13px;
	line-height: 1.5em;
        color: #c4531d;
        white-space: nowrap;
}

.DonorsList h4{margin-bottom: -15px;}


/* END Donor Table Text */


/* post title */
.blog-list{font-size: 12px; }


.blog-list a{color: #9BD8FF; text-decoration: none;}
.post-title a{color: #9BD8FF; text-decoration: none;}


.blockquoteFWFS {
       width: 210px;
       padding:0 10px 5px 0; 
       float: left;
       margin-left: -130px;
       z-index: 9999;
       line-height: 1.2em;
       font-style: normal;
}

.blockquoteFWFS div { 
       
       padding:0 5px 20px 0;
       font-size: 21px;
       line-height: 1.2em;
       background:transparent url(/fwfs/images/TemplateGraphics/SubPageTemplateGraphics/quotes.png) 100% 100% no-repeat; 
}

.blockquoteFWFS span{
      display:block;
      font-size: 10px;
      color:#999;
      line-height: 1.2em;
      padding:8px 0 0 0;
}

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 2.01em; }

#footer p{  font-family: Helvetica, Arial, sans-serif;  font-size: 9px; color: #f4dbb8; line-height: 1.5em;}
#footer a{ font-size: 9px; color: #c4531d; text-decoration:none; line-height: 1.5em;}
#footer a:hover{text-decoration: underline;}



/* Tables
-------------------------------------------------------------- */
table{ color: #f4dbb8; line-height: 2.04em;}
table p{color: #f4dbb8; line-height: 2.04em;}
table td{line-height: 2.04em;}
#footer td{ color: #f4dbb8; line-height: 2.04em;}
.catsub498062 {padding: 0px; margin: 0px;}


/* New Block quote Inline */
div.BlockQuoteInline{
font-family: georgia, serif;
color: #AB7243;
font-size: 14px;
font-style: italic;
letter-spacing: -0.2pt;
word-spacing: 0.6pt;
line-height: 1.4;
      border-top: 1px;
      border-bottom: 1px;
      border-color: #cccccc;
}


div.BlockQuoteInline span{
      font-style: normal;
}

/* form colors */
input{color: #000000;}
.webform{color: #000000;}
textarea{color: #000000;}
select{color: #000000;}
#Title{color: #000000;}
.cat_dropdown_smaller{color: #000000;}
option{color: #000000;}

/* targets IE7 only - valid CSS */
*:first-child+html  body { 
       	background-color: #000000;
} 


/* Highlight Box style */
.highlightbox{
      font-family: verdana, arial, helvetica, sans-serif;
      font-size: 1em;
}

.highlightbox h3{
      font-size: 15px;
      line-height: 17px;
}

.highlightbox p{
      font-size: .8em;
      color: #f4dbb8;
}


