/*   theweddingpreacher.com
	version 3
	February 7, 2006
	built by Gil Nelson		*/

/*	preacher.css	*/


#heading {
	background-image:url(img/logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0 0px 0;
	height: 61px;
	}

body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #AFB07A;
	padding: 0px;
	margin: 0;
	}
	
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	}
#navigation li {
	margin: 0;
	}
#navigation a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 4px 12px 4px 20px;
	background-color: #ffffff;
	color: #000000;
	border-bottom: 1px solid #501007;
	}
#navigation a.lastnav {
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 4px 12px 4px 20px;
	background-color: #ffffff;
	color: #000000;
	border-bottom: none;
	}
#navigation a:hover {
	background-color: #AFB07A;  /* old red color #9F1312 */
	color: #FFFFFF;
	}
#navigation a:active {
	padding: 4px 12px 4px 20px;
	background-color: #AFB07A;  /* b/g when you click nav bar */
	color: #eee;
	border-bottom: 1px solid #501007;
	}

p.homepageinfo {
	font-size: 			16px;
	font-style: 		italic;
	font-weight:		bold;
	padding: 			15px;
	margin:             25px;
	line-height:		1.9em;
	font-family:		Georgia, "Times New Roman", Times, serif;
	color:				white;
	border-color:		black;
	border-width:		3px;
	border-style: 		outset;
	background-color:	#501007;
	text-align:			center;
	}
	
p.pageheading {
	font-size: 			26px;
	font-weight:		bold;
	text-align: 		center;
	color: 				#8C8D53;   /* 68693F title font color  */
	padding:            10px;
	margin:				0 10 30px 0;
	border-bottom: 		2px #8C8D53 solid;
	}
	
a:link {
	font-size:			14px;
	font-family:		"Times New Roman", Times, serif;
	color: 				#501007;
	border-bottom:		#501007 dotted 1px;
	text-decoration:	none;
	}
	
a:visited {
	font-size:			14px;
	font-family:		"Times New Roman", Times, serif;
	color:				#501007;
	border-bottom:		#501007 dotted 1px;
	text-decoration:	none;
	}

a:hover {
	font-size:			14px;
	font-family:		"Times New Roman", Times, serif;
	color:				#501007;
	border-bottom:		#501007 solid 1px;
	text-decoration:	none;
	}	
	
blockquote {
	border-bottom:	1px dotted #501007;
	}