@charset "utf-8";
@import "global.css";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *   CATEGORY MOBILE (and cascade to tablet and desktop)     *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#mainContent {
	margin:0;
}
#mainContent a {
	border:none;
} 
#mainContent #container {
	padding-left:5px;
	padding-bottom:10px;
	width:100%;
}
#mainContent #genealogyTitle {
	margin:0;
	padding: 5px;
}
#mainContent #genealogyTitle img {
	float: left;
	padding:0px;
	width:60px;
	height:60px;
}
#mainContent #genealogyTitle img:last-of-type {
	float:right;
}
#mainContent #genealogyTitle h1,
#mainContent #genealogyTitle h2,
#mainContent #genealogyTitle h3,
#mainContent #genealogyTitle p {
	text-align:center;
	margin:0;
	padding:0;
}
#mainContent #genealogyTitle h1 {
	margin-top:5px;
	font-size:1.35em;
}
#mainContent #genealogyTitle h2 {
	margin-top:10px;
	font-size:1.2em;
}
#mainContent #genealogyTitle h3 {
	margin-top:10px;
}
#mainContent #genealogyTitle h3,
#mainContent #genealogyTitle p {
	font-size:1em;
}
#mainContent #container #famousRelationshipNote {
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}
#mainContent #container #famousRelationshipNote em {
	color:red;
}
#container {
	text-align:center;
	margin:0;
/*	clear:left; */
} 
#container ul {
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
}  
#container ul ul.src {
	margin:5px;
	padding:5px 10px 10px 10px;
	top:1.7em;
	width:250px;
	display:none;
	left:-999em;
	z-index:10;	
	position:absolute;
	color:black;
	font-weight:normal;
	text-align:left;
	background-color:white;
    border:1px solid #000;
	background-color:white; 
}  
#container ul ul.src p {
	text-decoration:none;
	color:#666666;
}  
#container ul ul.src h2 {
	text-align:left;
	margin:5px;
	padding:5px;
	color:blue;
	font-size:12px;
}  
#container ul ul.src .citation {
	margin:2.5px;
	padding:2.5px;
	padding-left:5px;
	padding-right:5px;
	font-size:10px;
}
#container ul ul.src .citation img {
	display:none;
}
#container .box {
	text-align:center;
    font-size:10px;
    width:125px;
	line-height:15px;
    border:1px solid #000;
    margin:auto;
	background-color:#e8e8e8;
	padding:5px;
 }
#container .box p.boxName,
#container .box p.boxDesc,
#container .wife-box p.boxName {
	margin:0px;
	padding:0px;
}
#container .box p:hover,
#container .box p:focus,
#container .wife-box p:hover,
#container .wife-box p:focus {
	color: gray;
}
#container .box p.boxName {
	max-width:125px;		
	overflow:hidden;		
	white-space:nowrap;		
	text-overflow:ellipsis; 
	display:inline-block; 
	padding-top: 5px;
}
#container .box p.boxName a {
	text-decoration:none;
	color:black;
}
#container .box p.boxName a:hover {
	color:	blue;
}
#container .box p.boxDesc {
    font-size:10px;
	max-width:125px;		
	overflow:hidden;		
	white-space:nowrap;		
	text-overflow:ellipsis; 
	display:inline-block;   
}
#container .wife-box {
	text-align:center;
    font-size:10px;
    width:115px;
    line-height:15px;
    margin:5px auto auto auto;
 }
#container .wife-box p.boxName {
	max-width:215px;		
	overflow:hidden;		
	white-space:nowrap;		
	text-overflow:ellipsis; 
	display:inline-block;   
 }
#container .v-line {
    font-size:0;
    width:1px;
    height:30px;
    color:#fff;
    background-color:#000;
    margin:auto;
	z-index:5;
}
#container .v-line-rin {
    font-size:0;
    width:1px;
    height:30px;
    color:#fff;
    background-color:#000;
    margin:auto;
	margin-left:20%;
	float:left;
	z-index:5;
}
#container .v-line-kin,
#container .v-line-kin-solo {
    font-size:0;
    width:1px;
    height:30px;
    color:#fff;
    background-color:#000;
    margin:auto;
	display:inline; 
	margin-right:20%;
	float:right;
	z-index:5;
}
#container .h-line {
    font-size:0;
	width:auto;
    height:1px;
    color:#fff;
    background-color:#000;    
    margin-left:20%;
    margin-right:20%;
	z-index:5;
 }
#container .clear {
/*    clear:both; */
}
#mainContent .photoAttrib {
	text-align:center;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *   CATEGORY TABLET (and cascade to desktop)                *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (min-width:399px) {
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *   PEDIGREE TABLET                                         *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (min-width:499px) {
	span.tablet { 
		display:inline;
	}
	.adsenseTablet {
		margin:0;
		padding:0;
		display:block;
		text-align:left;
	}
	#sidebarLeft {
		display:block;
		float:left;
	}
	body #wrapper #mainContent {
		margin-left:10px;
/*		margin-left:125px; */ 
		min-height:710px;
	}
	body #wrapper #mainContent #genealogyTitle {
		margin-bottom:10px;
		padding-bottom:10px;
		padding-top:20px;
		min-height:125px;
	}
	#mainContent #genealogyTitle img {
		width:75px;
		height:75px;
	}
	#mainContent #genealogyTitle h1 {
		font-size:1.5em;
	}
	#mainContent #container #famousRelationshipNote,
	#mainContent #genealogyTitle h2 {
		font-size:1.25em;
	}
	#mainContent #genealogyTitle h3,
	#mainContent #genealogyTitle p {
		font-size:1em;
	}
}
@media only screen and (min-width:599px) {
	#mainContent #genealogyTitle img {
		width:90px;
		height:90px;
	}
	#container .box {
		font-size:10px;
		width:155px;
		line-height:15px;
	}
	#container .box p.boxName {
		max-width:155px;		
	 }
	#container .box p.boxDesc {
		font-size:10px;
		max-width:155px;		
	}
	#container .wife-box {
		font-size:10px;
		width:150px;
		line-height:15px;
	}
}
@media only screen and (min-width:699px) {
	#mainContent #genealogyTitle img {
		width:120px;
		height:120px;
	}
	#mainContent #genealogyTitle h1 {
		font-size:1.75em;
	}
	#mainContent #container #famousRelationshipNote,
	#mainContent #genealogyTitle h2 {
		font-size:1.35em;
	}
	#mainContent #genealogyTitle h3,
	#mainContent #genealogyTitle p {
		font-size:1.15em;
	}
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *   CATEGORY DESKTOP                                        *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (min-width:799px) {
	body #wrapper #mainContent {
		margin-left:10px; 
/*		margin-left:165px; */ 
		min-height:690px;
	}
	#mainContent .centerImage {
		display:block;
		padding:0;
		margin:auto;
		text-align:center;
	}
	#mainContent .centerImage hr {
		display:none;
	}
	#mainContent #genealogyTitle {
		min-height:150px;
	}
	#mainContent #genealogyTitle img {
		width:135px;
		height:135px;
	}
	#mainContent #genealogyTitle h1 {
		font-size:2em;
	}
	#mainContent #container #famousRelationshipNote,
	#mainContent #genealogyTitle h2 {
		font-size:1.5em;
	}
	#mainContent #genealogyTitle h3,
	#mainContent #genealogyTitle p {
		font-size:1.25em;
	}
	#mainContent #genealogyTitle p.timesRemoved {
		font-size:0.85em;
	}
	#container .box {
		font-size:12px;
		width:215px;
		line-height:17.5px;
	}
	#container .box p.boxName {
		max-width:215px;		
	 }
	#container .box p.boxDesc {
		font-size:12px;
		max-width:215px;		
	}
	#container .wife-box {
		font-size:12px;
		width:200px;
		line-height:17.5px;
	}
	#container ul ul.src {
		width:350px;
	}
	#container ul ul.src h2 {
		font-size:14px;
	}  
	#container ul ul.src .citation {
		margin:5px;
		padding:5px;
		font-size:12px;
	}
}
@media only screen and (min-width:919px) {
}
@media only screen and (min-width:999px) {
	#mainContent {
		margin-right:10px; 
/*		margin-right:125px; */ 
	}
	#mainContent #genealogyTitle img {
		width:150px;
		height:150px;
	}
}