/*
      Project:  Cruising Cats Columbia River
        Title:  Styles for print media
       Author:  Adam Page, adam@atomdriven.com
      Updated:  2005-03-10
*/

*
{
    font-size: 12pt;
    float: none;
}

img
{
    border: 0;
}

#divHeaderImage h1,
#divHeaderImage h1 a
{
    font-size: 24pt;
    color: #000055;
    text-decoration: none;
}

h2
{
    font-size: 18pt;
    border-bottom: 1px solid #000000;
}

h3
{
    font-size: 15pt;
    font-style: italic;
}

#divHeaderMenu,
#divSidebar,
#divValidation,
.imgLeft,
.imgRight
{
    display: none;
}

#divContentText p
{
    text-align: justify;
}

/* Print URLs after link text */

#divContent a:link,
#divContent a:visited
{
    color: #0000ff;
    text-decoration: none;
}

#divContent a:link:after,
#divContent a:visited:after
{
    color: #9999ff;
    content: " [ " attr(href) " ]";
}

/* (CSS doesn't validate:
http://underscorebleach.net/content/jotsheet/2004/12/offsite_external_links_css_attribute_selectors
#divContent a[href^="./"]:link:after,
#divContent a[href^="./"]:visited:after
{
    color: #9999ff;
    content: " [ http://www.cruisingcatscr.com/" attr(href) " ]";
}
*/

/* Reveal full titles of acronyms and abbreviations */

acronym,
abbr
{
    border: 0;
}

acronym:after,
abbr:after
{
    font-style: italic;
    content: " (" attr(title) ")";
}

div#divCopyright p
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 8pt;
    color: #aaaaaa;
}

#tblCompTable
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 8pt;
}

#divCredits
{
    margin-top: 20px;
}

#divCredits h6
{
    margin: 0;
    padding: 0;
    font-size: 8pt;
}

#divCredits p
{
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 8pt;
}

#divCredits h6 a:link,
#divCredits h6 a:visited
{
    font-family: Tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 8pt;
    color: #5555ff;
    text-decoration: none;
}
