/**
 * Settings for our body
 */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ffda4f url(images/background_bg.png) top center no-repeat;
  margin: 0;
  color: #000000;
}

/**
 * Headings
 */
h1 {
  color: #1a1818;
  font-size: 22px;
  font-weight: normal;
}
h2 {
  color: #1a1818;
  font-size: 22px;
  font-weight: normal;
}
h2 a {
  color: #1a1818;
  font-size: 22px;
  font-weight: normal;
}
h3 {
  color: #1a1818;
  font-size: 16px;
  font-weight: normal;
}
h4 {
  color: #1a1818;
  font-size: 14px;
  font-weight: normal;
}

/**
 * The default settings for links on the site.
 */
a {
  color: #3399cc;
  text-decoration: none;
}
a:hover {
  /*color: #683030;*/
  text-decoration: underline;
}

/**
 * Links in the sidebars
 */
#sidebar-left a , #sidebar-right a {
  /*color: #3E1D1D;*/
}

/**
 * Buttons
 */
#edit-search-theme-form-1-wrapper label {
  display: none;
}

.form-submit {
  background: url(images/button_bg.png);
  border: 1px solid #ffda4f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.form-text {
  border: 1px solid #ffda4f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.form-textarea {
  border: 1px solid #ffda4f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#sidebar-right #block-webformblock-21 h2 {
  padding: 0 10px;
}
#sidebar-right #node-21 h2 {
  display: none;
}