/* CSS Document */

/*
-----------------------
template: Family Tree Archives Broughton Castle
designer: Candy Gourlay
url: mediagrafika.net
-----------------------*/

html, body {
  	margin:0px;
  	padding:0px;
	}
	
body {
	background:#fff;
	margin:0px auto;
	padding:0px;
	}

a:link {
	text-decoration:underline;
	color:#CC3300;
	}
	
a:hover {
	text-decoration:none;
	color:#666600;	
	}
	
a:visited, a:active {
	text-decoration:underline;
	color:#CC9966;
	}

p {
	font:Georgia,"Times New Roman", Times, serif;
	font-size:medium;
	color:#333333;
	letter-spacing:normal;
	line-height:1.2em;
	text-align:left;
	}

li {
list-style:none;
}

h1 {
	font-family:"Arial Narrow", Arial;
	font-size:x-large;
	color:#336699;
	font-weight:bold;
	letter-spacing:normal;
	line-height:1.1em;
}

h2 {
	font-family:"Arial Narrow", Arial;
	font-size:small;
	color:#336699;
	font-weight:bold;
	letter-spacing:.15em;
	line-height:1.1em;
	text-transform:uppercase;
	text-align:left;
}
	
/*container div
-----------------------*/
#content {
	width:700px;
	margin:0 auto;
	padding:0;
	text-align:center;
	}


/*NAVIGATION 
------------------------*/

/* for top of page */
#nav {
	margin-right:auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom:20px;
	width:100%;
	height: auto;
	top: -8px;	
	font-family: Georgia, Times, serif;
	text-transform:uppercase;
	letter-spacing:0.25em;
	color:#333333;
	text-align: center;
	font-size: .8em;	
}


#nav a{
	font-family: Georgia, Times, serif;
	text-transform:uppercase;
	letter-spacing:0.25em;
	color:#333333;
	text-align: center;
	font-size: .8em;
	font-weight:lighter;
	text-decoration:none;	
}
	
#nav a:hover {
	color:#CC3300;
	letter-spacing:0.25em;
	text-decoration:underline;
	font-size: .8em;
	font-weight:lighter;
}

/* for bottom of page */
#navbottom {
	width:100%;
	text-align:center; 
	color:#FFFFFF;
	}
	
html>body #navbottom {

	}
	
	
#navbottom a{
	text-decoration:none; 
	color:#666600;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	}
	
#navbottom a.active, #navbottom a:hover {	
	text-decoration:underline;
	color:#CC3300;
	}
	
#navbottom a:hover {color:#CC3300;}

#navbottom a:visited {color:#CC9966;}


/* copyright styles
-------------------------------------*/

/* used in copyright notice centred at bottom of page*/

.copyright {
font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:small;
	text-align:center;
	color:#666666;
	}

.imageright {
	float:right;
	margin: 0px 0 10px 10px;
	}

.imageleft {
	float:left;
	margin:0px 10px 10px 0;
	}

/* familytree styling 
------------------------*/

#familytree {
	font:Arial, sans-serif;
	font-size:small;
	line-height:20px;
	font-weight:normal;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;	
	text-align:left;
	}
	

	
#familytree li{
 	list-style:none; /* turns off bullets */
	padding-left:16px;
	border-left:1px dotted #999;
	color:#333333;

	}

#familytree li ul {
	color:#666666;
	border-left:1px dotted #999;
	padding-left:16px;

}

#familytree a {
	font:Arial, Helvetica, sans-serif;}
	
	
.owner {background-color:#FFFFCC;}
.familytree {font:Arial, sans serif; font-size:small; line-height:inherit}
.yellowhighlight {
	background-color:#FFFFCC;
}

