/* colours to use:
  Green for dialogs: #6F7C02
  Darker green for borders: #45512C
*/
body * {
  margin: 0;
  padding: 0;
}
body {
 font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
 font-size: 101%;
 /* background dark: #B0C0F8 light: #E8FBFF */
 background: #45512C url(../images/pigears_tile.png) repeat top center;
}
#title {
  width: 33em;
  margin: auto;
}

#title h1 {
	font-style: italic;
	font-size: 2em;
	text-align: center;
}

.content {
  padding: 4em 1em 1em 1em;
}
.content h1 {
    font-size: 1.6em;
    padding-top: 0.3em;
    padding-bottom: 0.2em;
}
.content h2 {
    font-size: 1.2em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
.content .section {
    border-bottom: 1px solid #B0C0F8;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.content p {
    clear: left;
    padding-bottom: 0.3em;
}
.content ul {
   float:left;
   border: 1px solid #B0C0F8;
   margin-bottom: 1em;
   list-style-type: none;
   padding: 0.5em;
}
.content .subtext {
   font-size: 0.8em;
   font-weight: italic;
}
#footer {
   text-align: center;
}

