@charset "utf-8";

/* *  CSS PRINT DOCUMENT FOR ARRINGTON BRANCH BAPTIST CHURCH - WEB 289  * */

/*
Martin Bradley
abbc_print.css
April 28,2011
This file is the css file for printing the just the info that is in the main part of the site
*/

/*  RESET EVERYTHING TO '0' IN ALL BROWSERS AND PRINTERS  */
* {
margin: 0px;
padding: 0px;
}

p {
font-family: "Times New Roman", "Palatino Linotype", serif; 
font-size: 20px;
}

hr {
background-color: #ffd700;
color: #0000ff;
height: 2px;
margin: 0 auto;
width: 90%;
}

h1 {
font-family: "Times New Roman", "Palatino Linotype", serif; 
text-align: center;
color: #0000ff;
margin: 0 0 10px 0;
font-size: 37px;
text-shadow: 1px 1px 3px #FF00FF
}

h2 {
font-family: "Times New Roman", "Palatino Linotype", serif; 
text-align: left;
color: #0000ff;
margin: 0 0 10px 0;
font-size: 30px;
}

h3 {
font-family: "Times New Roman", "Palatino Linotype", serif; 
text-align: left;
color: #000000;
margin: 0 0 10px 0;
font-size: 25px;
}

h5 {
font-family: "Script MT", "Brush Script", "Lucida Handwriting", serif; 
text-align: center;
color: #ffd000; 
margin: 0 0 10px 0;
font-size: 35px;
text-shadow: 1px 2px 4px #FF0000;
}

body {
background-color: #ffffff;
}

/* * HIDE THE HEADER FOR PRINT FOR ABBC * */
#header {
max-height: 1em;
visibility: hidden;
}

/* * HIDE THE NAVAGATION FOR PRINT FOR ABBC  * */
.nav {
max-height: 1em;
visibility: hidden;
}

/* * THIS IS THE MAIN PART OF THE SITE TO BE PRINTED ABBC  * */
#main {
background: #ffffff;
width: 1000px;
text-align: left;
padding: 10px;
border: 5px;
min-height: 625px;
}

#cert {
border: 15px solid #CC0066;
border-style: ridge;
border-color: blue;
min-height: 625px;
}

#main img {
float: left;
margin: 3px;
}

#main ul, ol {
margin: 5px 0px 5px 25px;
}

#info {
width: 50%;
padding: 2px;
}

.testaments {
border: 1px solid #0000ff;
width: 45%; 
float: left;
margin: 5px 10px;
padding: 4px;
}

table {
width: 100%;
padding: 2px;
}

td {
padding: 1px;
}

p.chapter {
width: 80%;
text-align: center;
margin: 5px;
font-weight: bold;
}

p.quote {
padding: 1em 0px 1em 20px; 
font-size: 20px;
}

#flash {
max-height: 1em;
visibility: hidden;
}

/* HIDE THE FOOTER FOR PRINT ABBC   */ 

#footer {
max-height: 1em;
visibility: hidden;
}

/* * THIS IS THE END OF THE PRINT STYLE SHEET FOR ARRINGTION BRANCH BAPTIST CHURCH  * */
