/* Mirror.css */

body {
	font: 12pt georgia;
	background: #8B734C;
	color: #000;
	text-align: justify;
	margin: 0;
	padding: 0;
	border-top: 4px solid black;
	border-bottom: 4px solid black;
	clip: rect(auto,auto,auto,auto);
}

a { text-decoration: underline; }

a:link { color: #0f4d12; }
a:active, a:hover {	color: #4d120f; }

h1,h2,h3,h4,h5,h6 {
margin-top: 1em;
margin-bottom: 1em;
}

.container {
	width: 750px;
	margin: auto;
	text-align: justify;
	line-height: normal;
	background: #FBF7DB;
}

.header {
background: #F0F7FF url(header.jpg) top left no-repeat;
padding-right: 24px;
height: 195px;
text-align: right;
border-bottom: 5px double black;
}

.titlebar {
border-top: 2px solid black;
border-bottom: 2px solid black;
background: #FBF7DB;
margin-top: 50px;
width: 100%;
padding: 0;
}

.titletext {
margin: auto;
width: 700px;
text-align: right;
padding: 0px 83px 0px 0px;
}

.titletext_mirror {
font: 24pt 'book antiqua';
font-weight: bold;
color: #43343C;
font-variant: small-caps;
}

.titletext_ministries {
font: 20pt 'times new roman';
color: #43343C;
font-variant: small-caps;
}

.mirrorimage {
margin: -75px 12px 12px 12px;
width: 150px;
height: 400px;
border: 4px solid black;
padding: 0;
position: relative;
float: left;
z-index: 5;
}

.navigation {
font: 14pt 'book antiqua';
font-variant: small-caps;
color: #43343C;
text-align: center;
margin-top: 12px;
}

.navigation a:link, 
.navigation a:visited,
.navigation a:active, 
.navigation a:hover {
text-decoration: none;
}

.sub_navigation {
float: left;
position: relative;
padding: 24px;
width: 150px;
font: 12pt 'book antiqua';
border-right: 1px solid #E3DBC7;
margin-right: 12px;
}

.bodytext {
padding: 12px;
margin-left: 160px;
}

.pullquote {
font: 13pt 'book antiqua';
padding: 24px 24px 18px 54px; 
margin-left: 150px;
margin-top: 12px;
line-height: 200%;
color: #FBF7DB;
background: #111 url(pullquote.jpg) repeat-x;
}

.pullquote p:first-letter { 
font-size: 150%;
float: left;
}

.pullquote p:first-line {
font-variant: small-caps;
}

.pullquote_bottom {
margin-top: -10px;
margin-left: 150px;
background: url(pullquote_bottom.jpg) repeat-x;
}

.footer {
padding: 6px;
text-align: center;
background: #FBEABA;
font: 10pt verdana, sans-serif;
color: #222;
border-top: 1px solid #E3DBC7;
}

.highlight { 
color: #43343C; 
font-weight: bold; 
}

.hr {
width: 100%;
height: 2px;
border-top: 1px solid #E3DBC7;
border-bottom: 1px solid #E3DBC7;
text-align: center;
margin: 6px;
}

.bigtext { font-size: 150%; }
.smalltext, .smallfont { font-size: 75%;}
br.page { clear: both; }
