/* 

STYLE SHEET FOR [Pfannebecker Funeral Home] WEB SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-image: url(../images/backgound.jpg);
	background-repeat: repeat-x;
	background-color: #700000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
		}
		
#masthead {
	background-image: url(../images/nav_bar.jpg);
	background-repeat: no-repeat;
	height: 113px;
	background-position: 99% 70px;
		}
		
#logo {
	float: left;
		}
#letterheadlogo {
	display: none;
}

#tagline {

	padding: 38px 0px 7px 605px;
}

#nav a:hover {
	color: #9F0000;
}

#content {
	background-image: url(../images/mid_section.gif);
	background-repeat: repeat-y;
	margin-left: 64px;
	padding: 10px 110px 15px 30px;
	list-style-type: disc;
	list-style-position: inside;
	}
#content .box {
	width: 20%;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content li {
	list-style-type: disc;
	margin-left: 15px;
}

#content p{
	padding-top: 4px;
	padding-bottom: 4px;
}

#footer {
	background-image: url(../images/footer.jpg);
	height: 85px;
	color: #FFF;
		}
#content #obituary {
	padding: 15px 0px 0px 215px;
}
#content table div#busAddress {
	float: left;
	padding-right: 50px;
	width: 220px;
	padding-bottom: 30px;
	margin-top: 5px;
	height: 90px;
	
}
#content table div#busAddress p {
	margin: 0px;
	padding: 2px 0px 0px;
}
#content #obituary p{
	padding-top: 5px;
}
#content #picture{
	float: left;
}
#content #picture #obPic {
	float: left;
	padding: 15px 15px 15px 0px;
	width: 200px;
}
#content #picture #form2 {
	float: left;
	clear: left;
}


#wrapper #content .zebraStyled th{
	background-color: #8A1F03;
	text-align: left;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#wrapper #content .zebraStyled td{
	padding: 5px;
	vertical-align: top;
}
#wrapper #content .zebraStyled .odd {
	background-color: #FFFFFF !important;
}

#wrapper #content .zebraStyled .even {
	background-color: #FFF3C4 !important;
}
#wrapper #content .zebraStyled p, #wrapper #content .zebraStyled td p {
	background-color: none !important;
}

#footer p, #footer a{
	text-align: center;
	color: #D8B965;
}
#footer a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.separator {
		clear: both;
		height: 0;
		}
.back {
	font-size: 12px;
}
.bold {
	font-weight: bold;
}

table td {
	background-color:#fffdf6;
}

/* ---------- 3. links and navigation ---------- */

#content a {
	color: #990000;
}
#img {
	padding-left: 18px;
}

#content a:link {
	text-decoration: underline;
}
		
#content a:hover {
	text-decoration: none;
		}

#navigation li {
	clear: left;
	float: left;
		}
#masthead li a {
	font-weight: bold;
	color: #4C0000;
	text-decoration: none;
	padding-top: 105px;
}

		
/* ---------- 4. fonts ---------- */
ul {
		list-style-type: none;
		}
.Sdropcap{
	float: left;
	color: #990000;
	font-size: 145px;
	font-weight: bold;
	padding-right: 5px;
	clear: left;
}
#contentNav {
	float: right;
	text-align: right;
	padding: 7px 0px 15px 0px;
}
#contentNav a {
	color: #4B0000;
}
#print {
	padding-top: 10px;
}

h1 {
	color: #990000;
	text-transform: uppercase;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#fffdf6;
	padding-bottom: 10px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 16px;
	background-color:#fffdf6;
	padding: 0px 0px 5px 0px;
}
h3 {
	color: #990000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}
#masthead li {
	float: left;
}
#wrapper #masthead ul {
	padding-left: 348px;
}
/* ---------- 5. images ---------- */

a img {
		border: 0;  
	}
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
/* hide from MacIE, \*/ 
* html #top { 
		margin-bottom: -4px; 
		} 
#wrapper {
		text-align: left;
		}  
