/********************************************************************\
*                                                                    *
*  hardcopy.css                                                      *
*                                                                    *
*  Author:    Fredrich P. Maney <maney@maney.org>                    *
*  Copyright: (c) 2002 Fredrich P. Maney. All rights reserved.       *
*  Purpose:   This stylesheet is intended to give a consistent, yet  *
*             'cool' look and feel to my personal website.           *
*                                                                    *
*  WARNING! This is an evolving document that may change radically   *
*           at any time!                                             *
*                                                                    *
\********************************************************************/

@page {
   margin-left: 0.5in;
   margin-right: 0.5in;
   margin-top: 1in;
   margin-bottom: 1in;
}

html, body {
   color: black; background: white;
   font-family: Verdana, Arial, Lucida, sans-serif;
   font-size: 12pt; font-weight: normal;
   font-style: normal; font-variant: normal;
}

h1, h2, h3, h4, h5, h6 {
   font-family: "Times New Roman", Times, Garamond, serif;
   text-align: center;
}

address, blockquote, cite, code, kbd, pre, q, samp, tt {
   font-family: "Andale Mono", "Courier New", Courier, monospace;
}

a {
   color: #520; background: transparent;
   font-weight: bold;
   text-decoration: none;
}

a.showurl:link:after, a.showurl:visited:after {
   content: " (" attr(href) ")";
   color: black; background: transparent;
   font-weight: normal;
   font-size: 8pt;
   text-decoration: underline;
}

a.showurl[href^="/"]:after {
   content: " (http://www.maney.org" attr(href) ")";
   color: black; background: transparent;
   font-weight: normal;
   font-size: 8pt;
   text-decoration: underline;
}

div.picture, img.picture {
   text-align: center;
   vertical-align: center;
}
 
img.photo {
   text-align: center;
}
 
.banner {
   color: black; background: transparent;
   font-weight: bold;
   font-size: 18pt;
   text-align: center;
}

#masthead {
   display: none !important;
}

div.jump, #panel div#navigation, #panel div#appearance {
   display: none !important;
}

#main {
   position: static;
}

#footer {
   font-size: 8pt;
   text-align: right;
}

/********************************************************************\
*  End of File                                                       *
\********************************************************************/
