/*
 * CSS File for Dave Levy's Green Robot Static Home site
 *
 * By : Dave Levy  CC BY-SA
 *
 * Version 2.2 14 July 2009 New margin top on H1
 * Version 2.1 27 Dec 2008  New Rule up-down to support printing
 * Version 2.0 26 Sept 2008 Fixed Width with variable margins
 *
 */

body {
  font-family: Verdana, arial, helvetica, sans-serif;
  color: #333;
  background-color: white;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

h1 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 900;
  color: #999;
  margin-top: 4px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

h2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 900;
  color: #999;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 16px;
}

h3 {
  font-family: Verdana, arial, helvetica, sans-serif;
  color: #999;
  font-size: 11px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 16px;
}

h4 {
  font-family: Verdana, arial, helvetica, sans-serif;
  color: #999;
  font-size: 11px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
}

h5 {
  font-family: Verdana, arial, helvetica, sans-serif;
  color: #999;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
}

p {
  font-family: Verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 16px;
}

cite {
  font-family: Verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}

li {
  font-family: Verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 11px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

#Content>p {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

a {
  color: #66cc00;
  font-size: 11px;
  text-decoration: none;
  font-weight: 600;
  font-family: Verdana, arial, helvetica, sans-serif;
}

a:link {
  color: #66cc00;
}

a:visited {
  color: #008000;
}

a:hover {
  color: #66cc00;
  background-color: #666666;
}

#Page {
  margin: 0px auto;
  width: 1000px;
  position: relative;
}

#Header {
  line-height: 16px;
  background-color: #eee;
  voice-family: \;;
  height: 22px;
  margin-top: 30px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 5px;
  border-top: 1px black solid;
  border-right: 0px black solid;
  border-bottom: 1px black solid;
  border-left: 0px black solid;
}

body>#Header {
  height: 20px;
}

.breadcrumb {
  /* for the first navigation bar home :: etc */
  padding-top: 7px; }

#Content {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
  width: 650px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.up-down { 
  /* for the navigation bar at the bottom of the content pane */
  text-align: center;}

#Menu {
  position: absolute;
  top: 75px;
  right: 20px;
  width: 150px;
  text-align: left;
  margin-right: 20px;
  background-color: #eee;
  line-height: 17px;
  voice-family: \;;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-top: 1px #999 dashed;
  border-right: 1px #999 dashed;
  border-bottom: 1px #999 dashed;
  border-left: 1px #999 dashed;
}

body>#Menu {
  width: 150px;
}

