﻿/*
CSS for Barony of Seleone Library Pages
Isabel Kessler 2007
*/

body {
font-family: verdana, helvetica, arial, sans-serif;
background-color: #111133;
line-height: 125%;
}

li {
font-size: small;
color: white;
}

h1 {
font-family: "copperplate gothic bold", helvetica, arial, sans-serif;
background-color: #333366;
color: #cccc33;
font-weight: normal;
padding-top: 5px;
padding-bottom: 5px;
margin: 0;
}

h2 {
color: #9999CC;
font-weight: normal;
font-size: medium;
}

h3 {
color: white;
font-size: large;
font-weight: normal;
}

p {
font-size: small;
color: #CCCCFF;
}

blockquote {
font-size: small;
color: #FFFFFF;
}

/*
ID SELECTORS
*/

#header h1 {
padding: 10px;
width: 820px;
}

#navigation {
background: #111133 url(librarycolumn.gif) no-repeat;
}

#bodycontent {
overflow-y: scroll;
}

#bodycontent {
background: #111133 url(lionfield.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
height: 544px;
width: 829px;
border-bottom: 2px solid #9999CC;
padding-left: 5px;
padding-right: 5px;
}

#disclaimer {
font-size: x-small;
line-height:100%;
}

#ingredients li {
color: white;
}

/*
PSEUDO-CLASSES
*/

a:link {
color: #333366;
}

a:visited {
color: #663399;
}

a:hover {
color: #CC99FF;
}

#header a:link {
color: #CCCC66;
}

#header a:visited {
color: #999933;
}

a:hover {
color: #FFFFFF;
}

#navigation li {
padding-right: 20px;
}

/*
CLASS SELECTORS
*/

.libraryillo {
float: right;
margin-top: -80px;
}


/*
#header, #navigation, #bodycontent, #disclaimer, #missive, #thanks, #orientation, #welcome, #campsites, #meetings, #finn, #recipes, #filk, #events, #regnum, #populace, #peers, #history, #links, #newsgroups{
border: 1px solid red;
padding: 0;
margin-bottom: 0;
}
*/

/*
POSITIONING
*/

#header, #navigation, #bodycontent {
position: absolute;
}

#navigation {
width: 150px;
height: 330px;
padding-top: 260px;
margin-top: 0;
}

#header {
left: 160px;
}

#bodycontent {
top: 57px;
left: 161px;
}

#disclaimer {
clear: right
}
