/*CSS File for IRLP4Kids
Please send comments to
kc0pqj at gmail dot com*/

/*Heading family*/
body{
font-family: arial,serif,"times new roman";
font-size: 12pt;
color: #333333;
font-weight: normal;
background-color: #000000;
}

h1{
font-family: "Arial black",sans-serif,arial;
color: red;
font-size: 20px; 
}

h2{
font-family: arial;
color: #333333;
font-size: 20px;
letter-spacing: 0.2em;
}

h3{
font-family: arial;
color: #0000ff;
letter-spacing: 0.3em;
text-align: center;
font-size: 15px;
}

h4{
font-family: "copperplate gothic light",arial;
font-size: 15px;
letter-spacing: 0.1em;
text-align: center;
}

h5{
font-family: arial;
font-size: 13px;
text-align: left;
color: #0000ff;
}

h6{
font-family:arial;
font-size: 12px;
color: #333333;
}

h7{
font-family: arial, serif;
font-size: 14px;
}

/*entire page*/
#entire{
width: 800px;
float: left;
}

/*styling hr tag*/
hr {
width: 100%;
color: #666666;
border-style: dashed;
float: left;
}

/*centerpiece*/
#center{
width: 600px;
float: right;
background-color: #FFFFFF;
padding: 10px;
-moz-border-radius: 1em;
border-radius: 1em;
}

/*header*/
#header{
width: 900px;
float: left;
-moz-border-radius: 1em;
border-radius: 1em;
padding-bottom: 10px;
}

/*hoverpopup*/
#hoverpopup{
font-size: 10px;
font-family: arial, serif;
}

/*Menu*/
#menu 
ul{
list-style: none;
padding: 0;
margin: 0;
float: left;
}

#menu 
li a{
background: url(gradient.png) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 12em;
display: block;
border: 0.1em solid #000000;
color: #0d2474;
text-decoration: none;
font-size: 13px;
text-align: center;
}


a:hover{
font-style: italic; 
}

/* Hide from IE5-Mac \*/
#menu li a
{
float: none
}
/* End hide */

#menu
{
width:12em
}
/*End Menu*/

