/*
Rampaging Mutant Penguins - Print Stylesheet
Creator: Ben "Cerbera" Millard (http://sitesurgeon.co.uk)
Website: http://projectcerbera.com/!dev/accessify/rmp/rampaging-mutant-penguins.html
History: 2005-12-23 -> 2005-12-24
*/


/* Override Default Browser Styles */
html, body {
 margin: 0;
 padding: 0;
 color: #000;
 font: 12pt Helvetica,serif;
 background: #fff;
}
h1, h2, h3 {
 margin: 0;
 font-variant: small-caps;
}
h1 {
 font-size: 2em;
}
h2 {
 font-size: 1.5em;
}
acronym, abbr {
 border-bottom: 0;
}

/* Text Hyperlinks */
a:link, a:visited, a:hover, a:active, a:focus {
 color: #000;
 background: inherit;
}

/* Layout Containers */
#header, #container, #content, #footer {
 margin: 0;
 padding: 0 0 0 0;
 width: 100%;
 color: #000;
 background: #fff;
}

#navigation {
 display: none;
 visibility: hidden;
}


/* Header Elements */
#header h1, #header p {
 margin: 0;
}
#header p#tagline {
 font-style: italic;
}

/* Content Elements */
blockquote {
 margin: 1em 0 1em 2em
 padding: 0;
}
blockquote p cite {
 display: block;
 text-align: right;
}
#content p {
 text-align: justify;
}
div.img {
 display: none;
 visibility: hidden;
}


/* Footer Elements */
#footer p {
 margin: 0.5em 0.5em 0 0.5em;
 text-align: justify;
}
#footer ul {
 display: none;
 visibility: hidden;
}