/*
 * AlexDW's New and Improved CSS2 StyleSheet
 * This is for the new layout
 * Designed for The Home of AlexDW
 * http://www.mgzi.net/
 * Copyright (C) 2004 H. Alex La Hurreau
 */

/* Bloody browser bugs */
pre, code, tt, samp {
   font-family: monospace;
   color: #000;
}

/* We now have a white background (with black text) */
html, body { background: #ffffff; color: #000000; }

/* Heading/SubHeading formats */
#head {
   text-align: center;
   margin-bottom: 0px;
}
#subhead {
   text-align: center;
   margin-top: 0px;
   font-family: "Zapf Chancery", "Apple Chancery", "Lucida Calligraphy", cursive;
}
.subhead {
   font-style: italic;
   font-size: 22pt;
}

/* Top banner formatting */
div.banner {
   border: none;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: -10px;
   margin-bottom: 0px;
   padding: 0.2em 0.3em;
   text-align: center;
   font-weight: bold;
}
div.banner a:link, div.banner {
   background: #5eb3cb;
   color: #ffffff;
   text-decoration: none;
}
div.banner a:visited {
   background: #5eb3cb;
   color: #ffdddd;
   text-decoration: none;
}
div.banner a:active {
   background: #fafad2;
   color: #990000;
   text-decoration: none;
}
div.banner a:hover {
   background: #f0e68c;
   color: #003377;
   text-decoration: none;
}

a:link {
/*   background: #dcdcdc; */
   background: transparent;
   color: #0000ff;
   text-decoration: none;
}
a:visited {
/*   background: #dcdcdc; */
   background: transparent;
   color: #da70d6;
   text-decoration: none;
}
a:hover {
   background: #0000ff;
   color: #dcdcdc;
   text-decoration: none;
}
a:active {
   background: #0000ff;
   color: #f0e68c;
   text-decoration: none;
}

/* Page layouts */
div.page {
   background: #dcdcdc;
   color: #000000;
   border: none;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
}
div.body {
   margin-top: -0.5em;
   padding: 0.0em 0.5em;
}

/* CSS for the whole Layout table */
div#layout {
}

/* CSS for the whole Main Cell */
#main {
}

/* CSS for the whole Sidebar */
#sidebar {
   font-size: 85%;
}

/* CSS for the link buttons */
div.button {
   text-align: center;
}

/* CSS for the anti-SPAM message */
div.spamnotice {
   text-align: right;
   font-style: italic;
   font-size: small;
   font-family: Times, "Times New Roman", serif;
   margin-top: -1em;
   padding: 0.5em 0.5em;
}

/* CSS for acronyms (saw this on php.net) */
abbr, acronym {
   border-bottom: 1px dashed #00cc00;
   cursor: help;
}

img { border: 0; }

div.announcement {
   border: outset black;
   text-align: center;
   padding: 0.2em 0.2em;
}

div.googlead {
/*   border: outset black;*/
   text-align: center;
   padding: 0.2em 0.2em;
}

ul.links {
   margin-left : 0;
   padding-left : 0;
}

ul.links li {
   margin-left : 0;
   list-style : none;
}

ul.links li ul {
   padding-left : 2em;
   margin-left : 0;
}

/* vim:set expandtab ts=3: */
