/*
CSS for Breakfast4kids site
*/

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 <!-- background-color: #6699cc; -->
 background-color: white;
 line-height: 125%;
 padding-right: 20px;
 margin: 0;
}

h1, h2, h3 {
 font-family: verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
 font-size: x-large;
 background: ffffcc;
 color: navy;
 padding-top: 2em;
 padding-bottom: .2em;
 padding-left: .4em;
 margin: 0;
}

h2 {
 color: navy;
 font-size: 130%;
 font-weight: normal;
 padding-top: 15px;
}

h3 {
 color:navy;
}

h2, ul {
 margin-top: 15px;
}

li {
 font-size: small;
 list-style-type: none;
}

p {
 font-size: small;
 color: navy;
}

#tagline p {
 font-style: italic;
 font-family: georgia, Times, serif;
 <!-- background: #3399CC; -->
 background: lightgrey;
 border-top: 3px solid #003366;
 border-bottom: 3px solid #003366;
 padding-top: .2em;
 padding-bottom: .2em;
 padding-left: .8em;
 margin: 0;
}

#navigation {
 padding-top: 5px;
 width: 180px;
 height: 600px;
 background: #336699 url(wheatfield_light.jpg);
}
#sitebranding {
 height: 88px;
}

#sidead {
 padding-top: 500px;
 padding-left: 19px;
}

#linksad {
 <!-- float: right; -->
 top: 7.66em;
 padding-top: 0px;
 padding-right: 30px;
 margin: 20px;
}

#bottomad {
 float: right;
}
#frontad {
 float: right;
}

#aboutad {
 padding-top: 160px;
}

#linkexchange {
 float: right;
 padding-top: 340px;
 font-size: small;
}

em{
  text-transform: uppercase;
}

.fun {
 font-family: Arial, Georgia, serif;
 font-weight: bold;
 color: #330066;
 letter-spacing: 0.05em;
}

blockquote.fun {
 font-style: italic;
}

a {
 font-weight: bold;
}

a:link {
 color: #E8E8E8;
}

a:visited {
 color: darkblue;
}

a:hover {
 text-decoration: none;
 color: #E8E8E8;
 background-color: navy;
}

a:active {
 color: aqua;
}

/*
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, #bodycontent {
 top: 7.66em;
}

#bodycontent {
 left: 190px;
 padding-right: 20px;
}

#header {
 width: 100%;
 border-top: 3px solid #7da5d8;
}

.feature {
 float: left;
 margin: 20px;
}

table.table-autosort caption {
 color: #000066;
 font-size: small;
 text-align: left;
 padding-bottom: 5px;
 font-weight: bold;
}

table.table-autosort th {
 font-size: x-small;
 text-align: left;
 background: white url(backgrounds/header-bg.jpg);
 color: black;
 padding-top: 0;
 padding-bottom: 5px;
 padding-left: 2px;
 padding-right: 2px;
}

table.table-autosort td {
 font-size: small;
 <!-- background: #e2edff url(backgrounds/td.jpg) repeat-x top; -->
}


