
/*---------------------------------*\
 
          SCOTT ARBORETUM
    global CSS for printed media
  --------------------------------
        Lucas Sanders (2006)

\*---------------------------------*/




/*---------------------------------*\
         GENERAL STYLES (all)
\*---------------------------------*/

body {
 background: #fff;
 color: #000;
 font: 11pt Helvetica, Arial, sans-serif;
 padding: 0;
 margin: 0;
 text-align: center;
}

a, a:hover, a:focus {
 color: #000;
 text-decoration: none;
}

#container {
 background: transparent;
 color: #000;
 width: 5.5in;
 position: static;
 top: 0;
 border: 0;
 text-align: left;
}



/*---------------------------------*\
            HEADER (all)
\*---------------------------------*/

#logo {
 width:  65.25pt;
 height: 64.125pt;
 float: left;
 margin: 0 8pt 0 0;
 padding: 0;
 position: static;
}

h1 {
 background: transparent;
 color: #000;
 height: 64.125pt;
 text-indent: 0;
 font: normal 20pt Garamond, Palatino, 'Book Antiqua', Georgia, serif;
 margin: 0;
 padding: 0;
 line-height: 1.1;
}

h1 a {
 background: transparent;
 position: static;
 height: auto;
 width: auto;
 display: inline;
 border-bottom: 1pt solid #000;
}

h1 strong {
 font-size: 24pt;
 font-weight: normal;
 display: block;
 margin: 0;
 padding: 0;
}



/*---------------------------------*\
        NAVIGATION BAR (all)
\*---------------------------------*/

#navigation {
 display: none;
}



/*---------------------------------*\
       WIDE PHOTO FEATURE (all)
\*---------------------------------*/

#featuredimage {
 border: .6pt solid;
 margin: 9pt 0 0 0;
 padding: 0;
}

#featuredimage img {
 width: 394.8pt;
 height: 141pt;
 margin: 0;
 padding: 0;
}



/*---------------------------------*\
    SUBHEADING LINK BAR (not home)
\*---------------------------------*/

#subnav {
 display: none;
}




/*---------------------------------*\
      CONTENT TEXT BLOCK (std)
\*---------------------------------*/

#content, #footnoteLinks, #aboutus #content, #calendar #content, #gardens #content, #membership #content, #programs #content, #publications #content, #visitors #content {
 background: transparent;
 color: #000;
 line-height: 1.2;
 margin: 0;
 padding: 0;
}

#content h3 {
 font-size: 18pt;
 color: #000;
 margin-top: .75em;
}

#content h4 {
 font-size: 14pt;
 color: #000;
}

#content h5 {
 font-size: 11pt;
}

#content ul, #footnoteLinks ul {
 margin: .5em 2.5em;
 padding: 0;
}

#content a, #content a:hover, #content a:focus {
 color: #00436e;
 font-weight: bold;
 border: 0;
}

#content tr {
 margin: 0;
 padding: 3pt 1em 3pt 1em;
}

#content td, #content th {
 margin: 0;
 padding: 3pt 1em 3pt 1em;
 page-break-inside: avoid;
}

#content th strong {
 font-size: 14pt;
}




/*---------------------------------*\
         Link URL Footnotes
\*---------------------------------*/

#footnoteLinks {
 display: block;
}

#footnoteLinks h4 {
 font-size: 14pt;
 color: #000;
 margin: 2.5em 0 .5em 0;
 padding: 0;
}

.footnoteRef {
 display: inline;
 font-size: 7pt;
 margin: 0 1pt;
}




/*---------------------------------*\
            FOOTER (all)
\*---------------------------------*/

#footer {
 color: #000;
 background: transparent;
 border-top: 1pt solid #000;
 margin-top: .25in;
 padding-top: .125in;
}

#footer ul, #footer #top_link {
 display: none;
}

#footer a {
 color: #000;
}

#footer #butterflyhug {
 display: none;
}

.printOnly {
 display: block;
}

