/*
CSS for Doodlecat site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #f8f8ff;
  line-height: 125%;
  padding: 0;
  margin: 0 auto;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h2, h3, h5 {
  text-align: left;
}

h1 {
  text-align: right;
  font-size: xx-large;
  background-color: black;
  color: white;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  padding-right: 4em;
  margin: 0;
  background: black url(backgrounds/titleback1.jpg) repeat-y left center;
}

h2 {
  color: #000000;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

h3 {
 font-weight: normal;
}

h4{
  text-align: center;
  padding-top: 15px;
}

.post-body div, p {
  font-size: small;
  color: #000000;
  text-align: justify;
}

ul {
text-align: left;
}

li {
  font-size: small;
} 

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  border-top: 3px solid #7fff00;
  border-bottom: 3px solid #7fff00;
  padding-top: .2em;
  padding-bottom: .4em;
  padding-left: 2em;
  margin: 0;
  background: #dcdcdc;
}

#bodycontent {
  padding-bottom: 20px;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 960px;
  text-align:center;
}

#bodycontentb {
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  max-width: 960px;
}

a {
  font-weight: bold;
}

a:link {
  color: #339900;
}

a:visited {
  color: #669966
}

a:hover {
  text-decoration: none;
  color: gray;
}

a:active {
  color: green;
}

.fun {
  color: #006400;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

#navigation {
  width: 180px;
  height: 500px;
  border-top: 3px solid #7fff00;
  background: #F8F8FF url(backgrounds/navback.jpg) no-repeat;
  padding-top: 20px;
}

#navigation a {
  font-weight: bold;
}

#navigation a:link {
  color: #7fff00;
  text-decoration: none;
}

#navigation a:visited {
  color: #7fff00;
  text-decoration: none;
}

#navigation a:hover {
  color: #000000;
  background-color: #a9a9a9;
  text-decoration: none;
}

#navigation a:active {
  color: white;
  background-color: #a9a9a9;
  text-decoration: none;
}

#navigation li {
  font-size: small;
  list-style-type: none;
}

#archive {
  width: 140px;
  height: 700px;
  border: 1px solid #a9a9a9;
}

#archive h2 {
  font-size: small;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin: 0;
  background: #dcdcdc;
  border-bottom: 1px solid #a9a9a9;
} 

#archive li {
  font-size: small;
  list-style-type: none;
}
 
#storynav {
  clear: both;
}

#storynav img {
  border: 0;
}

#storynav p{
  text-align: center;
}


#header {
  border-top: 3px solid #7fff00;
}

#blogroll {
  float: right;
  margin-top: 55px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right:10px;
  width: 130px;
  border: 1px solid #a9a9a9;
 font-size: x-small;
}

#blogroll h2 {
  text-align: center;
  font-size: x-small;
  padding: 5px;
  margin: 0;
  background: #dcdcdc;
  border-bottom: 1px solid #a9a9a9;
}

#blogroll div {
  padding: 5px;
}

#blogroll a:link {
  color: black;}

#blogroll a:visited {
  color: #696969
}

#blogroll a:hover {
  text-decoration: none;
  color: gray;
}


.imgright {
  background-color: white;
  float: right;
  padding: 10px; 
  border: 2px #a9a9a9 solid;
  margin-left: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.imgleft {
  background-color: white;
  float: left;
  padding: 10px; 
  border: 2px #a9a9a9 solid;
  margin-right: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.imgcenter {
  background-color: white;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 10px; 
  border: 2px #a9a9a9 solid;
  text-align: left;
} 

.imgrightsml {
  background-color: white;
  float: right;
  padding: 10px; 
  border: 2px #a9a9a9 solid;
  margin-left: 20px;
  margin-right: 70px;
  margin-bottom: 10px;
  text-align: left;
}

.imgleftsml {
  background-color: white;
  float: left;
  padding: 10px; 
  border: 2px #a9a9a9 solid;
  margin-right: 20px;
  margin-left: 70px;
  margin-bottom: 10px;
  text-align: left;
}
.floatclear {
  clear: both;
} 

.credit {
  font-size: x-small;
  color: gray;
  margin-top: 0;
}

.title {
  font-size: 70%;
  font-weight: bold;
  color: gray;
  margin-top: 0;
}

table.menu {
  border-collapse: collapse;
}

table.menu {
  margin-left: auto;
  margin-right: auto;  
  text-align: left;
}

table.menu th {
  font-size: x-small;
  background: #000000;
  color: #7fff00;
}

table.menu th, table.menu td {
  padding: 4px;
  border: 1px solid #A9A9A9;
}

table.menu td {
  font-size: small;
  background: #dcdcdc;
}

table.menu li {
  font-size: 80%;
  list-style-type: none;
}

table.menu caption {
  color: #000000;   
  font-size: small;   
  font-weight: bold;   
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

table.contents {
  border-collapse: collapse;
}

table.contents {
  margin-left: auto;
  margin-right: auto;  
  text-align: left;
}

table.contents th, table.contents td {
  padding: 4px;
  border: 1px solid #a9a9a9;
}

table.contents th {
  border: 1px solid #000000;
  font-size: x-small;
  text-align: left;
  background: #708090;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.contents td {
  font-size: small;
  background: #ffffff;
}


table.contents a:link {
  color: black;}

table.contents a:visited {
  color: #696969
}

table.contents a:hover {
  text-decoration: none;
  color: gray;
}

table.contents caption {
  color: #000000;   
  font-size: small;   
  font-weight: bold;   
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
}

form.contact fieldset {   
  border: 2px solid gray;   
  padding: 10px;
}  

form.contact legend {   
  font-weight: bold;   
  font-size: small;   
  color: #000000;   
  padding: 5px; 
}

form.contact {   
  padding: 0;   
  margin: 0;   
  margin-top: -15px;
  line-height: 150%;
}

form.contact label {
  font-weight: bold;
  font-size: small;
  color: #000000;
}

form.contact label.fixedwidth {   
  display: block;   
  width: 240px;   
  float: left; 
}

form.contact .buttonarea input {   
  background: #000000;   
  color: #7fff00;   
  font-weight: bold;   
  padding: 5px;   
  border: 1px solid white; 
}

form.contact .buttonarea {   
  text-align: center;   
  padding: 4px;   
  background-color: gray; 
}


/*
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, #bodycontentb, #header, #archive {
  position: absolute;
}

#navigation, #bodycontent, #bodycontentb {
  top: 8.9em;
}

#bodycontentb {
left: 200px;
}

#header {
  width: 100%;
}

#archive {
  top: 700px;
  left: 20px;
}

#search {
  position: absolute;
  top: 11.4em;
  right: 20px;
  font-size: x-small;
  font-weight: bold;
}
