*
{
  background-color:transparent;
  font-family:"Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
  font-size:10pt;
}

blockquote
{
  margin:20px;
  font-style:italic;
  border-left-color: #FF00FF;
  border-left-style: solid;
  padding-left: 25px;
}

input, textarea
{
  border:1px solid;
}

a img
{
  border-style:none;
}

body
{
  margin:0px;
  padding-bottom:20px;
  background-color: white;
}

div.page
{
  background-color: white;
}

a
{
  text-decoration:none !important;
  color:#0066cc;
  font-family:inherit !important;
  font-size:inherit !important;
  font-style:inherit !important;
  font-weight:inherit !important;
}

a:hover
{
  border-bottom:1px solid;
}

.page                  { margin:0px auto;width:800px;border-width:0px 1px;border-style:solid; }
#pageTitle             { float:left;padding:2px 13px 2px 25px;background-color:black;color:white;letter-spacing:10px;font-size:17pt;font-family:"Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif; }

/* header image */
#header *              { vertical-align:top; }
#headerCaption         { position:absolute;top:135px;width:795px;color:white;font-size:7pt;text-align:right; }

/* menu */
#menu                  { position:absolute;top:20px;background-color:white;padding:4px 0px; }
#menu a                { padding:0px 10px;font-size:9pt;letter-spacing:1px;border-bottom:none;color:black; }
#menu a#current        { color:blue; }

#copyright             { float:right;margin:30px 5px 10px;font-size:7pt;  }
#innerContent          { padding:0px 20px 0px;margin-top:40px; }
#footer                { border-bottom:1px solid;padding-bottom:20px; }

.sectionEnd            { clear:both; }

.indented              { text-indent:1em; }
.leadText              { font-weight:bold;padding-bottom:15px;font-size:10pt; }
.signature             { padding-top:10pt;padding-right:10px;text-align:right; }

p                      { margin:10px 0px; }

h1, h1 *, div.leadText, .title
{
  font:bold italic 14pt "georgia", "times", "times new roman", serif;
}

.list .title
{
  font-size:10pt;
}

h2
{
  font-size:6pt;
}

.film h1, .blogPost h1 *
{
  color:red;
}

#profileImage { width:100%; }
#contactImage { width:100%; }
#giveImage { width:100%; }

#homePage img { width:100%; }
#filmsPage img { width:100%; }
#headerImage { width:100%; }

/* IE hack to center the page (since margin:auto doesn't work)               */
/*                                                                           */
body                   { text-align:center; }
body .page             { text-align:left; }
