/*** Design Markus Koljonen 2008 ***/

html {
  background-image: url(images/footer_background.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}
body {
  background-image: url(images/header_background.gif);
  background-repeat: repeat-x;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: smaller;
  line-height: 160%;
  color: black;
  padding: 0;
  margin: 0;
}

/***/ #header {} /***/

h1 {
  margin: 0 auto 40px auto;
  background-image: url(images/header.gif);
  background-repeat: no-repeat;
  height: 180px;
  width: 291px;
}
h1 span {
  position: relative;
  left: -10000px;
}
  
/***/ #content {} /***/

#content {
  margin: 0 auto 0 auto;
  padding-left: 10em; /* room for the pictures */
  padding-right: 1.5em;
  width: 40em;
}
h2, #ingress {
  background-repeat: no-repeat;
  width: 512px;
  height: 38px;
  position: relative;
  right: 2px;
}
  h2#petitiontitle{
    background-image: url(images/title.gif);
	border-bottom: 2px black solid;
  }
  h2#signatoriestitle {
    background-image: url(images/signatories.gif);
  }
  h2#signthepetitiontitle {
    background-image: url(images/sign_the_petition.gif);
  }
  h2#thankyou {
    background-image: url(images/thankyou.gif);
  }
  h2 span {
    position: relative;
    left: -10000px;
  }
  
#ingress {
  background-image: url(images/ingress.png);
  height: 113px;
  padding-bottom: 10px;
  border-bottom: 2px black solid;
  margin-bottom: 2em;
}
  #ingress span {
    position: relative;
    left: -10000px;
  }

b, strong {
  /*font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 95%;*/
  color: #0ae;
  /*background-color: #0ae;
  color: white;*/
}
abbr {
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 1px;
}

/***/ #signatories {} /***/

ul#signatories {
  padding-left: 2em;
  list-style-type: none;
}
  #signatories li {
    padding-left: 6em;
    text-indent: -6em;
  }

#totalsignatories {
  color: #0ae;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 220%;
  line-height: 160%;
  font-style: italic;
  font-weight: normal;
  text-align: right;

  position: relative;
  float: left;
  width: 220px;
  margin-right: -220px;
  right: 270px;
  clear: both;
}
  #totalsignatories span {
    display: block;
	font-size: 200%;
  }
#addedsignature {
  margin-bottom: 3em;
  font-size: 130%;
}
#browsemore {
  font-size: 90%;
  text-align: right;
}

/***/ a {} /***/

a:link, a:visited, a:hover, a:active {
  color: #0ae;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}

/***/ img {} /***/
  
#women {
  position: relative;
  float: left;
  width: 250px;
  margin-right: -250px;
  right: 270px;
  clear: both;
}
#scrolldown {
  position: relative;
  float: left;
  width: 154px;
  margin-right: -154px;
  right: 184px;
  top: 10px;
  clear: both;
}

/***/ form {} /***/

.description {
  width: 5em;
  text-align: right;
  padding-right: 5px;
}
input {
  font-family: "Courier New", Courier, monospace;
  width: 15em;
  border-width: 0 0 2px 0;
  border-color: white;
  background-color: #6cf;
  padding: 2px 4px 2px 4px;
  color: black;
}
#submitbutton {
  width: 5em;
  border: 2px #6cf solid;
  background-color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 180%;
}
  #submitbutton:hover {
    background-color: #6cf;
	color: #fff;
	cursor: pointer;
  }

/***/ #footer {} /***/

#footer {
  margin-top: 40px;
  position: relative;
  height: 115px;
}
  #footer p {
    position: absolute;
	bottom: 0;
	right: 1em;
	color: white;
	font-size: 90%;
  }
  #footer a {
    color: white;
	text-decoration: none;
  }
    #footer a:hover, #footer a:active {
	  text-decoration: underline;
	}

