/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
@font-face {
  font-family: 'Aller_Bd';
  src: url('../fonts/Aller_Bd.eot');
  src: url('../fonts/Aller_Bd.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../fonts/Aller_Bd.woff') format('woff'), /* Modern Browsers */
   url('../fonts/Aller_Bd.ttf') format('truetype'), /* Safari, Android, iOS */
   url('../fonts/Aller_Bd.svg') format('svg');
  font-weight: normal;
  font-style: normal;/* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'fontawesome-webfont';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../fonts/fontawesome-webfont.woff') format('woff'), /* Modern Browsers */
   url('../fonts/fontawesome-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
   url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;/* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Aller_Rg';
  src: url('../fonts/Aller_Rg.eot');
  src: url('../fonts/Aller_Rg.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../fonts/Aller_Rg.woff') format('woff'), /* Modern Browsers */
   url('../fonts/Aller_Rg.ttf') format('truetype'), /* Safari, Android, iOS */
   url('../fonts/Aller_Rg.svg') format('svg');
  font-weight: normal;
  font-style: normal;/* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Aller_Lt';
  src: url('../fonts/Aller_Lt.eot');
  src: url('../fonts/Aller_Lt.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../fonts/Aller_Lt.woff') format('woff'), /* Modern Browsers */
   url('../fonts/Aller_Lt.ttf') format('truetype'), /* Safari, Android, iOS */
   url('../fonts/Aller_Lt.svg') format('svg');
  font-weight: normal;
  font-style: normal;/* IE9 Compat Modes */
  /* Legacy iOS */
}
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER SYTLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
body {
  font-family: "Aller_Lt", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #555;
  background: #efe5d1;
}
body p {
  font-size: 11pt;
  line-height: 14pt;
  padding: 3px 0;
}
body p strong {
  font-family: "Aller_Bd", sans-serif;
  letter-spacing: -1px;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
.home h2 {
  font-family: "Aller_Rg", sans-serif;
  font-size: 25pt;
  letter-spacing: -1px;
  color: #333;
  margin: 10px 0;
  float: left;
}
.home #featured_events_box {
  min-width: 1140px;
  padding: 20px 0;
  border-bottom: 1px solid #d3c9b4;
}
.home #featured_events_box #featured_events_header {
  height: 60px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.home #featured_events_box #featured_events_header #browse_all_events {
  float: right;
  margin: 4px 10px 0 0;
}
.home #featured_events_box #featured_events_header #searchform {
  float: right;
  background: #ffffff;
  border: 2px solid #ccc;
  margin-top: 14px;
  padding: 4px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.home #featured_events_box #featured_events_header #searchform #s {
  background: none;
  border: none;
  color: #333;
  font-style: italic;
  font-size: 11pt;
  outline: none;
  padding-left: 8px;
  float: left;
}
.home #featured_events_box #featured_events_header #searchform label {
  display: none;
}
.home #featured_events_box #featured_events_header #searchform #searchsubmit {
  width: 18px;
  height: 16px;
  background: url(../images/search_button.png);
  display: block;
  text-indent: 200%;
  border: none;
  float: right;
  text-align: left;
  margin-right: 5px;
}
.home #featured_events_box .featured_event {
  width: 277px;
  float: left;
  margin-right: 8px;
}
.home #featured_events_box .featured_event h3 {
  font-size: 1.2em;
  line-height: 1.1em;
  font-family: "Aller_Rg", sans-serif;
  margin: 8px 0;
  padding: 0;
}
.home #featured_events_box .featured_event .view_details {
  background: url(../images/view_details.png);
  height: 277px;
  width: 277px;
  display: block;
}
.home #featured_events_box .featured_event .view_details a:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */

}
.home .results_calendar {
  font-size: 10pt;
  width: 100%;
}
.home .results_calendar .date_cal {
  float: left;
  display: block;
  background: #9debf4;
  margin-right: 2px;
}
.home .results_calendar .start_date,
.home .results_calendar .end_date {
  background: #6ac6d1;
  display: block;
  float: left;
  padding: 0 7px;
}
.home .results_calendar .full_date {
  padding: 0 7px;
  display: block;
  float: right;
}
.home .mission_statement {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 5px 0;
  padding: 15px 0;
  text-align: center;
}
.home .mission_statement h2 {
  float: none;
  margin: 0;
}
.home .mission_statement p {
  font-family: "Times New Roman";
  font-size: 1.9em;
  line-height: 1em;
  margin: 0;
  font-style: italic;
}
.home .mission_statement p .quote-left {
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: absolute;
  font-size: 3em;
  display: block;
  margin-top: 10px;
  margin-left: -10px;
}
.home .mission_statement p .quote-right {
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: absolute;
  display: block;
  font-size: 3em;
  margin-top: -15px;
  margin-left: 985px;
}
.home .mission_statement p.more a {
  font-size: .7em;
  margin: 0;
}
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
.page-id-483 #left_content #main,
.single-icf_photo_contests #left_content #main,
.blog #left_content #main,
.single-post #left_content #main {
  min-width: 810px;
}
.page-id-300 ul.products {
  padding: 0;
  margin: 0;
}
.page-id-300 ul.products li.product {
  width: 100%;
  border-top: 1px solid #d3c9b4;
  border-bottom: 1px solid #d3c9b4;
  padding: 10px 0;
  margin: 0;
}
.page-id-300 ul.products li.product img {
  width: 150px;
  float: left;
  margin-right: 20px;
}
.page-id-305 ul.products {
  width: 90%;
  padding: 0;
  margin: 0;
}
.page-id-305 ul.products .product {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 170px;
  border-bottom: 1px solid #79705c;
}
.page-id-305 ul.products .product img {
  float: left;
  width: 150px;
  margin-right: 20px;
}
.single-icf_photo_contests h2 {
  margin: 0;
  border-bottom: 1px solid #efe5d1;
}
.single-icf_photo_contests #upload_images_form {
  padding: 15px;
  background: #d3c9b4;
}
.single-icf_photo_contests ul.tabs {
  list-style: none;
  margin: 30px 0 0 0;
}
.single-icf_photo_contests ul.tabs li {
  float: left;
}
.single-icf_photo_contests ul.tabs .ui-state-default a {
  background: #9debf4;
  padding: 15px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  outline: 0;
}
.single-icf_photo_contests ul.tabs .ui-state-active a {
  background: #d3c9b4;
  border: 0;
  color: #ffffff;
  outline: 0;
}
.single-icf_photo_contests .images_table {
  background: #d3c9b4;
  padding: 20px;
  margin-top: -1px;
}
.single-icf_photo_contests .icfpc_photo_gallery {
  margin: 20px 0;
}
.single-icf_photo_contests .icfpc_button {
  background: #efe5d1;
  border: 0;
  color: #79705c;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 15px;
  -webkit-box-shadow: 0 0 4px 0 #79705c;
  -moz-box-shadow: 0 0 4px 0 #79705c;
  box-shadow: 0 0 4px 0 #79705c;
}
.single-icf_photo_contests .icfpc_button:hover {
  background: #79705c;
  color: #ffffff;
}
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 1140px;
  min-width: 1140px;
  margin: 0 auto;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #33a13e;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #287e31;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Aller_Bd", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/

  /* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
span.glyph {
  font-family: "fontawesome-webfont";
  font-size: 65%;
  position: relative;
  top: -3px;
}
/*********************
06. HEADER SYTLES
*********************/
.header {
  min-width: 1140px;
}
.header .top_bar {
  background: #33a13e;
  padding: 5px 0;
  min-width: 1140px;
}
.header .top_bar .welcome {
  color: #ffffff;
  font-size: .8em;
}
.header .top_bar .welcome a {
  color: #ffffff;
  font-style: italic;
}
.header .top_bar .nav {
  background: none;
  margin: 0;
  float: right;
}
.header .top_bar .nav li {
  float: left;
}
.header .top_bar .nav li a {
  background: none;
  color: #ffffff;
  font-size: 9pt;
  font-style: italic;
  padding: 0 7px;
  border-right: 1px solid #fff;
}
.header .top_bar .nav li a:hover {
  color: #ddd;
}
.header #inner-header {
  min-width: 1140px;
}
.header #logo {
  float: left;
  margin-top: 17px;
}
.header nav ul.nav {
  float: right;
  margin: 0;
}
.header nav ul.nav li {
  float: left;
  position: relative;
}
.header nav ul.nav li a {
  display: block;
  text-decoration: none;
  font-family: "Aller_Lt", sans-serif;
  background: none;
  padding: 34px 17px;
  color: #888;
  text-transform: uppercase;
  font-size: 11pt;
}
.header nav ul.nav li.current-menu-item a,
.header nav ul.nav li.current-menu-ancestor a {
  color: #ffffff;
  background: #d3c9b4;
  border: none;
}
.header nav ul.nav li:hover a {
  background: #d3c9b4;
  color: #ffffff;
}
.header nav ul.nav li:hover ul {
  top: auto;
  display: block;
}
.header nav ul.nav ul.sub-menu,
.header nav ul.nav ul.children {
  -webkit-box-shadow: 0 1px 3px 0 #79705c;
  -moz-box-shadow: 0 1px 3px 0 #79705c;
  box-shadow: 0 1px 3px 0 #79705c;
  display: none;
  position: absolute;
  z-index: 8999;
  margin-top: 0;
  border-top: 0;
  width: 185px;
}
.header nav ul.nav ul.sub-menu li,
.header nav ul.nav ul.children li {
  display: block;
  width: 100%;
  background: #d3c9b4;
  border-top: 1px solid #bbb19a;
}
.header nav ul.nav ul.sub-menu li:hover a,
.header nav ul.nav ul.children li:hover a {
  background: #79705c;
}
.header nav ul.nav ul.sub-menu li a,
.header nav ul.nav ul.children li a {
  width: 100%;
  display: block;
  padding: 10px;
}
.header nav ul.nav ul.sub-menu li:hover ul,
.header nav ul.nav ul.children li:hover ul {
  display: block;
  top: auto;
}
.header nav ul.nav ul.sub-menu ul.sub-menu,
.header nav ul.nav ul.children ul.sub-menu {
  display: none;
  margin-left: 100%;
  margin-top: -23%;
}
.header nav ul.nav ul.sub-menu ul.sub-menu li:hover a,
.header nav ul.nav ul.children ul.sub-menu li:hover a {
  background: #efe5d1;
  color: #79705c;
}
.header nav ul.nav ul.sub-menu ul.sub-menu li:hover ul,
.header nav ul.nav ul.children ul.sub-menu li:hover ul {
  display: block;
  top: auto;
}
.header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu,
.header nav ul.nav ul.children ul.sub-menu ul.sub-menu {
  display: none;
  margin-left: -100%;
  margin-top: -18%;
}
.header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu li,
.header nav ul.nav ul.children ul.sub-menu ul.sub-menu li {
  color: #ffffff;
}
.header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu li a,
.header nav ul.nav ul.children ul.sub-menu ul.sub-menu li a {
  background: #79705c;
  color: #ffffff;
}
.header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu li:hover a,
.header nav ul.nav ul.children ul.sub-menu ul.sub-menu li:hover a {
  background: #efe5d1;
  color: #79705c;
}
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  border-bottom: 0;
  /* end .menu li */

  /* highlight current page */

  /* end current highlighters */

}
.nav li {
  /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/

  /* showing sub-menus */

}
.nav li a {
  /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/

}
.nav li:hover ul {
  top: auto;
  display: block;
}
/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content #page_header_img {
  width: 100%;
  height: 395px;
  min-width: 1140px;
  overflow: hidden;
  position: relative;
  z-index: -100;
}
#content #page_header_img img {
  width: 100%;
}
#content #inner-content {
  margin-top: -80px;
  padding: 18px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #efe5d1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ded5c2), to(#efe5d1));
  background-image: -webkit-linear-gradient(top, #ded5c2, #efe5d1);
  background-image: -moz-linear-gradient(top, #ded5c2, #efe5d1);
  background-image: -o-linear-gradient(top, #ded5c2, #efe5d1);
  background-image: linear-gradient(to bottom, #ded5c2, #efe5d1);
}
#content #inner-content #left_content {
  width: 810px;
  float: left;
}
#content #inner-content #left_content #main {
  width: 570px;
}
#content #inner-content #left_content .right {
  float: right;
}
#content #inner-content #left_content .subpage_menu {
  width: 210px;
  margin-bottom: 20px;
}
#content #inner-content #left_content .subpage_menu_ul {
  background: #6ac6d1;
  margin: 0;
}
#content #inner-content #left_content .subpage_menu_ul li {
  border-bottom: 1px solid #ffffff;
}
#content #inner-content #left_content .subpage_menu_ul li a {
  text-indent: 0;
  height: 100%;
  width: 100%;
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 10px;
}
#content #inner-content #left_content .subpage_menu_ul li a:hover {
  background: #cccccc;
}
#content #inner-content #left_content .subpage_menu_ul li .children {
  display: none;
}
#content #inner-content #left_content .subpage_menu_ul li.current_page_item a,
#content #inner-content #left_content .subpage_menu_ul li.current-cat a {
  background: #cccccc;
}
#content #inner-content #left_content .subpage_menu_ul li.current_page_item .children {
  display: block;
  background: #9debf4;
  margin: 0;
}
#content #inner-content #left_content .subpage_menu_ul li.current_page_item .children a {
  color: #24717a;
  padding-left: 15px;
  width: 100%;
}
#content #inner-content #left_content .subpage_menu_ul li.current_page_item .children a:hover {
  color: #ffffff;
}
#content #inner-content #left_content .profile_list {
  clear: both;
  padding: 15px 0;
}
#content #inner-content #left_content .profile_list .profile {
  border-top: 1px solid #d3c9b4;
  border-bottom: 1px solid #d3c9b4;
  padding: 10px 0;
}
#content #inner-content #left_content .profile_list h3 {
  margin: 0;
}
#content #inner-content #left_content .profile_list p {
  margin: 0;
  font-size: .9em;
}
#content #inner-content #left_content .profile_list img {
  float: left;
  margin: 10px 15px 0 0;
  width: 100px;
}
#content #inner-content #left_content .pagination {
  text-align: center;
  margin-top: 20px;
}
#content #inner-content #left_content .pagination span.current {
  background: #287e31;
  padding: 5px;
  color: #ffffff;
  margin: 0 5px;
}
#content #inner-content #left_content .pagination a {
  display: inline;
  background: #33a13e;
  text-decoration: none;
  color: #ffffff;
  padding: 5px;
  margin: 0 5px;
}
#content #inner-content #left_content .pagination a:hover {
  background: #287e31;
  color: #ffffff;
}
#content #inner-content ul.products {
  margin-top: 20px;
}
#content #inner-content div.related .products {
  width: 400px;
}
#content #inner-content .image_totals {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #bbb19a;
  padding: 0;
}
#content #inner-content .image_totals th {
  padding: 5px;
  background: #bbb19a;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
#content #inner-content .image_totals tr {
  padding: 0;
}
#content #inner-content .image_totals .judge_votes {
  display: none;
}
#content #inner-content .image_totals td {
  border: 1px solid #bbb19a;
  padding: 0;
  text-align: center;
}
#content #inner-content .image_totals td img {
  margin: 6px 0 0 0;
}
#content #inner-content .image_totals td .view_more {
  background-color: #52b152;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
  background-image: -webkit-linear-gradient(top, #008a00, #52b152);
  background-image: -moz-linear-gradient(top, #008a00, #52b152);
  background-image: -o-linear-gradient(top, #008a00, #52b152);
  background-image: linear-gradient(to bottom, #008a00, #52b152);
  padding: 12px;
  color: #ffffff;
  font-size: .8em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #52b152;
}
#content #inner-content .image_totals td .view_more:hover {
  background-color: #008a00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
  background-image: -webkit-linear-gradient(top, #52b152, #008a00);
  background-image: -moz-linear-gradient(top, #52b152, #008a00);
  background-image: -o-linear-gradient(top, #52b152, #008a00);
  background-image: linear-gradient(to bottom, #52b152, #008a00);
}
#content #inner-content .image_totals td table {
  width: 100%;
  background: #bbb19a;
  border-color: #d3c9b4;
  color: #ffffff;
}
#content #inner-content .image_totals td td {
  text-align: center;
  padding: 8px;
  border-color: #d3c9b4;
}
#content #inner-content .image_totals td td.judge_name {
  background: #d3c9b4;
  border-color: #bbb19a;
  font-weight: bold;
}
#content #inner-content .image_totals td td.voted {
  background: #33a13e;
  color: #ffffff;
}
#content #inner-content .image_totals td td.voted.finalized {
  background: #ff0000;
  color: #ffffff;
}
#content #inner-content .tablenav {
  text-align: center;
}
#content #inner-content .tablenav a {
  background: #33a13e;
  color: #ffffff;
  text-decoration: none;
  padding: 5px;
}
#content #inner-content .tablenav .page-numbers.current {
  background: #287e31;
  color: #ffffff;
  padding: 5px;
}
#content #inner-content .photographer_totals {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #bbb19a;
  text-align: center;
  padding: 0;
}
#content #inner-content .photographer_totals th {
  padding: 5px;
  background: #bbb19a;
  color: #ffffff;
  text-transform: uppercase;
}
#content #inner-content .photographer_totals tr {
  padding: 0;
}
#content #inner-content .photographer_totals td {
  border: 1px solid #bbb19a;
  padding: 0;
}
#content #inner-content .photographer_totals td img {
  margin: 6px 0 0 0;
}
#content #inner-content .event_search_form select {
  width: 100%;
  background: #ffffff url(../images/select_arrow.png) no-repeat 540px 14px;
  border: none;
  padding: 8px;
  margin-bottom: 6px;
  border-radius: 0;
  -webkit-appearance: none;
}
#content #inner-content .event_search_form .event_search {
  background: #9debf4;
  color: #000000;
  border: 0;
  font-size: .9em;
  margin-top: 10px;
  padding: 8px;
}
#content #inner-content .results_calendar {
  font-size: .8em;
  float: right;
}
#content #inner-content .results_calendar .date_cal {
  float: left;
  display: block;
  margin-left: 10px;
  background: #9debf4;
}
#content #inner-content .results_calendar .start_date,
#content #inner-content .results_calendar .end_date {
  background: #6ac6d1;
  display: block;
  float: left;
  padding: 0 7px;
}
#content #inner-content .results_calendar .full_date {
  padding: 0 7px;
  display: block;
  float: right;
}
#content .icfpc_photo_gallery .icfpc_user_image {
  width: 150px;
  float: left;
  margin: 0 25px 25px 0;
  background: #79705c;
  padding: 5px;
  color: #ffffff;
  font-size: .8em;
}
#content .icfpc_photo_gallery .icfpc_user_image img {
  margin: 0;
}
#content .icfpc_photo_gallery .icfpc_user_image .icfpc_delete_images {
  float: left;
}
#content .icfpc_photo_gallery .icfpc_user_image .icfpc_finalize_images {
  float: right;
}
.woocommerce-page .products .add_to_cart_button,
.woocommerce-page .products .product_type_variable {
  border: 0;
  color: #fff;
  font-weight: 300;
  font-size: .8em;
  padding: 8px 12px;
  text-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #52b152;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
  background-image: -webkit-linear-gradient(top, #008a00, #52b152);
  background-image: -moz-linear-gradient(top, #008a00, #52b152);
  background-image: -o-linear-gradient(top, #008a00, #52b152);
  background-image: linear-gradient(to bottom, #008a00, #52b152);
}
.woocommerce-page .products a:hover.add_to_cart_button,
.woocommerce-page .products a:hover.product_type_variable {
  background-color: #008a00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
  background-image: -webkit-linear-gradient(top, #52b152, #008a00);
  background-image: -moz-linear-gradient(top, #52b152, #008a00);
  background-image: -o-linear-gradient(top, #52b152, #008a00);
  background-image: linear-gradient(to bottom, #52b152, #008a00);
}
.woocommerce-page .product_title {
  font-size: 1.8em !important;
  text-transform: capitalize;
}
.woocommerce-page .related .products .product {
  width: 150px !important;
  font-size: .9em;
  line-height: 1.2em;
  margin-right: 25px;
}
.woocommerce-page button.single_add_to_cart_button.button {
  border: 0;
  color: #fff;
  font-weight: 300;
  font-size: .8em;
  padding: 8px 12px;
  text-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #52b152;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
  background-image: -webkit-linear-gradient(top, #008a00, #52b152);
  background-image: -moz-linear-gradient(top, #008a00, #52b152);
  background-image: -o-linear-gradient(top, #008a00, #52b152);
  background-image: linear-gradient(to bottom, #008a00, #52b152);
}
.woocommerce-page button:hover.single_add_to_cart_button.button {
  background-color: #008a00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
  background-image: -webkit-linear-gradient(top, #52b152, #008a00);
  background-image: -moz-linear-gradient(top, #52b152, #008a00);
  background-image: -o-linear-gradient(top, #52b152, #008a00);
  background-image: linear-gradient(to bottom, #52b152, #008a00);
}
.woocommerce-page h4.event_dates {
  margin: 0;
}
.woocommerce-page .calendars .date_cal {
  font-size: .7em;
  background: #9debf4;
  text-shadow: 1px 1px 2px #1472ad;
  color: #ffffff;
  width: 70px;
  text-align: center;
  border: 1px solid #6ac6d1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  text-transform: uppercase;
  margin-right: 15px;
}
.woocommerce-page .calendars .date_cal .start_date,
.woocommerce-page .calendars .date_cal .end_date {
  background: #6ac6d1;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 0;
}
.woocommerce-page .calendars .date_cal .date_day {
  font-size: 2em;
  line-height: 1em;
  font-family: "Aller_Bd", sans-serif;
}
.woocommerce-page .calendars .date_cal .date_year {
  line-height: .8em;
}
.woocommerce-page #place_order {
  display: block;
  background-color: #a50101;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#a50101));
  background-image: -webkit-linear-gradient(top, #ff0000, #a50101);
  background-image: -moz-linear-gradient(top, #ff0000, #a50101);
  background-image: -o-linear-gradient(top, #ff0000, #a50101);
  background-image: linear-gradient(to bottom, #ff0000, #a50101);
}
.woocommerce-cart #main {
  padding: 0;
}
.woocommerce-cart #main article {
  width: 100%;
}
.woocommerce-cart #main input.button {
  font-weight: 300;
  font-size: .9em;
}
.woocommerce-cart #main input.checkout-button.button {
  background-color: #a50101;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#a50101));
  background-image: -webkit-linear-gradient(top, #ff0000, #a50101);
  background-image: -moz-linear-gradient(top, #ff0000, #a50101);
  background-image: -o-linear-gradient(top, #ff0000, #a50101);
  background-image: linear-gradient(to bottom, #ff0000, #a50101);
  border: 1px solid #a50101;
}
.woocommerce-cart #main input:hover.checkout-button.button {
  background-color: #ff0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a50101), to(#ff0000));
  background-image: -webkit-linear-gradient(top, #a50101, #ff0000);
  background-image: -moz-linear-gradient(top, #a50101, #ff0000);
  background-image: -o-linear-gradient(top, #a50101, #ff0000);
  background-image: linear-gradient(to bottom, #a50101, #ff0000);
}
.woocommerce-cart h1 {
  margin: 0;
}
.woocommerce-checkout .place-order input.button {
  display: none;
}
/* end .hentry */
.single-title,
.page-title {
  margin: 0;
  background: #bbb19a;
  color: #fff;
  font-family: "Aller_Rg", sans-serif;
  text-transform: uppercase;
  border-bottom: 4px solid #9e947e;
  padding: 4px 8px;
}
.product_title {
  margin: 0;
  background: #bbb19a;
  color: #ffffff;
  font-family: "Aller_Rg", sans-serif;
  text-transform: uppercase;
  border-bottom: 4px solid #9e947e;
  font-size: 1.6em;
}
.single-title {
  font-size: 1.8em;
  line-height: 1.3em;
}
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
  margin: 0;
}
/* entry content */
.entry-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/

}
.entry-content hr {
  height: 1px;
  background: #d3c9b4;
  color: #d3c9b4;
}
.entry-content ul,
.entry-content ol {
  list-style: disc;
  margin-left: 35px;
}
.entry-content ul li,
.entry-content ol li {
  line-height: 1.4em;
  font-size: .9em;
  margin-bottom: 1em;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft,
.entry-content img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.entry-content .alignright,
.entry-content img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */

}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  border: 1px solid red;
  height: 30px;
  position: absolute;
  clear: both;
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */

  /* end .bones_page_navi .bpn-current */

  /* common styles for page-navi links */

  /* remove the bg on end links */

  /* previous link */

  /* next page link */

  /* first page link */

  /* last page link */

}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */

}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */

}
.commentlist {
  /* general comment classes */

  /* vcard */

  /* end .commentlist .vcard */

  /* comment meta */

  /* comment content */

  /* end .commentlist .comment_content */

  /* comment reply link */

  /* end .commentlist .comment-reply-link */

}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */

}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */

  /* change number for different depth */

}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
#sidebar1 {
  float: right;
  width: 260px;
}
#sidebar1 p.buttons .button {
  background-color: #a50101;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#a50101));
  background-image: -webkit-linear-gradient(top, #ff0000, #a50101);
  background-image: -moz-linear-gradient(top, #ff0000, #a50101);
  background-image: -o-linear-gradient(top, #ff0000, #a50101);
  background-image: linear-gradient(to bottom, #ff0000, #a50101);
  color: #ffffff;
  text-shadow: none;
  border: none;
}
#sidebar1 p.buttons a:hover.button {
  background-color: #ff0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a50101), to(#ff0000));
  background-image: -webkit-linear-gradient(top, #a50101, #ff0000);
  background-image: -moz-linear-gradient(top, #a50101, #ff0000);
  background-image: -o-linear-gradient(top, #a50101, #ff0000);
  background-image: linear-gradient(to bottom, #a50101, #ff0000);
}
#sidebar1 #searchform {
  margin: -10px 0 20px 0;
  height: 30px;
  background: #ffffff;
  border: 2px solid #ccc;
  margin-top: 14px;
  padding: 4px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#sidebar1 #searchform #s {
  background: none;
  border: none;
  color: #333;
  font-style: italic;
  font-size: 11pt;
  outline: none;
  padding-left: 8px;
  float: left;
}
#sidebar1 #searchform label {
  display: none;
}
#sidebar1 #searchform #searchsubmit {
  width: 18px;
  height: 16px;
  background: url(../images/search_button.png);
  display: block;
  text-indent: 200%;
  border: none;
  float: right;
  text-align: left;
  margin-right: 5px;
}
#sidebar1 .results_calendar {
  margin: 5px 0 8px 0 !important;
  padding: 0 !important;
  font-size: 9pt !important;
  width: 100%;
}
#sidebar1 .results_calendar .date_cal {
  float: left;
  display: block;
  background: #9debf4;
  margin: 0 !important;
}
#sidebar1 .results_calendar .start_date,
#sidebar1 .results_calendar .end_date {
  background: #6ac6d1;
  display: block;
  float: left;
  padding: 0 7px;
}
#sidebar1 .results_calendar .full_date {
  padding: 0 7px;
  display: block;
  float: right;
}
#sidebar2 {
  float: left;
  width: 210px;
}
.sidebar a.sidebar_donate {
  font-size: 15pt;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 3px solid #2b9135;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  display: block;
  background-color: #52b152;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
  background-image: -webkit-linear-gradient(top, #008a00, #52b152);
  background-image: -moz-linear-gradient(top, #008a00, #52b152);
  background-image: -o-linear-gradient(top, #008a00, #52b152);
  background-image: linear-gradient(to bottom, #008a00, #52b152);
}
.sidebar a:hover.sidebar_donate {
  background-color: #008a00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
  background-image: -webkit-linear-gradient(top, #52b152, #008a00);
  background-image: -moz-linear-gradient(top, #52b152, #008a00);
  background-image: -o-linear-gradient(top, #52b152, #008a00);
  background-image: linear-gradient(to bottom, #52b152, #008a00);
}
.sidebar a.sidebar_become_a_member {
  font-size: 15pt;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 3px solid #da6606;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  display: block;
  background-color: #ffa84c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7b0d), to(#ffa84c));
  background-image: -webkit-linear-gradient(top, #ff7b0d, #ffa84c);
  background-image: -moz-linear-gradient(top, #ff7b0d, #ffa84c);
  background-image: -o-linear-gradient(top, #ff7b0d, #ffa84c);
  background-image: linear-gradient(to bottom, #ff7b0d, #ffa84c);
}
.sidebar a:hover.sidebar_become_a_member {
  background-color: #ff7b0d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa84c), to(#ff7b0d));
  background-image: -webkit-linear-gradient(top, #ffa84c, #ff7b0d);
  background-image: -moz-linear-gradient(top, #ffa84c, #ff7b0d);
  background-image: -o-linear-gradient(top, #ffa84c, #ff7b0d);
  background-image: linear-gradient(to bottom, #ffa84c, #ff7b0d);
}
.sidebar a.sidebar_get_involved {
  font-size: 15pt;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 3px solid #cc0505;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  display: block;
  background-color: #ff0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0505), to(#ff0000));
  background-image: -webkit-linear-gradient(top, #cc0505, #ff0000);
  background-image: -moz-linear-gradient(top, #cc0505, #ff0000);
  background-image: -o-linear-gradient(top, #cc0505, #ff0000);
  background-image: linear-gradient(to bottom, #cc0505, #ff0000);
}
.sidebar a:hover.sidebar_get_involved {
  background-color: #cc0505;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#cc0505));
  background-image: -webkit-linear-gradient(top, #ff0000, #cc0505);
  background-image: -moz-linear-gradient(top, #ff0000, #cc0505);
  background-image: -o-linear-gradient(top, #ff0000, #cc0505);
  background-image: linear-gradient(to bottom, #ff0000, #cc0505);
}
.widgettitle {
  border-bottom: 3px solid #bbb19a;
  color: #79705c;
  margin: 0 0 10px 0;
  letter-spacing: -1px;
  font-size: 1.3em;
}
.widget {
  margin-bottom: 20px;
}
.widget.widget_shopping_cart,
.widget.widget_featured_products,
.widget.widget_recently_viewed_products {
  background: #e5dcc8;
  padding: 10px;
}
.widget ul li {
  border-bottom: 1px dotted #bbb19a;
  /* deep nesting */

}
/*********************
13. FOOTER STYLES
*********************/
#sub_footer_box {
  background: #d3c9b4;
  min-width: 1140px;
  margin: 1px 0;
  padding: 20px 0;
}
#sub_footer_box h2 {
  font-family: "Aller_Lt", sans-serif;
  letter-spacing: -1px;
  background: #bbb19a;
  padding: 2px 10px;
  font-size: 18pt;
  color: #ffffff;
  width: 100%;
}
#sub_footer_box .sub_footer_box {
  width: 330px;
  float: left;
  margin-right: 73px;
}
#sub_footer_box .sub_footer_box.sub_footer_box_right {
  float: right;
  margin-right: 0;
}
#sub_footer_box .read_more_member {
  position: relative;
  display: block;
  top: -40px;
  background: #000000;
  width: 110px;
  padding: 0 10px;
  color: #ffffff;
  text-decoration: none;
}
#sub_footer_box input {
  width: 100%;
  border: 0;
  padding: 8px;
  margin-bottom: 12px;
}
#sub_footer_box input.submit {
  width: 25%;
  float: right;
  background: #bbb19a;
  color: #ffffff;
}
#sub_footer_box #latest_news {
  list-style-image: url(../images/blog_pin.png);
  margin-left: 23px;
  list-style-position: outside;
}
#sub_footer_box #latest_news li {
  padding: 8px 0;
  border-bottom: 1px dotted #e0d6c1;
}
#sub_footer_box #latest_news li a {
  color: #888;
  text-decoration: none;
}
#sub_footer_box #latest_news li a:hover {
  color: #ffffff;
}
.footer {
  clear: both;
  border-top: 1px solid #d3c9b4;
  font-size: .8em;
  color: #bbb19a;
  font-family: "Aller_Lt", sans-serif;
  padding: 20px 0 40px 0;
  min-width: 1140px;
}
.footer p {
  font-size: .9em;
  padding: 0;
  margin: 0;
}
.footer h2 {
  margin: 0;
  padding: 0;
  color: #33a13e;
  font-size: 17pt;
  width: 100%;
}
.footer h3 {
  margin: 15px 0 5px 0;
  color: #79705c;
  font-size: 14pt;
  padding: 0;
  line-height: 1em;
}
.footer #inner-footer .footer_column {
  float: left;
  width: 335px;
  margin-right: 40px;
}
.footer #inner-footer .footer_column .menu a {
  font-size: .9em;
}
.footer #inner-footer .footer_column a {
  color: #bbb19a;
  text-decoration: none;
}
.footer #inner-footer .footer_column a:hover {
  color: #79705c;
}
.footer #inner-footer .footer_column #menu-footer-site-left {
  float: left;
  margin-top: 0;
}
.footer #inner-footer .footer_column #menu-footer-site-right {
  float: left;
  margin-top: 0;
  margin-left: 55px;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Base Mobile Stylesheet
  
  Be light and don't over style since everything here will be
  loaded by mobile devices. You want to keep it as minimal as
  possible. This is called at the top of the main stylsheet
  and will be used across all viewports.
  
  ------------ MAP ------------
  
  01. GENERAL STYLES
  02. WORDPRESS BODY CLASSES
  03. LAYOUT & GRID STYLES
  04. LINK STYLES
  05. H1, H2, H3, H4, H5 STYLES
  06. HEADER SYTLES
  07. NAVIGATION STYLES
  08. POSTS & CONTENT STYLES
  09. PAGE NAVI STYLES
  10. COMMENT STYLES
  11. COMMENT FORM STYLES
  12. SIDEBARS & ASIDES
  13. FOOTER STYLES
  
  ******************************************************************/
  /*********************
  01. GENERAL STYLES
  *********************/
  body {
    font-family: "Aller_Lt", sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #555;
    background: #efe5d1;
  }
  body p {
    font-size: 11pt;
    line-height: 14pt;
    padding: 3px 0;
  }
  body p strong {
    font-family: "Aller_Bd", sans-serif;
    letter-spacing: -1px;
  }
  /********************
  02. WORDPRESS BODY CLASSES
      style a page via class
  ********************/
  /* for sites that are read right to left (i.e. hebrew) */
  .home h2 {
    font-family: "Aller_Rg", sans-serif;
    font-size: 25pt;
    letter-spacing: -1px;
    color: #333;
    margin: 10px 0;
    float: left;
  }
  .home #featured_events_box {
    min-width: 1140px;
    padding: 20px 0;
    border-bottom: 1px solid #d3c9b4;
  }
  .home #featured_events_box #featured_events_header {
    height: 60px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
  }
  .home #featured_events_box #featured_events_header #browse_all_events {
    float: right;
    margin: 4px 10px 0 0;
  }
  .home #featured_events_box #featured_events_header #searchform {
    float: right;
    background: #ffffff;
    border: 2px solid #ccc;
    margin-top: 14px;
    padding: 4px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .home #featured_events_box #featured_events_header #searchform #s {
    background: none;
    border: none;
    color: #333;
    font-style: italic;
    font-size: 11pt;
    outline: none;
    padding-left: 8px;
    float: left;
  }
  .home #featured_events_box #featured_events_header #searchform label {
    display: none;
  }
  .home #featured_events_box #featured_events_header #searchform #searchsubmit {
    width: 18px;
    height: 16px;
    background: url(../images/search_button.png);
    display: block;
    text-indent: 200%;
    border: none;
    float: right;
    text-align: left;
    margin-right: 5px;
  }
  .home #featured_events_box .featured_event {
    width: 277px;
    float: left;
    margin-right: 8px;
  }
  .home #featured_events_box .featured_event h3 {
    font-size: 1.2em;
    line-height: 1.1em;
    font-family: "Aller_Rg", sans-serif;
    margin: 8px 0;
    padding: 0;
  }
  .home #featured_events_box .featured_event .view_details {
    background: url(../images/view_details.png);
    height: 277px;
    width: 277px;
    display: block;
  }
  .home #featured_events_box .featured_event .view_details a:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
  
  }
  .home .results_calendar {
    font-size: 10pt;
    width: 100%;
  }
  .home .results_calendar .date_cal {
    float: left;
    display: block;
    background: #9debf4;
    margin-right: 2px;
  }
  .home .results_calendar .start_date,
  .home .results_calendar .end_date {
    background: #6ac6d1;
    display: block;
    float: left;
    padding: 0 7px;
  }
  .home .results_calendar .full_date {
    padding: 0 7px;
    display: block;
    float: right;
  }
  .home .mission_statement {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 5px 0;
    padding: 15px 0;
    text-align: center;
  }
  .home .mission_statement h2 {
    float: none;
    margin: 0;
  }
  .home .mission_statement p {
    font-family: "Times New Roman";
    font-size: 1.9em;
    line-height: 1em;
    margin: 0;
    font-style: italic;
  }
  .home .mission_statement p .quote-left {
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    font-size: 3em;
    display: block;
    margin-top: 10px;
    margin-left: -10px;
  }
  .home .mission_statement p .quote-right {
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    display: block;
    font-size: 3em;
    margin-top: -15px;
    margin-left: 985px;
  }
  .home .mission_statement p.more a {
    font-size: .7em;
    margin: 0;
  }
  /* home page */
  /* blog template page */
  /* archive page */
  /* date archive page */
  /* replace the number to the corresponding page number */
  /* search page */
  /* search result page */
  /* no results search page */
  /* individual paged search (i.e. body.search-paged-3) */
  /* 404 page */
  /* single post page */
  /* individual post page by id (i.e. body.postid-73) */
  /* individual paged single (i.e. body.single-paged-3) */
  /* attatchment page */
  /* individual attatchment page (i.e. body.attachmentid-763) */
  /* style mime type pages */
  /* author page */
  /* user nicename (i.e. body.author-samueladams) */
  /* paged author archives (i.e. body.author-paged-4) for page 4 */
  /* category page */
  /* individual category page (i.e. body.category-6) */
  /* replace the number to the corresponding page number */
  /* tag page */
  /* individual tag page (i.e. body.tag-news) */
  /* replace the number to the corresponding page number */
  /* custom page template page */
  /* individual page template (i.e. body.page-template-contact-php */
  /* replace the number to the corresponding page number */
  /* parent page template */
  /* child page template */
  /* replace the number to the corresponding page number */
  .page-id-483 #left_content #main,
  .single-icf_photo_contests #left_content #main,
  .blog #left_content #main,
  .single-post #left_content #main {
    min-width: 810px;
  }
  .page-id-300 ul.products {
    padding: 0;
    margin: 0;
  }
  .page-id-300 ul.products li.product {
    width: 100%;
    border-top: 1px solid #d3c9b4;
    border-bottom: 1px solid #d3c9b4;
    padding: 10px 0;
    margin: 0;
  }
  .page-id-300 ul.products li.product img {
    width: 150px;
    float: left;
    margin-right: 20px;
  }
  .page-id-305 ul.products {
    width: 90%;
    padding: 0;
    margin: 0;
  }
  .page-id-305 ul.products .product {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 170px;
    border-bottom: 1px solid #79705c;
  }
  .page-id-305 ul.products .product img {
    float: left;
    width: 150px;
    margin-right: 20px;
  }
  .single-icf_photo_contests h2 {
    margin: 0;
    border-bottom: 1px solid #efe5d1;
  }
  .single-icf_photo_contests #upload_images_form {
    padding: 15px;
    background: #d3c9b4;
  }
  .single-icf_photo_contests ul.tabs {
    list-style: none;
    margin: 30px 0 0 0;
  }
  .single-icf_photo_contests ul.tabs li {
    float: left;
  }
  .single-icf_photo_contests ul.tabs .ui-state-default a {
    background: #9debf4;
    padding: 15px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    outline: 0;
  }
  .single-icf_photo_contests ul.tabs .ui-state-active a {
    background: #d3c9b4;
    border: 0;
    color: #ffffff;
    outline: 0;
  }
  .single-icf_photo_contests .images_table {
    background: #d3c9b4;
    padding: 20px;
    margin-top: -1px;
  }
  .single-icf_photo_contests .icfpc_photo_gallery {
    margin: 20px 0;
  }
  .single-icf_photo_contests .icfpc_button {
    background: #efe5d1;
    border: 0;
    color: #79705c;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 15px;
    -webkit-box-shadow: 0 0 4px 0 #79705c;
    -moz-box-shadow: 0 0 4px 0 #79705c;
    box-shadow: 0 0 4px 0 #79705c;
  }
  .single-icf_photo_contests .icfpc_button:hover {
    background: #79705c;
    color: #ffffff;
  }
  /* if user is logged in */
  /* paged items like search results or archives */
  /* individual paged (i.e. body.paged-3) */
  /*********************
  03. LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 1140px;
    min-width: 1140px;
    margin: 0 auto;
  }
  /*********************
  04. LINK STYLES
  *********************/
  a,
  a:visited {
    color: #33a13e;
    /* on hover */
  
    /* on click */
  
    /* mobile tap color */
  
  }
  a:hover,
  a:visited:hover,
  a:focus,
  a:visited:focus {
    color: #287e31;
  }
  a:link,
  a:visited:link {
    /*
  		this highlights links on iPhones/iPads.
  		so it basically works like the :hover selector
  		for mobile devices.
  		*/
  
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  }
  /******************************************************************
  05. H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 {
    font-family: "Aller_Bd", sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 400;
    /*
  	if you're going to use webfonts, be sure to check your weights
  	http://css-tricks.com/watch-your-font-weight/
  	*/
  
    /* removing text decoration from all headline links */
  
  }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a {
    text-decoration: none;
  }
  h1,
  .h1 {
    font-size: 2.5em;
    line-height: 1.333em;
  }
  h2,
  .h2 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
  }
  h3,
  .h3 {
    font-size: 1.125em;
  }
  h4,
  .h4 {
    font-size: 1.1em;
    font-weight: 700;
  }
  h5,
  .h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  span.glyph {
    font-family: "fontawesome-webfont";
    font-size: 65%;
    position: relative;
    top: -3px;
  }
  /*********************
  06. HEADER SYTLES
  *********************/
  .header {
    min-width: 1140px;
  }
  .header .top_bar {
    background: #33a13e;
    padding: 5px 0;
    min-width: 1140px;
  }
  .header .top_bar .welcome {
    color: #ffffff;
    font-size: .8em;
  }
  .header .top_bar .welcome a {
    color: #ffffff;
    font-style: italic;
  }
  .header .top_bar .nav {
    background: none;
    margin: 0;
    float: right;
  }
  .header .top_bar .nav li {
    float: left;
  }
  .header .top_bar .nav li a {
    background: none;
    color: #ffffff;
    font-size: 9pt;
    font-style: italic;
    padding: 0 7px;
    border-right: 1px solid #fff;
  }
  .header .top_bar .nav li a:hover {
    color: #ddd;
  }
  .header #inner-header {
    min-width: 1140px;
  }
  .header #logo {
    float: left;
    margin-top: 17px;
  }
  .header nav ul.nav {
    float: right;
    margin: 0;
  }
  .header nav ul.nav li {
    float: left;
    position: relative;
  }
  .header nav ul.nav li a {
    display: block;
    text-decoration: none;
    font-family: "Aller_Lt", sans-serif;
    background: none;
    padding: 34px 17px;
    color: #888;
    text-transform: uppercase;
    font-size: 11pt;
  }
  .header nav ul.nav li.current-menu-item a,
  .header nav ul.nav li.current-menu-ancestor a {
    color: #ffffff;
    background: #d3c9b4;
    border: none;
  }
  .header nav ul.nav li:hover a {
    background: #d3c9b4;
    color: #ffffff;
  }
  .header nav ul.nav li:hover ul {
    top: auto;
    display: block;
  }
  .header nav ul.nav ul.sub-menu,
  .header nav ul.nav ul.children {
    -webkit-box-shadow: 0 1px 3px 0 #79705c;
    -moz-box-shadow: 0 1px 3px 0 #79705c;
    box-shadow: 0 1px 3px 0 #79705c;
    display: none;
    position: absolute;
    z-index: 8999;
    margin-top: 0;
    border-top: 0;
    width: 185px;
  }
  .header nav ul.nav ul.sub-menu li,
  .header nav ul.nav ul.children li {
    display: block;
    width: 100%;
    background: #d3c9b4;
    border-top: 1px solid #bbb19a;
  }
  .header nav ul.nav ul.sub-menu li:hover a,
  .header nav ul.nav ul.children li:hover a {
    background: #79705c;
  }
  .header nav ul.nav ul.sub-menu li a,
  .header nav ul.nav ul.children li a {
    width: 100%;
    display: block;
    padding: 10px;
  }
  .header nav ul.nav ul.sub-menu li:hover ul,
  .header nav ul.nav ul.children li:hover ul {
    display: block;
    top: auto;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu,
  .header nav ul.nav ul.children ul.sub-menu {
    display: none;
    margin-left: 100%;
    margin-top: -23%;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu li:hover a,
  .header nav ul.nav ul.children ul.sub-menu li:hover a {
    background: #efe5d1;
    color: #79705c;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu li:hover ul,
  .header nav ul.nav ul.children ul.sub-menu li:hover ul {
    display: block;
    top: auto;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu,
  .header nav ul.nav ul.children ul.sub-menu ul.sub-menu {
    display: none;
    margin-left: -100%;
    margin-top: -18%;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu li,
  .header nav ul.nav ul.children ul.sub-menu ul.sub-menu li {
    color: #ffffff;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu li a,
  .header nav ul.nav ul.children ul.sub-menu ul.sub-menu li a {
    background: #79705c;
    color: #ffffff;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu li:hover a,
  .header nav ul.nav ul.children ul.sub-menu ul.sub-menu li:hover a {
    background: #efe5d1;
    color: #79705c;
  }
  /*********************
  07. NAVIGATION STYLES
  *********************/
  /*
  all navs have a .nav class applied via
  the wp_menu function; this is so we can
  easily write one group of styles for
  the navs on the site so our css is cleaner
  and more scalable.
  */
  .nav {
    border-bottom: 0;
    /* end .menu li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .nav li {
    /*
  		so you really have to rethink your dropdowns for mobile.
  		you don't want to have it expand too much because the
  		screen is so small. How you manage your menu should
  		depend on the project. Here's some great info on it:
  		http://www.alistapart.com/articles/organizing-mobile/
  		*/
  
    /* showing sub-menus */
  
  }
  .nav li a {
    /*
  			remember this is for mobile ONLY, so there's no need
  			to even declare hover styles here, you can do it in
  			the style.scss file where it's relevant. We want to
  			keep this file as small as possible!
  			*/
  
  }
  .nav li:hover ul {
    top: auto;
    display: block;
  }
  /* end .nav */
  /*********************
  08. POSTS & CONTENT STYLES
  *********************/
  #content #page_header_img {
    width: 100%;
    height: 395px;
    min-width: 1140px;
    overflow: hidden;
    position: relative;
    z-index: -100;
  }
  #content #page_header_img img {
    width: 100%;
  }
  #content #inner-content {
    margin-top: -80px;
    padding: 18px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #efe5d1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ded5c2), to(#efe5d1));
    background-image: -webkit-linear-gradient(top, #ded5c2, #efe5d1);
    background-image: -moz-linear-gradient(top, #ded5c2, #efe5d1);
    background-image: -o-linear-gradient(top, #ded5c2, #efe5d1);
    background-image: linear-gradient(to bottom, #ded5c2, #efe5d1);
  }
  #content #inner-content #left_content {
    width: 810px;
    float: left;
  }
  #content #inner-content #left_content #main {
    width: 570px;
  }
  #content #inner-content #left_content .right {
    float: right;
  }
  #content #inner-content #left_content .subpage_menu {
    width: 210px;
    margin-bottom: 20px;
  }
  #content #inner-content #left_content .subpage_menu_ul {
    background: #6ac6d1;
    margin: 0;
  }
  #content #inner-content #left_content .subpage_menu_ul li {
    border-bottom: 1px solid #ffffff;
  }
  #content #inner-content #left_content .subpage_menu_ul li a {
    text-indent: 0;
    height: 100%;
    width: 100%;
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 10px;
  }
  #content #inner-content #left_content .subpage_menu_ul li a:hover {
    background: #cccccc;
  }
  #content #inner-content #left_content .subpage_menu_ul li .children {
    display: none;
  }
  #content #inner-content #left_content .subpage_menu_ul li.current_page_item a,
  #content #inner-content #left_content .subpage_menu_ul li.current-cat a {
    background: #cccccc;
  }
  #content #inner-content #left_content .subpage_menu_ul li.current_page_item .children {
    display: block;
    background: #9debf4;
    margin: 0;
  }
  #content #inner-content #left_content .subpage_menu_ul li.current_page_item .children a {
    color: #24717a;
    padding-left: 15px;
    width: 100%;
  }
  #content #inner-content #left_content .subpage_menu_ul li.current_page_item .children a:hover {
    color: #ffffff;
  }
  #content #inner-content #left_content .profile_list {
    clear: both;
    padding: 15px 0;
  }
  #content #inner-content #left_content .profile_list .profile {
    border-top: 1px solid #d3c9b4;
    border-bottom: 1px solid #d3c9b4;
    padding: 10px 0;
  }
  #content #inner-content #left_content .profile_list h3 {
    margin: 0;
  }
  #content #inner-content #left_content .profile_list p {
    margin: 0;
    font-size: .9em;
  }
  #content #inner-content #left_content .profile_list img {
    float: left;
    margin: 10px 15px 0 0;
    width: 100px;
  }
  #content #inner-content #left_content .pagination {
    text-align: center;
    margin-top: 20px;
  }
  #content #inner-content #left_content .pagination span.current {
    background: #287e31;
    padding: 5px;
    color: #ffffff;
    margin: 0 5px;
  }
  #content #inner-content #left_content .pagination a {
    display: inline;
    background: #33a13e;
    text-decoration: none;
    color: #ffffff;
    padding: 5px;
    margin: 0 5px;
  }
  #content #inner-content #left_content .pagination a:hover {
    background: #287e31;
    color: #ffffff;
  }
  #content #inner-content ul.products {
    margin-top: 20px;
  }
  #content #inner-content div.related .products {
    width: 400px;
  }
  #content #inner-content .image_totals {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #bbb19a;
    padding: 0;
  }
  #content #inner-content .image_totals th {
    padding: 5px;
    background: #bbb19a;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
  }
  #content #inner-content .image_totals tr {
    padding: 0;
  }
  #content #inner-content .image_totals .judge_votes {
    display: none;
  }
  #content #inner-content .image_totals td {
    border: 1px solid #bbb19a;
    padding: 0;
    text-align: center;
  }
  #content #inner-content .image_totals td img {
    margin: 6px 0 0 0;
  }
  #content #inner-content .image_totals td .view_more {
    background-color: #52b152;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
    background-image: -webkit-linear-gradient(top, #008a00, #52b152);
    background-image: -moz-linear-gradient(top, #008a00, #52b152);
    background-image: -o-linear-gradient(top, #008a00, #52b152);
    background-image: linear-gradient(to bottom, #008a00, #52b152);
    padding: 12px;
    color: #ffffff;
    font-size: .8em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #52b152;
  }
  #content #inner-content .image_totals td .view_more:hover {
    background-color: #008a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
    background-image: -webkit-linear-gradient(top, #52b152, #008a00);
    background-image: -moz-linear-gradient(top, #52b152, #008a00);
    background-image: -o-linear-gradient(top, #52b152, #008a00);
    background-image: linear-gradient(to bottom, #52b152, #008a00);
  }
  #content #inner-content .image_totals td table {
    width: 100%;
    background: #bbb19a;
    border-color: #d3c9b4;
    color: #ffffff;
  }
  #content #inner-content .image_totals td td {
    text-align: center;
    padding: 8px;
    border-color: #d3c9b4;
  }
  #content #inner-content .image_totals td td.judge_name {
    background: #d3c9b4;
    border-color: #bbb19a;
    font-weight: bold;
  }
  #content #inner-content .image_totals td td.voted {
    background: #33a13e;
    color: #ffffff;
  }
  #content #inner-content .image_totals td td.voted.finalized {
    background: #ff0000;
    color: #ffffff;
  }
  #content #inner-content .tablenav {
    text-align: center;
  }
  #content #inner-content .tablenav a {
    background: #33a13e;
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
  }
  #content #inner-content .tablenav .page-numbers.current {
    background: #287e31;
    color: #ffffff;
    padding: 5px;
  }
  #content #inner-content .photographer_totals {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #bbb19a;
    text-align: center;
    padding: 0;
  }
  #content #inner-content .photographer_totals th {
    padding: 5px;
    background: #bbb19a;
    color: #ffffff;
    text-transform: uppercase;
  }
  #content #inner-content .photographer_totals tr {
    padding: 0;
  }
  #content #inner-content .photographer_totals td {
    border: 1px solid #bbb19a;
    padding: 0;
  }
  #content #inner-content .photographer_totals td img {
    margin: 6px 0 0 0;
  }
  #content #inner-content .event_search_form select {
    width: 100%;
    background: #ffffff url(../images/select_arrow.png) no-repeat 540px 14px;
    border: none;
    padding: 8px;
    margin-bottom: 6px;
    border-radius: 0;
    -webkit-appearance: none;
  }
  #content #inner-content .event_search_form .event_search {
    background: #9debf4;
    color: #000000;
    border: 0;
    font-size: .9em;
    margin-top: 10px;
    padding: 8px;
  }
  #content #inner-content .results_calendar {
    font-size: .8em;
    float: right;
  }
  #content #inner-content .results_calendar .date_cal {
    float: left;
    display: block;
    margin-left: 10px;
    background: #9debf4;
  }
  #content #inner-content .results_calendar .start_date,
  #content #inner-content .results_calendar .end_date {
    background: #6ac6d1;
    display: block;
    float: left;
    padding: 0 7px;
  }
  #content #inner-content .results_calendar .full_date {
    padding: 0 7px;
    display: block;
    float: right;
  }
  #content .icfpc_photo_gallery .icfpc_user_image {
    width: 150px;
    float: left;
    margin: 0 25px 25px 0;
    background: #79705c;
    padding: 5px;
    color: #ffffff;
    font-size: .8em;
  }
  #content .icfpc_photo_gallery .icfpc_user_image img {
    margin: 0;
  }
  #content .icfpc_photo_gallery .icfpc_user_image .icfpc_delete_images {
    float: left;
  }
  #content .icfpc_photo_gallery .icfpc_user_image .icfpc_finalize_images {
    float: right;
  }
  .woocommerce-page .products .add_to_cart_button,
  .woocommerce-page .products .product_type_variable {
    border: 0;
    color: #fff;
    font-weight: 300;
    font-size: .8em;
    padding: 8px 12px;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #52b152;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
    background-image: -webkit-linear-gradient(top, #008a00, #52b152);
    background-image: -moz-linear-gradient(top, #008a00, #52b152);
    background-image: -o-linear-gradient(top, #008a00, #52b152);
    background-image: linear-gradient(to bottom, #008a00, #52b152);
  }
  .woocommerce-page .products a:hover.add_to_cart_button,
  .woocommerce-page .products a:hover.product_type_variable {
    background-color: #008a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
    background-image: -webkit-linear-gradient(top, #52b152, #008a00);
    background-image: -moz-linear-gradient(top, #52b152, #008a00);
    background-image: -o-linear-gradient(top, #52b152, #008a00);
    background-image: linear-gradient(to bottom, #52b152, #008a00);
  }
  .woocommerce-page .product_title {
    font-size: 1.8em !important;
    text-transform: capitalize;
  }
  .woocommerce-page .related .products .product {
    width: 150px !important;
    font-size: .9em;
    line-height: 1.2em;
    margin-right: 25px;
  }
  .woocommerce-page button.single_add_to_cart_button.button {
    border: 0;
    color: #fff;
    font-weight: 300;
    font-size: .8em;
    padding: 8px 12px;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #52b152;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
    background-image: -webkit-linear-gradient(top, #008a00, #52b152);
    background-image: -moz-linear-gradient(top, #008a00, #52b152);
    background-image: -o-linear-gradient(top, #008a00, #52b152);
    background-image: linear-gradient(to bottom, #008a00, #52b152);
  }
  .woocommerce-page button:hover.single_add_to_cart_button.button {
    background-color: #008a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
    background-image: -webkit-linear-gradient(top, #52b152, #008a00);
    background-image: -moz-linear-gradient(top, #52b152, #008a00);
    background-image: -o-linear-gradient(top, #52b152, #008a00);
    background-image: linear-gradient(to bottom, #52b152, #008a00);
  }
  .woocommerce-page h4.event_dates {
    margin: 0;
  }
  .woocommerce-page .calendars .date_cal {
    font-size: .7em;
    background: #9debf4;
    text-shadow: 1px 1px 2px #1472ad;
    color: #ffffff;
    width: 70px;
    text-align: center;
    border: 1px solid #6ac6d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    text-transform: uppercase;
    margin-right: 15px;
  }
  .woocommerce-page .calendars .date_cal .start_date,
  .woocommerce-page .calendars .date_cal .end_date {
    background: #6ac6d1;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0;
  }
  .woocommerce-page .calendars .date_cal .date_day {
    font-size: 2em;
    line-height: 1em;
    font-family: "Aller_Bd", sans-serif;
  }
  .woocommerce-page .calendars .date_cal .date_year {
    line-height: .8em;
  }
  .woocommerce-page #place_order {
    display: block;
    background-color: #a50101;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#a50101));
    background-image: -webkit-linear-gradient(top, #ff0000, #a50101);
    background-image: -moz-linear-gradient(top, #ff0000, #a50101);
    background-image: -o-linear-gradient(top, #ff0000, #a50101);
    background-image: linear-gradient(to bottom, #ff0000, #a50101);
  }
  .woocommerce-cart #main {
    padding: 0;
  }
  .woocommerce-cart #main article {
    width: 100%;
  }
  .woocommerce-cart #main input.button {
    font-weight: 300;
    font-size: .9em;
  }
  .woocommerce-cart #main input.checkout-button.button {
    background-color: #a50101;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#a50101));
    background-image: -webkit-linear-gradient(top, #ff0000, #a50101);
    background-image: -moz-linear-gradient(top, #ff0000, #a50101);
    background-image: -o-linear-gradient(top, #ff0000, #a50101);
    background-image: linear-gradient(to bottom, #ff0000, #a50101);
    border: 1px solid #a50101;
  }
  .woocommerce-cart #main input:hover.checkout-button.button {
    background-color: #ff0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a50101), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #a50101, #ff0000);
    background-image: -moz-linear-gradient(top, #a50101, #ff0000);
    background-image: -o-linear-gradient(top, #a50101, #ff0000);
    background-image: linear-gradient(to bottom, #a50101, #ff0000);
  }
  .woocommerce-cart h1 {
    margin: 0;
  }
  .woocommerce-checkout .place-order input.button {
    display: none;
  }
  /* end .hentry */
  .single-title,
  .page-title {
    margin: 0;
    background: #bbb19a;
    color: #fff;
    font-family: "Aller_Rg", sans-serif;
    text-transform: uppercase;
    border-bottom: 4px solid #9e947e;
    padding: 4px 8px;
  }
  .product_title {
    margin: 0;
    background: #bbb19a;
    color: #ffffff;
    font-family: "Aller_Rg", sans-serif;
    text-transform: uppercase;
    border-bottom: 4px solid #9e947e;
    font-size: 1.6em;
  }
  .single-title {
    font-size: 1.8em;
    line-height: 1.3em;
  }
  /* want to style individual post classes? Booya! */
  /* post by id (i.e. post-3) */
  /* general post style */
  /* general article on a page style */
  /* general style on an attatchment */
  /* sticky post style */
  /* hentry class */
  /* style by category (i.e. category-videos) */
  /* style by tag (i.e. tag-news) */
  /* post meta */
  .byline {
    color: #999;
    margin: 0;
  }
  /* entry content */
  .entry-content {
    /*
  			image alignment on a screen this size may be
  			a bit difficult. It's set to start aligning
  			and floating images at the next breakpoint,
  			but it's up to you. Feel free to change it up.
  			*/
  
  }
  .entry-content hr {
    height: 1px;
    background: #d3c9b4;
    color: #d3c9b4;
  }
  .entry-content ul,
  .entry-content ol {
    list-style: disc;
    margin-left: 35px;
  }
  .entry-content ul li,
  .entry-content ol li {
    line-height: 1.4em;
    font-size: .9em;
    margin-bottom: 1em;
  }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
  }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto;
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
  .entry-content video,
  .entry-content object {
    max-width: 100%;
    height: auto;
  }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
  }
  /* end .entry-content */
  .wp-caption {
    background: #eee;
    padding: 5px;
    /* images inside wp-caption */
  
  }
  .wp-caption img {
    margin-bottom: 0;
    width: 100%;
  }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
  }
  /* end .wp-caption */
  /* image gallery styles */
  /* end .gallery */
  /* gallery caption styles */
  /******************************************************************
  09. PAGE NAVI STYLES
  ******************************************************************/
  .page-navigation,
  .wp-prev-next {
    border: 1px solid red;
    height: 30px;
    position: absolute;
    clear: both;
    margin: 1.1em 0 2.2em;
  }
  .bones_page_navi {
    /* current page link */
  
    /* end .bones_page_navi .bpn-current */
  
    /* common styles for page-navi links */
  
    /* remove the bg on end links */
  
    /* previous link */
  
    /* next page link */
  
    /* first page link */
  
    /* last page link */
  
  }
  .bones_page_navi li {
    float: left;
    margin-left: 10px;
  }
  .bones_page_navi li a {
    padding: 3px 6px;
    display: block;
    text-decoration: none;
    position: relative;
  }
  .bones_page_navi li a:hover,
  .bones_page_navi li a:focus {
    color: #f01d4f;
    text-decoration: underline;
  }
  .bones_page_navi li.bpn-current {
    padding: 3px 6px;
    border-bottom: 2px solid #f01d4f;
    position: relative;
  }
  .bones_page_navi li.bpn-current a {
    /* hovering on current page link */
  
  }
  .bones_page_navi li.bpn-prev-link,
  .bones_page_navi li.bpn-next-link {
    font-weight: 700;
  }
  .bones_page_navi li.bpn-prev-link a,
  .bones_page_navi li.bpn-next-link a {
    padding: 0;
  }
  .bones_page_navi li.bpn-prev-link a:hover,
  .bones_page_navi li.bpn-next-link a:hover,
  .bones_page_navi li.bpn-first-page-link a:hover,
  .bones_page_navi li.bpn-last-page-link a:hover {
    background: none;
  }
  /* end .bones_page_navi */
  /* fallback previous & next links */
  .wp-prev-next .prev-link {
    float: left;
  }
  .wp-prev-next .next-link {
    float: right;
  }
  /* end .wp-prev-next */
  /******************************************************************
  10. COMMENT STYLES
  ******************************************************************/
  /* h3 comment title */
  #comments {
    /* number of comments span */
  
  }
  .commentlist {
    /* general comment classes */
  
    /* vcard */
  
    /* end .commentlist .vcard */
  
    /* comment meta */
  
    /* comment content */
  
    /* end .commentlist .comment_content */
  
    /* comment reply link */
  
    /* end .commentlist .comment-reply-link */
  
  }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */
  
  }
  .commentlist li:last-child {
    margin-bottom: 0;
  }
  .commentlist li ul.children {
    margin: 0;
    /* variations */
  
    /* change number for different depth */
  
  }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em;
  }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0;
  }
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0;
  }
  .commentlist .odd {
    background: #eee;
  }
  .commentlist .even {
    background: #fefefe;
  }
  .commentlist .vcard {
    margin-left: 50px;
  }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
  }
  .commentlist .vcard time {
    float: right;
  }
  .commentlist .vcard time a {
    color: #999;
    text-decoration: none;
  }
  .commentlist .vcard time a:hover {
    text-decoration: underline;
  }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff;
  }
  .commentlist .comment_content {
    margin-left: 50px;
  }
  .commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
  }
  .commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em;
  }
  .commentlist .comment-reply-link:hover,
  .commentlist .comment-reply-link:focus {
    opacity: 1;
  }
  /* end .commentlist */
  /******************************************************************
  11. COMMENT FORM STYLES
  ******************************************************************/
  .respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em;
  }
  .respond-form form {
    margin: 0.75em 0;
  }
  .respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em;
  }
  .respond-form form li label,
  .respond-form form li small {
    display: none;
  }
  .respond-form form input[type=text],
  .respond-form form input[type=email],
  .respond-form form input[type=url],
  .respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em;
    /* form validation */
  
  }
  .respond-form form input[type=text]:focus,
  .respond-form form input[type=email]:focus,
  .respond-form form input[type=url]:focus,
  .respond-form form textarea:focus {
    background: #fff;
  }
  .respond-form form input[type=text]:invalid,
  .respond-form form input[type=email]:invalid,
  .respond-form form input[type=url]:invalid,
  .respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .respond-form form input[type=text],
  .respond-form form input[type=email],
  .respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px;
  }
  .respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px;
  }
  /* comment submit button */
  /* comment form title */
  #comment-form-title {
    margin: 0 0 1.1em;
  }
  /* cancel comment reply link */
  /* logged in comments */
  /* allowed tags */
  #allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
  }
  /* no comments */
  .nocomments {
    margin: 0 20px 1.1em;
  }
  /*********************
  12. SIDEBARS & ASIDES
  *********************/
  #sidebar1 {
    float: right;
    width: 260px;
  }
  #sidebar1 p.buttons .button {
    background-color: #a50101;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#a50101));
    background-image: -webkit-linear-gradient(top, #ff0000, #a50101);
    background-image: -moz-linear-gradient(top, #ff0000, #a50101);
    background-image: -o-linear-gradient(top, #ff0000, #a50101);
    background-image: linear-gradient(to bottom, #ff0000, #a50101);
    color: #ffffff;
    text-shadow: none;
    border: none;
  }
  #sidebar1 p.buttons a:hover.button {
    background-color: #ff0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a50101), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #a50101, #ff0000);
    background-image: -moz-linear-gradient(top, #a50101, #ff0000);
    background-image: -o-linear-gradient(top, #a50101, #ff0000);
    background-image: linear-gradient(to bottom, #a50101, #ff0000);
  }
  #sidebar1 #searchform {
    margin: -10px 0 20px 0;
    height: 30px;
    background: #ffffff;
    border: 2px solid #ccc;
    margin-top: 14px;
    padding: 4px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  #sidebar1 #searchform #s {
    background: none;
    border: none;
    color: #333;
    font-style: italic;
    font-size: 11pt;
    outline: none;
    padding-left: 8px;
    float: left;
  }
  #sidebar1 #searchform label {
    display: none;
  }
  #sidebar1 #searchform #searchsubmit {
    width: 18px;
    height: 16px;
    background: url(../images/search_button.png);
    display: block;
    text-indent: 200%;
    border: none;
    float: right;
    text-align: left;
    margin-right: 5px;
  }
  #sidebar1 .results_calendar {
    margin: 5px 0 8px 0 !important;
    padding: 0 !important;
    font-size: 9pt !important;
    width: 100%;
  }
  #sidebar1 .results_calendar .date_cal {
    float: left;
    display: block;
    background: #9debf4;
    margin: 0 !important;
  }
  #sidebar1 .results_calendar .start_date,
  #sidebar1 .results_calendar .end_date {
    background: #6ac6d1;
    display: block;
    float: left;
    padding: 0 7px;
  }
  #sidebar1 .results_calendar .full_date {
    padding: 0 7px;
    display: block;
    float: right;
  }
  #sidebar2 {
    float: left;
    width: 210px;
  }
  .sidebar a.sidebar_donate {
    font-size: 15pt;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #2b9135;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    display: block;
    background-color: #52b152;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
    background-image: -webkit-linear-gradient(top, #008a00, #52b152);
    background-image: -moz-linear-gradient(top, #008a00, #52b152);
    background-image: -o-linear-gradient(top, #008a00, #52b152);
    background-image: linear-gradient(to bottom, #008a00, #52b152);
  }
  .sidebar a:hover.sidebar_donate {
    background-color: #008a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
    background-image: -webkit-linear-gradient(top, #52b152, #008a00);
    background-image: -moz-linear-gradient(top, #52b152, #008a00);
    background-image: -o-linear-gradient(top, #52b152, #008a00);
    background-image: linear-gradient(to bottom, #52b152, #008a00);
  }
  .sidebar a.sidebar_become_a_member {
    font-size: 15pt;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #da6606;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    display: block;
    background-color: #ffa84c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7b0d), to(#ffa84c));
    background-image: -webkit-linear-gradient(top, #ff7b0d, #ffa84c);
    background-image: -moz-linear-gradient(top, #ff7b0d, #ffa84c);
    background-image: -o-linear-gradient(top, #ff7b0d, #ffa84c);
    background-image: linear-gradient(to bottom, #ff7b0d, #ffa84c);
  }
  .sidebar a:hover.sidebar_become_a_member {
    background-color: #ff7b0d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa84c), to(#ff7b0d));
    background-image: -webkit-linear-gradient(top, #ffa84c, #ff7b0d);
    background-image: -moz-linear-gradient(top, #ffa84c, #ff7b0d);
    background-image: -o-linear-gradient(top, #ffa84c, #ff7b0d);
    background-image: linear-gradient(to bottom, #ffa84c, #ff7b0d);
  }
  .sidebar a.sidebar_get_involved {
    font-size: 15pt;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #cc0505;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    display: block;
    background-color: #ff0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0505), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #cc0505, #ff0000);
    background-image: -moz-linear-gradient(top, #cc0505, #ff0000);
    background-image: -o-linear-gradient(top, #cc0505, #ff0000);
    background-image: linear-gradient(to bottom, #cc0505, #ff0000);
  }
  .sidebar a:hover.sidebar_get_involved {
    background-color: #cc0505;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#cc0505));
    background-image: -webkit-linear-gradient(top, #ff0000, #cc0505);
    background-image: -moz-linear-gradient(top, #ff0000, #cc0505);
    background-image: -o-linear-gradient(top, #ff0000, #cc0505);
    background-image: linear-gradient(to bottom, #ff0000, #cc0505);
  }
  .widgettitle {
    border-bottom: 3px solid #bbb19a;
    color: #79705c;
    margin: 0 0 10px 0;
    letter-spacing: -1px;
    font-size: 1.3em;
  }
  .widget {
    margin-bottom: 20px;
  }
  .widget.widget_shopping_cart,
  .widget.widget_featured_products,
  .widget.widget_recently_viewed_products {
    background: #e5dcc8;
    padding: 10px;
  }
  .widget ul li {
    border-bottom: 1px dotted #bbb19a;
    /* deep nesting */
  
  }
  /*********************
  13. FOOTER STYLES
  *********************/
  #sub_footer_box {
    background: #d3c9b4;
    min-width: 1140px;
    margin: 1px 0;
    padding: 20px 0;
  }
  #sub_footer_box h2 {
    font-family: "Aller_Lt", sans-serif;
    letter-spacing: -1px;
    background: #bbb19a;
    padding: 2px 10px;
    font-size: 18pt;
    color: #ffffff;
    width: 100%;
  }
  #sub_footer_box .sub_footer_box {
    width: 330px;
    float: left;
    margin-right: 73px;
  }
  #sub_footer_box .sub_footer_box.sub_footer_box_right {
    float: right;
    margin-right: 0;
  }
  #sub_footer_box .read_more_member {
    position: relative;
    display: block;
    top: -40px;
    background: #000000;
    width: 110px;
    padding: 0 10px;
    color: #ffffff;
    text-decoration: none;
  }
  #sub_footer_box input {
    width: 100%;
    border: 0;
    padding: 8px;
    margin-bottom: 12px;
  }
  #sub_footer_box input.submit {
    width: 25%;
    float: right;
    background: #bbb19a;
    color: #ffffff;
  }
  #sub_footer_box #latest_news {
    list-style-image: url(../images/blog_pin.png);
    margin-left: 23px;
    list-style-position: outside;
  }
  #sub_footer_box #latest_news li {
    padding: 8px 0;
    border-bottom: 1px dotted #e0d6c1;
  }
  #sub_footer_box #latest_news li a {
    color: #888;
    text-decoration: none;
  }
  #sub_footer_box #latest_news li a:hover {
    color: #ffffff;
  }
  .footer {
    clear: both;
    border-top: 1px solid #d3c9b4;
    font-size: .8em;
    color: #bbb19a;
    font-family: "Aller_Lt", sans-serif;
    padding: 20px 0 40px 0;
    min-width: 1140px;
  }
  .footer p {
    font-size: .9em;
    padding: 0;
    margin: 0;
  }
  .footer h2 {
    margin: 0;
    padding: 0;
    color: #33a13e;
    font-size: 17pt;
    width: 100%;
  }
  .footer h3 {
    margin: 15px 0 5px 0;
    color: #79705c;
    font-size: 14pt;
    padding: 0;
    line-height: 1em;
  }
  .footer #inner-footer .footer_column {
    float: left;
    width: 335px;
    margin-right: 40px;
  }
  .footer #inner-footer .footer_column .menu a {
    font-size: .9em;
  }
  .footer #inner-footer .footer_column a {
    color: #bbb19a;
    text-decoration: none;
  }
  .footer #inner-footer .footer_column a:hover {
    color: #79705c;
  }
  .footer #inner-footer .footer_column #menu-footer-site-left {
    float: left;
    margin-top: 0;
  }
  .footer #inner-footer .footer_column #menu-footer-site-right {
    float: left;
    margin-top: 0;
    margin-left: 55px;
  }
  /*
  	if you checked out the link above:
  	http://www.alistapart.com/articles/organizing-mobile/
  	you'll want to style the footer nav
  	a bit more in-depth. Remember to keep
  	it simple because you'll have to
  	override these styles for the desktop
  	view.
  	*/
  /* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.less stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Base Mobile Stylesheet
  
  Be light and don't over style since everything here will be
  loaded by mobile devices. You want to keep it as minimal as
  possible. This is called at the top of the main stylsheet
  and will be used across all viewports.
  
  ------------ MAP ------------
  
  01. GENERAL STYLES
  02. WORDPRESS BODY CLASSES
  03. LAYOUT & GRID STYLES
  04. LINK STYLES
  05. H1, H2, H3, H4, H5 STYLES
  06. HEADER SYTLES
  07. NAVIGATION STYLES
  08. POSTS & CONTENT STYLES
  09. PAGE NAVI STYLES
  10. COMMENT STYLES
  11. COMMENT FORM STYLES
  12. SIDEBARS & ASIDES
  13. FOOTER STYLES
  
  ******************************************************************/
  /*********************
  01. GENERAL STYLES
  *********************/
  body {
    font-family: "Aller_Lt", sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #555;
    background: #efe5d1;
  }
  body p {
    font-size: 11pt;
    line-height: 14pt;
    padding: 3px 0;
  }
  body p strong {
    font-family: "Aller_Bd", sans-serif;
    letter-spacing: -1px;
  }
  /********************
  02. WORDPRESS BODY CLASSES
      style a page via class
  ********************/
  /* for sites that are read right to left (i.e. hebrew) */
  .home h2 {
    font-family: "Aller_Rg", sans-serif;
    font-size: 25pt;
    letter-spacing: -1px;
    color: #333;
    margin: 10px 0;
    float: left;
  }
  .home #featured_events_box {
    min-width: 1140px;
    padding: 20px 0;
    border-bottom: 1px solid #d3c9b4;
  }
  .home #featured_events_box #featured_events_header {
    height: 60px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
  }
  .home #featured_events_box #featured_events_header #browse_all_events {
    float: right;
    margin: 4px 10px 0 0;
  }
  .home #featured_events_box #featured_events_header #searchform {
    float: right;
    background: #ffffff;
    border: 2px solid #ccc;
    margin-top: 14px;
    padding: 4px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .home #featured_events_box #featured_events_header #searchform #s {
    background: none;
    border: none;
    color: #333;
    font-style: italic;
    font-size: 11pt;
    outline: none;
    padding-left: 8px;
    float: left;
  }
  .home #featured_events_box #featured_events_header #searchform label {
    display: none;
  }
  .home #featured_events_box #featured_events_header #searchform #searchsubmit {
    width: 18px;
    height: 16px;
    background: url(../images/search_button.png);
    display: block;
    text-indent: 200%;
    border: none;
    float: right;
    text-align: left;
    margin-right: 5px;
  }
  .home #featured_events_box .featured_event {
    width: 277px;
    float: left;
    margin-right: 8px;
  }
  .home #featured_events_box .featured_event h3 {
    font-size: 1.2em;
    line-height: 1.1em;
    font-family: "Aller_Rg", sans-serif;
    margin: 8px 0;
    padding: 0;
  }
  .home #featured_events_box .featured_event .view_details {
    background: url(../images/view_details.png);
    height: 277px;
    width: 277px;
    display: block;
  }
  .home #featured_events_box .featured_event .view_details a:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
  
  }
  .home .results_calendar {
    font-size: 10pt;
    width: 100%;
  }
  .home .results_calendar .date_cal {
    float: left;
    display: block;
    background: #9debf4;
    margin-right: 2px;
  }
  .home .results_calendar .start_date,
  .home .results_calendar .end_date {
    background: #6ac6d1;
    display: block;
    float: left;
    padding: 0 7px;
  }
  .home .results_calendar .full_date {
    padding: 0 7px;
    display: block;
    float: right;
  }
  .home .mission_statement {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 5px 0;
    padding: 15px 0;
    text-align: center;
  }
  .home .mission_statement h2 {
    float: none;
    margin: 0;
  }
  .home .mission_statement p {
    font-family: "Times New Roman";
    font-size: 1.9em;
    line-height: 1em;
    margin: 0;
    font-style: italic;
  }
  .home .mission_statement p .quote-left {
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    font-size: 3em;
    display: block;
    margin-top: 10px;
    margin-left: -10px;
  }
  .home .mission_statement p .quote-right {
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    display: block;
    font-size: 3em;
    margin-top: -15px;
    margin-left: 985px;
  }
  .home .mission_statement p.more a {
    font-size: .7em;
    margin: 0;
  }
  /* home page */
  /* blog template page */
  /* archive page */
  /* date archive page */
  /* replace the number to the corresponding page number */
  /* search page */
  /* search result page */
  /* no results search page */
  /* individual paged search (i.e. body.search-paged-3) */
  /* 404 page */
  /* single post page */
  /* individual post page by id (i.e. body.postid-73) */
  /* individual paged single (i.e. body.single-paged-3) */
  /* attatchment page */
  /* individual attatchment page (i.e. body.attachmentid-763) */
  /* style mime type pages */
  /* author page */
  /* user nicename (i.e. body.author-samueladams) */
  /* paged author archives (i.e. body.author-paged-4) for page 4 */
  /* category page */
  /* individual category page (i.e. body.category-6) */
  /* replace the number to the corresponding page number */
  /* tag page */
  /* individual tag page (i.e. body.tag-news) */
  /* replace the number to the corresponding page number */
  /* custom page template page */
  /* individual page template (i.e. body.page-template-contact-php */
  /* replace the number to the corresponding page number */
  /* parent page template */
  /* child page template */
  /* replace the number to the corresponding page number */
  .page-id-483 #left_content #main,
  .single-icf_photo_contests #left_content #main,
  .blog #left_content #main,
  .single-post #left_content #main {
    min-width: 810px;
  }
  .page-id-300 ul.products {
    padding: 0;
    margin: 0;
  }
  .page-id-300 ul.products li.product {
    width: 100%;
    border-top: 1px solid #d3c9b4;
    border-bottom: 1px solid #d3c9b4;
    padding: 10px 0;
    margin: 0;
  }
  .page-id-300 ul.products li.product img {
    width: 150px;
    float: left;
    margin-right: 20px;
  }
  .page-id-305 ul.products {
    width: 90%;
    padding: 0;
    margin: 0;
  }
  .page-id-305 ul.products .product {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 170px;
    border-bottom: 1px solid #79705c;
  }
  .page-id-305 ul.products .product img {
    float: left;
    width: 150px;
    margin-right: 20px;
  }
  .single-icf_photo_contests h2 {
    margin: 0;
    border-bottom: 1px solid #efe5d1;
  }
  .single-icf_photo_contests #upload_images_form {
    padding: 15px;
    background: #d3c9b4;
  }
  .single-icf_photo_contests ul.tabs {
    list-style: none;
    margin: 30px 0 0 0;
  }
  .single-icf_photo_contests ul.tabs li {
    float: left;
  }
  .single-icf_photo_contests ul.tabs .ui-state-default a {
    background: #9debf4;
    padding: 15px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    outline: 0;
  }
  .single-icf_photo_contests ul.tabs .ui-state-active a {
    background: #d3c9b4;
    border: 0;
    color: #ffffff;
    outline: 0;
  }
  .single-icf_photo_contests .images_table {
    background: #d3c9b4;
    padding: 20px;
    margin-top: -1px;
  }
  .single-icf_photo_contests .icfpc_photo_gallery {
    margin: 20px 0;
  }
  .single-icf_photo_contests .icfpc_button {
    background: #efe5d1;
    border: 0;
    color: #79705c;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 15px;
    -webkit-box-shadow: 0 0 4px 0 #79705c;
    -moz-box-shadow: 0 0 4px 0 #79705c;
    box-shadow: 0 0 4px 0 #79705c;
  }
  .single-icf_photo_contests .icfpc_button:hover {
    background: #79705c;
    color: #ffffff;
  }
  /* if user is logged in */
  /* paged items like search results or archives */
  /* individual paged (i.e. body.paged-3) */
  /*********************
  03. LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 1140px;
    min-width: 1140px;
    margin: 0 auto;
  }
  /*********************
  04. LINK STYLES
  *********************/
  a,
  a:visited {
    color: #33a13e;
    /* on hover */
  
    /* on click */
  
    /* mobile tap color */
  
  }
  a:hover,
  a:visited:hover,
  a:focus,
  a:visited:focus {
    color: #287e31;
  }
  a:link,
  a:visited:link {
    /*
  		this highlights links on iPhones/iPads.
  		so it basically works like the :hover selector
  		for mobile devices.
  		*/
  
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  }
  /******************************************************************
  05. H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 {
    font-family: "Aller_Bd", sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 400;
    /*
  	if you're going to use webfonts, be sure to check your weights
  	http://css-tricks.com/watch-your-font-weight/
  	*/
  
    /* removing text decoration from all headline links */
  
  }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a {
    text-decoration: none;
  }
  h1,
  .h1 {
    font-size: 2.5em;
    line-height: 1.333em;
  }
  h2,
  .h2 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
  }
  h3,
  .h3 {
    font-size: 1.125em;
  }
  h4,
  .h4 {
    font-size: 1.1em;
    font-weight: 700;
  }
  h5,
  .h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  span.glyph {
    font-family: "fontawesome-webfont";
    font-size: 65%;
    position: relative;
    top: -3px;
  }
  /*********************
  06. HEADER SYTLES
  *********************/
  .header {
    min-width: 1140px;
  }
  .header .top_bar {
    background: #33a13e;
    padding: 5px 0;
    min-width: 1140px;
  }
  .header .top_bar .welcome {
    color: #ffffff;
    font-size: .8em;
  }
  .header .top_bar .welcome a {
    color: #ffffff;
    font-style: italic;
  }
  .header .top_bar .nav {
    background: none;
    margin: 0;
    float: right;
  }
  .header .top_bar .nav li {
    float: left;
  }
  .header .top_bar .nav li a {
    background: none;
    color: #ffffff;
    font-size: 9pt;
    font-style: italic;
    padding: 0 7px;
    border-right: 1px solid #fff;
  }
  .header .top_bar .nav li a:hover {
    color: #ddd;
  }
  .header #inner-header {
    min-width: 1140px;
  }
  .header #logo {
    float: left;
    margin-top: 17px;
  }
  .header nav ul.nav {
    float: right;
    margin: 0;
  }
  .header nav ul.nav li {
    float: left;
    position: relative;
  }
  .header nav ul.nav li a {
    display: block;
    text-decoration: none;
    font-family: "Aller_Lt", sans-serif;
    background: none;
    padding: 34px 17px;
    color: #888;
    text-transform: uppercase;
    font-size: 11pt;
  }
  .header nav ul.nav li.current-menu-item a,
  .header nav ul.nav li.current-menu-ancestor a {
    color: #ffffff;
    background: #d3c9b4;
    border: none;
  }
  .header nav ul.nav li:hover a {
    background: #d3c9b4;
    color: #ffffff;
  }
  .header nav ul.nav li:hover ul {
    top: auto;
    display: block;
  }
  .header nav ul.nav ul.sub-menu,
  .header nav ul.nav ul.children {
    -webkit-box-shadow: 0 1px 3px 0 #79705c;
    -moz-box-shadow: 0 1px 3px 0 #79705c;
    box-shadow: 0 1px 3px 0 #79705c;
    display: none;
    position: absolute;
    z-index: 8999;
    margin-top: 0;
    border-top: 0;
    width: 185px;
  }
  .header nav ul.nav ul.sub-menu li,
  .header nav ul.nav ul.children li {
    display: block;
    width: 100%;
    background: #d3c9b4;
    border-top: 1px solid #bbb19a;
  }
  .header nav ul.nav ul.sub-menu li:hover a,
  .header nav ul.nav ul.children li:hover a {
    background: #79705c;
  }
  .header nav ul.nav ul.sub-menu li a,
  .header nav ul.nav ul.children li a {
    width: 100%;
    display: block;
    padding: 10px;
  }
  .header nav ul.nav ul.sub-menu li:hover ul,
  .header nav ul.nav ul.children li:hover ul {
    display: block;
    top: auto;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu,
  .header nav ul.nav ul.children ul.sub-menu {
    display: none;
    margin-left: 100%;
    margin-top: -23%;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu li:hover a,
  .header nav ul.nav ul.children ul.sub-menu li:hover a {
    background: #efe5d1;
    color: #79705c;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu li:hover ul,
  .header nav ul.nav ul.children ul.sub-menu li:hover ul {
    display: block;
    top: auto;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu,
  .header nav ul.nav ul.children ul.sub-menu ul.sub-menu {
    display: none;
    margin-left: -100%;
    margin-top: -18%;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu li,
  .header nav ul.nav ul.children ul.sub-menu ul.sub-menu li {
    color: #ffffff;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu li a,
  .header nav ul.nav ul.children ul.sub-menu ul.sub-menu li a {
    background: #79705c;
    color: #ffffff;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu li:hover a,
  .header nav ul.nav ul.children ul.sub-menu ul.sub-menu li:hover a {
    background: #efe5d1;
    color: #79705c;
  }
  /*********************
  07. NAVIGATION STYLES
  *********************/
  /*
  all navs have a .nav class applied via
  the wp_menu function; this is so we can
  easily write one group of styles for
  the navs on the site so our css is cleaner
  and more scalable.
  */
  .nav {
    border-bottom: 0;
    /* end .menu li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .nav li {
    /*
  		so you really have to rethink your dropdowns for mobile.
  		you don't want to have it expand too much because the
  		screen is so small. How you manage your menu should
  		depend on the project. Here's some great info on it:
  		http://www.alistapart.com/articles/organizing-mobile/
  		*/
  
    /* showing sub-menus */
  
  }
  .nav li a {
    /*
  			remember this is for mobile ONLY, so there's no need
  			to even declare hover styles here, you can do it in
  			the style.scss file where it's relevant. We want to
  			keep this file as small as possible!
  			*/
  
  }
  .nav li:hover ul {
    top: auto;
    display: block;
  }
  /* end .nav */
  /*********************
  08. POSTS & CONTENT STYLES
  *********************/
  #content #page_header_img {
    width: 100%;
    height: 395px;
    min-width: 1140px;
    overflow: hidden;
    position: relative;
    z-index: -100;
  }
  #content #page_header_img img {
    width: 100%;
  }
  #content #inner-content {
    margin-top: -80px;
    padding: 18px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #efe5d1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ded5c2), to(#efe5d1));
    background-image: -webkit-linear-gradient(top, #ded5c2, #efe5d1);
    background-image: -moz-linear-gradient(top, #ded5c2, #efe5d1);
    background-image: -o-linear-gradient(top, #ded5c2, #efe5d1);
    background-image: linear-gradient(to bottom, #ded5c2, #efe5d1);
  }
  #content #inner-content #left_content {
    width: 810px;
    float: left;
  }
  #content #inner-content #left_content #main {
    width: 570px;
  }
  #content #inner-content #left_content .right {
    float: right;
  }
  #content #inner-content #left_content .subpage_menu {
    width: 210px;
    margin-bottom: 20px;
  }
  #content #inner-content #left_content .subpage_menu_ul {
    background: #6ac6d1;
    margin: 0;
  }
  #content #inner-content #left_content .subpage_menu_ul li {
    border-bottom: 1px solid #ffffff;
  }
  #content #inner-content #left_content .subpage_menu_ul li a {
    text-indent: 0;
    height: 100%;
    width: 100%;
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 10px;
  }
  #content #inner-content #left_content .subpage_menu_ul li a:hover {
    background: #cccccc;
  }
  #content #inner-content #left_content .subpage_menu_ul li .children {
    display: none;
  }
  #content #inner-content #left_content .subpage_menu_ul li.current_page_item a,
  #content #inner-content #left_content .subpage_menu_ul li.current-cat a {
    background: #cccccc;
  }
  #content #inner-content #left_content .subpage_menu_ul li.current_page_item .children {
    display: block;
    background: #9debf4;
    margin: 0;
  }
  #content #inner-content #left_content .subpage_menu_ul li.current_page_item .children a {
    color: #24717a;
    padding-left: 15px;
    width: 100%;
  }
  #content #inner-content #left_content .subpage_menu_ul li.current_page_item .children a:hover {
    color: #ffffff;
  }
  #content #inner-content #left_content .profile_list {
    clear: both;
    padding: 15px 0;
  }
  #content #inner-content #left_content .profile_list .profile {
    border-top: 1px solid #d3c9b4;
    border-bottom: 1px solid #d3c9b4;
    padding: 10px 0;
  }
  #content #inner-content #left_content .profile_list h3 {
    margin: 0;
  }
  #content #inner-content #left_content .profile_list p {
    margin: 0;
    font-size: .9em;
  }
  #content #inner-content #left_content .profile_list img {
    float: left;
    margin: 10px 15px 0 0;
    width: 100px;
  }
  #content #inner-content #left_content .pagination {
    text-align: center;
    margin-top: 20px;
  }
  #content #inner-content #left_content .pagination span.current {
    background: #287e31;
    padding: 5px;
    color: #ffffff;
    margin: 0 5px;
  }
  #content #inner-content #left_content .pagination a {
    display: inline;
    background: #33a13e;
    text-decoration: none;
    color: #ffffff;
    padding: 5px;
    margin: 0 5px;
  }
  #content #inner-content #left_content .pagination a:hover {
    background: #287e31;
    color: #ffffff;
  }
  #content #inner-content ul.products {
    margin-top: 20px;
  }
  #content #inner-content div.related .products {
    width: 400px;
  }
  #content #inner-content .image_totals {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #bbb19a;
    padding: 0;
  }
  #content #inner-content .image_totals th {
    padding: 5px;
    background: #bbb19a;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
  }
  #content #inner-content .image_totals tr {
    padding: 0;
  }
  #content #inner-content .image_totals .judge_votes {
    display: none;
  }
  #content #inner-content .image_totals td {
    border: 1px solid #bbb19a;
    padding: 0;
    text-align: center;
  }
  #content #inner-content .image_totals td img {
    margin: 6px 0 0 0;
  }
  #content #inner-content .image_totals td .view_more {
    background-color: #52b152;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
    background-image: -webkit-linear-gradient(top, #008a00, #52b152);
    background-image: -moz-linear-gradient(top, #008a00, #52b152);
    background-image: -o-linear-gradient(top, #008a00, #52b152);
    background-image: linear-gradient(to bottom, #008a00, #52b152);
    padding: 12px;
    color: #ffffff;
    font-size: .8em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #52b152;
  }
  #content #inner-content .image_totals td .view_more:hover {
    background-color: #008a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
    background-image: -webkit-linear-gradient(top, #52b152, #008a00);
    background-image: -moz-linear-gradient(top, #52b152, #008a00);
    background-image: -o-linear-gradient(top, #52b152, #008a00);
    background-image: linear-gradient(to bottom, #52b152, #008a00);
  }
  #content #inner-content .image_totals td table {
    width: 100%;
    background: #bbb19a;
    border-color: #d3c9b4;
    color: #ffffff;
  }
  #content #inner-content .image_totals td td {
    text-align: center;
    padding: 8px;
    border-color: #d3c9b4;
  }
  #content #inner-content .image_totals td td.judge_name {
    background: #d3c9b4;
    border-color: #bbb19a;
    font-weight: bold;
  }
  #content #inner-content .image_totals td td.voted {
    background: #33a13e;
    color: #ffffff;
  }
  #content #inner-content .image_totals td td.voted.finalized {
    background: #ff0000;
    color: #ffffff;
  }
  #content #inner-content .tablenav {
    text-align: center;
  }
  #content #inner-content .tablenav a {
    background: #33a13e;
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
  }
  #content #inner-content .tablenav .page-numbers.current {
    background: #287e31;
    color: #ffffff;
    padding: 5px;
  }
  #content #inner-content .photographer_totals {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #bbb19a;
    text-align: center;
    padding: 0;
  }
  #content #inner-content .photographer_totals th {
    padding: 5px;
    background: #bbb19a;
    color: #ffffff;
    text-transform: uppercase;
  }
  #content #inner-content .photographer_totals tr {
    padding: 0;
  }
  #content #inner-content .photographer_totals td {
    border: 1px solid #bbb19a;
    padding: 0;
  }
  #content #inner-content .photographer_totals td img {
    margin: 6px 0 0 0;
  }
  #content #inner-content .event_search_form select {
    width: 100%;
    background: #ffffff url(../images/select_arrow.png) no-repeat 540px 14px;
    border: none;
    padding: 8px;
    margin-bottom: 6px;
    border-radius: 0;
    -webkit-appearance: none;
  }
  #content #inner-content .event_search_form .event_search {
    background: #9debf4;
    color: #000000;
    border: 0;
    font-size: .9em;
    margin-top: 10px;
    padding: 8px;
  }
  #content #inner-content .results_calendar {
    font-size: .8em;
    float: right;
  }
  #content #inner-content .results_calendar .date_cal {
    float: left;
    display: block;
    margin-left: 10px;
    background: #9debf4;
  }
  #content #inner-content .results_calendar .start_date,
  #content #inner-content .results_calendar .end_date {
    background: #6ac6d1;
    display: block;
    float: left;
    padding: 0 7px;
  }
  #content #inner-content .results_calendar .full_date {
    padding: 0 7px;
    display: block;
    float: right;
  }
  #content .icfpc_photo_gallery .icfpc_user_image {
    width: 150px;
    float: left;
    margin: 0 25px 25px 0;
    background: #79705c;
    padding: 5px;
    color: #ffffff;
    font-size: .8em;
  }
  #content .icfpc_photo_gallery .icfpc_user_image img {
    margin: 0;
  }
  #content .icfpc_photo_gallery .icfpc_user_image .icfpc_delete_images {
    float: left;
  }
  #content .icfpc_photo_gallery .icfpc_user_image .icfpc_finalize_images {
    float: right;
  }
  .woocommerce-page .products .add_to_cart_button,
  .woocommerce-page .products .product_type_variable {
    border: 0;
    color: #fff;
    font-weight: 300;
    font-size: .8em;
    padding: 8px 12px;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #52b152;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
    background-image: -webkit-linear-gradient(top, #008a00, #52b152);
    background-image: -moz-linear-gradient(top, #008a00, #52b152);
    background-image: -o-linear-gradient(top, #008a00, #52b152);
    background-image: linear-gradient(to bottom, #008a00, #52b152);
  }
  .woocommerce-page .products a:hover.add_to_cart_button,
  .woocommerce-page .products a:hover.product_type_variable {
    background-color: #008a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
    background-image: -webkit-linear-gradient(top, #52b152, #008a00);
    background-image: -moz-linear-gradient(top, #52b152, #008a00);
    background-image: -o-linear-gradient(top, #52b152, #008a00);
    background-image: linear-gradient(to bottom, #52b152, #008a00);
  }
  .woocommerce-page .product_title {
    font-size: 1.8em !important;
    text-transform: capitalize;
  }
  .woocommerce-page .related .products .product {
    width: 150px !important;
    font-size: .9em;
    line-height: 1.2em;
    margin-right: 25px;
  }
  .woocommerce-page button.single_add_to_cart_button.button {
    border: 0;
    color: #fff;
    font-weight: 300;
    font-size: .8em;
    padding: 8px 12px;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #52b152;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
    background-image: -webkit-linear-gradient(top, #008a00, #52b152);
    background-image: -moz-linear-gradient(top, #008a00, #52b152);
    background-image: -o-linear-gradient(top, #008a00, #52b152);
    background-image: linear-gradient(to bottom, #008a00, #52b152);
  }
  .woocommerce-page button:hover.single_add_to_cart_button.button {
    background-color: #008a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
    background-image: -webkit-linear-gradient(top, #52b152, #008a00);
    background-image: -moz-linear-gradient(top, #52b152, #008a00);
    background-image: -o-linear-gradient(top, #52b152, #008a00);
    background-image: linear-gradient(to bottom, #52b152, #008a00);
  }
  .woocommerce-page h4.event_dates {
    margin: 0;
  }
  .woocommerce-page .calendars .date_cal {
    font-size: .7em;
    background: #9debf4;
    text-shadow: 1px 1px 2px #1472ad;
    color: #ffffff;
    width: 70px;
    text-align: center;
    border: 1px solid #6ac6d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    text-transform: uppercase;
    margin-right: 15px;
  }
  .woocommerce-page .calendars .date_cal .start_date,
  .woocommerce-page .calendars .date_cal .end_date {
    background: #6ac6d1;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0;
  }
  .woocommerce-page .calendars .date_cal .date_day {
    font-size: 2em;
    line-height: 1em;
    font-family: "Aller_Bd", sans-serif;
  }
  .woocommerce-page .calendars .date_cal .date_year {
    line-height: .8em;
  }
  .woocommerce-page #place_order {
    display: block;
    background-color: #a50101;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#a50101));
    background-image: -webkit-linear-gradient(top, #ff0000, #a50101);
    background-image: -moz-linear-gradient(top, #ff0000, #a50101);
    background-image: -o-linear-gradient(top, #ff0000, #a50101);
    background-image: linear-gradient(to bottom, #ff0000, #a50101);
  }
  .woocommerce-cart #main {
    padding: 0;
  }
  .woocommerce-cart #main article {
    width: 100%;
  }
  .woocommerce-cart #main input.button {
    font-weight: 300;
    font-size: .9em;
  }
  .woocommerce-cart #main input.checkout-button.button {
    background-color: #a50101;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#a50101));
    background-image: -webkit-linear-gradient(top, #ff0000, #a50101);
    background-image: -moz-linear-gradient(top, #ff0000, #a50101);
    background-image: -o-linear-gradient(top, #ff0000, #a50101);
    background-image: linear-gradient(to bottom, #ff0000, #a50101);
    border: 1px solid #a50101;
  }
  .woocommerce-cart #main input:hover.checkout-button.button {
    background-color: #ff0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a50101), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #a50101, #ff0000);
    background-image: -moz-linear-gradient(top, #a50101, #ff0000);
    background-image: -o-linear-gradient(top, #a50101, #ff0000);
    background-image: linear-gradient(to bottom, #a50101, #ff0000);
  }
  .woocommerce-cart h1 {
    margin: 0;
  }
  .woocommerce-checkout .place-order input.button {
    display: none;
  }
  /* end .hentry */
  .single-title,
  .page-title {
    margin: 0;
    background: #bbb19a;
    color: #fff;
    font-family: "Aller_Rg", sans-serif;
    text-transform: uppercase;
    border-bottom: 4px solid #9e947e;
    padding: 4px 8px;
  }
  .product_title {
    margin: 0;
    background: #bbb19a;
    color: #ffffff;
    font-family: "Aller_Rg", sans-serif;
    text-transform: uppercase;
    border-bottom: 4px solid #9e947e;
    font-size: 1.6em;
  }
  .single-title {
    font-size: 1.8em;
    line-height: 1.3em;
  }
  /* want to style individual post classes? Booya! */
  /* post by id (i.e. post-3) */
  /* general post style */
  /* general article on a page style */
  /* general style on an attatchment */
  /* sticky post style */
  /* hentry class */
  /* style by category (i.e. category-videos) */
  /* style by tag (i.e. tag-news) */
  /* post meta */
  .byline {
    color: #999;
    margin: 0;
  }
  /* entry content */
  .entry-content {
    /*
  			image alignment on a screen this size may be
  			a bit difficult. It's set to start aligning
  			and floating images at the next breakpoint,
  			but it's up to you. Feel free to change it up.
  			*/
  
  }
  .entry-content hr {
    height: 1px;
    background: #d3c9b4;
    color: #d3c9b4;
  }
  .entry-content ul,
  .entry-content ol {
    list-style: disc;
    margin-left: 35px;
  }
  .entry-content ul li,
  .entry-content ol li {
    line-height: 1.4em;
    font-size: .9em;
    margin-bottom: 1em;
  }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
  }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto;
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
  .entry-content video,
  .entry-content object {
    max-width: 100%;
    height: auto;
  }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
  }
  /* end .entry-content */
  .wp-caption {
    background: #eee;
    padding: 5px;
    /* images inside wp-caption */
  
  }
  .wp-caption img {
    margin-bottom: 0;
    width: 100%;
  }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
  }
  /* end .wp-caption */
  /* image gallery styles */
  /* end .gallery */
  /* gallery caption styles */
  /******************************************************************
  09. PAGE NAVI STYLES
  ******************************************************************/
  .page-navigation,
  .wp-prev-next {
    border: 1px solid red;
    height: 30px;
    position: absolute;
    clear: both;
    margin: 1.1em 0 2.2em;
  }
  .bones_page_navi {
    /* current page link */
  
    /* end .bones_page_navi .bpn-current */
  
    /* common styles for page-navi links */
  
    /* remove the bg on end links */
  
    /* previous link */
  
    /* next page link */
  
    /* first page link */
  
    /* last page link */
  
  }
  .bones_page_navi li {
    float: left;
    margin-left: 10px;
  }
  .bones_page_navi li a {
    padding: 3px 6px;
    display: block;
    text-decoration: none;
    position: relative;
  }
  .bones_page_navi li a:hover,
  .bones_page_navi li a:focus {
    color: #f01d4f;
    text-decoration: underline;
  }
  .bones_page_navi li.bpn-current {
    padding: 3px 6px;
    border-bottom: 2px solid #f01d4f;
    position: relative;
  }
  .bones_page_navi li.bpn-current a {
    /* hovering on current page link */
  
  }
  .bones_page_navi li.bpn-prev-link,
  .bones_page_navi li.bpn-next-link {
    font-weight: 700;
  }
  .bones_page_navi li.bpn-prev-link a,
  .bones_page_navi li.bpn-next-link a {
    padding: 0;
  }
  .bones_page_navi li.bpn-prev-link a:hover,
  .bones_page_navi li.bpn-next-link a:hover,
  .bones_page_navi li.bpn-first-page-link a:hover,
  .bones_page_navi li.bpn-last-page-link a:hover {
    background: none;
  }
  /* end .bones_page_navi */
  /* fallback previous & next links */
  .wp-prev-next .prev-link {
    float: left;
  }
  .wp-prev-next .next-link {
    float: right;
  }
  /* end .wp-prev-next */
  /******************************************************************
  10. COMMENT STYLES
  ******************************************************************/
  /* h3 comment title */
  #comments {
    /* number of comments span */
  
  }
  .commentlist {
    /* general comment classes */
  
    /* vcard */
  
    /* end .commentlist .vcard */
  
    /* comment meta */
  
    /* comment content */
  
    /* end .commentlist .comment_content */
  
    /* comment reply link */
  
    /* end .commentlist .comment-reply-link */
  
  }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */
  
  }
  .commentlist li:last-child {
    margin-bottom: 0;
  }
  .commentlist li ul.children {
    margin: 0;
    /* variations */
  
    /* change number for different depth */
  
  }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em;
  }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0;
  }
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0;
  }
  .commentlist .odd {
    background: #eee;
  }
  .commentlist .even {
    background: #fefefe;
  }
  .commentlist .vcard {
    margin-left: 50px;
  }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
  }
  .commentlist .vcard time {
    float: right;
  }
  .commentlist .vcard time a {
    color: #999;
    text-decoration: none;
  }
  .commentlist .vcard time a:hover {
    text-decoration: underline;
  }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff;
  }
  .commentlist .comment_content {
    margin-left: 50px;
  }
  .commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
  }
  .commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em;
  }
  .commentlist .comment-reply-link:hover,
  .commentlist .comment-reply-link:focus {
    opacity: 1;
  }
  /* end .commentlist */
  /******************************************************************
  11. COMMENT FORM STYLES
  ******************************************************************/
  .respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em;
  }
  .respond-form form {
    margin: 0.75em 0;
  }
  .respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em;
  }
  .respond-form form li label,
  .respond-form form li small {
    display: none;
  }
  .respond-form form input[type=text],
  .respond-form form input[type=email],
  .respond-form form input[type=url],
  .respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em;
    /* form validation */
  
  }
  .respond-form form input[type=text]:focus,
  .respond-form form input[type=email]:focus,
  .respond-form form input[type=url]:focus,
  .respond-form form textarea:focus {
    background: #fff;
  }
  .respond-form form input[type=text]:invalid,
  .respond-form form input[type=email]:invalid,
  .respond-form form input[type=url]:invalid,
  .respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .respond-form form input[type=text],
  .respond-form form input[type=email],
  .respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px;
  }
  .respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px;
  }
  /* comment submit button */
  /* comment form title */
  #comment-form-title {
    margin: 0 0 1.1em;
  }
  /* cancel comment reply link */
  /* logged in comments */
  /* allowed tags */
  #allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
  }
  /* no comments */
  .nocomments {
    margin: 0 20px 1.1em;
  }
  /*********************
  12. SIDEBARS & ASIDES
  *********************/
  #sidebar1 {
    float: right;
    width: 260px;
  }
  #sidebar1 p.buttons .button {
    background-color: #a50101;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#a50101));
    background-image: -webkit-linear-gradient(top, #ff0000, #a50101);
    background-image: -moz-linear-gradient(top, #ff0000, #a50101);
    background-image: -o-linear-gradient(top, #ff0000, #a50101);
    background-image: linear-gradient(to bottom, #ff0000, #a50101);
    color: #ffffff;
    text-shadow: none;
    border: none;
  }
  #sidebar1 p.buttons a:hover.button {
    background-color: #ff0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a50101), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #a50101, #ff0000);
    background-image: -moz-linear-gradient(top, #a50101, #ff0000);
    background-image: -o-linear-gradient(top, #a50101, #ff0000);
    background-image: linear-gradient(to bottom, #a50101, #ff0000);
  }
  #sidebar1 #searchform {
    margin: -10px 0 20px 0;
    height: 30px;
    background: #ffffff;
    border: 2px solid #ccc;
    margin-top: 14px;
    padding: 4px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  #sidebar1 #searchform #s {
    background: none;
    border: none;
    color: #333;
    font-style: italic;
    font-size: 11pt;
    outline: none;
    padding-left: 8px;
    float: left;
  }
  #sidebar1 #searchform label {
    display: none;
  }
  #sidebar1 #searchform #searchsubmit {
    width: 18px;
    height: 16px;
    background: url(../images/search_button.png);
    display: block;
    text-indent: 200%;
    border: none;
    float: right;
    text-align: left;
    margin-right: 5px;
  }
  #sidebar1 .results_calendar {
    margin: 5px 0 8px 0 !important;
    padding: 0 !important;
    font-size: 9pt !important;
    width: 100%;
  }
  #sidebar1 .results_calendar .date_cal {
    float: left;
    display: block;
    background: #9debf4;
    margin: 0 !important;
  }
  #sidebar1 .results_calendar .start_date,
  #sidebar1 .results_calendar .end_date {
    background: #6ac6d1;
    display: block;
    float: left;
    padding: 0 7px;
  }
  #sidebar1 .results_calendar .full_date {
    padding: 0 7px;
    display: block;
    float: right;
  }
  #sidebar2 {
    float: left;
    width: 210px;
  }
  .sidebar a.sidebar_donate {
    font-size: 15pt;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #2b9135;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    display: block;
    background-color: #52b152;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
    background-image: -webkit-linear-gradient(top, #008a00, #52b152);
    background-image: -moz-linear-gradient(top, #008a00, #52b152);
    background-image: -o-linear-gradient(top, #008a00, #52b152);
    background-image: linear-gradient(to bottom, #008a00, #52b152);
  }
  .sidebar a:hover.sidebar_donate {
    background-color: #008a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
    background-image: -webkit-linear-gradient(top, #52b152, #008a00);
    background-image: -moz-linear-gradient(top, #52b152, #008a00);
    background-image: -o-linear-gradient(top, #52b152, #008a00);
    background-image: linear-gradient(to bottom, #52b152, #008a00);
  }
  .sidebar a.sidebar_become_a_member {
    font-size: 15pt;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #da6606;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    display: block;
    background-color: #ffa84c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7b0d), to(#ffa84c));
    background-image: -webkit-linear-gradient(top, #ff7b0d, #ffa84c);
    background-image: -moz-linear-gradient(top, #ff7b0d, #ffa84c);
    background-image: -o-linear-gradient(top, #ff7b0d, #ffa84c);
    background-image: linear-gradient(to bottom, #ff7b0d, #ffa84c);
  }
  .sidebar a:hover.sidebar_become_a_member {
    background-color: #ff7b0d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa84c), to(#ff7b0d));
    background-image: -webkit-linear-gradient(top, #ffa84c, #ff7b0d);
    background-image: -moz-linear-gradient(top, #ffa84c, #ff7b0d);
    background-image: -o-linear-gradient(top, #ffa84c, #ff7b0d);
    background-image: linear-gradient(to bottom, #ffa84c, #ff7b0d);
  }
  .sidebar a.sidebar_get_involved {
    font-size: 15pt;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #cc0505;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    display: block;
    background-color: #ff0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0505), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #cc0505, #ff0000);
    background-image: -moz-linear-gradient(top, #cc0505, #ff0000);
    background-image: -o-linear-gradient(top, #cc0505, #ff0000);
    background-image: linear-gradient(to bottom, #cc0505, #ff0000);
  }
  .sidebar a:hover.sidebar_get_involved {
    background-color: #cc0505;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#cc0505));
    background-image: -webkit-linear-gradient(top, #ff0000, #cc0505);
    background-image: -moz-linear-gradient(top, #ff0000, #cc0505);
    background-image: -o-linear-gradient(top, #ff0000, #cc0505);
    background-image: linear-gradient(to bottom, #ff0000, #cc0505);
  }
  .widgettitle {
    border-bottom: 3px solid #bbb19a;
    color: #79705c;
    margin: 0 0 10px 0;
    letter-spacing: -1px;
    font-size: 1.3em;
  }
  .widget {
    margin-bottom: 20px;
  }
  .widget.widget_shopping_cart,
  .widget.widget_featured_products,
  .widget.widget_recently_viewed_products {
    background: #e5dcc8;
    padding: 10px;
  }
  .widget ul li {
    border-bottom: 1px dotted #bbb19a;
    /* deep nesting */
  
  }
  /*********************
  13. FOOTER STYLES
  *********************/
  #sub_footer_box {
    background: #d3c9b4;
    min-width: 1140px;
    margin: 1px 0;
    padding: 20px 0;
  }
  #sub_footer_box h2 {
    font-family: "Aller_Lt", sans-serif;
    letter-spacing: -1px;
    background: #bbb19a;
    padding: 2px 10px;
    font-size: 18pt;
    color: #ffffff;
    width: 100%;
  }
  #sub_footer_box .sub_footer_box {
    width: 330px;
    float: left;
    margin-right: 73px;
  }
  #sub_footer_box .sub_footer_box.sub_footer_box_right {
    float: right;
    margin-right: 0;
  }
  #sub_footer_box .read_more_member {
    position: relative;
    display: block;
    top: -40px;
    background: #000000;
    width: 110px;
    padding: 0 10px;
    color: #ffffff;
    text-decoration: none;
  }
  #sub_footer_box input {
    width: 100%;
    border: 0;
    padding: 8px;
    margin-bottom: 12px;
  }
  #sub_footer_box input.submit {
    width: 25%;
    float: right;
    background: #bbb19a;
    color: #ffffff;
  }
  #sub_footer_box #latest_news {
    list-style-image: url(../images/blog_pin.png);
    margin-left: 23px;
    list-style-position: outside;
  }
  #sub_footer_box #latest_news li {
    padding: 8px 0;
    border-bottom: 1px dotted #e0d6c1;
  }
  #sub_footer_box #latest_news li a {
    color: #888;
    text-decoration: none;
  }
  #sub_footer_box #latest_news li a:hover {
    color: #ffffff;
  }
  .footer {
    clear: both;
    border-top: 1px solid #d3c9b4;
    font-size: .8em;
    color: #bbb19a;
    font-family: "Aller_Lt", sans-serif;
    padding: 20px 0 40px 0;
    min-width: 1140px;
  }
  .footer p {
    font-size: .9em;
    padding: 0;
    margin: 0;
  }
  .footer h2 {
    margin: 0;
    padding: 0;
    color: #33a13e;
    font-size: 17pt;
    width: 100%;
  }
  .footer h3 {
    margin: 15px 0 5px 0;
    color: #79705c;
    font-size: 14pt;
    padding: 0;
    line-height: 1em;
  }
  .footer #inner-footer .footer_column {
    float: left;
    width: 335px;
    margin-right: 40px;
  }
  .footer #inner-footer .footer_column .menu a {
    font-size: .9em;
  }
  .footer #inner-footer .footer_column a {
    color: #bbb19a;
    text-decoration: none;
  }
  .footer #inner-footer .footer_column a:hover {
    color: #79705c;
  }
  .footer #inner-footer .footer_column #menu-footer-site-left {
    float: left;
    margin-top: 0;
  }
  .footer #inner-footer .footer_column #menu-footer-site-right {
    float: left;
    margin-top: 0;
    margin-left: 55px;
  }
  /*
  	if you checked out the link above:
  	http://www.alistapart.com/articles/organizing-mobile/
  	you'll want to style the footer nav
  	a bit more in-depth. Remember to keep
  	it simple because you'll have to
  	override these styles for the desktop
  	view.
  	*/
  /* end .footer-links */
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Base Mobile Stylesheet
  
  Be light and don't over style since everything here will be
  loaded by mobile devices. You want to keep it as minimal as
  possible. This is called at the top of the main stylsheet
  and will be used across all viewports.
  
  ------------ MAP ------------
  
  01. GENERAL STYLES
  02. WORDPRESS BODY CLASSES
  03. LAYOUT & GRID STYLES
  04. LINK STYLES
  05. H1, H2, H3, H4, H5 STYLES
  06. HEADER SYTLES
  07. NAVIGATION STYLES
  08. POSTS & CONTENT STYLES
  09. PAGE NAVI STYLES
  10. COMMENT STYLES
  11. COMMENT FORM STYLES
  12. SIDEBARS & ASIDES
  13. FOOTER STYLES
  
  ******************************************************************/
  /*********************
  01. GENERAL STYLES
  *********************/
  body {
    font-family: "Aller_Lt", sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #555;
    background: #efe5d1;
  }
  body p {
    font-size: 11pt;
    line-height: 14pt;
    padding: 3px 0;
  }
  body p strong {
    font-family: "Aller_Bd", sans-serif;
    letter-spacing: -1px;
  }
  /********************
  02. WORDPRESS BODY CLASSES
      style a page via class
  ********************/
  /* for sites that are read right to left (i.e. hebrew) */
  .home h2 {
    font-family: "Aller_Rg", sans-serif;
    font-size: 25pt;
    letter-spacing: -1px;
    color: #333;
    margin: 10px 0;
    float: left;
  }
  .home #featured_events_box {
    min-width: 1140px;
    padding: 20px 0;
    border-bottom: 1px solid #d3c9b4;
  }
  .home #featured_events_box #featured_events_header {
    height: 60px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
  }
  .home #featured_events_box #featured_events_header #browse_all_events {
    float: right;
    margin: 4px 10px 0 0;
  }
  .home #featured_events_box #featured_events_header #searchform {
    float: right;
    background: #ffffff;
    border: 2px solid #ccc;
    margin-top: 14px;
    padding: 4px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .home #featured_events_box #featured_events_header #searchform #s {
    background: none;
    border: none;
    color: #333;
    font-style: italic;
    font-size: 11pt;
    outline: none;
    padding-left: 8px;
    float: left;
  }
  .home #featured_events_box #featured_events_header #searchform label {
    display: none;
  }
  .home #featured_events_box #featured_events_header #searchform #searchsubmit {
    width: 18px;
    height: 16px;
    background: url(../images/search_button.png);
    display: block;
    text-indent: 200%;
    border: none;
    float: right;
    text-align: left;
    margin-right: 5px;
  }
  .home #featured_events_box .featured_event {
    width: 277px;
    float: left;
    margin-right: 8px;
  }
  .home #featured_events_box .featured_event h3 {
    font-size: 1.2em;
    line-height: 1.1em;
    font-family: "Aller_Rg", sans-serif;
    margin: 8px 0;
    padding: 0;
  }
  .home #featured_events_box .featured_event .view_details {
    background: url(../images/view_details.png);
    height: 277px;
    width: 277px;
    display: block;
  }
  .home #featured_events_box .featured_event .view_details a:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
  
  }
  .home .results_calendar {
    font-size: 10pt;
    width: 100%;
  }
  .home .results_calendar .date_cal {
    float: left;
    display: block;
    background: #9debf4;
    margin-right: 2px;
  }
  .home .results_calendar .start_date,
  .home .results_calendar .end_date {
    background: #6ac6d1;
    display: block;
    float: left;
    padding: 0 7px;
  }
  .home .results_calendar .full_date {
    padding: 0 7px;
    display: block;
    float: right;
  }
  .home .mission_statement {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 5px 0;
    padding: 15px 0;
    text-align: center;
  }
  .home .mission_statement h2 {
    float: none;
    margin: 0;
  }
  .home .mission_statement p {
    font-family: "Times New Roman";
    font-size: 1.9em;
    line-height: 1em;
    margin: 0;
    font-style: italic;
  }
  .home .mission_statement p .quote-left {
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    font-size: 3em;
    display: block;
    margin-top: 10px;
    margin-left: -10px;
  }
  .home .mission_statement p .quote-right {
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    display: block;
    font-size: 3em;
    margin-top: -15px;
    margin-left: 985px;
  }
  .home .mission_statement p.more a {
    font-size: .7em;
    margin: 0;
  }
  /* home page */
  /* blog template page */
  /* archive page */
  /* date archive page */
  /* replace the number to the corresponding page number */
  /* search page */
  /* search result page */
  /* no results search page */
  /* individual paged search (i.e. body.search-paged-3) */
  /* 404 page */
  /* single post page */
  /* individual post page by id (i.e. body.postid-73) */
  /* individual paged single (i.e. body.single-paged-3) */
  /* attatchment page */
  /* individual attatchment page (i.e. body.attachmentid-763) */
  /* style mime type pages */
  /* author page */
  /* user nicename (i.e. body.author-samueladams) */
  /* paged author archives (i.e. body.author-paged-4) for page 4 */
  /* category page */
  /* individual category page (i.e. body.category-6) */
  /* replace the number to the corresponding page number */
  /* tag page */
  /* individual tag page (i.e. body.tag-news) */
  /* replace the number to the corresponding page number */
  /* custom page template page */
  /* individual page template (i.e. body.page-template-contact-php */
  /* replace the number to the corresponding page number */
  /* parent page template */
  /* child page template */
  /* replace the number to the corresponding page number */
  .page-id-483 #left_content #main,
  .single-icf_photo_contests #left_content #main,
  .blog #left_content #main,
  .single-post #left_content #main {
    min-width: 810px;
  }
  .page-id-300 ul.products {
    padding: 0;
    margin: 0;
  }
  .page-id-300 ul.products li.product {
    width: 100%;
    border-top: 1px solid #d3c9b4;
    border-bottom: 1px solid #d3c9b4;
    padding: 10px 0;
    margin: 0;
  }
  .page-id-300 ul.products li.product img {
    width: 150px;
    float: left;
    margin-right: 20px;
  }
  .page-id-305 ul.products {
    width: 90%;
    padding: 0;
    margin: 0;
  }
  .page-id-305 ul.products .product {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 170px;
    border-bottom: 1px solid #79705c;
  }
  .page-id-305 ul.products .product img {
    float: left;
    width: 150px;
    margin-right: 20px;
  }
  .single-icf_photo_contests h2 {
    margin: 0;
    border-bottom: 1px solid #efe5d1;
  }
  .single-icf_photo_contests #upload_images_form {
    padding: 15px;
    background: #d3c9b4;
  }
  .single-icf_photo_contests ul.tabs {
    list-style: none;
    margin: 30px 0 0 0;
  }
  .single-icf_photo_contests ul.tabs li {
    float: left;
  }
  .single-icf_photo_contests ul.tabs .ui-state-default a {
    background: #9debf4;
    padding: 15px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    outline: 0;
  }
  .single-icf_photo_contests ul.tabs .ui-state-active a {
    background: #d3c9b4;
    border: 0;
    color: #ffffff;
    outline: 0;
  }
  .single-icf_photo_contests .images_table {
    background: #d3c9b4;
    padding: 20px;
    margin-top: -1px;
  }
  .single-icf_photo_contests .icfpc_photo_gallery {
    margin: 20px 0;
  }
  .single-icf_photo_contests .icfpc_button {
    background: #efe5d1;
    border: 0;
    color: #79705c;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 15px;
    -webkit-box-shadow: 0 0 4px 0 #79705c;
    -moz-box-shadow: 0 0 4px 0 #79705c;
    box-shadow: 0 0 4px 0 #79705c;
  }
  .single-icf_photo_contests .icfpc_button:hover {
    background: #79705c;
    color: #ffffff;
  }
  /* if user is logged in */
  /* paged items like search results or archives */
  /* individual paged (i.e. body.paged-3) */
  /*********************
  03. LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 1140px;
    min-width: 1140px;
    margin: 0 auto;
  }
  /*********************
  04. LINK STYLES
  *********************/
  a,
  a:visited {
    color: #33a13e;
    /* on hover */
  
    /* on click */
  
    /* mobile tap color */
  
  }
  a:hover,
  a:visited:hover,
  a:focus,
  a:visited:focus {
    color: #287e31;
  }
  a:link,
  a:visited:link {
    /*
  		this highlights links on iPhones/iPads.
  		so it basically works like the :hover selector
  		for mobile devices.
  		*/
  
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  }
  /******************************************************************
  05. H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 {
    font-family: "Aller_Bd", sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 400;
    /*
  	if you're going to use webfonts, be sure to check your weights
  	http://css-tricks.com/watch-your-font-weight/
  	*/
  
    /* removing text decoration from all headline links */
  
  }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a {
    text-decoration: none;
  }
  h1,
  .h1 {
    font-size: 2.5em;
    line-height: 1.333em;
  }
  h2,
  .h2 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
  }
  h3,
  .h3 {
    font-size: 1.125em;
  }
  h4,
  .h4 {
    font-size: 1.1em;
    font-weight: 700;
  }
  h5,
  .h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  span.glyph {
    font-family: "fontawesome-webfont";
    font-size: 65%;
    position: relative;
    top: -3px;
  }
  /*********************
  06. HEADER SYTLES
  *********************/
  .header {
    min-width: 1140px;
  }
  .header .top_bar {
    background: #33a13e;
    padding: 5px 0;
    min-width: 1140px;
  }
  .header .top_bar .welcome {
    color: #ffffff;
    font-size: .8em;
  }
  .header .top_bar .welcome a {
    color: #ffffff;
    font-style: italic;
  }
  .header .top_bar .nav {
    background: none;
    margin: 0;
    float: right;
  }
  .header .top_bar .nav li {
    float: left;
  }
  .header .top_bar .nav li a {
    background: none;
    color: #ffffff;
    font-size: 9pt;
    font-style: italic;
    padding: 0 7px;
    border-right: 1px solid #fff;
  }
  .header .top_bar .nav li a:hover {
    color: #ddd;
  }
  .header #inner-header {
    min-width: 1140px;
  }
  .header #logo {
    float: left;
    margin-top: 17px;
  }
  .header nav ul.nav {
    float: right;
    margin: 0;
  }
  .header nav ul.nav li {
    float: left;
    position: relative;
  }
  .header nav ul.nav li a {
    display: block;
    text-decoration: none;
    font-family: "Aller_Lt", sans-serif;
    background: none;
    padding: 34px 17px;
    color: #888;
    text-transform: uppercase;
    font-size: 11pt;
  }
  .header nav ul.nav li.current-menu-item a,
  .header nav ul.nav li.current-menu-ancestor a {
    color: #ffffff;
    background: #d3c9b4;
    border: none;
  }
  .header nav ul.nav li:hover a {
    background: #d3c9b4;
    color: #ffffff;
  }
  .header nav ul.nav li:hover ul {
    top: auto;
    display: block;
  }
  .header nav ul.nav ul.sub-menu,
  .header nav ul.nav ul.children {
    -webkit-box-shadow: 0 1px 3px 0 #79705c;
    -moz-box-shadow: 0 1px 3px 0 #79705c;
    box-shadow: 0 1px 3px 0 #79705c;
    display: none;
    position: absolute;
    z-index: 8999;
    margin-top: 0;
    border-top: 0;
    width: 185px;
  }
  .header nav ul.nav ul.sub-menu li,
  .header nav ul.nav ul.children li {
    display: block;
    width: 100%;
    background: #d3c9b4;
    border-top: 1px solid #bbb19a;
  }
  .header nav ul.nav ul.sub-menu li:hover a,
  .header nav ul.nav ul.children li:hover a {
    background: #79705c;
  }
  .header nav ul.nav ul.sub-menu li a,
  .header nav ul.nav ul.children li a {
    width: 100%;
    display: block;
    padding: 10px;
  }
  .header nav ul.nav ul.sub-menu li:hover ul,
  .header nav ul.nav ul.children li:hover ul {
    display: block;
    top: auto;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu,
  .header nav ul.nav ul.children ul.sub-menu {
    display: none;
    margin-left: 100%;
    margin-top: -23%;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu li:hover a,
  .header nav ul.nav ul.children ul.sub-menu li:hover a {
    background: #efe5d1;
    color: #79705c;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu li:hover ul,
  .header nav ul.nav ul.children ul.sub-menu li:hover ul {
    display: block;
    top: auto;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu,
  .header nav ul.nav ul.children ul.sub-menu ul.sub-menu {
    display: none;
    margin-left: -100%;
    margin-top: -18%;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu li,
  .header nav ul.nav ul.children ul.sub-menu ul.sub-menu li {
    color: #ffffff;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu li a,
  .header nav ul.nav ul.children ul.sub-menu ul.sub-menu li a {
    background: #79705c;
    color: #ffffff;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu li:hover a,
  .header nav ul.nav ul.children ul.sub-menu ul.sub-menu li:hover a {
    background: #efe5d1;
    color: #79705c;
  }
  /*********************
  07. NAVIGATION STYLES
  *********************/
  /*
  all navs have a .nav class applied via
  the wp_menu function; this is so we can
  easily write one group of styles for
  the navs on the site so our css is cleaner
  and more scalable.
  */
  .nav {
    border-bottom: 0;
    /* end .menu li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .nav li {
    /*
  		so you really have to rethink your dropdowns for mobile.
  		you don't want to have it expand too much because the
  		screen is so small. How you manage your menu should
  		depend on the project. Here's some great info on it:
  		http://www.alistapart.com/articles/organizing-mobile/
  		*/
  
    /* showing sub-menus */
  
  }
  .nav li a {
    /*
  			remember this is for mobile ONLY, so there's no need
  			to even declare hover styles here, you can do it in
  			the style.scss file where it's relevant. We want to
  			keep this file as small as possible!
  			*/
  
  }
  .nav li:hover ul {
    top: auto;
    display: block;
  }
  /* end .nav */
  /*********************
  08. POSTS & CONTENT STYLES
  *********************/
  #content #page_header_img {
    width: 100%;
    height: 395px;
    min-width: 1140px;
    overflow: hidden;
    position: relative;
    z-index: -100;
  }
  #content #page_header_img img {
    width: 100%;
  }
  #content #inner-content {
    margin-top: -80px;
    padding: 18px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #efe5d1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ded5c2), to(#efe5d1));
    background-image: -webkit-linear-gradient(top, #ded5c2, #efe5d1);
    background-image: -moz-linear-gradient(top, #ded5c2, #efe5d1);
    background-image: -o-linear-gradient(top, #ded5c2, #efe5d1);
    background-image: linear-gradient(to bottom, #ded5c2, #efe5d1);
  }
  #content #inner-content #left_content {
    width: 810px;
    float: left;
  }
  #content #inner-content #left_content #main {
    width: 570px;
  }
  #content #inner-content #left_content .right {
    float: right;
  }
  #content #inner-content #left_content .subpage_menu {
    width: 210px;
    margin-bottom: 20px;
  }
  #content #inner-content #left_content .subpage_menu_ul {
    background: #6ac6d1;
    margin: 0;
  }
  #content #inner-content #left_content .subpage_menu_ul li {
    border-bottom: 1px solid #ffffff;
  }
  #content #inner-content #left_content .subpage_menu_ul li a {
    text-indent: 0;
    height: 100%;
    width: 100%;
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 10px;
  }
  #content #inner-content #left_content .subpage_menu_ul li a:hover {
    background: #cccccc;
  }
  #content #inner-content #left_content .subpage_menu_ul li .children {
    display: none;
  }
  #content #inner-content #left_content .subpage_menu_ul li.current_page_item a,
  #content #inner-content #left_content .subpage_menu_ul li.current-cat a {
    background: #cccccc;
  }
  #content #inner-content #left_content .subpage_menu_ul li.current_page_item .children {
    display: block;
    background: #9debf4;
    margin: 0;
  }
  #content #inner-content #left_content .subpage_menu_ul li.current_page_item .children a {
    color: #24717a;
    padding-left: 15px;
    width: 100%;
  }
  #content #inner-content #left_content .subpage_menu_ul li.current_page_item .children a:hover {
    color: #ffffff;
  }
  #content #inner-content #left_content .profile_list {
    clear: both;
    padding: 15px 0;
  }
  #content #inner-content #left_content .profile_list .profile {
    border-top: 1px solid #d3c9b4;
    border-bottom: 1px solid #d3c9b4;
    padding: 10px 0;
  }
  #content #inner-content #left_content .profile_list h3 {
    margin: 0;
  }
  #content #inner-content #left_content .profile_list p {
    margin: 0;
    font-size: .9em;
  }
  #content #inner-content #left_content .profile_list img {
    float: left;
    margin: 10px 15px 0 0;
    width: 100px;
  }
  #content #inner-content #left_content .pagination {
    text-align: center;
    margin-top: 20px;
  }
  #content #inner-content #left_content .pagination span.current {
    background: #287e31;
    padding: 5px;
    color: #ffffff;
    margin: 0 5px;
  }
  #content #inner-content #left_content .pagination a {
    display: inline;
    background: #33a13e;
    text-decoration: none;
    color: #ffffff;
    padding: 5px;
    margin: 0 5px;
  }
  #content #inner-content #left_content .pagination a:hover {
    background: #287e31;
    color: #ffffff;
  }
  #content #inner-content ul.products {
    margin-top: 20px;
  }
  #content #inner-content div.related .products {
    width: 400px;
  }
  #content #inner-content .image_totals {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #bbb19a;
    padding: 0;
  }
  #content #inner-content .image_totals th {
    padding: 5px;
    background: #bbb19a;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
  }
  #content #inner-content .image_totals tr {
    padding: 0;
  }
  #content #inner-content .image_totals .judge_votes {
    display: none;
  }
  #content #inner-content .image_totals td {
    border: 1px solid #bbb19a;
    padding: 0;
    text-align: center;
  }
  #content #inner-content .image_totals td img {
    margin: 6px 0 0 0;
  }
  #content #inner-content .image_totals td .view_more {
    background-color: #52b152;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
    background-image: -webkit-linear-gradient(top, #008a00, #52b152);
    background-image: -moz-linear-gradient(top, #008a00, #52b152);
    background-image: -o-linear-gradient(top, #008a00, #52b152);
    background-image: linear-gradient(to bottom, #008a00, #52b152);
    padding: 12px;
    color: #ffffff;
    font-size: .8em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #52b152;
  }
  #content #inner-content .image_totals td .view_more:hover {
    background-color: #008a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
    background-image: -webkit-linear-gradient(top, #52b152, #008a00);
    background-image: -moz-linear-gradient(top, #52b152, #008a00);
    background-image: -o-linear-gradient(top, #52b152, #008a00);
    background-image: linear-gradient(to bottom, #52b152, #008a00);
  }
  #content #inner-content .image_totals td table {
    width: 100%;
    background: #bbb19a;
    border-color: #d3c9b4;
    color: #ffffff;
  }
  #content #inner-content .image_totals td td {
    text-align: center;
    padding: 8px;
    border-color: #d3c9b4;
  }
  #content #inner-content .image_totals td td.judge_name {
    background: #d3c9b4;
    border-color: #bbb19a;
    font-weight: bold;
  }
  #content #inner-content .image_totals td td.voted {
    background: #33a13e;
    color: #ffffff;
  }
  #content #inner-content .image_totals td td.voted.finalized {
    background: #ff0000;
    color: #ffffff;
  }
  #content #inner-content .tablenav {
    text-align: center;
  }
  #content #inner-content .tablenav a {
    background: #33a13e;
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
  }
  #content #inner-content .tablenav .page-numbers.current {
    background: #287e31;
    color: #ffffff;
    padding: 5px;
  }
  #content #inner-content .photographer_totals {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #bbb19a;
    text-align: center;
    padding: 0;
  }
  #content #inner-content .photographer_totals th {
    padding: 5px;
    background: #bbb19a;
    color: #ffffff;
    text-transform: uppercase;
  }
  #content #inner-content .photographer_totals tr {
    padding: 0;
  }
  #content #inner-content .photographer_totals td {
    border: 1px solid #bbb19a;
    padding: 0;
  }
  #content #inner-content .photographer_totals td img {
    margin: 6px 0 0 0;
  }
  #content #inner-content .event_search_form select {
    width: 100%;
    background: #ffffff url(../images/select_arrow.png) no-repeat 540px 14px;
    border: none;
    padding: 8px;
    margin-bottom: 6px;
    border-radius: 0;
    -webkit-appearance: none;
  }
  #content #inner-content .event_search_form .event_search {
    background: #9debf4;
    color: #000000;
    border: 0;
    font-size: .9em;
    margin-top: 10px;
    padding: 8px;
  }
  #content #inner-content .results_calendar {
    font-size: .8em;
    float: right;
  }
  #content #inner-content .results_calendar .date_cal {
    float: left;
    display: block;
    margin-left: 10px;
    background: #9debf4;
  }
  #content #inner-content .results_calendar .start_date,
  #content #inner-content .results_calendar .end_date {
    background: #6ac6d1;
    display: block;
    float: left;
    padding: 0 7px;
  }
  #content #inner-content .results_calendar .full_date {
    padding: 0 7px;
    display: block;
    float: right;
  }
  #content .icfpc_photo_gallery .icfpc_user_image {
    width: 150px;
    float: left;
    margin: 0 25px 25px 0;
    background: #79705c;
    padding: 5px;
    color: #ffffff;
    font-size: .8em;
  }
  #content .icfpc_photo_gallery .icfpc_user_image img {
    margin: 0;
  }
  #content .icfpc_photo_gallery .icfpc_user_image .icfpc_delete_images {
    float: left;
  }
  #content .icfpc_photo_gallery .icfpc_user_image .icfpc_finalize_images {
    float: right;
  }
  .woocommerce-page .products .add_to_cart_button,
  .woocommerce-page .products .product_type_variable {
    border: 0;
    color: #fff;
    font-weight: 300;
    font-size: .8em;
    padding: 8px 12px;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #52b152;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
    background-image: -webkit-linear-gradient(top, #008a00, #52b152);
    background-image: -moz-linear-gradient(top, #008a00, #52b152);
    background-image: -o-linear-gradient(top, #008a00, #52b152);
    background-image: linear-gradient(to bottom, #008a00, #52b152);
  }
  .woocommerce-page .products a:hover.add_to_cart_button,
  .woocommerce-page .products a:hover.product_type_variable {
    background-color: #008a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
    background-image: -webkit-linear-gradient(top, #52b152, #008a00);
    background-image: -moz-linear-gradient(top, #52b152, #008a00);
    background-image: -o-linear-gradient(top, #52b152, #008a00);
    background-image: linear-gradient(to bottom, #52b152, #008a00);
  }
  .woocommerce-page .product_title {
    font-size: 1.8em !important;
    text-transform: capitalize;
  }
  .woocommerce-page .related .products .product {
    width: 150px !important;
    font-size: .9em;
    line-height: 1.2em;
    margin-right: 25px;
  }
  .woocommerce-page button.single_add_to_cart_button.button {
    border: 0;
    color: #fff;
    font-weight: 300;
    font-size: .8em;
    padding: 8px 12px;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #52b152;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
    background-image: -webkit-linear-gradient(top, #008a00, #52b152);
    background-image: -moz-linear-gradient(top, #008a00, #52b152);
    background-image: -o-linear-gradient(top, #008a00, #52b152);
    background-image: linear-gradient(to bottom, #008a00, #52b152);
  }
  .woocommerce-page button:hover.single_add_to_cart_button.button {
    background-color: #008a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
    background-image: -webkit-linear-gradient(top, #52b152, #008a00);
    background-image: -moz-linear-gradient(top, #52b152, #008a00);
    background-image: -o-linear-gradient(top, #52b152, #008a00);
    background-image: linear-gradient(to bottom, #52b152, #008a00);
  }
  .woocommerce-page h4.event_dates {
    margin: 0;
  }
  .woocommerce-page .calendars .date_cal {
    font-size: .7em;
    background: #9debf4;
    text-shadow: 1px 1px 2px #1472ad;
    color: #ffffff;
    width: 70px;
    text-align: center;
    border: 1px solid #6ac6d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    text-transform: uppercase;
    margin-right: 15px;
  }
  .woocommerce-page .calendars .date_cal .start_date,
  .woocommerce-page .calendars .date_cal .end_date {
    background: #6ac6d1;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0;
  }
  .woocommerce-page .calendars .date_cal .date_day {
    font-size: 2em;
    line-height: 1em;
    font-family: "Aller_Bd", sans-serif;
  }
  .woocommerce-page .calendars .date_cal .date_year {
    line-height: .8em;
  }
  .woocommerce-page #place_order {
    display: block;
    background-color: #a50101;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#a50101));
    background-image: -webkit-linear-gradient(top, #ff0000, #a50101);
    background-image: -moz-linear-gradient(top, #ff0000, #a50101);
    background-image: -o-linear-gradient(top, #ff0000, #a50101);
    background-image: linear-gradient(to bottom, #ff0000, #a50101);
  }
  .woocommerce-cart #main {
    padding: 0;
  }
  .woocommerce-cart #main article {
    width: 100%;
  }
  .woocommerce-cart #main input.button {
    font-weight: 300;
    font-size: .9em;
  }
  .woocommerce-cart #main input.checkout-button.button {
    background-color: #a50101;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#a50101));
    background-image: -webkit-linear-gradient(top, #ff0000, #a50101);
    background-image: -moz-linear-gradient(top, #ff0000, #a50101);
    background-image: -o-linear-gradient(top, #ff0000, #a50101);
    background-image: linear-gradient(to bottom, #ff0000, #a50101);
    border: 1px solid #a50101;
  }
  .woocommerce-cart #main input:hover.checkout-button.button {
    background-color: #ff0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a50101), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #a50101, #ff0000);
    background-image: -moz-linear-gradient(top, #a50101, #ff0000);
    background-image: -o-linear-gradient(top, #a50101, #ff0000);
    background-image: linear-gradient(to bottom, #a50101, #ff0000);
  }
  .woocommerce-cart h1 {
    margin: 0;
  }
  .woocommerce-checkout .place-order input.button {
    display: none;
  }
  /* end .hentry */
  .single-title,
  .page-title {
    margin: 0;
    background: #bbb19a;
    color: #fff;
    font-family: "Aller_Rg", sans-serif;
    text-transform: uppercase;
    border-bottom: 4px solid #9e947e;
    padding: 4px 8px;
  }
  .product_title {
    margin: 0;
    background: #bbb19a;
    color: #ffffff;
    font-family: "Aller_Rg", sans-serif;
    text-transform: uppercase;
    border-bottom: 4px solid #9e947e;
    font-size: 1.6em;
  }
  .single-title {
    font-size: 1.8em;
    line-height: 1.3em;
  }
  /* want to style individual post classes? Booya! */
  /* post by id (i.e. post-3) */
  /* general post style */
  /* general article on a page style */
  /* general style on an attatchment */
  /* sticky post style */
  /* hentry class */
  /* style by category (i.e. category-videos) */
  /* style by tag (i.e. tag-news) */
  /* post meta */
  .byline {
    color: #999;
    margin: 0;
  }
  /* entry content */
  .entry-content {
    /*
  			image alignment on a screen this size may be
  			a bit difficult. It's set to start aligning
  			and floating images at the next breakpoint,
  			but it's up to you. Feel free to change it up.
  			*/
  
  }
  .entry-content hr {
    height: 1px;
    background: #d3c9b4;
    color: #d3c9b4;
  }
  .entry-content ul,
  .entry-content ol {
    list-style: disc;
    margin-left: 35px;
  }
  .entry-content ul li,
  .entry-content ol li {
    line-height: 1.4em;
    font-size: .9em;
    margin-bottom: 1em;
  }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
  }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto;
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
  .entry-content video,
  .entry-content object {
    max-width: 100%;
    height: auto;
  }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
  }
  /* end .entry-content */
  .wp-caption {
    background: #eee;
    padding: 5px;
    /* images inside wp-caption */
  
  }
  .wp-caption img {
    margin-bottom: 0;
    width: 100%;
  }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
  }
  /* end .wp-caption */
  /* image gallery styles */
  /* end .gallery */
  /* gallery caption styles */
  /******************************************************************
  09. PAGE NAVI STYLES
  ******************************************************************/
  .page-navigation,
  .wp-prev-next {
    border: 1px solid red;
    height: 30px;
    position: absolute;
    clear: both;
    margin: 1.1em 0 2.2em;
  }
  .bones_page_navi {
    /* current page link */
  
    /* end .bones_page_navi .bpn-current */
  
    /* common styles for page-navi links */
  
    /* remove the bg on end links */
  
    /* previous link */
  
    /* next page link */
  
    /* first page link */
  
    /* last page link */
  
  }
  .bones_page_navi li {
    float: left;
    margin-left: 10px;
  }
  .bones_page_navi li a {
    padding: 3px 6px;
    display: block;
    text-decoration: none;
    position: relative;
  }
  .bones_page_navi li a:hover,
  .bones_page_navi li a:focus {
    color: #f01d4f;
    text-decoration: underline;
  }
  .bones_page_navi li.bpn-current {
    padding: 3px 6px;
    border-bottom: 2px solid #f01d4f;
    position: relative;
  }
  .bones_page_navi li.bpn-current a {
    /* hovering on current page link */
  
  }
  .bones_page_navi li.bpn-prev-link,
  .bones_page_navi li.bpn-next-link {
    font-weight: 700;
  }
  .bones_page_navi li.bpn-prev-link a,
  .bones_page_navi li.bpn-next-link a {
    padding: 0;
  }
  .bones_page_navi li.bpn-prev-link a:hover,
  .bones_page_navi li.bpn-next-link a:hover,
  .bones_page_navi li.bpn-first-page-link a:hover,
  .bones_page_navi li.bpn-last-page-link a:hover {
    background: none;
  }
  /* end .bones_page_navi */
  /* fallback previous & next links */
  .wp-prev-next .prev-link {
    float: left;
  }
  .wp-prev-next .next-link {
    float: right;
  }
  /* end .wp-prev-next */
  /******************************************************************
  10. COMMENT STYLES
  ******************************************************************/
  /* h3 comment title */
  #comments {
    /* number of comments span */
  
  }
  .commentlist {
    /* general comment classes */
  
    /* vcard */
  
    /* end .commentlist .vcard */
  
    /* comment meta */
  
    /* comment content */
  
    /* end .commentlist .comment_content */
  
    /* comment reply link */
  
    /* end .commentlist .comment-reply-link */
  
  }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */
  
  }
  .commentlist li:last-child {
    margin-bottom: 0;
  }
  .commentlist li ul.children {
    margin: 0;
    /* variations */
  
    /* change number for different depth */
  
  }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em;
  }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0;
  }
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0;
  }
  .commentlist .odd {
    background: #eee;
  }
  .commentlist .even {
    background: #fefefe;
  }
  .commentlist .vcard {
    margin-left: 50px;
  }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
  }
  .commentlist .vcard time {
    float: right;
  }
  .commentlist .vcard time a {
    color: #999;
    text-decoration: none;
  }
  .commentlist .vcard time a:hover {
    text-decoration: underline;
  }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff;
  }
  .commentlist .comment_content {
    margin-left: 50px;
  }
  .commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
  }
  .commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em;
  }
  .commentlist .comment-reply-link:hover,
  .commentlist .comment-reply-link:focus {
    opacity: 1;
  }
  /* end .commentlist */
  /******************************************************************
  11. COMMENT FORM STYLES
  ******************************************************************/
  .respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em;
  }
  .respond-form form {
    margin: 0.75em 0;
  }
  .respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em;
  }
  .respond-form form li label,
  .respond-form form li small {
    display: none;
  }
  .respond-form form input[type=text],
  .respond-form form input[type=email],
  .respond-form form input[type=url],
  .respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em;
    /* form validation */
  
  }
  .respond-form form input[type=text]:focus,
  .respond-form form input[type=email]:focus,
  .respond-form form input[type=url]:focus,
  .respond-form form textarea:focus {
    background: #fff;
  }
  .respond-form form input[type=text]:invalid,
  .respond-form form input[type=email]:invalid,
  .respond-form form input[type=url]:invalid,
  .respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .respond-form form input[type=text],
  .respond-form form input[type=email],
  .respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px;
  }
  .respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px;
  }
  /* comment submit button */
  /* comment form title */
  #comment-form-title {
    margin: 0 0 1.1em;
  }
  /* cancel comment reply link */
  /* logged in comments */
  /* allowed tags */
  #allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
  }
  /* no comments */
  .nocomments {
    margin: 0 20px 1.1em;
  }
  /*********************
  12. SIDEBARS & ASIDES
  *********************/
  #sidebar1 {
    float: right;
    width: 260px;
  }
  #sidebar1 p.buttons .button {
    background-color: #a50101;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#a50101));
    background-image: -webkit-linear-gradient(top, #ff0000, #a50101);
    background-image: -moz-linear-gradient(top, #ff0000, #a50101);
    background-image: -o-linear-gradient(top, #ff0000, #a50101);
    background-image: linear-gradient(to bottom, #ff0000, #a50101);
    color: #ffffff;
    text-shadow: none;
    border: none;
  }
  #sidebar1 p.buttons a:hover.button {
    background-color: #ff0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a50101), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #a50101, #ff0000);
    background-image: -moz-linear-gradient(top, #a50101, #ff0000);
    background-image: -o-linear-gradient(top, #a50101, #ff0000);
    background-image: linear-gradient(to bottom, #a50101, #ff0000);
  }
  #sidebar1 #searchform {
    margin: -10px 0 20px 0;
    height: 30px;
    background: #ffffff;
    border: 2px solid #ccc;
    margin-top: 14px;
    padding: 4px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  #sidebar1 #searchform #s {
    background: none;
    border: none;
    color: #333;
    font-style: italic;
    font-size: 11pt;
    outline: none;
    padding-left: 8px;
    float: left;
  }
  #sidebar1 #searchform label {
    display: none;
  }
  #sidebar1 #searchform #searchsubmit {
    width: 18px;
    height: 16px;
    background: url(../images/search_button.png);
    display: block;
    text-indent: 200%;
    border: none;
    float: right;
    text-align: left;
    margin-right: 5px;
  }
  #sidebar1 .results_calendar {
    margin: 5px 0 8px 0 !important;
    padding: 0 !important;
    font-size: 9pt !important;
    width: 100%;
  }
  #sidebar1 .results_calendar .date_cal {
    float: left;
    display: block;
    background: #9debf4;
    margin: 0 !important;
  }
  #sidebar1 .results_calendar .start_date,
  #sidebar1 .results_calendar .end_date {
    background: #6ac6d1;
    display: block;
    float: left;
    padding: 0 7px;
  }
  #sidebar1 .results_calendar .full_date {
    padding: 0 7px;
    display: block;
    float: right;
  }
  #sidebar2 {
    float: left;
    width: 210px;
  }
  .sidebar a.sidebar_donate {
    font-size: 15pt;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #2b9135;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    display: block;
    background-color: #52b152;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
    background-image: -webkit-linear-gradient(top, #008a00, #52b152);
    background-image: -moz-linear-gradient(top, #008a00, #52b152);
    background-image: -o-linear-gradient(top, #008a00, #52b152);
    background-image: linear-gradient(to bottom, #008a00, #52b152);
  }
  .sidebar a:hover.sidebar_donate {
    background-color: #008a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
    background-image: -webkit-linear-gradient(top, #52b152, #008a00);
    background-image: -moz-linear-gradient(top, #52b152, #008a00);
    background-image: -o-linear-gradient(top, #52b152, #008a00);
    background-image: linear-gradient(to bottom, #52b152, #008a00);
  }
  .sidebar a.sidebar_become_a_member {
    font-size: 15pt;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #da6606;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    display: block;
    background-color: #ffa84c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7b0d), to(#ffa84c));
    background-image: -webkit-linear-gradient(top, #ff7b0d, #ffa84c);
    background-image: -moz-linear-gradient(top, #ff7b0d, #ffa84c);
    background-image: -o-linear-gradient(top, #ff7b0d, #ffa84c);
    background-image: linear-gradient(to bottom, #ff7b0d, #ffa84c);
  }
  .sidebar a:hover.sidebar_become_a_member {
    background-color: #ff7b0d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa84c), to(#ff7b0d));
    background-image: -webkit-linear-gradient(top, #ffa84c, #ff7b0d);
    background-image: -moz-linear-gradient(top, #ffa84c, #ff7b0d);
    background-image: -o-linear-gradient(top, #ffa84c, #ff7b0d);
    background-image: linear-gradient(to bottom, #ffa84c, #ff7b0d);
  }
  .sidebar a.sidebar_get_involved {
    font-size: 15pt;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #cc0505;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    display: block;
    background-color: #ff0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0505), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #cc0505, #ff0000);
    background-image: -moz-linear-gradient(top, #cc0505, #ff0000);
    background-image: -o-linear-gradient(top, #cc0505, #ff0000);
    background-image: linear-gradient(to bottom, #cc0505, #ff0000);
  }
  .sidebar a:hover.sidebar_get_involved {
    background-color: #cc0505;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#cc0505));
    background-image: -webkit-linear-gradient(top, #ff0000, #cc0505);
    background-image: -moz-linear-gradient(top, #ff0000, #cc0505);
    background-image: -o-linear-gradient(top, #ff0000, #cc0505);
    background-image: linear-gradient(to bottom, #ff0000, #cc0505);
  }
  .widgettitle {
    border-bottom: 3px solid #bbb19a;
    color: #79705c;
    margin: 0 0 10px 0;
    letter-spacing: -1px;
    font-size: 1.3em;
  }
  .widget {
    margin-bottom: 20px;
  }
  .widget.widget_shopping_cart,
  .widget.widget_featured_products,
  .widget.widget_recently_viewed_products {
    background: #e5dcc8;
    padding: 10px;
  }
  .widget ul li {
    border-bottom: 1px dotted #bbb19a;
    /* deep nesting */
  
  }
  /*********************
  13. FOOTER STYLES
  *********************/
  #sub_footer_box {
    background: #d3c9b4;
    min-width: 1140px;
    margin: 1px 0;
    padding: 20px 0;
  }
  #sub_footer_box h2 {
    font-family: "Aller_Lt", sans-serif;
    letter-spacing: -1px;
    background: #bbb19a;
    padding: 2px 10px;
    font-size: 18pt;
    color: #ffffff;
    width: 100%;
  }
  #sub_footer_box .sub_footer_box {
    width: 330px;
    float: left;
    margin-right: 73px;
  }
  #sub_footer_box .sub_footer_box.sub_footer_box_right {
    float: right;
    margin-right: 0;
  }
  #sub_footer_box .read_more_member {
    position: relative;
    display: block;
    top: -40px;
    background: #000000;
    width: 110px;
    padding: 0 10px;
    color: #ffffff;
    text-decoration: none;
  }
  #sub_footer_box input {
    width: 100%;
    border: 0;
    padding: 8px;
    margin-bottom: 12px;
  }
  #sub_footer_box input.submit {
    width: 25%;
    float: right;
    background: #bbb19a;
    color: #ffffff;
  }
  #sub_footer_box #latest_news {
    list-style-image: url(../images/blog_pin.png);
    margin-left: 23px;
    list-style-position: outside;
  }
  #sub_footer_box #latest_news li {
    padding: 8px 0;
    border-bottom: 1px dotted #e0d6c1;
  }
  #sub_footer_box #latest_news li a {
    color: #888;
    text-decoration: none;
  }
  #sub_footer_box #latest_news li a:hover {
    color: #ffffff;
  }
  .footer {
    clear: both;
    border-top: 1px solid #d3c9b4;
    font-size: .8em;
    color: #bbb19a;
    font-family: "Aller_Lt", sans-serif;
    padding: 20px 0 40px 0;
    min-width: 1140px;
  }
  .footer p {
    font-size: .9em;
    padding: 0;
    margin: 0;
  }
  .footer h2 {
    margin: 0;
    padding: 0;
    color: #33a13e;
    font-size: 17pt;
    width: 100%;
  }
  .footer h3 {
    margin: 15px 0 5px 0;
    color: #79705c;
    font-size: 14pt;
    padding: 0;
    line-height: 1em;
  }
  .footer #inner-footer .footer_column {
    float: left;
    width: 335px;
    margin-right: 40px;
  }
  .footer #inner-footer .footer_column .menu a {
    font-size: .9em;
  }
  .footer #inner-footer .footer_column a {
    color: #bbb19a;
    text-decoration: none;
  }
  .footer #inner-footer .footer_column a:hover {
    color: #79705c;
  }
  .footer #inner-footer .footer_column #menu-footer-site-left {
    float: left;
    margin-top: 0;
  }
  .footer #inner-footer .footer_column #menu-footer-site-right {
    float: left;
    margin-top: 0;
    margin-left: 55px;
  }
  /*
  	if you checked out the link above:
  	http://www.alistapart.com/articles/organizing-mobile/
  	you'll want to style the footer nav
  	a bit more in-depth. Remember to keep
  	it simple because you'll have to
  	override these styles for the desktop
  	view.
  	*/
  /* end .footer-links */
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Base Mobile Stylesheet
  
  Be light and don't over style since everything here will be
  loaded by mobile devices. You want to keep it as minimal as
  possible. This is called at the top of the main stylsheet
  and will be used across all viewports.
  
  ------------ MAP ------------
  
  01. GENERAL STYLES
  02. WORDPRESS BODY CLASSES
  03. LAYOUT & GRID STYLES
  04. LINK STYLES
  05. H1, H2, H3, H4, H5 STYLES
  06. HEADER SYTLES
  07. NAVIGATION STYLES
  08. POSTS & CONTENT STYLES
  09. PAGE NAVI STYLES
  10. COMMENT STYLES
  11. COMMENT FORM STYLES
  12. SIDEBARS & ASIDES
  13. FOOTER STYLES
  
  ******************************************************************/
  /*********************
  01. GENERAL STYLES
  *********************/
  body {
    font-family: "Aller_Lt", sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #555;
    background: #efe5d1;
  }
  body p {
    font-size: 11pt;
    line-height: 14pt;
    padding: 3px 0;
  }
  body p strong {
    font-family: "Aller_Bd", sans-serif;
    letter-spacing: -1px;
  }
  /********************
  02. WORDPRESS BODY CLASSES
      style a page via class
  ********************/
  /* for sites that are read right to left (i.e. hebrew) */
  .home h2 {
    font-family: "Aller_Rg", sans-serif;
    font-size: 25pt;
    letter-spacing: -1px;
    color: #333;
    margin: 10px 0;
    float: left;
  }
  .home #featured_events_box {
    min-width: 1140px;
    padding: 20px 0;
    border-bottom: 1px solid #d3c9b4;
  }
  .home #featured_events_box #featured_events_header {
    height: 60px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
  }
  .home #featured_events_box #featured_events_header #browse_all_events {
    float: right;
    margin: 4px 10px 0 0;
  }
  .home #featured_events_box #featured_events_header #searchform {
    float: right;
    background: #ffffff;
    border: 2px solid #ccc;
    margin-top: 14px;
    padding: 4px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .home #featured_events_box #featured_events_header #searchform #s {
    background: none;
    border: none;
    color: #333;
    font-style: italic;
    font-size: 11pt;
    outline: none;
    padding-left: 8px;
    float: left;
  }
  .home #featured_events_box #featured_events_header #searchform label {
    display: none;
  }
  .home #featured_events_box #featured_events_header #searchform #searchsubmit {
    width: 18px;
    height: 16px;
    background: url(../images/search_button.png);
    display: block;
    text-indent: 200%;
    border: none;
    float: right;
    text-align: left;
    margin-right: 5px;
  }
  .home #featured_events_box .featured_event {
    width: 277px;
    float: left;
    margin-right: 8px;
  }
  .home #featured_events_box .featured_event h3 {
    font-size: 1.2em;
    line-height: 1.1em;
    font-family: "Aller_Rg", sans-serif;
    margin: 8px 0;
    padding: 0;
  }
  .home #featured_events_box .featured_event .view_details {
    background: url(../images/view_details.png);
    height: 277px;
    width: 277px;
    display: block;
  }
  .home #featured_events_box .featured_event .view_details a:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
  
  }
  .home .results_calendar {
    font-size: 10pt;
    width: 100%;
  }
  .home .results_calendar .date_cal {
    float: left;
    display: block;
    background: #9debf4;
    margin-right: 2px;
  }
  .home .results_calendar .start_date,
  .home .results_calendar .end_date {
    background: #6ac6d1;
    display: block;
    float: left;
    padding: 0 7px;
  }
  .home .results_calendar .full_date {
    padding: 0 7px;
    display: block;
    float: right;
  }
  .home .mission_statement {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 5px 0;
    padding: 15px 0;
    text-align: center;
  }
  .home .mission_statement h2 {
    float: none;
    margin: 0;
  }
  .home .mission_statement p {
    font-family: "Times New Roman";
    font-size: 1.9em;
    line-height: 1em;
    margin: 0;
    font-style: italic;
  }
  .home .mission_statement p .quote-left {
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    font-size: 3em;
    display: block;
    margin-top: 10px;
    margin-left: -10px;
  }
  .home .mission_statement p .quote-right {
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    display: block;
    font-size: 3em;
    margin-top: -15px;
    margin-left: 985px;
  }
  .home .mission_statement p.more a {
    font-size: .7em;
    margin: 0;
  }
  /* home page */
  /* blog template page */
  /* archive page */
  /* date archive page */
  /* replace the number to the corresponding page number */
  /* search page */
  /* search result page */
  /* no results search page */
  /* individual paged search (i.e. body.search-paged-3) */
  /* 404 page */
  /* single post page */
  /* individual post page by id (i.e. body.postid-73) */
  /* individual paged single (i.e. body.single-paged-3) */
  /* attatchment page */
  /* individual attatchment page (i.e. body.attachmentid-763) */
  /* style mime type pages */
  /* author page */
  /* user nicename (i.e. body.author-samueladams) */
  /* paged author archives (i.e. body.author-paged-4) for page 4 */
  /* category page */
  /* individual category page (i.e. body.category-6) */
  /* replace the number to the corresponding page number */
  /* tag page */
  /* individual tag page (i.e. body.tag-news) */
  /* replace the number to the corresponding page number */
  /* custom page template page */
  /* individual page template (i.e. body.page-template-contact-php */
  /* replace the number to the corresponding page number */
  /* parent page template */
  /* child page template */
  /* replace the number to the corresponding page number */
  .page-id-483 #left_content #main,
  .single-icf_photo_contests #left_content #main,
  .blog #left_content #main,
  .single-post #left_content #main {
    min-width: 810px;
  }
  .page-id-300 ul.products {
    padding: 0;
    margin: 0;
  }
  .page-id-300 ul.products li.product {
    width: 100%;
    border-top: 1px solid #d3c9b4;
    border-bottom: 1px solid #d3c9b4;
    padding: 10px 0;
    margin: 0;
  }
  .page-id-300 ul.products li.product img {
    width: 150px;
    float: left;
    margin-right: 20px;
  }
  .page-id-305 ul.products {
    width: 90%;
    padding: 0;
    margin: 0;
  }
  .page-id-305 ul.products .product {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 170px;
    border-bottom: 1px solid #79705c;
  }
  .page-id-305 ul.products .product img {
    float: left;
    width: 150px;
    margin-right: 20px;
  }
  .single-icf_photo_contests h2 {
    margin: 0;
    border-bottom: 1px solid #efe5d1;
  }
  .single-icf_photo_contests #upload_images_form {
    padding: 15px;
    background: #d3c9b4;
  }
  .single-icf_photo_contests ul.tabs {
    list-style: none;
    margin: 30px 0 0 0;
  }
  .single-icf_photo_contests ul.tabs li {
    float: left;
  }
  .single-icf_photo_contests ul.tabs .ui-state-default a {
    background: #9debf4;
    padding: 15px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    outline: 0;
  }
  .single-icf_photo_contests ul.tabs .ui-state-active a {
    background: #d3c9b4;
    border: 0;
    color: #ffffff;
    outline: 0;
  }
  .single-icf_photo_contests .images_table {
    background: #d3c9b4;
    padding: 20px;
    margin-top: -1px;
  }
  .single-icf_photo_contests .icfpc_photo_gallery {
    margin: 20px 0;
  }
  .single-icf_photo_contests .icfpc_button {
    background: #efe5d1;
    border: 0;
    color: #79705c;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 15px;
    -webkit-box-shadow: 0 0 4px 0 #79705c;
    -moz-box-shadow: 0 0 4px 0 #79705c;
    box-shadow: 0 0 4px 0 #79705c;
  }
  .single-icf_photo_contests .icfpc_button:hover {
    background: #79705c;
    color: #ffffff;
  }
  /* if user is logged in */
  /* paged items like search results or archives */
  /* individual paged (i.e. body.paged-3) */
  /*********************
  03. LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 1140px;
    min-width: 1140px;
    margin: 0 auto;
  }
  /*********************
  04. LINK STYLES
  *********************/
  a,
  a:visited {
    color: #33a13e;
    /* on hover */
  
    /* on click */
  
    /* mobile tap color */
  
  }
  a:hover,
  a:visited:hover,
  a:focus,
  a:visited:focus {
    color: #287e31;
  }
  a:link,
  a:visited:link {
    /*
  		this highlights links on iPhones/iPads.
  		so it basically works like the :hover selector
  		for mobile devices.
  		*/
  
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  }
  /******************************************************************
  05. H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 {
    font-family: "Aller_Bd", sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 400;
    /*
  	if you're going to use webfonts, be sure to check your weights
  	http://css-tricks.com/watch-your-font-weight/
  	*/
  
    /* removing text decoration from all headline links */
  
  }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a {
    text-decoration: none;
  }
  h1,
  .h1 {
    font-size: 2.5em;
    line-height: 1.333em;
  }
  h2,
  .h2 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
  }
  h3,
  .h3 {
    font-size: 1.125em;
  }
  h4,
  .h4 {
    font-size: 1.1em;
    font-weight: 700;
  }
  h5,
  .h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  span.glyph {
    font-family: "fontawesome-webfont";
    font-size: 65%;
    position: relative;
    top: -3px;
  }
  /*********************
  06. HEADER SYTLES
  *********************/
  .header {
    min-width: 1140px;
  }
  .header .top_bar {
    background: #33a13e;
    padding: 5px 0;
    min-width: 1140px;
  }
  .header .top_bar .welcome {
    color: #ffffff;
    font-size: .8em;
  }
  .header .top_bar .welcome a {
    color: #ffffff;
    font-style: italic;
  }
  .header .top_bar .nav {
    background: none;
    margin: 0;
    float: right;
  }
  .header .top_bar .nav li {
    float: left;
  }
  .header .top_bar .nav li a {
    background: none;
    color: #ffffff;
    font-size: 9pt;
    font-style: italic;
    padding: 0 7px;
    border-right: 1px solid #fff;
  }
  .header .top_bar .nav li a:hover {
    color: #ddd;
  }
  .header #inner-header {
    min-width: 1140px;
  }
  .header #logo {
    float: left;
    margin-top: 17px;
  }
  .header nav ul.nav {
    float: right;
    margin: 0;
  }
  .header nav ul.nav li {
    float: left;
    position: relative;
  }
  .header nav ul.nav li a {
    display: block;
    text-decoration: none;
    font-family: "Aller_Lt", sans-serif;
    background: none;
    padding: 34px 17px;
    color: #888;
    text-transform: uppercase;
    font-size: 11pt;
  }
  .header nav ul.nav li.current-menu-item a,
  .header nav ul.nav li.current-menu-ancestor a {
    color: #ffffff;
    background: #d3c9b4;
    border: none;
  }
  .header nav ul.nav li:hover a {
    background: #d3c9b4;
    color: #ffffff;
  }
  .header nav ul.nav li:hover ul {
    top: auto;
    display: block;
  }
  .header nav ul.nav ul.sub-menu,
  .header nav ul.nav ul.children {
    -webkit-box-shadow: 0 1px 3px 0 #79705c;
    -moz-box-shadow: 0 1px 3px 0 #79705c;
    box-shadow: 0 1px 3px 0 #79705c;
    display: none;
    position: absolute;
    z-index: 8999;
    margin-top: 0;
    border-top: 0;
    width: 185px;
  }
  .header nav ul.nav ul.sub-menu li,
  .header nav ul.nav ul.children li {
    display: block;
    width: 100%;
    background: #d3c9b4;
    border-top: 1px solid #bbb19a;
  }
  .header nav ul.nav ul.sub-menu li:hover a,
  .header nav ul.nav ul.children li:hover a {
    background: #79705c;
  }
  .header nav ul.nav ul.sub-menu li a,
  .header nav ul.nav ul.children li a {
    width: 100%;
    display: block;
    padding: 10px;
  }
  .header nav ul.nav ul.sub-menu li:hover ul,
  .header nav ul.nav ul.children li:hover ul {
    display: block;
    top: auto;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu,
  .header nav ul.nav ul.children ul.sub-menu {
    display: none;
    margin-left: 100%;
    margin-top: -23%;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu li:hover a,
  .header nav ul.nav ul.children ul.sub-menu li:hover a {
    background: #efe5d1;
    color: #79705c;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu li:hover ul,
  .header nav ul.nav ul.children ul.sub-menu li:hover ul {
    display: block;
    top: auto;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu,
  .header nav ul.nav ul.children ul.sub-menu ul.sub-menu {
    display: none;
    margin-left: -100%;
    margin-top: -18%;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu li,
  .header nav ul.nav ul.children ul.sub-menu ul.sub-menu li {
    color: #ffffff;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu li a,
  .header nav ul.nav ul.children ul.sub-menu ul.sub-menu li a {
    background: #79705c;
    color: #ffffff;
  }
  .header nav ul.nav ul.sub-menu ul.sub-menu ul.sub-menu li:hover a,
  .header nav ul.nav ul.children ul.sub-menu ul.sub-menu li:hover a {
    background: #efe5d1;
    color: #79705c;
  }
  /*********************
  07. NAVIGATION STYLES
  *********************/
  /*
  all navs have a .nav class applied via
  the wp_menu function; this is so we can
  easily write one group of styles for
  the navs on the site so our css is cleaner
  and more scalable.
  */
  .nav {
    border-bottom: 0;
    /* end .menu li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .nav li {
    /*
  		so you really have to rethink your dropdowns for mobile.
  		you don't want to have it expand too much because the
  		screen is so small. How you manage your menu should
  		depend on the project. Here's some great info on it:
  		http://www.alistapart.com/articles/organizing-mobile/
  		*/
  
    /* showing sub-menus */
  
  }
  .nav li a {
    /*
  			remember this is for mobile ONLY, so there's no need
  			to even declare hover styles here, you can do it in
  			the style.scss file where it's relevant. We want to
  			keep this file as small as possible!
  			*/
  
  }
  .nav li:hover ul {
    top: auto;
    display: block;
  }
  /* end .nav */
  /*********************
  08. POSTS & CONTENT STYLES
  *********************/
  #content #page_header_img {
    width: 100%;
    height: 395px;
    min-width: 1140px;
    overflow: hidden;
    position: relative;
    z-index: -100;
  }
  #content #page_header_img img {
    width: 100%;
  }
  #content #inner-content {
    margin-top: -80px;
    padding: 18px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #efe5d1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ded5c2), to(#efe5d1));
    background-image: -webkit-linear-gradient(top, #ded5c2, #efe5d1);
    background-image: -moz-linear-gradient(top, #ded5c2, #efe5d1);
    background-image: -o-linear-gradient(top, #ded5c2, #efe5d1);
    background-image: linear-gradient(to bottom, #ded5c2, #efe5d1);
  }
  #content #inner-content #left_content {
    width: 810px;
    float: left;
  }
  #content #inner-content #left_content #main {
    width: 570px;
  }
  #content #inner-content #left_content .right {
    float: right;
  }
  #content #inner-content #left_content .subpage_menu {
    width: 210px;
    margin-bottom: 20px;
  }
  #content #inner-content #left_content .subpage_menu_ul {
    background: #6ac6d1;
    margin: 0;
  }
  #content #inner-content #left_content .subpage_menu_ul li {
    border-bottom: 1px solid #ffffff;
  }
  #content #inner-content #left_content .subpage_menu_ul li a {
    text-indent: 0;
    height: 100%;
    width: 100%;
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 10px;
  }
  #content #inner-content #left_content .subpage_menu_ul li a:hover {
    background: #cccccc;
  }
  #content #inner-content #left_content .subpage_menu_ul li .children {
    display: none;
  }
  #content #inner-content #left_content .subpage_menu_ul li.current_page_item a,
  #content #inner-content #left_content .subpage_menu_ul li.current-cat a {
    background: #cccccc;
  }
  #content #inner-content #left_content .subpage_menu_ul li.current_page_item .children {
    display: block;
    background: #9debf4;
    margin: 0;
  }
  #content #inner-content #left_content .subpage_menu_ul li.current_page_item .children a {
    color: #24717a;
    padding-left: 15px;
    width: 100%;
  }
  #content #inner-content #left_content .subpage_menu_ul li.current_page_item .children a:hover {
    color: #ffffff;
  }
  #content #inner-content #left_content .profile_list {
    clear: both;
    padding: 15px 0;
  }
  #content #inner-content #left_content .profile_list .profile {
    border-top: 1px solid #d3c9b4;
    border-bottom: 1px solid #d3c9b4;
    padding: 10px 0;
  }
  #content #inner-content #left_content .profile_list h3 {
    margin: 0;
  }
  #content #inner-content #left_content .profile_list p {
    margin: 0;
    font-size: .9em;
  }
  #content #inner-content #left_content .profile_list img {
    float: left;
    margin: 10px 15px 0 0;
    width: 100px;
  }
  #content #inner-content #left_content .pagination {
    text-align: center;
    margin-top: 20px;
  }
  #content #inner-content #left_content .pagination span.current {
    background: #287e31;
    padding: 5px;
    color: #ffffff;
    margin: 0 5px;
  }
  #content #inner-content #left_content .pagination a {
    display: inline;
    background: #33a13e;
    text-decoration: none;
    color: #ffffff;
    padding: 5px;
    margin: 0 5px;
  }
  #content #inner-content #left_content .pagination a:hover {
    background: #287e31;
    color: #ffffff;
  }
  #content #inner-content ul.products {
    margin-top: 20px;
  }
  #content #inner-content div.related .products {
    width: 400px;
  }
  #content #inner-content .image_totals {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #bbb19a;
    padding: 0;
  }
  #content #inner-content .image_totals th {
    padding: 5px;
    background: #bbb19a;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
  }
  #content #inner-content .image_totals tr {
    padding: 0;
  }
  #content #inner-content .image_totals .judge_votes {
    display: none;
  }
  #content #inner-content .image_totals td {
    border: 1px solid #bbb19a;
    padding: 0;
    text-align: center;
  }
  #content #inner-content .image_totals td img {
    margin: 6px 0 0 0;
  }
  #content #inner-content .image_totals td .view_more {
    background-color: #52b152;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
    background-image: -webkit-linear-gradient(top, #008a00, #52b152);
    background-image: -moz-linear-gradient(top, #008a00, #52b152);
    background-image: -o-linear-gradient(top, #008a00, #52b152);
    background-image: linear-gradient(to bottom, #008a00, #52b152);
    padding: 12px;
    color: #ffffff;
    font-size: .8em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #52b152;
  }
  #content #inner-content .image_totals td .view_more:hover {
    background-color: #008a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
    background-image: -webkit-linear-gradient(top, #52b152, #008a00);
    background-image: -moz-linear-gradient(top, #52b152, #008a00);
    background-image: -o-linear-gradient(top, #52b152, #008a00);
    background-image: linear-gradient(to bottom, #52b152, #008a00);
  }
  #content #inner-content .image_totals td table {
    width: 100%;
    background: #bbb19a;
    border-color: #d3c9b4;
    color: #ffffff;
  }
  #content #inner-content .image_totals td td {
    text-align: center;
    padding: 8px;
    border-color: #d3c9b4;
  }
  #content #inner-content .image_totals td td.judge_name {
    background: #d3c9b4;
    border-color: #bbb19a;
    font-weight: bold;
  }
  #content #inner-content .image_totals td td.voted {
    background: #33a13e;
    color: #ffffff;
  }
  #content #inner-content .image_totals td td.voted.finalized {
    background: #ff0000;
    color: #ffffff;
  }
  #content #inner-content .tablenav {
    text-align: center;
  }
  #content #inner-content .tablenav a {
    background: #33a13e;
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
  }
  #content #inner-content .tablenav .page-numbers.current {
    background: #287e31;
    color: #ffffff;
    padding: 5px;
  }
  #content #inner-content .photographer_totals {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #bbb19a;
    text-align: center;
    padding: 0;
  }
  #content #inner-content .photographer_totals th {
    padding: 5px;
    background: #bbb19a;
    color: #ffffff;
    text-transform: uppercase;
  }
  #content #inner-content .photographer_totals tr {
    padding: 0;
  }
  #content #inner-content .photographer_totals td {
    border: 1px solid #bbb19a;
    padding: 0;
  }
  #content #inner-content .photographer_totals td img {
    margin: 6px 0 0 0;
  }
  #content #inner-content .event_search_form select {
    width: 100%;
    background: #ffffff url(../images/select_arrow.png) no-repeat 540px 14px;
    border: none;
    padding: 8px;
    margin-bottom: 6px;
    border-radius: 0;
    -webkit-appearance: none;
  }
  #content #inner-content .event_search_form .event_search {
    background: #9debf4;
    color: #000000;
    border: 0;
    font-size: .9em;
    margin-top: 10px;
    padding: 8px;
  }
  #content #inner-content .results_calendar {
    font-size: .8em;
    float: right;
  }
  #content #inner-content .results_calendar .date_cal {
    float: left;
    display: block;
    margin-left: 10px;
    background: #9debf4;
  }
  #content #inner-content .results_calendar .start_date,
  #content #inner-content .results_calendar .end_date {
    background: #6ac6d1;
    display: block;
    float: left;
    padding: 0 7px;
  }
  #content #inner-content .results_calendar .full_date {
    padding: 0 7px;
    display: block;
    float: right;
  }
  #content .icfpc_photo_gallery .icfpc_user_image {
    width: 150px;
    float: left;
    margin: 0 25px 25px 0;
    background: #79705c;
    padding: 5px;
    color: #ffffff;
    font-size: .8em;
  }
  #content .icfpc_photo_gallery .icfpc_user_image img {
    margin: 0;
  }
  #content .icfpc_photo_gallery .icfpc_user_image .icfpc_delete_images {
    float: left;
  }
  #content .icfpc_photo_gallery .icfpc_user_image .icfpc_finalize_images {
    float: right;
  }
  .woocommerce-page .products .add_to_cart_button,
  .woocommerce-page .products .product_type_variable {
    border: 0;
    color: #fff;
    font-weight: 300;
    font-size: .8em;
    padding: 8px 12px;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #52b152;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
    background-image: -webkit-linear-gradient(top, #008a00, #52b152);
    background-image: -moz-linear-gradient(top, #008a00, #52b152);
    background-image: -o-linear-gradient(top, #008a00, #52b152);
    background-image: linear-gradient(to bottom, #008a00, #52b152);
  }
  .woocommerce-page .products a:hover.add_to_cart_button,
  .woocommerce-page .products a:hover.product_type_variable {
    background-color: #008a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
    background-image: -webkit-linear-gradient(top, #52b152, #008a00);
    background-image: -moz-linear-gradient(top, #52b152, #008a00);
    background-image: -o-linear-gradient(top, #52b152, #008a00);
    background-image: linear-gradient(to bottom, #52b152, #008a00);
  }
  .woocommerce-page .product_title {
    font-size: 1.8em !important;
    text-transform: capitalize;
  }
  .woocommerce-page .related .products .product {
    width: 150px !important;
    font-size: .9em;
    line-height: 1.2em;
    margin-right: 25px;
  }
  .woocommerce-page button.single_add_to_cart_button.button {
    border: 0;
    color: #fff;
    font-weight: 300;
    font-size: .8em;
    padding: 8px 12px;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #52b152;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
    background-image: -webkit-linear-gradient(top, #008a00, #52b152);
    background-image: -moz-linear-gradient(top, #008a00, #52b152);
    background-image: -o-linear-gradient(top, #008a00, #52b152);
    background-image: linear-gradient(to bottom, #008a00, #52b152);
  }
  .woocommerce-page button:hover.single_add_to_cart_button.button {
    background-color: #008a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
    background-image: -webkit-linear-gradient(top, #52b152, #008a00);
    background-image: -moz-linear-gradient(top, #52b152, #008a00);
    background-image: -o-linear-gradient(top, #52b152, #008a00);
    background-image: linear-gradient(to bottom, #52b152, #008a00);
  }
  .woocommerce-page h4.event_dates {
    margin: 0;
  }
  .woocommerce-page .calendars .date_cal {
    font-size: .7em;
    background: #9debf4;
    text-shadow: 1px 1px 2px #1472ad;
    color: #ffffff;
    width: 70px;
    text-align: center;
    border: 1px solid #6ac6d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    text-transform: uppercase;
    margin-right: 15px;
  }
  .woocommerce-page .calendars .date_cal .start_date,
  .woocommerce-page .calendars .date_cal .end_date {
    background: #6ac6d1;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0;
  }
  .woocommerce-page .calendars .date_cal .date_day {
    font-size: 2em;
    line-height: 1em;
    font-family: "Aller_Bd", sans-serif;
  }
  .woocommerce-page .calendars .date_cal .date_year {
    line-height: .8em;
  }
  .woocommerce-page #place_order {
    display: block;
    background-color: #a50101;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#a50101));
    background-image: -webkit-linear-gradient(top, #ff0000, #a50101);
    background-image: -moz-linear-gradient(top, #ff0000, #a50101);
    background-image: -o-linear-gradient(top, #ff0000, #a50101);
    background-image: linear-gradient(to bottom, #ff0000, #a50101);
  }
  .woocommerce-cart #main {
    padding: 0;
  }
  .woocommerce-cart #main article {
    width: 100%;
  }
  .woocommerce-cart #main input.button {
    font-weight: 300;
    font-size: .9em;
  }
  .woocommerce-cart #main input.checkout-button.button {
    background-color: #a50101;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#a50101));
    background-image: -webkit-linear-gradient(top, #ff0000, #a50101);
    background-image: -moz-linear-gradient(top, #ff0000, #a50101);
    background-image: -o-linear-gradient(top, #ff0000, #a50101);
    background-image: linear-gradient(to bottom, #ff0000, #a50101);
    border: 1px solid #a50101;
  }
  .woocommerce-cart #main input:hover.checkout-button.button {
    background-color: #ff0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a50101), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #a50101, #ff0000);
    background-image: -moz-linear-gradient(top, #a50101, #ff0000);
    background-image: -o-linear-gradient(top, #a50101, #ff0000);
    background-image: linear-gradient(to bottom, #a50101, #ff0000);
  }
  .woocommerce-cart h1 {
    margin: 0;
  }
  .woocommerce-checkout .place-order input.button {
    display: none;
  }
  /* end .hentry */
  .single-title,
  .page-title {
    margin: 0;
    background: #bbb19a;
    color: #fff;
    font-family: "Aller_Rg", sans-serif;
    text-transform: uppercase;
    border-bottom: 4px solid #9e947e;
    padding: 4px 8px;
  }
  .product_title {
    margin: 0;
    background: #bbb19a;
    color: #ffffff;
    font-family: "Aller_Rg", sans-serif;
    text-transform: uppercase;
    border-bottom: 4px solid #9e947e;
    font-size: 1.6em;
  }
  .single-title {
    font-size: 1.8em;
    line-height: 1.3em;
  }
  /* want to style individual post classes? Booya! */
  /* post by id (i.e. post-3) */
  /* general post style */
  /* general article on a page style */
  /* general style on an attatchment */
  /* sticky post style */
  /* hentry class */
  /* style by category (i.e. category-videos) */
  /* style by tag (i.e. tag-news) */
  /* post meta */
  .byline {
    color: #999;
    margin: 0;
  }
  /* entry content */
  .entry-content {
    /*
  			image alignment on a screen this size may be
  			a bit difficult. It's set to start aligning
  			and floating images at the next breakpoint,
  			but it's up to you. Feel free to change it up.
  			*/
  
  }
  .entry-content hr {
    height: 1px;
    background: #d3c9b4;
    color: #d3c9b4;
  }
  .entry-content ul,
  .entry-content ol {
    list-style: disc;
    margin-left: 35px;
  }
  .entry-content ul li,
  .entry-content ol li {
    line-height: 1.4em;
    font-size: .9em;
    margin-bottom: 1em;
  }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
  }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto;
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    float: right;
    margin: 0 0 20px 20px;
  }
  .entry-content video,
  .entry-content object {
    max-width: 100%;
    height: auto;
  }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
  }
  /* end .entry-content */
  .wp-caption {
    background: #eee;
    padding: 5px;
    /* images inside wp-caption */
  
  }
  .wp-caption img {
    margin-bottom: 0;
    width: 100%;
  }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
  }
  /* end .wp-caption */
  /* image gallery styles */
  /* end .gallery */
  /* gallery caption styles */
  /******************************************************************
  09. PAGE NAVI STYLES
  ******************************************************************/
  .page-navigation,
  .wp-prev-next {
    border: 1px solid red;
    height: 30px;
    position: absolute;
    clear: both;
    margin: 1.1em 0 2.2em;
  }
  .bones_page_navi {
    /* current page link */
  
    /* end .bones_page_navi .bpn-current */
  
    /* common styles for page-navi links */
  
    /* remove the bg on end links */
  
    /* previous link */
  
    /* next page link */
  
    /* first page link */
  
    /* last page link */
  
  }
  .bones_page_navi li {
    float: left;
    margin-left: 10px;
  }
  .bones_page_navi li a {
    padding: 3px 6px;
    display: block;
    text-decoration: none;
    position: relative;
  }
  .bones_page_navi li a:hover,
  .bones_page_navi li a:focus {
    color: #f01d4f;
    text-decoration: underline;
  }
  .bones_page_navi li.bpn-current {
    padding: 3px 6px;
    border-bottom: 2px solid #f01d4f;
    position: relative;
  }
  .bones_page_navi li.bpn-current a {
    /* hovering on current page link */
  
  }
  .bones_page_navi li.bpn-prev-link,
  .bones_page_navi li.bpn-next-link {
    font-weight: 700;
  }
  .bones_page_navi li.bpn-prev-link a,
  .bones_page_navi li.bpn-next-link a {
    padding: 0;
  }
  .bones_page_navi li.bpn-prev-link a:hover,
  .bones_page_navi li.bpn-next-link a:hover,
  .bones_page_navi li.bpn-first-page-link a:hover,
  .bones_page_navi li.bpn-last-page-link a:hover {
    background: none;
  }
  /* end .bones_page_navi */
  /* fallback previous & next links */
  .wp-prev-next .prev-link {
    float: left;
  }
  .wp-prev-next .next-link {
    float: right;
  }
  /* end .wp-prev-next */
  /******************************************************************
  10. COMMENT STYLES
  ******************************************************************/
  /* h3 comment title */
  #comments {
    /* number of comments span */
  
  }
  .commentlist {
    /* general comment classes */
  
    /* vcard */
  
    /* end .commentlist .vcard */
  
    /* comment meta */
  
    /* comment content */
  
    /* end .commentlist .comment_content */
  
    /* comment reply link */
  
    /* end .commentlist .comment-reply-link */
  
  }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */
  
  }
  .commentlist li:last-child {
    margin-bottom: 0;
  }
  .commentlist li ul.children {
    margin: 0;
    /* variations */
  
    /* change number for different depth */
  
  }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em;
  }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0;
  }
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0;
  }
  .commentlist .odd {
    background: #eee;
  }
  .commentlist .even {
    background: #fefefe;
  }
  .commentlist .vcard {
    margin-left: 50px;
  }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
  }
  .commentlist .vcard time {
    float: right;
  }
  .commentlist .vcard time a {
    color: #999;
    text-decoration: none;
  }
  .commentlist .vcard time a:hover {
    text-decoration: underline;
  }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff;
  }
  .commentlist .comment_content {
    margin-left: 50px;
  }
  .commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
  }
  .commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em;
  }
  .commentlist .comment-reply-link:hover,
  .commentlist .comment-reply-link:focus {
    opacity: 1;
  }
  /* end .commentlist */
  /******************************************************************
  11. COMMENT FORM STYLES
  ******************************************************************/
  .respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em;
  }
  .respond-form form {
    margin: 0.75em 0;
  }
  .respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em;
  }
  .respond-form form li label,
  .respond-form form li small {
    display: none;
  }
  .respond-form form input[type=text],
  .respond-form form input[type=email],
  .respond-form form input[type=url],
  .respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em;
    /* form validation */
  
  }
  .respond-form form input[type=text]:focus,
  .respond-form form input[type=email]:focus,
  .respond-form form input[type=url]:focus,
  .respond-form form textarea:focus {
    background: #fff;
  }
  .respond-form form input[type=text]:invalid,
  .respond-form form input[type=email]:invalid,
  .respond-form form input[type=url]:invalid,
  .respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .respond-form form input[type=text],
  .respond-form form input[type=email],
  .respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px;
  }
  .respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px;
  }
  /* comment submit button */
  /* comment form title */
  #comment-form-title {
    margin: 0 0 1.1em;
  }
  /* cancel comment reply link */
  /* logged in comments */
  /* allowed tags */
  #allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
  }
  /* no comments */
  .nocomments {
    margin: 0 20px 1.1em;
  }
  /*********************
  12. SIDEBARS & ASIDES
  *********************/
  #sidebar1 {
    float: right;
    width: 260px;
  }
  #sidebar1 p.buttons .button {
    background-color: #a50101;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#a50101));
    background-image: -webkit-linear-gradient(top, #ff0000, #a50101);
    background-image: -moz-linear-gradient(top, #ff0000, #a50101);
    background-image: -o-linear-gradient(top, #ff0000, #a50101);
    background-image: linear-gradient(to bottom, #ff0000, #a50101);
    color: #ffffff;
    text-shadow: none;
    border: none;
  }
  #sidebar1 p.buttons a:hover.button {
    background-color: #ff0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a50101), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #a50101, #ff0000);
    background-image: -moz-linear-gradient(top, #a50101, #ff0000);
    background-image: -o-linear-gradient(top, #a50101, #ff0000);
    background-image: linear-gradient(to bottom, #a50101, #ff0000);
  }
  #sidebar1 #searchform {
    margin: -10px 0 20px 0;
    height: 30px;
    background: #ffffff;
    border: 2px solid #ccc;
    margin-top: 14px;
    padding: 4px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  #sidebar1 #searchform #s {
    background: none;
    border: none;
    color: #333;
    font-style: italic;
    font-size: 11pt;
    outline: none;
    padding-left: 8px;
    float: left;
  }
  #sidebar1 #searchform label {
    display: none;
  }
  #sidebar1 #searchform #searchsubmit {
    width: 18px;
    height: 16px;
    background: url(../images/search_button.png);
    display: block;
    text-indent: 200%;
    border: none;
    float: right;
    text-align: left;
    margin-right: 5px;
  }
  #sidebar1 .results_calendar {
    margin: 5px 0 8px 0 !important;
    padding: 0 !important;
    font-size: 9pt !important;
    width: 100%;
  }
  #sidebar1 .results_calendar .date_cal {
    float: left;
    display: block;
    background: #9debf4;
    margin: 0 !important;
  }
  #sidebar1 .results_calendar .start_date,
  #sidebar1 .results_calendar .end_date {
    background: #6ac6d1;
    display: block;
    float: left;
    padding: 0 7px;
  }
  #sidebar1 .results_calendar .full_date {
    padding: 0 7px;
    display: block;
    float: right;
  }
  #sidebar2 {
    float: left;
    width: 210px;
  }
  .sidebar a.sidebar_donate {
    font-size: 15pt;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #2b9135;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    display: block;
    background-color: #52b152;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008a00), to(#52b152));
    background-image: -webkit-linear-gradient(top, #008a00, #52b152);
    background-image: -moz-linear-gradient(top, #008a00, #52b152);
    background-image: -o-linear-gradient(top, #008a00, #52b152);
    background-image: linear-gradient(to bottom, #008a00, #52b152);
  }
  .sidebar a:hover.sidebar_donate {
    background-color: #008a00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52b152), to(#008a00));
    background-image: -webkit-linear-gradient(top, #52b152, #008a00);
    background-image: -moz-linear-gradient(top, #52b152, #008a00);
    background-image: -o-linear-gradient(top, #52b152, #008a00);
    background-image: linear-gradient(to bottom, #52b152, #008a00);
  }
  .sidebar a.sidebar_become_a_member {
    font-size: 15pt;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #da6606;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    display: block;
    background-color: #ffa84c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7b0d), to(#ffa84c));
    background-image: -webkit-linear-gradient(top, #ff7b0d, #ffa84c);
    background-image: -moz-linear-gradient(top, #ff7b0d, #ffa84c);
    background-image: -o-linear-gradient(top, #ff7b0d, #ffa84c);
    background-image: linear-gradient(to bottom, #ff7b0d, #ffa84c);
  }
  .sidebar a:hover.sidebar_become_a_member {
    background-color: #ff7b0d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa84c), to(#ff7b0d));
    background-image: -webkit-linear-gradient(top, #ffa84c, #ff7b0d);
    background-image: -moz-linear-gradient(top, #ffa84c, #ff7b0d);
    background-image: -o-linear-gradient(top, #ffa84c, #ff7b0d);
    background-image: linear-gradient(to bottom, #ffa84c, #ff7b0d);
  }
  .sidebar a.sidebar_get_involved {
    font-size: 15pt;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 3px solid #cc0505;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    display: block;
    background-color: #ff0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0505), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #cc0505, #ff0000);
    background-image: -moz-linear-gradient(top, #cc0505, #ff0000);
    background-image: -o-linear-gradient(top, #cc0505, #ff0000);
    background-image: linear-gradient(to bottom, #cc0505, #ff0000);
  }
  .sidebar a:hover.sidebar_get_involved {
    background-color: #cc0505;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#cc0505));
    background-image: -webkit-linear-gradient(top, #ff0000, #cc0505);
    background-image: -moz-linear-gradient(top, #ff0000, #cc0505);
    background-image: -o-linear-gradient(top, #ff0000, #cc0505);
    background-image: linear-gradient(to bottom, #ff0000, #cc0505);
  }
  .widgettitle {
    border-bottom: 3px solid #bbb19a;
    color: #79705c;
    margin: 0 0 10px 0;
    letter-spacing: -1px;
    font-size: 1.3em;
  }
  .widget {
    margin-bottom: 20px;
  }
  .widget.widget_shopping_cart,
  .widget.widget_featured_products,
  .widget.widget_recently_viewed_products {
    background: #e5dcc8;
    padding: 10px;
  }
  .widget ul li {
    border-bottom: 1px dotted #bbb19a;
    /* deep nesting */
  
  }
  /*********************
  13. FOOTER STYLES
  *********************/
  #sub_footer_box {
    background: #d3c9b4;
    min-width: 1140px;
    margin: 1px 0;
    padding: 20px 0;
  }
  #sub_footer_box h2 {
    font-family: "Aller_Lt", sans-serif;
    letter-spacing: -1px;
    background: #bbb19a;
    padding: 2px 10px;
    font-size: 18pt;
    color: #ffffff;
    width: 100%;
  }
  #sub_footer_box .sub_footer_box {
    width: 330px;
    float: left;
    margin-right: 73px;
  }
  #sub_footer_box .sub_footer_box.sub_footer_box_right {
    float: right;
    margin-right: 0;
  }
  #sub_footer_box .read_more_member {
    position: relative;
    display: block;
    top: -40px;
    background: #000000;
    width: 110px;
    padding: 0 10px;
    color: #ffffff;
    text-decoration: none;
  }
  #sub_footer_box input {
    width: 100%;
    border: 0;
    padding: 8px;
    margin-bottom: 12px;
  }
  #sub_footer_box input.submit {
    width: 25%;
    float: right;
    background: #bbb19a;
    color: #ffffff;
  }
  #sub_footer_box #latest_news {
    list-style-image: url(../images/blog_pin.png);
    margin-left: 23px;
    list-style-position: outside;
  }
  #sub_footer_box #latest_news li {
    padding: 8px 0;
    border-bottom: 1px dotted #e0d6c1;
  }
  #sub_footer_box #latest_news li a {
    color: #888;
    text-decoration: none;
  }
  #sub_footer_box #latest_news li a:hover {
    color: #ffffff;
  }
  .footer {
    clear: both;
    border-top: 1px solid #d3c9b4;
    font-size: .8em;
    color: #bbb19a;
    font-family: "Aller_Lt", sans-serif;
    padding: 20px 0 40px 0;
    min-width: 1140px;
  }
  .footer p {
    font-size: .9em;
    padding: 0;
    margin: 0;
  }
  .footer h2 {
    margin: 0;
    padding: 0;
    color: #33a13e;
    font-size: 17pt;
    width: 100%;
  }
  .footer h3 {
    margin: 15px 0 5px 0;
    color: #79705c;
    font-size: 14pt;
    padding: 0;
    line-height: 1em;
  }
  .footer #inner-footer .footer_column {
    float: left;
    width: 335px;
    margin-right: 40px;
  }
  .footer #inner-footer .footer_column .menu a {
    font-size: .9em;
  }
  .footer #inner-footer .footer_column a {
    color: #bbb19a;
    text-decoration: none;
  }
  .footer #inner-footer .footer_column a:hover {
    color: #79705c;
  }
  .footer #inner-footer .footer_column #menu-footer-site-left {
    float: left;
    margin-top: 0;
  }
  .footer #inner-footer .footer_column #menu-footer-site-right {
    float: left;
    margin-top: 0;
    margin-left: 55px;
  }
  /*
  	if you checked out the link above:
  	http://www.alistapart.com/articles/organizing-mobile/
  	you'll want to style the footer nav
  	a bit more in-depth. Remember to keep
  	it simple because you'll have to
  	override these styles for the desktop
  	view.
  	*/
  /* end .footer-links */
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(http://imagesforconservation.org/wp-content/themes/icf/library/css/img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(http://imagesforconservation.org/wp-content/themes/icf/library/css/img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  
}
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}