@import 'bootstrap.css';
.btn-primary {
  background: #38639A !important;
}
.btn-primary:hover,
.btn-primary:hover:active {
  background: #315787 !important;
  outline: 0 !important;
}
.btn {
  outline: 0 !important;
}
.container-shadow {
  height: 17px;
  width: 100%;
  zoom: 1;
}
.container-shadow:before {
  content: '';
  display: block;
}
.container-shadow:after {
  content: '';
  display: table;
  clear: both;
}
.container-shadow .container-shadow-left {
  height: 100%;
  width: 17px;
  float: left;
}
.container-shadow .container-shadow-middle {
  height: 100%;
  width: 931px;
  float: left;
}
.container-shadow .container-shadow-right {
  height: 100%;
  width: 17px;
  float: right;
}
.container-shadow.top-bar .container-shadow-left {
  background: transparent url('../img/top-bar-left.png') right bottom no-repeat;
}
.container-shadow.top-bar .container-shadow-middle {
  background: transparent url('../img/top-bar-middle.png') left bottom repeat-x;
}
.container-shadow.top-bar .container-shadow-right {
  background: transparent url('../img/top-bar-right.png') right bottom no-repeat;
}
.container-shadow.bottom-bar .container-shadow-left {
  background: transparent url('../img/bottom-bar-left.png') right bottom no-repeat;
}
.container-shadow.bottom-bar .container-shadow-middle {
  background: transparent url('../img/bottom-bar-middle.png') left bottom repeat-x;
}
.container-shadow.bottom-bar .container-shadow-right {
  background: transparent url('../img/bottom-bar-right.png') right bottom no-repeat;
}
.wrapper {
  width: 965px;
  margin: 1px auto;
}
.middle-container {
  padding: 0 18px;
  background: transparent url('../img/middle-section.png') -1px top repeat-y;
}
#site-header {
  width: 100%;
  height: 127px;
  background: transparent url('../img/header-1.jpg') center center no-repeat;
  position: relative;
}
#site-header .top-navigation {
  zoom: 1;
  list-style-type: none;
  padding: 0;
  position: absolute;
  top: 30px;
  left: 500px;
}
#site-header .top-navigation:before {
  content: '';
  display: block;
}
#site-header .top-navigation:after {
  content: '';
  display: table;
  clear: both;
}
#site-header .top-navigation li {
  float: left;
  padding-left: 10px;
}
#site-header .top-navigation a {
  color: #1939ff;
  font-size: 11px;
}
.primary-navigation {
  background-color: #BAB6A1;
  background: -webkit-gradient(linear,left top,left bottom,from(#BAB6A1),to(#D3D1C4));
  background: -webkit-linear-gradient(top,#BAB6A1,#D3D1C4);
  background: -moz-linear-gradient(top,#BAB6A1,#D3D1C4);
  background: -ms-linear-gradient(top,#BAB6A1,#D3D1C4);
  background: -o-linear-gradient(top,#BAB6A1,#D3D1C4);
  height: 42px;
  width: 100%;
}
.primary-navigation .main-navigation {
  zoom: 1;
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
  height: 100%;
  margin: 0;
  text-align: center;
}
.primary-navigation .main-navigation:before {
  content: '';
  display: block;
}
.primary-navigation .main-navigation:after {
  content: '';
  display: table;
  clear: both;
}
.primary-navigation .main-navigation > li {
  display: block;
  float: left;
  list-style: none;
  margin: 0%;
  padding: 0;
  position: relative;
  right: 50%;
}
.primary-navigation .main-navigation > li {
  margin: 0 5px;
}
.primary-navigation .main-navigation > li > a {
  cursor: pointer;
  display: block;
  float: left;
  font-family: times new roman, arial;
  font-size: 14px;
  font-weight: normal;
  height: 100%;
  line-height: 42px;
  color: #5F6078;
  overflow: hidden;
  padding: 0 16px;
  text-decoration: none;
}
.primary-navigation .main-navigation .current-menu-item a,
.primary-navigation .main-navigation a:hover,
.primary-navigation .main-navigation .current_page_parent a,
.primary-navigation .main-navigation .current-page-ancestor a {
  background: #FFFFFF;
  color: #000000;
}
.primary-navigation .caret {
  display: none;
}
.primary-navigation li.dropdown:hover .dropdown-menu {
  display: block;
  background: #EEEEEE;
  border: 0;
  padding: 5px;
}
.primary-navigation li.dropdown:hover .dropdown-menu li a {
  font-size: 12px;
  font-family: "Times New Roman";
  text-align: left;
}
.primary-navigation li.dropdown:hover .dropdown-menu li:hover > a,
.primary-navigation li.dropdown:hover .dropdown-menu li.active > a {
  background: #E5E5FF;
  color: #000000;
  text-decoration: underline;
}
.primary-navigation li.dropdown-submenu .dropdown-menu {
  display: none !important;
}
.primary-navigation li.dropdown-submenu:hover .dropdown-menu {
  display: block !important;
}
ul.dropdown-menu {
  top: 95%;
}
.breadcrumbs {
  margin: 12px 0 0 12px;
  font-size: 10px;
}
.page-header {
  margin: 10px 0;
  border: none;
}
#content .content-content {
  width: 618px;
}
#content .content-content .container {
  width: 618px;
}
#content .content-sidebar {
  width: 251px;
  padding: 20px;
}
#content .content-sidebar .container {
  width: 251px;
}
#content .sidebar-left,
#content .content-left {
  float: left;
  padding-left: 20px;
}
#content .sidebar-right,
#content .content-right {
  float: right;
  padding-right: 20px;
}
#site-footer {
  width: 100%;
  background-color: #BAB6A1;
  background: -webkit-gradient(linear,left top,left bottom,from(#BAB6A1),to(#D3D1C4));
  background: -webkit-linear-gradient(top,#BAB6A1,#D3D1C4);
  background: -moz-linear-gradient(top,#BAB6A1,#D3D1C4);
  background: -ms-linear-gradient(top,#BAB6A1,#D3D1C4);
  background: -o-linear-gradient(top,#BAB6A1,#D3D1C4);
}
#site-footer,
#site-footer address,
#site-footer li a,
#site-footer a:hover,
#site-footer p {
  color: #878787;
  text-align: center;
}
#site-footer .site-footer-inner {
  padding: 20px;
}
#site-footer .bottom-navigation {
  zoom: 1;
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
}
#site-footer .bottom-navigation:before {
  content: '';
  display: block;
}
#site-footer .bottom-navigation:after {
  content: '';
  display: table;
  clear: both;
}
#site-footer .bottom-navigation > li {
  display: block;
  float: left;
  list-style: none;
  margin: 0%;
  padding: 0;
  position: relative;
  right: 50%;
}
#site-footer .bottom-navigation li a {
  padding: 0 20px;
  font-size: 11px;
}
#site-footer address {
  margin: 30px 0 0;
  text-align: center;
  font-size: 13px;
}
.sidebar-menu-container {
  padding: 0px;
  margin-left: 0px;
  width: 250px;
  margin-bottom: 15px;
  border: 1px dotted #DBDBDB;
  background-color: #efefef;
}
.sidebar-menu-container h3 {
  text-shadow: 1px 1px #CCCCCC;
  margin-top: 0px;
  width: 240px;
  padding: 4px 0 4px 10px;
  background-color: #ced7d9;
  margin-left: 0px;
  line-height: 140%;
}
.sidebar-menu-container ul.sidebar-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu-container ul.sidebar-menu li a {
  border-bottom: none;
  display: block;
  line-height: 13px;
  margin: 0;
  padding: 8px 6px;
  text-decoration: none;
  width: 91%;
}
.sidebar-menu-container ul.sidebar-menu li a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 36px;
  text-shadow: 1px 1px #CCCCCC;
  font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;
  font-weight: normal;
  line-height: normal;
  padding: 6px 0 0 10px;
  margin: 0;
}
h2 {
  font-size: 22px;
  color: #A89963;
  margin: 0 0 0 11px;
  padding: 0 16px 0 0;
}
h3 {
  color: #454545;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;
  margin: 0 0 0 11px;
  padding: 0 16px 0 0;
}
p {
  color: #000000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
  padding: 0 5px 0 19px;
}
.content-sidebar p {
  padding-left: 0;
}
p.big-green {
  font-size: 18px;
  color: #006600;
  font-weight: bold;
  padding: 0 0 0 18px;
}
p.big-tan {
  font-size: 18px;
  color: #A89963;
  font-weight: normal;
  padding: 0 0 0 18px;
}
a {
  text-decoration: none;
  color: #1939FF;
}
a:hover {
  text-decoration: underline;
  color: #1939FF;
}
a.tan {
  color: #A89963;
}
a.tan:hover {
  text-decoration: underline;
  color: #D3D1C4;
}
ul {
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  font-size: 13px;
}
.row .span4 {
  width: 296px;
}
.content-sidebar #login {
  font-size: 13px;
}
.content-sidebar #login .WishListMember_LoginMergeCode th,
.content-sidebar #login .WishListMember_LoginMergeCode td {
  display: block;
  text-align: left;
}
.content-sidebar #login .WishListMember_LoginMergeCode th {
  font-weight: 300;
}
.content-sidebar #login .WishListMember_LoginMergeCode input[name='wp-submit'] {
  font-size: 11px;
  height: 29px;
  border: none;
  width: 103px;
  padding: 3px 11px 5px;
  background: transparent url(../img/Shape5_Political_button.png) no-repeat;
}
.content-sidebar #login .WishListMember_LoginMergeCode input[name='rememberme'] {
  position: relative;
  top: -3px;
}
.content-sidebar #login .WishListMember_LoginMergeCode label {
  font-size: 13px;
}
.content-sidebar #login .fake-login-actions {
  margin: -20px 0 20px;
  display: block;
}
.page-login-form.form-horizontal .control-label {
  width: 90px;
}
.page-login-form.form-horizontal .controls {
  margin-left: 130px;
}
.search-widget-custom {
  background-color: #e8edff;
  padding: 5px 10px 1px;
  margin: 20px 0;
}
.search-widget-custom h3 {
  text-shadow: 1px 1px #cccccc;
  padding: 0;
  margin: 0;
}
.tribe-mini-calendar thead.tribe-mini-calendar-nav tr {
  background: #D3D1C4;
  font-weight: bold;
}
.tribe-mini-calendar thead tr {
  background: #e8edff;
}
.amember-login {
  padding: 5px 10px 1px;
}
.form-links span {
  padding: 0 0 0 20px;
}
#wp-submit {
  color: #3a3a3a;
  font-size: 11px;
  height: 29px;
  border: none;
  width: 103px;
  padding: 3px 11px 5px;
  background: transparent url(../img/Shape5_Political_button.png) no-repeat;
}
#amember-logout {
  height: 29px;
  border: none;
  width: 103px;
  padding: 3px 0px 5px;
  background: transparent url(../img/Shape5_Political_button.png) no-repeat;
}
#amember-logout a {
  color: #3a3a3a;
  font-size: 11px;
  padding: 0px 34px 0px;
}
#amember-logout a:hover {
  text-decoration: none;
}
.search-page-pagination {
  text-align: center;
  padding: 15px;
}
.home .breadcrumbs {
  display: none;
}
