/*

   $Header: site2.css  Revision:1.1  Saturday, November 10, 2007 11:00:20 AM  JohnB $

   $Log3: C:\Documents and Settings\jwbrooking\My Documents\Computer Work\QVCS Archives\moonpiepress.com\www\site2.dtt $
   
     A second version of the site.css file. (Might be similar enough to the
     original to merge, but unsure at this point.)
   
   Revision 1.1  by: JohnB  Rev date: 11/10/2007 11:00:20 AM
     Added link hover background color for navbar.
   
   Revision 1.0  by: JohnB  Rev date: 6/15/2006 11:18:40 PM
     Initial revision.
   
   $Endlog$

*/

body, div, img, table {
   margin: 0;
   padding: 0;
   border: 0;
}


body {
   font-family: Arial, sans-serif;
}

#header, #navbar, #body {
   background-repeat: no-repeat;
}

#header {
   height: 116px;
}

#navbar {
   background-position: 0 -116px;
   height: 80px;  /* Room for a 4-row table */
   padding-left: 245px;
}

#navbar table {
   margin-top: 6px;
}

#navbar td {
   font-family: Lucinda, Lucinda Sans Unicode, Geneva, Arial, Helvetica, sans-serif;
   font-size: 85%;
   font-weight: bold;
   padding: 0 7px;
}

#navbar tr.row1 td {
   border-right: 1px solid black;
}

#navbar tr.row1 td.last {
   border-right: none;
}

#navbar a {
   color: black;
   text-decoration: none;
}

#navbar a:hover {
   background-color: #FF6;
}

#navbar .current {
   color: white;
}

#body {
   background-position: 0 -196px;
   min-height: 250px;
   padding-left: 340px;
}

#login {
   margin-left: 120px;
}

#login .login {
   color: white;
}

/* Technique for drop-shadows in CSS from
   http://www.alistapart.com/articles/cssdropshadows/
   - Thanks, Sergio!
*/

div.drop-shadow {
   background: url(http://www.moonpiepress.com/images/books/shadowAlpha.png) no-repeat bottom right !important;
   background: url(http://www.moonpiepress.com/images/books/shadow.gif) no-repeat bottom right;
   margin: 10px 0 0 10px !important;
   margin: 10px 0 0 5px;
   float: left;
}

div.drop-shadow img {
   display: block;
   position: relative;
   margin: -4px 4px 4px -4px;
   border: 1px solid gray;
}
