@import url(/styles/ped2.css);
/***************************************************

 styles for the left side nav menu

****************************************************/
@import "/wizardscastle/leftnav.css";

html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #483D8B;
	background-color: #FFFFE6;
	text-align: center;
	margin-bottom : 0px;
	margin-top : 10px;
	font-size : 100%;
	font-style : normal;
	font-weight : bold;
}

h1 		{	font-size:250%;	text-align:left;	text-decoration: underline;border:none;	}
h2 		{	font-size:180%;	text-align:left;	text-decoration: underline;border:none;	}
h3 		{	font-size:120%;	text-align:left;	text-decoration: underline;border:none;	}
h4 		{	font-size:110%;	text-align:left;	text-decoration: underline;border:none; font-weight:bold;	}
p			{	font-size:100%;	text-align:justify; }
strong 	{ 	font-weight:bold;}
em     	{ 	font-style:italic;}
img 		{ 	border:none; }
a       	{ 	text-decoration: none; color: #A52A2A; }
a:hover 	{ 	text-decoration : underline; color: #FFA500; }

#header	{ 	float:none;  width:750px;text-align:center}
#main 	{ 	float:none;  width:750px;text-align:center}
#nav 		{ 	float:left; }

#content { 	margin-left:115px;font-size: 80%; font-weight: normal; text-align:left;}

#footer 	{ 	text-align:center; font-size:80%; }
#footer p { text-align:center; }

#photo    { text-align:center; }
#photo h1 { font-size: 200%; font-weight: bold;   text-align: center; text-decoration:none; border:none;}
#photo h2 { font-size: 120%; font-weight: normal; text-align: center; text-decoration:none;}
#photo p  { font-size: 100%; font-weight: normal; text-align: center; text-decoration:none;}
#photo label { display:block;text-align:center; font-size:80%}
#shows { text-align:justify }
#shows p { text-align: justify }
#shows strong { font-style: normal; text-decoration: underline; font-weight:bold }
.spacer{ clear:both; }

table,tr,td {	border:none; padding:0; background-color:#FFFFE6;vertical-align:middle;}

.ctext   {	font-size: 100%;	font-weight: normal;	text-align: center; }
.indtext { 	font-size: 100%;	font-weight: normal;	text-align: left;	margin-left : 30%; }



.gbtext  {	font-size: 90%; font-weight:normal;	text-align: justify;	}
.gbtextb {	font-size: 90%; font-weight:normal;	text-align: justify;	}
.gbtexti {	font-size: 90%; font-weight:normal; font-style: italic;	text-align: left;	}
.gbhead  {	font-size: 110%; font-weight: bold;	text-align: center;	}


/* for pedigree */
#pppedigree { float:left; }
#ppdescrip { float:none; }
#ppdescrip img { float:left; }
.pptabpd  { border: 1px solid #483d8b}
.ppcelpdf { color:#483D8B; background-color: #FFFFE6; font-size:80%;border: 1px solid #483d8b; padding: 2px}
.ppcelpdm { color:#483D8B; background-color: #FFFFE6; font-size:80%;border: 1px solid #483d8b; padding: 2px}
.pplink   { 	text-decoration: none; color: #A52A2A; }

/* for album */
#index td { 	text-align: center; 	vertical-align:middle; }
#index img {	border-color: #FFEBCD; }
#index .image { margin-left: 2px; margin-right: 2px; 	margin-bottom: 0px; }
#slide .image { border: 2px solid; margin: 5px; padding:5px;}


