/*
CSS for Luther Library pages
*/

html, body {
margin: 0;
padding: 0;
border: 0;
font: small/1.4 Verdana, Helvetica, Arial, sans-serif;
}

body {
background-color: #cccccc;
background-image: url(index_files/background.jpg);
background-repeat: repeat-y;
color: #663300;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: bold;
font-family: Verdana, Arail, Helvetica, sans-serif;
font-size: 100%;
}

p {
margin: 0;
padding: 0;
font-weight: normal;
font-family: Verdana, Arail, Helvetica, sans-serif;
font-height: 1em;
}

img {
border : 1px solid #663300;

}
img alt {
font-size : small;
font-family : Verdana, Arial, sans-serif;
}

.highlight {
line-height: 125%;
background-color: yellow;
padding-left: 20px;
}

#header {
position: absolute;
margin: 0;
height: 200px;
width: 940px;
background-color: #663300;
border-top: 1px solid #cc9900;
border-left: 1px solid #cc9900;
border-right: 1px solid #cc9900;
padding-left: 10px;
padding-top: 10px;
}

#header img {
position: absolute;
top: 15px;
left: 630px;}

#header h1 {
margin: 0;
color : #ffcc00;
padding: 4px;
line-height: 1em;
font-size: xx-large;
}
#header h3 {
font-family : "Rage Intalic", "Pipita MT", "Brush Script MT", scripts;
color: yellow;
font-size: xx-large;}

#header p{
margin: 0;
color : #ffcc00;
padding: 2px;
line-height: 1em;
font-size: small;
}

#nav {
margin: 0;
padding: 0;
position: absolute;
top: 200px;
background: #cc9900;
border-left: 1px solid #cc9900;
border-right: 1px solid #cc9900;
border-bottom: 2px solid #fff;
list-style-type: none;
width: 950px;
height: 25px;
float: left;
}

#nav li{
margin: 0;
padding: 0;
float: left; /*this correctts the*/
width: 150px; /*IE whitespace bug*/
}

#nav a {
width: 150px;
float: left;
text-align: center;
color: #fff;
text-decoration: none;
line-height: 2;
border-right: 1px solid #663300; 
}

#nav a:hover {
background: #663300;
color: #ff0000;
}

#nav link {
color : aqua;
text-decoration : none
}

#nav visited {
color : aqua;
text-decoration : none
}
#nav_hom a {
border-left: #003366;
}
#nav_con a {
border-right: #003366;
}

#body_hom #nav_hom a,
#body_spo #nav_spo a,
#body_lin #nav_lin a,
#body_hist #nav_hist a,
#body_libad #nav_libad a,
#body_con #nav_con a {
background-color: #fff;
color: #663300;
font-weight: bold;
}
#container {
position: relative;
margin: 0 auto;
top: 10px;
width: 925px;
height: 1000px;
}

#leftblock {
position : absolute;
margin : 0;
padding : 2px;
top : 225px;
width : 310px;
padding-left : 5px;
background-color : #fff;
}
#leftblock h3 {
color: blue;
}

#middleblock {
position: absolute;
margin: 0;
padding: 2px;
top: 225px;
left: 320px;
width: 310px;
background-color : #fff;
}

#middleblock h1 {
color: blue;
font-size: xx-large;
}


#middleblock h2 {
color: red;
font-size: large;
}

#rightblock {
position: absolute;
margin: 0;
padding: 2px;
top: 225px;
left: 637px;
width: 310px;
padding-left: 4px;
background-color : #fff;
}

#rightblock h3 {
color: blue;
}


li {
margin: 0;
padding: 0;
list-style-type : disk;
color: #663300;
font-weight: bold;
line-height: 2em;
}

a {
text-decoration: none;
list-style-type: none;
line-height: 2;
color: #663300;
float: none;
border: none;
}
a:hover {
color: red;
}

