/*
CSS for Earth Dog Apps site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  line-height: 125%;
  padding: 0;
  margin: 0;
  background: beige;
  background-image: url(backgrounds/sandtexture_seamless4.jpg);
}

h1 {
  font-family: "Comic Sans MS", Zapf-Chancery, cursive ;
  font-weight: bolder;
  font-style: italic;
  font-size: xx-large;
  background-color: black;
  color: tan;
  padding-top: .25em;
  padding-bottom: 1em;
  padding-left: .4em;
  margin: 0;
  background: black url(backgrounds/earth_only_100.png) no-repeat right top;
}

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

h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: .5em;
}

h3 {
  color: mediumblue;
  font-size: 120%;
  font-weight: bold;
  padding-top: .15em;
}

#navigation li {
  font-size: small;
  list-style-type: none;
  text-decoration: none;
  line-height: 200%;
}

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


#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: 14em;
  margin: 0;
  background: #bed8f3 url(backgrounds/tagline_bkg.jpg) repeat-y right;
}

#footer p {
  font-size: x-small; 
  font-family: Georgia, Times, serif;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: 2em;
  margin: 0;
  background: #7da5d8 ;
}

#topline {
  font-size: x-small ;
}  

a.question {
  color: darkblue;
  font-size: small; 
}

a {
  font-weight: bold;
}

a:link {
  color: navy;
}

#navigation a:link {
  text-decoration: none;
}

a:visited {
  color: saddlebrown;
}

#navigation a:visited {
  text-decoration: none;
}

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

a:active {
  color: aqua;
  background-color: navy;
}

li.bulletanch {
  list-style-type: none;
}

li.bulletapp {
  list-style-type: none;
  font-size: large;
}

/* classes for navigation to highlight current page */
#home .home, #apps .apps, #manuals .manuals, #faq .faq, #about .about, #links .links, #contact .contact, .fun li {
  font-size: large;
  color: white;
}

.footnote {
   font-size: xx-small;
   font-style: italic;
   padding-top: .3em
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

img.center_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
  
img.feature {
  float: left;
  margin: 10px;
}
  
img.rightfeature {
  float: right;
  margin: 10px;
}

.imagetb .caption {                  
  font-size: 60%;
  color: navy;  
}
				  
table.imagetb {
  float: right;
  width: 180px;
  margin: 10px;
}  

#navigation {
  background: #7da5d8 ;
  width: 150px;
  height: 600px; 
}

#header {
  border-top: 3px solid black;
}

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

table.format_table {
  border-collapse: collapse;
  border: 0;
  text-align: left;
}

table.format_table  td {
  padding: 4px;
  vertical-align: top;
}


/*
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, #footer {
  position: absolute;
}

#navigation, #bodycontent {
  top: 10.76em;
}

#bodycontent {
  left: 170px;
  margin-right: 5em;
}

#header {
  width: 100%;
}

#footer {
  top: 45.7em;
  width: 150px;
}
