/*
*  common.css
* 
*  CSS used throughout the site.
*/

/*
*  General
*/
body
{
   font-size: 83%;
   font-family: sans-serif;
}
form, p, blockquote, h1, h2, h3, h4, h5
{
   margin: 0;
   padding: 0;
}
.nocss
{
   display: none;
}
h1
{
   font: normal 167% georgia;
   padding-bottom: 10px;
   color: #333;
}
h2.modhead
{
   font: normal 136% georgia;
   padding-bottom: 5px;
   color: #333;
}
h3.modhead
{
   font: bold 100% verdana;
   text-transform: uppercase;
   padding-bottom: 5px;
   color: #333;
}
p
{
   font: normal 85% verdana;
   text-align: left;
   color: #333;
   line-height: 1.7em;
}
p.mid
{
   margin-bottom: 15px;
}
a:link
{
   color: #428ec6;
}
a:visited
{
   color: #428ec6;
}

/*
*  Dates
*/
.date .mon
{
   text-transform: uppercase;
   font: normal 77% verdana;
}
.date .dayyear
{
   text-transform: none;
   font: normal 100% georgia;
}

/*
*  Canvas
*/
#canvas
{
   width: 750px;
   margin: 0 auto;
}
#canvas .canvasbd
{
   float: left;
   width: 750px;
}

/*
*  Footer
*/
#footer
{
   float: left;
   width: 750px;
   height: 1em;
   margin-top: 15px;
   border-top: 10px solid #ccc;
   padding: 5px 0 30px;
   font: normal 77% verdana;
   color: #999;
}
#footer img
{
   position: relative;
   top: 3px;
   border: none;
}
