/*
Theme Name: NMBHGC Theme
Theme URI: http://www.nmbhgc.com/
Author: Jeremy Vanderburg
Author URI: http://www.nmbhgc.com/
Description: Theme for the NM Big Horn Gun Club Website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: nmbhgc
Text Domain: nmbhgc
*/
body {
  /* text-align: center; */
  background-image: url("https://static.nmbhgc.org/images/background.jpg");
  font-family: sans-serif;
  font-size: 12pt;
}
#wrapper {
  display: block;
  border: 1px #000000 solid;
  width: 976px;
  margin: 0px auto;
  background-color: #f8ecd2;
}
#header {
  position: relative;
  height: 120px;
}
#content {
  width: 760px;
  float: right;
  border-left: 1px tan solid;
  padding-left: 5px;
  padding-right: 5px;
}
#sidebar {
  width: 200px;
  float: left;
  margin-left: 5px;
}
#delimiter {
  clear: both;
}
#footer {
  padding-left: 5px;
}
.title {
  font-size: 12pt;
  font-family: verdana;
  font-weight: bold;
}
#headlogo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 600px;
}
#headimg {
  position: absolute;
  top: 10px;
  right: 10px;
}
.postdate {
  text-align: right;
}
hr {
  background-color: tan;
  color: tan;
  text-align: left;
  height: 1px;
  border: 0 none;
  margin-left: 0px;
}
h1 {
  font-size: 14pt;
  font-weight: bold;
}
h2 {
  font-size: 14pt;
}
h3 {
  font-size: 12pt;
}
h4 {
  font-size: 12pt;
  font-style: italic;
}
#pagelinks {
  font-size: 12pt;
  color: black;
  display: block;
}
#pagelinks a {
  font-size: 12pt;
  display: block;
  text-decoration: none;
  color: #540c0c;
}
#pagelinks a:hover {
  background-color: #ceae84;
}
#pagelinks #current {
  color: black;
  background-color: #ceae84;
}
#pagelinks #submenu {
  margin-left: 10px;
}
#pagelinks .submenu {
  margin-left: 10px;
}
a {
  font-size: 12pt;
  text-decoration: none;
  /* color: #540c0c; */
  color: #964B00;
}
a:hover {
  text-decoration: underline;
}
td {
  padding-top: 15px;
  padding-bottom: 15px;
}
