@charset "utf-8";

h1{
  font-size: 180%;
  padding: 15px 10px 40px 10px;
  line-height: 160%;
}

h1 img{
  position: relative;
  top: 20px;
}

form.go{
  text-align: center;
}

form.go dl dt{
  font-size: 200%;
}

form.go input.url{
  font-size: 220%;
  padding: 10px;
  width: 70%;
}

form.go input.button{
  padding: 10px;
  font-size: 160%;
}

p#save{
  text-align: center;
  background-color: #f4fbf0;
  border: 1px solid #2680b2;
  padding: 10px 20px;
  margin: 5px 20px 15px 20px;
  vertical-align: top;
}

fieldset{
  padding: 20px;
  margin-bottom: 10px;
  margin-right: 20px;
}

fieldset legend{
  padding: 0px 10px;
  font-weight: bold;
}

dl.preview{
  border: 2px inset #ccc;
  padding-right: 15px;
  background-color: white;
  counter-reset: article;
  margin-left: 15px;
}

dl.preview dt{
  font-size: 160%;
  line-height: 160%;
  padding: 0px 0px 10px 0px;
  margin: 10px 10px 20px 15px;
  border-bottom: 2px solid #E3E3E3;
}

dl.preview dd:before{
  font-weight: bold;
  content: counter(article) ". ";
  counter-increment: article;
}

dl.preview dd a{
  font-weight: bold;
  text-decoration: underline;
}

dl.preview dd ul{
  font-size: 85%;
  padding: 0px;
  margin-left: 40px;
}

dl.preview dd span.tag{
  background-color: #5886CF;
  color: white;
  font-weight: bold;
  padding: 3px;
  margin-right: 5px;
}

div.credit ul,
div.credit ul li{
  display: inline;
}

div.credit ul li:before{
  content: " | ";
  margin: 0px 10px;
}

div.credit ul li:first-child:before{
  content: "";
}
