/* CSS 2 stylesheet for www.thecommongood.info */

/* Generic settings */

H1 { color: #330099;
     border-bottom: solid 0.05em #3f3f3f;
     line-height: 0.9em;
     margin-top: 0.1em;
     }
H2 { color: #330099 }

P.dropcap:first-letter
{ 
  font-size: 200%;
  padding-right: 3px;
  color: #392266;
  text-shadow: 0.5em 0.5em red;
  vertical-align: text-top;
  float: left;
  }

BODY { background: #ffffff;
       margin-left: 0;
       margin-right: 0;
       margin-top: 0;
       color: #172244;
       font-family: Verdana, sans;
       }

a { color: #392266 }
a:hover { color: #ffcc80 }

/* Bar across the top of each page. <div id=#titlebar>...</div> */

#titlebar { font-weight: bold;
            position: fixed;
            height: 80px;
            width: 100%;
            top: 0px;
            left: 0px;
            background: #468c8c;
            text-align: center;
            color: #113333;
            }

#titlebar a { color: #dd8800 }
#titlebar a:hover { color: #ffcc80 }

#titlebar H1
{ color: #ff9900;
  font-family: "Book Antiqua";
  font-weight: bold;
  font-size: 28pt;
  margin-bottom: 0.1em;
  border-bottom: none;
  line-height: 1.2em;
  margin-top: 0.1em;
  }

#maincontainer { margin-top: 95px;
                 margin-left: 100px;
                 margin-right: 100px;
                 padding-left: 35px;
                 padding-right: 35px;
                 max-width: 800px;
                 align: center;
                 }
                 

/* IE patch */
* html #maincontainer { margin-top: 15px; }

/* Floating images */

.floatingimage { float: right;
                 padding-left: 5px;
                 padding-right: 5px;
                 }

.floatingimage P { text-align: center;
                  font-style: italic;
                  }
