/*
    $Id: style.css 112 2009-03-25 14:40:20Z gijsbert $
    Copyright (C) 2004 Gijsbert de Haan. All Rights Reserved.
*/

@import url("/docutils-style.css");
@import url("/project.css");

/*
body {
    background-image: none;
    background-color: rgb( 230, 230, 230 );
    background-repeat: repeat;
    margin: 0em 0em 0em 0em;
    padding: 0.5em;
    font-family: sans-serif;
}
*/

div#project-header {
  background-image: url("/gijsbert.org-header.jpg");
  background-repeat: repeat-x;
}

div#menu {
    background-color: rgb(120,120,120);
    border: 3px solid black;
    padding: 3px
}

div#menu a.unselected { text-decoration: none; color: black }
div#menu a.selected   { text-decoration: none; color: white }

/* small print, copyright notice */
div#footer {
  clear: both;

  font-style: italic;
  font-size: xx-small;
  text-align: center;
  color: rgb(128, 128, 128);

  padding: 5px;
  border-top: thin solid #CCCCCC;
}

h1 {
    color: navy;
}

div.googlevertright { 
  /* put google ads to the right, look same as content */
  float: right;
  margin: 12px;
  padding: 12px;
  border: thin dashed gray;
}

div.cmemads { 
  /* put google ads to the right, look same as content */
  float: right;
  margin: 0px 12px;
  padding: 4px 12px;
  width: 122px;
}
div.dashedbox { 
 border: thin dashed gray;
}
#cmemdonate form {
padding-top: 5px;
}
#cmemdonate {
text-align: center;
padding: 10px;
margin-bottom: 20px;
}

div.googlehorizontal { 
  float: none;
  margin: 12px auto 12px auto;
  padding: 6px;
  max-width: 728px;
  border: thin dashed gray;
}

