/*
  cowpad.css style sheet for cowpad.org
*/

body {
  background-color:       white;
  background-image:       url(winfade.jpg);/*url(bydand.jpg);*/
  background-position:    0 50px;
  background-repeat:      no-repeat;
  }


/* top part of window 
   ... with gordon plaid background (very dark) */
div.top {
  margin-top:            -1em;
  background-image: url(gordon.gif);
  color: white;
  font-weight: bold;
  text-align: center;
  }

.top h1 {
  padding-top: 0.5em;         /* no effect */
  }

.top p {
  padding-bottom: 1em;
  }

/* 
  main part of window 
  ... without shoulder patch background
*/
.plain {
  background-color: white;
  }


/* 
  main part of window
  ... with shoulder patch background
*/
div.patch {
/*  background-color: white;*/
/*  background-image: url(winfade.jpg);*/
  background-repeat: no-repeat;
  /*background-position: bottom;*/
  /*font-weight: bold;*/
  vertical-align: baseline;
  width: 100%
  }

div.patch h2 {
  margin-left: 0.5em;
  }

div.patch table {
  margin-left: 0.5em;
  }

/* ******************  navigation bars  ************** */

div.navBlock {
  background-color: clear;
  float: right;
  width: 25%
  border: none;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  padding-bottom: 0.5em;
}

.navBlock h2.navhead {
  color: #fff;
  border: none;
  width: 100%;
  font-weight: bold;
  font-size: medium;
  text-indent: 0.5em;
  margin-top: 0;
  padding: 0.1em 0;
}

.navBlock li {
  margin-right: 1em;
  }

.navBlock div, .navBlock p, .navBlock ul {
  margin-top: 0.2em;
}

.navBlock p, .navBlock div {
  text-indent: 0.3em;
}

/* various stuff */

table.plain {
  border: none;
  }

table.plain td {
  border: none;
  }

table {
  border: none;
  }

td {
  border: none;
  vertical-align: top;
  }

th {
  text-align: left;
  }