﻿/*
CSS for Ten Minute Tales site
*/

#navigation, #bodycontent, #header, #validationbadges, #nepotism, #pageimage {
  position: absolute;
}

#navigation, #bodycontent {
  top: 140px
}

#header {
  width: 400px
}


body {
  font-family: Tahoma, Verdana, Arial, serif;
  color: #4b0082;
  background: #f5deb3 url(Images/clock_books5.jpg);
}

#navigation {
  width: 200px;
  background: #bdb76b;
  color: white;
}

#nepotism {
  top: 270px;
  padding: 10px;
  width: 180px;
  background: #daa520;
  padding-bottom: 20px;
}

#validationbadges {
  top: 550px
}

#pageimage {
  left: 750px;
}


/*
LINK STATES
*/

a:link {
 color: #b22222;
 font-weight: bold;
}

a:visited {
 color: #8b0000;
 font-weight: bold;
}

a:hover {
 color: green;
 font-weight: bold;
}

a:active {
 color: black;
 font-weight: bold;
}

/*
OTHER FEATURES
*/

#bodycontent {
  left: 220px;
  padding-bottom: 30px;
  line-height: 140%;
}

#tagline {
  background: #66cdaa;
  color: #191970;
  width: 100%;
}

h1 {
  font-style: italic;
  font-size: xx-large;
  background-color: #4b0082;
  padding-left: 0.2em;
  padding-top: 0;
  color: white;
}

/*li {
  list-style-type: none;
}*/
