/* appstogo.css - Updated 07/05/11, DMcF */
/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  */

body {color:#000000; background-color:#ffffff; background-image:url(img/chameleon.jpg);
  background-attachment:fixed; background-position:top left; background-repeat:no-repeat;
  font-family:Droid Sans,Arial,sans-serif;}

.title {color:#ffff00; position:absolute; top:0px; left:0.5em; height:1em;
  margin-left:auto; margin-right:auto; padding:5px; z-index:0;
  font-family:Droid Sans,Arial,sans-serif;}
h2 {padding-top:0.5em;}
.faint {color:#A0A0A0;}
.small {font-size:smaller;}

.sidebar {position:absolute; top:6em; left:1%; width:13em; z-index:1; padding:0em;}

.content {margin-top:6em; margin-left:14em; padding:1em; margin-right:1em;}
.content {color:#000000; background-color:#E0FFAD; border:thin solid;}
/* Ensures text in paragraphs doesn't stretch right across the screen - only works in more advanced browsers. */
/* .content p {max-width:45em;} */
.content a:hover {color:#FF4040;}

.news {font-size:smaller; padding:0.5em; border:thin dotted;}

.menu {padding:0.5em; margin-bottom:0.5em;}
.menu {text-align:left; background-image:url(img/filteryellow.gif); border:thin solid #000000; font-weight:bold;}
.menu strong {font-size:larger;}
.menu a {display:block; color:#000000; background-color:inherit;}
.menu a:hover {color:#FF4040; background-color:#ffff00;} /* originally #E6E6FA */
ul.menu {list-style:none; text-align:left; margin:0px;}
ul.menu li {display:inline;}

.other {padding:0.2em; margin-top:0.5em;}
.other {text-align:center; background-image:url(img/filterred.gif); border:thin solid #000000;
  background-color:inherit; color:#000000; font-weight:bold;}

.footer {background-image:url(img/filterred.gif); background-color:inherit; color:#000000; font-weight:bold;}
/* .footer a:link {color:#000000; background-color:transparent; font-weight:bold;} */
.footer a:link {color:#000000; font-weight:bold;}

.ending {padding:0.5em; margin-top:0.7em; margin-right:1em;}
.ending {text-align:center; background-image:url(img/filterred.gif); border:thin solid #000000;
  background-color:transparent; color:#000000; font-weight:bold; font-size:85%;}

