/**************************************************************************************** 
 * site.css for UnconsciousResources.com website.                                       *
 *                                                                                      *
 * modified 3/5/10 JT   Revamp from original; supports first version having dark red    *
 *                      page banner and nav bar. Tightens the organization and naming   *
 *                      of font types used throughout the site. Adds NAVBAR link        *
 *                      colors different from main text link colors; adds hover color.  *
 ****************************************************************************************/



/* Link attributes. There are two cases: links occurring in the NavBar and all other    *
 * links.                                                                               */

A:link {COLOR: #900000; TEXT-DECORATION: underline; font-weight: normal }
A:visited {COLOR: orange; TEXT-DECORATION: underline; font-weight: normal }
A:active {COLOR: orange; TEXT-DECORATION: underline; font-weight: normal }
A:hover {COLOR: red; TEXT-DECORATION: none; font-weight: normal }
.NavBar:link {COLOR: #efefda; TEXT-DECORATION: none; font-weight: normal }
.NavBar:visited {COLOR: orange; TEXT-DECORATION: none; font-weight: normal }
.NavBar:active {COLOR: orange; TEXT-DECORATION: none; font-weight: normal }
.NavBar:hover {COLOR: red; TEXT-DECORATION: none; font-weight: normal }


/* NavBar font and vertical spacing attributes:                                         *
 *                                                                                      *
 * NavBarPrimary:   size of primary links; also, size of vertical spacing occurring     *
 *                  before primary links                                                *
 * NavBarSecondary: attributes of indented secondary nav bar links                      *
 * NavBarSmallCR:   attribute of small vertical space occurring before indented         *
 *                  secondary links                                                     */

.NavBarPrimary { color: black; font-size: 0.7pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.NavBarSecondary { color: black; font-size: 0.7pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.NavBarSmallCR { color: black; font-size: 0.2pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
                                                                 

/* Font names and attributes used throughout the site:                                  *
 *                                                                                      *
 * PageTitle        page title appearing within the horizontal bar which occurs between *
 *                  the banner and the main text; the color of the text matches the     *
 *                  background color                                                    *
 * SectionHeading   section headings; not necessarily occurring on a given page; bigger *
 *                  than ParaHeading, below.                                            *
 * ParaHeading      paragraph heading (also for a group of paragraphs); smaller than a  *
 *                  SectionHeading; above.                                              *                                *                                                                                      *
 * main             the default: text occurring in the main body of the page.           *
 *                                                                                      *
 * SmQuote          small size quotes                                                   *
 * SmQuoteAttrib    small size quote attribution                                        *
 * MedQuote         medium size quotes                                                  *
 * MedQuoteAttrib   medium size quote attribution                                       *
 * LgQuote          large size quote                                                    *
 * LgQuoteAttrib    large quote attribution                                             *
 * tiny             used for fine tuning of vertical spacing of text                    *
 *                  (e.g., <font class="tiny"><br></font>)                              *
 *                                                                                      *
 * small            used in creating newspaper clipping in about.html                   *
 * bigtitle         used in creating newspaper clipping in about.html                   *
 * redheading       used in creating newspaper clipping in about.html                   *                 
 *                                                                                      *
 * LogoName         used only for the Practitioner name in the logo header at the top   *
 *                  of every page                                                       *
 * LogoLocation     used only for the office locations in the logo header at the top    *
 *                  of every page                                                       */

.PageTitle { color: #efefda; font-size: 1.3pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold }

.ParaHeading { color: #400000; font-weight: bold; font-size: 0.8pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.SectionHeading { color: #400000; font-weight: bold; font-size: 1.0pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.main { color: black; font-size: 0.8pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
font-style: normal; font-weight: normal }

.SmQuote { color: black; font-size: 0.8pc; font-style: italic; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.SmQuoteAttrib { color: #808080; font-size: 0.7pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.MedQuote { color: #00246C; font-size: 1.1pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: italic }
.MedQuoteAttrib { color: #00348C; font-size: 0.8pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: normal }

.LgQuote { color: #00246C; font-size: 1.3pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: italic }
.LgQuoteAttrib { color: #00348C; font-size: 1.0pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: normal; font-weight: normal }

.tiny { color: black; font-size: 0.2pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.small { color: black; font-size: 0.7pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
font-style: normal; font-weight: normal }
.bigtitle { font-size: 2.5pc; font-family: "Times New Roman", Georgia, Times; 
font-style: normal; font-weight: bold }
.redheading { color: red; font-size: 1.0pc; font-family: "Times New Roman", Georgia, Times; 
font-style: normal; font-weight: bold }

.LogoName { color: black; font-size: 1.4pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
font-style: normal; font-weight: normal }
.LogoLocation { color: black; font-size: 1.05pc; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
font-style: normal; font-weight: normal }