//==========================================================================================
//CSS file for the melanieswan.com website
//Name: Melanie Swan
//Date Created: June 6, 2007
//Filename: ms.css
//==========================================================================================

body {
  color: black;
  background: white;
  margin-bottom: 6ex;
  font-family: lucida handwriting, comic sans MS, arial, century gothic, sans-serif;
  font-size: 12px;
}

h1 {
  color: #039;
  background: white;
  margin-bottom: 2ex;
}

// h1 { color = navy; font-size: 2 em; font-family: serif }
// h2 { color = red; font-size: 1.5 em; font-family: Arial }
// body { color = blue; font-size: .8 em; font-family: Arial; font-weight: normal }


h2, h3, h4, h5, h6 {
  color: #039;
}

p {
  margin-left: 1.4in; margin-right: 1in; margin-top= 0in;
}


/*

table {
  margin-right: auto;
  margin-bottom: 2ex;
}

thead td, th {
  color: blue;
  background: #cccccc;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 1ex;
  border: 1pt solid gray;
}

tbody td, td {
  color: black;
  background: #eeeeee;
  font-size: 16px;
  padding: 0.5em 1ex;
  border: 1pt solid gray;
}

*/

pre {
  color: black;
  font-family: lucida handwriting, comic sans MS, arial, century gothic, sans-serif;
  font-size: 10px;
}


#coolmenu a:hover{
background-color: black;
color: white;
}


#calendar_table    {float: right; background-color: white; font-size: 9pt; 
                    font-family: Arial, Helvetica, sans-serif;
                    border-style: outset; border-width: 5px; margin: 0px 0px 5px 5px}

#calendar_head     {background-color: orange; color: ivory; letter-spacing: 4}

.calendar_weekdays {width: 30px; text-align: center; font-weight: bold; font-size: 10pt; border-bottom-style: solid}

.calendar_dates    {text-align: center; background-color: white}

#calendar_today    {text-align: center; font-weight: bold; color: orange; background-color: ivory;
                    border: 1px solid black}
