/* CSS file for Erlebach family history */

html, body 
{
background-color:#ffffff;     /* White*/
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
line-height:120%;
margin:0;
padding:0;
border:0;
}

/* Remove browser inconsistent padding and margin  */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input
{
margin:0;
padding:0;
}

/* RAE to redo colours */
a:link {color:#800080; text-decoration:none;}      /* Purple */
a:visited {color:#ee82ee; text-decoration:none;}   /* Violet */
a:active {color:#ff0000; text-decoration:none;}    /* Red */
a:hover {color:#ff0000; text-decoration:none;}     /* Red */

#frame 
{
margin:10px;
text-align:left;
}

h1
{
margin-top:10px;
font-size:150%;
font-weight:bold;
text-align:center;
}

h2
{
margin-top:10px;
font-size:120%;
font-weight:bold;
text-align:center;
}

h3
{
margin-top:10px;
font-size:100%;
font-weight:bold;
}

p
{
margin-top:10px;
}

ul
{
list-style-position:inside;
} 

li
{
margin-top:5px;
}

q
{
font-size:90%;
}

blockquote q
{
font-size:100%; /* The 90% from blockquote applies */
}

blockquote p
{
margin-top:0px;
}

blockquote
{
margin-top:0px;
margin-bottom:5px;
margin-left:10px;
margin-right:10px;
font-size:90%;
}

@media screen
{ 
 #menu
 {
 float:left;
 width:200px; /* Value must match #content margin-left */
 }
}
@media print 
{ 
 #menu
 {
 display:none;
 }
}

@media screen
{ 
 #content
 {
 margin-left:200px; /* Value must match #menu width */
 }
}

.menuul
{
margin-top:20px;
list-style:none;
}

.floatr
{
float:right;
margin-left:20px;
margin-bottom:20px;
}

.footer
{
font-size:0.75em;
text-align:center;
margin-top:20px;
}

.centretext
{
text-align:center;
}
.underline
{
text-decoration:underline;
}
