/* font declarations */
/*!
Theme Name: Ironwood
Theme URI: http://www.fif.com/
Description: Theme custom-developed by Made Better Studio for Friends of Ironwood Forest.
Version: 1.0
Author: Michael Hoskins
Author URI: http://www.madebetter.com/

*/
/* font declarations */
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('fonts/BebasNeue-webfont.eot');
  src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BitterRegular';
  src: url('fonts/Bitter-Regular-webfont.eot');
  src: url('fonts/Bitter-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Bitter-Regular-webfont.woff') format('woff'), url('fonts/Bitter-Regular-webfont.ttf') format('truetype'), url('fonts/Bitter-Regular-webfont.svg#BitterRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BitterItalic';
  src: url('fonts/Bitter-Italic-webfont.eot');
  src: url('fonts/Bitter-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Bitter-Italic-webfont.woff') format('woff'), url('fonts/Bitter-Italic-webfont.ttf') format('truetype'), url('fonts/Bitter-Italic-webfont.svg#BitterItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BitterBold';
  src: url('fonts/Bitter-Bold-webfont.eot');
  src: url('fonts/Bitter-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Bitter-Bold-webfont.woff') format('woff'), url('fonts/Bitter-Bold-webfont.ttf') format('truetype'), url('fonts/Bitter-Bold-webfont.svg#BitterBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* END font declarations */
/* LESS variables */
.stripped-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
hr {
  margin: 0 0 20px;
  padding: 0px;
  border-bottom: 1px solid #baa3ab;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  line-height: 0px;
  height: 1px;
  display: block;
}
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  text-align: center;
}
.home-page {
  background-color: white;
  text-align: left;
  color: #333333;
  width: 900px;
}
#main {
  margin: 0 auto;
}
a {
  text-decoration: underline;
  color: #54301a;
}
a:hover {
  color: #a68462;
}
.access-text {
  display: none;
}
/* header */
#header-container {
  height: 110px;
  width: 100%;
  background-color: #79496a;
  position: relative;
  border-bottom: 10px solid #592e4c;
}
#header {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
#header-right {
  position: absolute;
  right: 0;
  top: 0;
}
#headerimg {
  height: 200px;
  width: 100%;
}
#headerimg .description {
  font-size: 1.2em;
  text-align: center;
}
#site-title {
  width: 345px;
  height: 100px;
  font-size: 10px;
  background-image: url('images/header-logo.png');
  background-repeat: no-repeat;
  margin: 0;
}
#site-title a {
  display: block;
  width: 345px;
  height: 100px;
  text-indent: -1000px;
  overflow: hidden;
}
#header-right {
  text-align: right;
  height: 31px;  
}

#header-social,
#searchform,
#header-donate-link {
  display: inline-table;
  height: 31px;
  margin-left: 0.5em;
  vertical-align: bottom;
  padding-top: 0.5em;
}

#header .azgives {position:relative; vertical-align: bottom;}

#searchform .input-text {
  float: left;
}
#header-donate-link {
  padding-top: 0.5em;
}
#header-donate-link img {
  display: block;
}
/* social */
#header-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 112px;
}
#header-social li {
  display: inline-block;
  padding-top: 0.2em;
}
.icon-social {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.icon-facebook {
  background-image: url('images/icon-facebook.png');
}
.icon-twitter {
  background-image: url('images/icon-twitter.png');
}
.icon-youtube {
  background-image: url('images/icon-youtube.png');
}
.icon-rss {
  background-image: url('images/icon-rss.png');
}
/* END social */
/* header navigation */
#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#top-menu {
  position: absolute;
  right: 0;
  bottom: 0;
}
#top-menu a {
  text-decoration: none;
}
#top-menu ul {
  margin: 1em;
}
#top-menu li {
  display: inline-block;
  font-family: 'BitterBold';
  font-size: 12pt;
  position: relative;
  vertical-align: top;
}
#top-menu a {
  display: block;
  padding: 1em;
  color: #baa3ab;
}
#top-menu a:hover {
  color: #fff;
}
/* round the corners if it's a top-level item */
#top-menu > li a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 0.3em;
}
#top-menu > li a:hover {
  background-color: #b9a1aa;
}
#top-menu > li:hover .sub-menu {
  display: block;
}
#top-menu .sub-menu li {
  line-height: 1em;
}
#top-menu .sub-menu li a {
  padding: 1em;
  color: #fff;
}
#top-menu .sub-menu li a:hover {
  color: #79496a;
}
#top-menu .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  right: -1em;
  width: 150px;
  text-align: left;
  background: transparent url('images/header-submenu-tilebg.png') repeat-x 0 0;
  margin-top: 1.7em;
  margin-left: 0;
  z-index: 10;
}
#top-menu .sub-menu li.has-submenu {
  text-transform: uppercase;
}
/* chrome is the one messing up here? what sort of madness is this? */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	right: 1px;
}
*/
#top-menu .sub-menu a:hover {
  background-color: transparent;
}
#top-menu .sub-menu .sub-menu {
  position: relative;
  width: 150px;
  background-image: none;
  text-transform: none;
  margin-top: 0;
}
#top-menu .sub-menu .sub-menu li {
  display: inline-block;
  font-family: sans-serif;
  font-size: 10pt;
  display: block;
  padding: 0;
}
#top-menu .sub-menu .sub-menu a {
  padding: 0.3em;
}
/* END header navigation */
/* hero graphic */
#hero-container {
  width: 900px;
  height: 340px;
  border: 3px solid #a68462;
  position: relative;
  margin-top: 30px;
}
#hero-slider {
  position: absolute;
  top: 0;
}
#hero-spacer {
  width: 0;
  height: 340px;
  display: inline-block;
}
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
}
#hero-container p {
  margin: 0;
  line-height: 1.3em;
}
#hero-subheadline .learn-more {
  color: #54301a;
  font-size: 10pt;
}
#hero-subheadline .learn-more:hover {
  color: #a68462;
}
#hero-titlebg {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 900px;
  height: 120px;
  z-index: 999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  /* This works in IE 8 & 9 too */

  /* ... but also 5, 6, 7 */

  filter: alpha(opacity=55);
  /* Older than Firefox 0.9 */

  -moz-opacity: 0.55;
  /* Safari 1.x (pre WebKit!) */

  -khtml-opacity: 0.55;
  /* Firefox 0.9+, Safari 2?, Chrome any? */

  /* Opera 9+, IE 9+ */

  opacity: 0.55;
}
#hero-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 860px;
  height: 120px;
  padding-left: 1em;
  z-index: 1000;
}
#hero-headline {
  font-family: 'BebasNeueRegular';
  font-size: 28pt;
  color: #79496a;
}
#hero-subheadline {
  font-family: 'BitterRegular';
  font-size: 12pt;
  color: #54301a;
}
#home-header-background {
  background-image: url('images/leather-home-header.jpg');
  background-repeat: repeat-x;
  height: 551px;
  width: 100%;
  position: absolute;
}
#hero-lower {
  height: 178px;
  position: relative;
  padding-top: 30px;
  background: transparent url('images/hero-lower-divider.png') no-repeat 450px 25px;
}
#form-newsletter {
  display: inline-table;
  width: 440px;
}
#form-newsletter .input-text {
  width: 320px;
}
.button-brown-submit {
  border-width: 0;
  width: 98px;
  height: 31px;
  background: transparent url('images/brown-submit-bg.png') no-repeat 0 0;
  color: #fff;
  font-family: 'BitterBold';
  text-transform: uppercase;
  cursor: pointer;
}
.button-brown-submit:after {
  margin-left: 0.3em;
}
/* END hero graphic */
/* front page panel */
.list-triple {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 1em 0 2em 0;
}
.list-triple li {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 360px;
  vertical-align: top;
}
.list-triple h2 {
  font-family: 'BebasNeueRegular';
  font-size: 26pt;
  font-weight: normal;
  margin: 0.15em 0;
}
.list-triple p {
  font-size: 10pt;
  line-height: 1.5em;
  margin: 0.2em 0;
}
.list-triple-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  padding: 0.14em 0 0.04em 0;
}
.list-triple-footer a,
.list-triple-footer .divider {
  margin-right: 0.5em;
}
#front-media {
  margin: 0 23px;
}
#front-news .list-triple-footer {
  border-color: #79496a;
}
#front-media .list-triple-footer {
  border-color: #818154;
}
#front-monument .list-triple-footer {
  border-color: #a68462;
}
#front-news h2 {
  color: #79496a;
}
#front-media h2 {
  color: #818154;
}
#front-monument,
#front-monument .list-triple-footer a {
  color: #a68462;
}
#front-news .list-triple-footer a,
#front-news .divider {
  color: #baa3ab;
}
#front-news .list-triple-footer a:hover {
  color: #79496a;
}
#front-media .list-triple-footer a {
  color: #a8a879;
}
#front-media .list-triple-footer a:hover {
  color: #818154;
}
#front-monument .list-triple-footer a:hover {
  color: #54301a;
}
.panel-item-date {
  padding: 0.3em 0.5em;
  font-size: 9pt;
  background-color: #54301a;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 0.5em;
}
h3.panel-item-title {
  font-family: 'BitterBold';
  font-weight: normal;
  font-size: 12pt;
  display: inline-block;
  color: #54301a;
  margin: 0;
}
.list-triple-footer {
  font-family: 'BebasNeueRegular';
  font-size: 14pt;
}
.learn-more,
.link-top {
  font-family: 'BitterBold';
  font-size: 11pt;
  text-transform: uppercase;
  color: #a68462;
  white-space: nowrap;
  text-decoration: none;
}
.learn-more:hover {
  color: #54301a;
  text-decoration: none;
}
.learn-more:after {
  content: "\25b6";
  margin-left: 0.3em;
}
.link-top {
  color: #d2c1b0;
}
.link-top:after {
  content: "\25b2";
  margin-left: 0.3em;
}
/* END front page panel */
/* front page content blocks */
.highlight-block {
  background-image: url('images/sandstone-tile-small-purple.jpg');
  padding: 21px 19px 21px 30px;
  margin: 15px 0;
  min-height: 220px;
}
.highlight-block p {
  font-size: 10pt;
  color: #333333;
  line-height: 1.5em;
  margin-right: 2em;
  width: 556px;
}
.highlight-block img {
  border: 3px solid #baa3ab;
}
.highlight-block h3 {
  font-family: 'BitterItalic';
  font-weight: normal;
  color: #79496a;
  margin: 0.5em 0 0.5em 0;
  width: 556px;
}
/* END front page content blocks */
/* form-specific */
.input-text {
  border-width: 0;
  background: transparent url('images/textbox-bg.png') no-repeat 0 0;
  height: 31px;
  padding: 0 0 0 1em;
  margin: 0;
}
.button-header-go {
  border-width: 0;
  width: 60px;
  height: 31px;
  background: transparent url('images/search-go.png') no-repeat 0 0;
  color: #fff;
  font-family: 'BitterBold';
  text-transform: uppercase;
  vertical-align: top;
  cursor: pointer;
}
#stay-connected-input:hover {
  background: transparent url('images/textbox-bg-hover.png') no-repeat 0 0;
}

.seamless-donations-forms-error-message, .seamless-donations-error-message-field {
	background: url('images/sandstone-tile-small-purple.jpg');
	margin: 5px;
	padding: 15px;
	color: #54301a !important;
}

#dgx-donate-container div.dgx-donate-form-section {
	padding: 18px !important;
}

div.dgx-donate-form-section input[type="radio"] {
	margin-right: 2px !important;
	margin-left: 0px !important;
}

.dgx-donate-form-section input[type="image"] {
	border: 0px !important;
}

div.dgx-donate-form-section span.horiz {
	margin-left: 10px !important;
}

.dgx-donate-form-section .aftertext {
	text-align: right;
	margin: 10px 0 10px !important;
}

.dgx-donate-form-section div#_dgx_donate_repeating {
	margin: 10px 0 0 0 !important;
}

.dgx-donate-form-section div {
	margin-bottom: 5px;
}

#dgx-donate-container label {
	text-align:right;
	margin-right: 5px;
	width: 80px;
}

#_dgx_donate_add_to_mailing_list {
	margin-left: 55px;
}

/* END form-specific */


#content {
  font-size: 1.2em;
  position: relative;
}
a img {
  border: none;
}
code {
  font: 1.1em 'Courier New', Courier, Fixed;
}
p img {
  padding: 0;
  max-width: 100%;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* subpage content */
.child-page {
  background: #ffffff url('images/subpage-h1-tilebg.png') repeat-x 0 0;
  padding-top: 2em;
  color: #333333;
}
.child-page #content {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}
.child-page .post {
  width: 588px; min-height: 1000px;
}

.page-template-fullpage .child-page .post {
	width: 900px !important;
}

.child-page h1 {
  font-family: 'BebasNeueRegular';
  font-weight: normal;
  font-size: 28pt;
  margin: 0 0 2em 0;
  padding-top: 0;
  color: #fff;
  line-height: 0.75em;
}
.child-page h2 {
  font-family: 'BitterBold';
  font-weight: normal;
  color: #54301a;
  margin: 1em 0 .5em 0;
  line-height: 1.3em;
}
.child-page h3 {
  font-family: 'BitterItalic';
  font-weight: normal;
  font-size: 13pt;
  color: #79496a;
  margin: 1em 0 0.5em 0;
}
.child-page h4 {
  font-family: 'BitterBold';
  font-weight: normal;
  font-size: 11pt;
  color: #54301a;
  margin: 1em 0 0.4em 0;
}
.child-page h5 {
  font-family: 'BitterBold';
  font-weight: normal;
  font-size: 10.5pt;
  text-transform: uppercase;
  color: #a68462;
  margin: 1em 0 0.5em 0;
}
.child-page h6 {
  font-family: 'BitterItalic';
  font-weight: normal;
  font-size: 10.5pt;
  color: #79496a;
  margin: 1em 0 0.4em 0;
}
.child-page .entry-content {
  font-size: 10pt;
  line-height: 1.5em;
}
blockquote {
  font-family: 'BitterItalic';
  font-weight: normal;
  font-size: 14pt;
  color: #a68462;
  line-height: 1.5em;
  margin: 1.3em 1em;
}
.child-page .entry-content p {
  margin-top: 0.2em;
}
.child-page .entry-content ul {
  margin-top: 0.3em;
  list-style-type: square;
}

.child-page .entry-content ul li {
	margin-bottom: 8px;
}

.child-page .entry-content ol {
  margin-top: 0.3em;
}

.child-page .sidebar h3 {
	margin: 0em !important;
    font-family: 'BebasNeueRegular';
    font-size: 30pt;
    color: #79496a;
    line-height: 0.8em;
}

.child-page .entry-content .sidebar p {
	margin-top: 1em;
}

/*   - post gallery */
.gallery {
  margin-top: 50px;
  padding-top: 10px;
  border-top: 1px solid #baa3ab;
}
.gallery dt {
  background-color: #79496a;
  display: inline;
}
.gallery .gallery-item {
  text-align: center;
  display: inline-block;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery img,
#gallery-1 img {
  border: 3px solid #baa3ab;
  vertical-align: bottom;
  display: inline-block;
  height: 80%;
  width: 80%;
}
.gallery img:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
/*   - END post gallery */
/*   comments */
.gallery h3,
.post-comments h3 {
  font-family: 'BebasNeueRegular';
  font-weight: normal;
  font-size: 30pt;
}
.post-comments {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #baa3ab;
  clear: both;
}
.child-page .entry-content .comment-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comment-avatar-box {
  float: left;
  width: 85px;
  height: 82px;
  background-color: #808054;
  text-align: center;
}
.comment-author-meta {
  text-transform: uppercase;
  font-size: 8pt;
  margin: 0 0 0 100px;
}
.comment-author-meta a {
  color: #808054;
}
.comment-author-meta a:hover {
  color: #9d9d6a;
}
.comment {
  min-height: 82px;
  list-style: none;
}
.comment p {
  margin: 0 0 10px 100px !important;
}
.comment-list .children {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#form-comment input {
  display: block;
  width: 100%;
  padding: 0.4em 0.8em;
  margin: 0.8em 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
#form-comment textarea {
  color: #333333;
  display: block;
  width: 100%;
  height: 5em;
  padding: 0.4em 0.8em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-family: sans-serif;
}
#form-comment {
  margin-bottom: 5em;
}
#form-comment .comment-submit {
  font-family: 'BitterBold';
  text-transform: uppercase;
  border-width: 0;
  border-style: none;
  background-color: #fff;
  color: #a68462;
  text-align: left;
  padding-left: 0;
  cursor: pointer;
}
/*   - END comments */
/* END subpage content */

/* sidebar */
#sidebar {
  width: 281px;
  position: absolute;
  top: 110px;
  right: 0;
}
#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar .widget ul ul {
  margin-bottom: 0.6em;
}
#sidebar .widget ul ul li {
  font-family: 'BitterBold';
  font-size: 12pt;
}
.all-events-link {
  font-family: 'BitterBold';
  font-size: 11pt;
  text-transform: uppercase;
  color: #54301a;
}
li.widget {
  margin-bottom: 30px;
}
.colored-blurb-widget {
  text-align: center;
}
.colored-blurb-widget a {
  display: block;
  border-style: solid;
  border-width: 1px 0;
  text-decoration: none;
}
.colored-blurb-widget a:hover {
  background-color: #f6f2ef;
}
.colored-blurb-widget .regular {
  font-family: 'BitterItalic';
  font-size: 18pt;
  line-height: 1em;
  margin-bottom: 10px;
}
.colored-blurb-widget .large {
  font-family: 'BebasNeueRegular';
  font-size: 40pt;
  margin-top: -10px;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
a.widget-colored-brown {
  border-color: #a68462;
  color: #a68462;
}
a.widget-colored-green {
  border-color: #979c6d;
  color: #979c6d;
}
a.widget-colored-purple {
  border-color: #baa3ab;
  color: #baa3ab;
}
.projects-widget {
  margin-bottom: 20px;
}
.widget-projects-list-project {
  clear: left;
  margin-bottom: 10px;
}
h3.projects-title,
h3.widgettitle {
  font-family: 'BebasNeueRegular';
  font-size: 30pt;
  color: #79496a;
  line-height: 0.8em;
}
.projects-widget h4 {
  font-family: 'BitterBold';
  font-size: 12pt;
  color: #54301a;
}
.projects-widget p {
  font-size: 10pt;
}
.projects-widget .learn-more {
  margin-top: 8px;
  font-size: 10pt;
  display: block;
}
.widget-projects-list-image {
  float: left;
  border: 2px solid #baa3ab;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* END sidebar */
/* Captions */
.aligncenter {
  display: block;
  padding: 5px;
}
.alignright {
  float: right;
  padding: 5px;
}
.alignleft {
  float: left;
  padding: 5px;
}
.wp-caption {
  background-image: url('images/sandstone-tile-small-purple.jpg');
  text-align: center;
  padding-top: 1.5em;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 3px solid #baa3ab;
}
.wp-caption p.wp-caption-text {
  font-family: 'BitterItalic';
  font-size: 10pt;
  color: #79496a;
  line-height: 17px;
  margin: 0.4em 1.5em 0 1.5em;
  padding-bottom: 1em;
  text-align: left;
}
/* End captions */
/* footer */
#footer-panel {
  background: transparent url('images/leather-tile.png') repeat-x 0 0;
  /*height: 350px;*/

  text-align: left;
  clear: both;
}
#footer-stitching {
  height: 15px;
  background: transparent url('images/leather-stitching.png') repeat-x 0;
  margin-bottom: -16px;
}
#footer-panel a {
  color: #a68462;
  text-shadow: 0 0 0.5em #54301a;
  text-decoration: underline;
}
.footer-donate-link {
  margin: 0 auto 50px auto;
  display: block;
  padding-top:30px;
  text-align: center;
}
#footer-panel a:hover {
  color: #fff;
}
#footer-menu {
  width: 960px;
  margin: 20px auto 0 auto;
  position: relative;
}
#footer-menu > li:last-child {
  position: absolute;
  top: 1.5em;
  left: 2.5em;
}
#footer-menu li {
  font-family: 'BitterBold';
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  width: 124px;
  vertical-align: top;
  margin-right: 29px;
  margin-bottom: 1em;
}
#footer-menu ul {
  padding: 0;
}
#footer-menu ul li {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  margin: 0.5em 0;
  font-size: 10pt;
}
#footer {
  background-color: #79496a;
  text-align: center;
  font-size: 9pt;
  color: #baa3ab;
  padding: 2em;
}
#footer a {
  color: #baa3ab;
}
#footer p {
  margin: 0;
}
/* END footer */
