body {
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
}

:focus {
  outline: 0;
}

*{margin:0; padding:0}

a {
  text-decoration: none;
  color: #b11016;
}

a:hover {
  text-decoration: underline;
}


h1, h2, h3, h4, h5, h6, ul, p {
  margin-bottom: 10px;
}

hr {
  height: 1px;
  margin: 20px 0;
}

ul, ol {
  margin-left: 12px;
  padding-left: 12px;
}

ul.bare {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

h2 {
	font-size: 21px;
	color: #4F3620;
	line-height: 30px;
}

h3 {
  font-size: 15px;
  color: #996633;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

/*******************************
* Form stuff
*******************************/
label {
  display: block;
}

input[type="text"], textarea {
  display: block;
  width: 300px;
  margin-bottom: 16px;
}

textarea.wide {
    width: 600px;
}

select {
  margin-bottom: 16px;
}

input.submit {
  width: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}

input[type="text"].reset {
  width: auto;
}

address {
  font-style: normal;
  white-space: pre;
  margin-bottom: 20px;
}

.red {
  color: #f00;
  font-weight: bold;
  letter-spacing: 1px;
}

/*******************************
* Admin form stuff
*******************************/
.admin_form textarea {
  width: 700px;
}

