/*
CSS for Keeping House site
*/

body {
font-family: Cambria, Helvetica, Arial, sans-serif;
background-color: #fffded;
line-height: 125%;
padding: 0;
border: 0;
}

h1 {
font-size: xx-large;
font-style: italic;
color: #fffded;
padding-top: 1.0em;
padding-bottom: 1.0em;
padding-left: .4em;
margin: 0;
background: #a90017 url(headerpic.jpg) repeat-y right;
}

li {
font-size: small;
list-style-type: disc;
}

h2 {
color: #a90017;
font-size: x-large;
font-weight: bold;
font-style: italic;
}

p {
font-size: medium;
color: #a90017;

}

#tagline p {
font-style: italic;
font-size: large;
font-family: Cambria, Times, serif;
border-top: 3px solid #a90017;
border-bottom: 3px solid #a90017;
padding-top: .2em;
padding-bottom: .2em;
padding-left: .8em;
margin: 0;
background: #fffded url(backgrounds/tagline-fade.jpg) repeat-y right bottom;
}

em {
text-transform: uppercase;
}

h1,h2,h3 {
font-family: Cambria, Helvetica, Arial, sans-serif;
}

a {
font-weight: bold;
}

a:link {
color: black;
}

a:visited {
color: #3D0011;
}

a:hover {
text-decoration: none;
color: #a90017;
background-color: #fffded;
}

a:active {
color: black;
background-color: #fffded;
}

.fun {
color: #339999;
font-family: Georgia, Times, serif;
letter-spacing: 0.05em;
font-style: italic;
}

#navigation {
width: 180px;
height: 484px;
background: #feedea url(navpic.jpg) no-repeat 
}

#header, #sitebranding, #tagline, #navigation, #bodycontent {
padding: 2px;
margin: 0;
}

/*
This section deals with the position of items on the screen. It uses absolute positioning - fixed x and y coordinates measured from the top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header {
position: absolute;
}

#navigation {
top: 140px;
left: 12px;
}

#bodycontent {
top: 200px;
left: 200px;
}

#header {
width: 100%;
}

.feature {
float: right;
margin: 10px;
}

#search {
position: absolute;
top: 130px;
right: 10px;
font-size: x-small;
font-weight: bold;
}

#btt {
float: right;
width: 100px;
font-size: 70%;
font-weight: bold;
font-color: red;
}

form.shopping label.fixedwidth {
display: block;
width: 500px;
float: left;
}

