/*
Theme Name: Glenwood
Theme URI: http://smagency.com/
Description: A custom theme for Glenwood.
Author: SM Agency
Template: Glenwood
Version: 1.0
Tags: green, two-columns, fixed-width, custom-background, threaded-comments, microformats
*/

@font-face {
	font-family: 'header';
	src: url('fonts/headers-webfont.eot');
	src: local('☺'), url('fonts/headers-webfont.woff') format('woff'), url('fonts/headers-webfont.ttf') format('truetype'), url('fonts/headers-webfont.svg#webfontY9nPABxb') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'copy';
	src: url('fonts/copy-webfont.eot');
	src: local('☺'), url('fonts/copy-webfont.woff') format('woff'), url('fonts/copy-webfont.ttf') format('truetype'), url('fonts/copy-webfont.svg#webfontMOB9sGIS') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html, body {
	height: 100%;
}
body {
	line-height: 1;
	font-family: tahoma, verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	font-family: 'header';
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width:100%;
	
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 940px;
}
#wrapper {
	margin-top: 20px;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: white;
}
body,
input,
textarea {
	color: #666;
	font-size: 13px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #73c92d;
}
a:visited {
	color: #73c92d;
}
a:active,
a:hover {
	color: #73c92d;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom  ronnia-condensed image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width:100%;
	max-width: 940px;
}
#access .menu-header,
div.menu {

	font-size: 14px;
	margin-left: 10px;
	/*width: 928px;*/
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: white;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow:auto;
	padding-bottom: 221px;}  /* must be same height as the footer */
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 13px;
	line-height: 20px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 0px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #73c92d;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #73c92d;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #73c92d;
}
#content .entry-title {
	color: #73c92d;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #73c92d;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #e2f18f;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f8fbe8;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #73c92d;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	border-width: 5px;
	border-color: #f2f2f2;
	border-style: solid;
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	border-width: 5px;
	border-color: #f2f2f2;
	border-style: solid;
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	border-width: 5px;
	border-color: #f2f2f2;
	border-style: solid;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 0px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #73c92d;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #73c92d;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #73c92d;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

/*
#footer {
	margin-bottom: 20px;
}
*/
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(../Users/wprice/AppData/Local/Temp/images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
/*
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
*/
/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		/* margin: 0; */
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


:focus {
	outline: 0px;
}

.frontload {
	position: absolute;
	width: 1px;
	height: 1px;
	clip: auto;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 10px;
}

#main a, #main a:link, #main a:active, #main a:focus, #main a:visited {

	padding-left: 3px;
	padding-right: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	margin-left: -3px;
	margin-right: -3px;
}

#main a, #main a:link {
	text-decoration: none;
	color: #73c92d;
}

#main a:active, #main a:hover, #main a:focus {
	text-decoration: none;
	color: #73c92d;
}


/* =Fonts
-------------------------------------------------------------- */
h3#comments-title,
h3#reply-title,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	
	font-weight: normal;
}

#site-info,
#site-title a,
#content tr th,
#content thead th,
.page-title,
#content .entry-title,
.page-link,
#entry-author-info h2,
h3#comments-title,
h3#reply-title {
	font-weight: normal;
}


/*
body {
	background: white;
	font-family: Helvetica, Arial, sans-serif;
}
*/

#main h1, #main h2, #main h3,  #main h4, #main h5, #main h6, #main .header {
	
	font-weight: normal;
	color: #73c92d;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
	color: #73c92d;
}

#wrap {
	min-height: 100%;
	margin:0 auto;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

#header {
	padding: 0px;
}

#wrapper {
	position: relative;
	z-index: 2;
	margin-top: 0px;
	padding: 0px;
}

#masthead {
	position: relative;
	background: white;
}

#bg_masthead {
	border-bottom-style: solid;
	position: absolute;
	width: auto;
	height: 153px;
	z-index: 1;
}

#branding {
	position: relative;
	z-index: 2;
	/* background: url(images/bg_branding.png); */
	clear: both;
	height: 120px;
}

#site-title {
	width: 365px;
	height: 106px;
	position: absolute;
	margin: 0px;
	top: 5px;
	left: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

#site-title span a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	width: 365px;
	height: 106px;
	clip: auto;
	overflow: hidden;
	font-size: 10px;
	background: url(https://glenwood.org/wp-content/uploads/2016/10/2016-new-logo-for-website-header-2-01.png);
	left: 0px;
}

#site-title span a:hover,
#site-title span a:focus {
	opacity: .7;
}

#cta {
	position: absolute;
	width: 520px;
	top: 0px;
	right: 7px;
}

#cta strong {
	
	text-transform: uppercase;
	display: block;
	text-align: right;
	color: #8cc63e;
	font-size: 22px;
	letter-spacing: 0px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 2px;
	padding-right: 25px;
}

/*
#cta ul {
	overflow: hidden;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	padding-bottom: 8px;
}
*/


/*
#cta ul li {
	float: left;
	width: 151px;
	height: 61px;
	margin-right: 13px;
	-webkit-box-shadow: 0px 2px 3px #000;
	-moz-box-shadow: 0px 2px 5px #000;
	box-shadow: 0px 2px 5px #000;
	background: #e2f18f url(images/bg_cta_span_donate.svg);
	background: #e2f18f -moz-linear-gradient(-90deg, #e2f18f 0%, #73c92d 100%);
	background: #e2f18f -webkit-gradient(linear, 0 0, 0% 100%, from(#e2f18f), to(##73c92d));
}
*/

.button {
	-webkit-appearance: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #73c92d;
	border: 1px solid rgba(0, 0, 0, .4);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #73c92d), color-stop(1.00, #73c92d));
	background: -moz-linear-gradient(top, #73c92d 0.00%, #73c92d 100.00%);
	box-shadow: -0px 1px 3px #e2f18f;
	background: rgb(55,105,21); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(57,38,18) 0%, rgb(153,174,36) 92%, rgb(153,174,36) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(153,174,36)), color-stop(90%,rgb(153,174,36)), color-stop(100%,rgb(153,174,36))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(153,174,36) 0%,rgb(153,174,36) 92%,rgb(153,174,36) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(153,174,36) 0%,rgb(153,174,36) 92%,rgb(153,174,36) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgb(153,174,36) 0%,rgb(153,174,36) 92%,rgb(153,174,36) 100%); /* IE10+ */
	background: linear-gradient(top, rgb(153,174,36) 0%,rgb(153,174,36) 92%,rgb(153,174,36) 100%); /* W3C */
	text-align: center;
	text-indent: 0px;
	color: #FFFFFF;
	text-shadow: #e2f18f -0px -1px 1px;
}

.button:hover {
	background: rgb(153,174,36); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(V) 0%, rgb(32,68,13) 10%, rgb(153,174,36) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(153,174,36)), color-stop(10%,rgb(153,174,36)), color-stop(100%,rgb(153,174,36))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(153,174,36) 0%,rgb(153,174,36) 10%,rgb(153,174,36) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(153,174,36) 0%,rgb(153,174,36) 10%,rgb(153,174,36) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgb(153,174,36) 0%,rgb(153,174,36) 10%,rgb(153,174,36) 100%); /* IE10+ */
	background: linear-gradient(top, rgb(153,174,36) 0%,rgb(153,174,36) 10%,rgb(153,174,36) 100%); /* W3C */
}



.pecans {
	display: block;
	width: 151px;
	height: 53px;
	float: left;
	margin-left: 15px;
	font: 24px/53px;
}


.donate {
	display: block;
	width: 151px;
	height: 53px;
	float: left;
	margin-left: 15px;
	font: 24px/53px;
}

.volunteer {
	width: 151px;
	height: 53px;
	float: left;
	font: 24px/53px;
	margin-left: 15px;
}

/*
#cta ul li span {
	display: block;
	width: 149px;
	height: 59px;
	margin: 1px;
}
*/

a.buttontext {
	display: block;
	width: 147px;
	height: 57px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 24px;
	line-height: 57px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;
	/* text-shadow: 1px 1px 0px #000000; */
}

/*
#cta ul li span a {
	
	display: block;
	width: 147px;
	height: 57px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 27px;
	line-height: 57px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;
	opacity: .8;
	background: url(images/cta_highlights.png) no-repeat top left;
	border: 1px solid #e2f18f;
	border: 1px solid rgba(0, 0, 0, .2);
	text-shadow: 1px 1px 0px #000000;
}
*/


#cta ul li#volunteer-link span a {
	border: 1px solid #73c92d;
	border: 1px solid rgba(0, 0, 0, .2);
}

#cta ul li span a:hover,
#cta ul li span a:focus {
	opacity: 1;
}

#cta ul li span a:focus,
#cta ul li#volunteer-link span a:focus {
	border: 1px solid rgba(0, 0, 0, .6);
}


#access {
	border-top-color: #73c92d;
	background:#73c92d;
	/*
background: #73c92d url(images/bg_nav.svg);
	background: #73c92d -moz-linear-gradient(-90deg, #e2f18f 0px, #73c92d 17px, #73c92d 17px, #73c92d 32px);
	background: #73c92d -webkit-gradient(linear, 0 0, 0 32, from(#88b6a7), to(#005942), color-stop(.55, #478a78), color-stop(.56, #387f6c));
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#e2f18f,endColorStr=#73c92d);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#e2f18f,endColorStr=#73c92d)";
*/
	height: 34px;
	float: none;
	width: auto;
}

.home #access {}
.home #header {}

div.menu-header {
	height: 32px;
	width: 100%;
	position: absolute;
	left: 0px;
	padding-left: 0px;
	margin-left: 0px;
	font-size: 
}

#menu-primary-navigation, div.menu-header,
#menu-primary-navigation-pecans {
	margin: 0px !important;
	left: 0px !important;
}
#menu-primary-navigation,
#menu-primary-navigation-pecans {
	width: 670px;
	left: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

#menu-primary-navigation > li > a,
#menu-primary-navigation-pecans > li > a {
	line-height: 35px;
	height: 34px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}

#menu-primary-navigation > li+li > a,
#menu-primary-navigation-pecans > li+li > a {
	/*
border-left-color: #73c92d;
	border-left: 1px solid;
*/
}

#access li:hover > a, #access li > a:focus {
	background: transparent;
	background: rgba(255, 255, 255, .3);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#33FFFFFF,endColorStr=#33FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#33FFFFFF,endColorStr=#33FFFFFF)";
}

#access ul ul {
	top: 34px;
}

.sub-menu li, .sub-menu li:hover > a {
	background: #88898a;
}
#access ul ul li a {
	background: #73c92d;
	text-transform: uppercase;
	color: white;
}

#access ul ul li a:hover {
	background: #88898a;
}


#access #searchform {
	float: right;
	height: 34px;
	line-height: 34px;
	padding: 0px;
	margin-right: 0px;
	
}

#access #searchform #s {
	width: 180px;
	height: 16px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px #324b43;
	background: #FFF url(images/bg_search.png) no-repeat 6px 4px;
	padding-left: 20px;
	display: inline-block;
	margin-top: 6px;
	vertical-align: baseline !important;
	margin-top: 0px;
}

#access #searchform #s:focus {
	background-color: #FFF;
}

#access #searchform div {
	margin-right: 77px;
	border-right: 1px solid #1a483b;
	border-right: 1px solid rgba(0, 0, 0, .4);
	position: relative;
	padding-right: 5px;
}

#access #searchform #searchsubmit {
	-webkit-appearance: none;
	display: inline-block;
	border: 0px;
	border-left: 1px solid #66998a;
	border-left: 1px solid rgba(255, 255, 255, .3);
	*border: 0px;
	padding: 0px;
	height: 34px;
	
	text-align: center;
	width: 78px;
	line-height: 35px;
	font-size: 16px;
	text-transform: uppercase;
	background: #73c92d;
	letter-spacing: 1px;
	cursor: pointer;
	top: 0px;
	right: -78px;
	position: absolute;
	color: white;
	text-shadow: 1px 1px 0px #000000;
}

#access #searchform #searchsubmit:hover,
#access #searchform #searchsubmit:focus {
	background: #73c92d;
}



#featured {
	width: 640px;
	height: 500px;
	background: #73c92d;
	position: relative;
	clip: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 300px;
}

#featured #featured-crossfade {
	position: absolute;
	/*width: 100%;*/
	height: 250px;
	z-index: 1;
	top: 0px;
	left: -273px;
}

#featured #featured-crossfade img,
#featured #featured-crossfade p {
	position: absolute;
}

#featured #prev,#featured #next {
	position: absolute;
	top: 210px;
	background: #73c92d;
	z-index: 99;
	height: 42px;
	color: #FFF;
	font-size: 40px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: pointer;
	*line-height: 25px;
}


#featured #prev:hover, #featured #next:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=85);
	opacity: 0.85;
}

#featured #prev {
	left:0;
	width:37px;
	padding: 18px 0 0;
	*padding: 14px 0 0;
	border-radius: 4px 34px 34px 4px;
	text-shadow: 2px 1px 2px #3A511C;
	border-right: 1px solid #3A511C;
	top:50%;
	margin-top: -30px;
}

#featured #prev:hover {
	border-right: 1px solid #879c23;
}

#featured #next {
	right:0;
	width:28px;
	padding: 18px 0 0 9px;
	*padding: 14px 0 0 9px;
	border-left: 1px solid #3A511C;
	border-radius: 34px 4px 4px 34px;
	text-shadow: -2px 1px 2px #3A511C;
	top:50%;
	margin-top: -30px;
}

#featured #next:hover {
	border-left: 1px solid #879c23;
}

.hasjs img {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	z-index: 1;
}

.hasjs img.current {
	z-index: 2;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

#featured #featured-nav {
	overflow: visible;
	z-index: 10;
	position: relative;
	width: 275px;
	height: 250px;
	background: rgba(57,38,20,.6);
	border-right: 1px solid black;

}
#featured #featured-nav #featured-shim {
	position: absolute;
	width: 275px;
	height: 250px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#96392614,endColorStr=#96392614);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#96392614,endColorStr=#96392614)";
}

#featured #featured-nav ul {
	overflow: visible;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#featured #featured-nav li {
	overflow: visible;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 25px;
	width: 100%;
	line-height: 23px;	
	position: relative;
}

#featured #featured-nav div.menu-featured {
	border-bottom: 1px solid #FFF;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#featured #featured-nav li a {
	text-decoration: none;
	display: block;
	height: 23px;
	border-bottom: 1px solid black;
	border-bottom: 1px solid rgba(0, 0, 0, .8);
	border-top: 1px solid #5B5B5B;
	border-top: 1px solid rgba(255, 255, 255, .2);
	width: 100%;
	text-indent: 18px;
	background: url(../Users/wprice/AppData/Local/Temp/images/arrow.png) no-repeat 7px 9px;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	text-deocration: none;
	position: relative;
	clip: auto;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#featured #featured-nav li:first-child a {
	/* border-top: 0px; */
	padding-top: 1px;
}

#featured #featured-nav li:hover {
	*height: 22px;
}

#featured #featured-nav li a:hover,
#featured #featured-nav li a:focus {
	background-color: #73c92d;
	border-bottom: 1px solid #00110D;
	border-bottom: 1px solid rgba(0, 0, 0, .8);
	border-top: 1px solid #337A67;
	border-top: 1px solid rgba(255, 255, 255, .2);
	margin: 0px;
	padding-bottom: 0px;
}

#featured #featured-nav li:first-child a:hover,
#featured #featured-nav li:first-child a:focus {
	/* border-top: 0px; */
	padding-top: 1px;
}

#featured #featured-nav li a:hover+span.right_triangle,
#featured #featured-nav li a:focus+span.right_triangle {
	width: 0px; 
	height: 0px;
	border-top: 12px solid transparent;  
	border-bottom: 12px solid transparent; 
	border-left: 12px solid #73c92d; 
	border-right: 0px; 
	position: absolute; 
	top: 0px; 
	right: -12px;
}

#featured #featured-nav li:first-child a:hover+span.right_triangle,
#featured #featured-nav li:first-child a:focus+span.right_triangle {
	top: 0px;
}

.hidden-image {
	display: none;
}
.visible-image {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
}
#featured img {
	position:absolute;
}

#main, #content {
	color: #000;
	margin-top: 12px;
}

#footer {
	position: relative;
	margin-top:-221px; /* negative value of footer height */
	height: 221px;
	clear:both;
    border-top-color: #5d862a;
    border-top-width: 1px;
    border-top-style: solid;
    color: #fff;
	padding: 10px 0;
	background: #73c92d; /* Old browsers */
	z-index: 30;
}
 /*
#footer {
	border-top: 1px solid #005942;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #dfdfdf;
	background: #73c92d;
}
*/
/*
#footer {
	border-top: 1px solid #005942;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #005942;
	background: #9fc7b8 url(images/bg_footer.svg) repeat-x;
	background: #9fc7b8 -moz-linear-gradient(-90deg, #d5ece1 0px, #9fc7b8 100%);
	background: #9fc7b8 -webkit-gradient(linear, 0 0, 0% 100%, from(#d5ece1), to(#9fc7b8));
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFd5ece1,endColorStr=#FF9fc7b8);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFd5ece1,endColorStr=#FF9fc7b8)";
}
*/

#footer span.sep {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

#colophon {
	border: 0px;
	margin: 0px auto;
	padding: 0px;
	/*width: auto;*/
}

#site-info {
	color: #3a511c;
	margin: 0px;
	padding: 0px;
	width: auto;
	text-align: center;
	
	font-size: 12px;
	float: none;
}

#site-info a {
	color: #3a511c;
}

.menu-footer, .menu-footer ul, .menu-footer li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.menu-footer > ul > li >  a,
.menu-footer > ul > li >  a:link,
.menu-footer > ul > li >  a:visited,
.menu-footer > ul > li >  a:hover,
.menu-footer > ul > li >  a:focus {
	display: inline;
	padding: 0px;
	color: #005942;
}
.menu-footer > ul > li > a:hover,
.menu-footer > ul > li >  a:focus {
	text-decoration: underline;
}
.menu-footer > ul > li  span.sep {
	display: inline-block;
	padding-left: 5px;
	padding-right: 7px;
}

#site-info #menu-footer li:first-child > a > span.sep {
	display: none;
}

#twitterrr {
	text-align: right;
	font-size: 12px;
	margin-top: 10px;
	height: auto;
	border-radius: 6px;
	background: #eee;
	/*padding: 39px 10px 10px 10px;*/
}

#twitterrr > a {
	background: url("images/twitter1.png") no-repeat scroll 22px 3px transparent;
	height:20px;
	display: block;
	padding-top: 20px;
	padding-right: 18px;
	width: 90%;
}

#home-container #content .inner #twitterrr > a:hover {
	background: url("images/twitter1.png") no-repeat scroll 22px 3px transparent;
}

#tweet {
	width:100%;
	max-width: 850px;
	margin: auto;
	font-size: 18px;
	padding: 20px 0;
}

#tweet-text {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #005942;
	position: relative;
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 25px;
	font-weight: normal;
}

#tweet-tail {
	width: 0;
	height: 0;
	border-left: 20px solid transparent; 
	border-right: 1px solid transparent;
	border-top: 20px solid #005942;
	border-bottom: 0;
	position: absolute;
	bottom: -20px;
	right: 30px;;
}

#tweet-text, #tweet-text * {
	color: #d5ece1;
}

#tweet-info {
	text-align: right;
}

#tweet-info a {
	margin-right: 10px;
	color: #005942;
	display: inline-block;
	padding-right: 45px;
	height: 32px;
	line-height: 36px;
	background: url(../Users/wprice/AppData/Local/Temp/images/twitter-small-icon.png) no-repeat right;
	text-decoration: none;
}

#footer-about {
	width: 100%;
	max-width: 850px;
	margin: auto;
	font-size: 12px;
	margin-bottom: 50px;
	margin-top: 20px;
	padding: 0px;
}

#smagency {
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-size: 11px;

}

#smagency, #smagency * {
	color: #3a511c;
	text-decoration: none;
}

/*
#main {
	width: 938px;
*/

}

.single #main,
.blog #main {
	padding-top: 12px;
}

.home #main {
	width: 940px;
	border: 0px;
}

#home-container {
	/* background-color: black; */
	overflow: hidden;
	margin: 0px;
}

#home-container #content {
	float: left;
	width: 295px;
	margin: 0px !important;
	padding: 0px;
	position: relative;
	background: white;
}
#home-container #content .fade,
#primary .fade {
	position: absolute;
	height: 100%;
	width: 277px;
	left: -1px;
	bottom: 0px;
}

#home-container #content .inner {
	padding: 19px 20px 0 0;
	position: relative;
	z-index: 2;
}
#home-container #content .inner strong {
	
	font-weight: normal;
	text-transform: uppercase;
}
#home-container #content .inner img {
	vertical-align: middle;
	/* margin-top: -3px; */
	display: inline-block;
/* 	margin-left: 8px; */
}

#home-container #content .inner a:hover,
#home-container #content .inner a:focus {
	background: transparent;
}

#container {
	margin: auto;
}


#content {
	margin: 20px 20px !important;	
}

.blog #content,
.single #content {
	margin: 0px 280px 0px 20px !important;
}

.blog #container,
.single #container {
	margin: 0px -260px 0px 0px !important;
}

#newsletter {
	width: 275px;
	margin-left: 0px;
	margin-bottom: 20px;
	height: auto;
}

/*
#newsletter p {
	font-size: 12px;
	text-align: center;
	margin:15px 0 15px 0px;
	padding: 0px;
	line-height: 1;
}
*/

#social {
	height: 75px;
	width: 280px;
	display: block;
	float: none;
	text-align: left;
	margin:15px 0 15px 0px;
	
}
#newsletter h2 {
	font-size: 24px;
	color: #73c92d;
	/* text-align: center; */
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	line-height: 1;
	white-space: nowrap;
}

#newsletter-form {
	width: 275px;
	padding: 0px;
	padding-right: 5px;
	position: relative;
}

#newsletter-form label {
	display: block;
	position: relative;
	margin-top: 7px;
}

#newsletter-form label span {
	position: absolute;
	z-index: 2;
	width: 250px;
	height: 20px;
	line-height: 27px;
	text-indent: 8px;
	font-size: 12px;
	*position: static;
	*height: auto;
	*text-indent: 0px;
	*line-height: 1;
}

#newsletter-form label input {
	width: 248px;
	border: none;
	height: 18px;
	position: relative;
	z-index: 1;
	font-size: 12px;
	line-height: 18px;
}

#newsletter-form label input:focus,
#newsletter-form label input.hastext {
	z-index: 3;
}

#newsletter-name, #newsletter-name > label, #newsletter-name > label > span {
	width: 189px;
}

#newsletter-name > label > input {
	width: 187px;
}

#newsletter-form button {
	-webkit-appearance: none;
	border-radius: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #648435;
	position: absolute;
	text-align: center;
	cursor: pointer;
	height: 25px;
	bottom: 0px;
	line-height: 12px;
	right: 0px;
	border: 0px;
	padding: 0px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #9CCC56), color-stop(1.00, #70933C));
	background: -moz-linear-gradient(top, #9CCC56 0.00%, #70933C 100.00%);
	box-shadow: -0px 1px 3px #515151;
	background: rgb(55,105,21); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(55,105,21) 0%, rgb(32,68,13) 92%, rgb(32,68,13) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(55,105,21)), color-stop(92%,rgb(32,68,13)), color-stop(100%,rgb(32,68,13))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(55,105,21) 0%,rgb(32,68,13) 92%,rgb(32,68,13) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(55,105,21) 0%,rgb(32,68,13) 92%,rgb(32,68,13) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgb(55,105,21) 0%,rgb(32,68,13) 92%,rgb(32,68,13) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73c92d', endColorstr='#20440d',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgb(55,105,21) 0%,rgb(32,68,13) 92%,rgb(32,68,13) 100%); /* W3C */
	padding-right: 5px;
	padding-left: 5px;
	
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	width: 75px;
	margin-right: 7px;
}

#newsletter-form button:hover {
	background: rgb(32,68,13); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(32,68,13) 0%, rgb(32,68,13) 10%, rgb(55,105,21) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(32,68,13)), color-stop(10%,rgb(32,68,13)), color-stop(100%,rgb(55,105,21))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(32,68,13) 0%,rgb(32,68,13) 10%,rgb(55,105,21) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(32,68,13) 0%,rgb(32,68,13) 10%,rgb(55,105,21) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgb(32,68,13) 0%,rgb(32,68,13) 10%,rgb(55,105,21) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20440d', endColorstr='#73c92d',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgb(32,68,13) 0%,rgb(32,68,13) 10%,rgb(55,105,21) 100%); /* W3C */
}

#newsletter-email {
	overflow: hidden;
}
#newsletter-email label {
	float: left;
	width: 47%;
	margin-left: 9px;
}

#newsletter-email label:first-child {
	margin-left: 1px;
}

#newsletter-email label input {
	width: 100%;
	margin-left: 0px;
}

#recent-news, #recent-events {
	width: 320px;
	float: left;
}

#recent-news .inner {
	padding: 22px 0px 28px 0px;
}
 
#recent-events .inner {
	padding: 22px 0px 28px 28px;
}

#recent-news h2,
#recent-events h2 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
}

#recent-news > .inner > h2 > a,
#recent-events > .inner > h2 > a {
	position: absolute;
	bottom: -5px;
	right: 0px;
	font-size: 12px;
}

#recent-news ul,
#recent-events ul {
	list-style-type: none;
	text-indent: none;
	*list-style-type: none;
	*padding-left: 0px;
	*margin-left: 0px;
}

#recent-news ul li,
#recent-events ul li {
	margin-bottom: 5px;
	/* font-size: 15px; */
	
}

#recent-news h3,
#recent-events h3 {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 5px;
	text-decoration: none;
	list-style: none;
}

#recent-news h3:hover,
#recent-events h3:hover {
	color: #8CC63E;
}

#recent-news a.inner,
#recent-events a.inner {
	display: block;
	text-decoration: none;
	color: #73c92d;
	padding: 0px;
	padding-bottom: 0px;
}

#recent-news a.inner:hover,
#recent-events a.inner:hover {
	color: #8CC63E;
}

#recent-news p.post-date,
#recent-events  p.post-date {
	font-size: 12px;
	margin-bottom: 15px;
}

#primary {
	background: #F2F2F2;
	margin-top: -12px;
	padding-top: 12px;
	position: relative;
	width: 260px;
}

#primary ul.xoxo {
	padding: 10px;
	padding-left: 20px;
}

#primary .widget-title {
	margin-bottom: 5px;
	font-size: 18px;
}

#primary ul {
	margin-bottom: 2em;
	position: relative;
	z-index: 2;
}
#primary ul > li {
	margin-bottom: .5em;
}

#primary ul > li > a {
	display: inline !important;
}

.store .main {
	background: white;
	padding: 0px;
}

.products-grid {
	padding: 0px;
	list-style-type: none;
}

.products-grid * {
	display: block;
	list-style-type: none;
	text-align: center;
	margin: auto;
}
.products-grid li {
	position: relative;
}
.products-grid li div,
.products-grid li ul {
	width: 138px;
	*margin-left: 0px;
	*left: 0px;
}

.products-grid .product-image {
	display: inline !important;
}
.products-grid .product-image:hover,
.products-grid .product-image:focus {
		background: transparent !important;
}

.products-grid .product-image img {
	margin: auto !important;
	width: 100px !important;
	max-width: 100px !important;
	height: auto !important;
}

.products-grid li div button {
	margin: auto !important;
}

.products-grid .product-name {
	font-size: 16px;
}

.cart .cart-collaterals .col2-set {
	width: 45%;
}

.cart .totals {
	width: 45%;
}

ul.form-list,
ul.checkout-types {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.checkout-types * {
	text-align: center;
}

.block .block-content ol,
.block .block-content ul {
	padding: 10px;
	padding-left: 1.5em;
}
.block .block-content li.item,
.block .block-content li.item p {
	margin: 0px;
	padding: 00px;
}

.store #content strong {
	color: #005942 !important;
}

/*
button.button {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 3px #000;
	-moz-box-shadow: 0px 2px 5px #000;
	box-shadow: 0px 2px 5px #000;
	background: #327b47 url(images/bg_cta_span_volunteer.svg);
	background: #327b47 -moz-linear-gradient(-90deg, #98c6a4 0%, #327b47 100%);
	background: #327b47 -webkit-gradient(linear, 0 0, 0% 100%, from(#98c6a4), to(#327b47));
	border: 1px solid #196a44;
	text-shadow: 1px 1px 0px #000000;
	padding-right: 5px;
	padding-left: 5px;
	
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
}

button.button span, 
button.button span span{
	border: 0px;
	background: transparent !important;
}
*/

.more-views ul {
	list-style-type: none;
}

.store #access div.menu-header ul.menu {
	*float: left;
}

#tec-content {
	margin: 20px;
}

.category-events #tec-content {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin: auto !important;
	width: 934px !important;
}

.tec-calendar th {
	width: 250px !important;
	height: 10px !important;
	color: #5b5b5b !important;
	padding: 4px 0 !important;
	text-shadow: none !important;
	text-align: center;
}

#tec-content .back {
	display: block;
	text-align: right;
}

#tec-content .back a {
	text-decoration: none;
}
#tec-content .ical {
	float: right;
	background: transparent !important;
}

.tec-calendar-buttons a {
	text-shadow: none !important;
	-moz-text-shadow: none !important;
	-webkit-text-shadow: none !important;
}

.tec-button-off {
	background: transparent !important;
}

.tec-button-on {
	display: none !important;
}

.tec-calendar th, 
.tec-calendar td.tec-present .daynum, 
h5.tec-event-title {
	background: #eeeeee !important;
}

.tec-cal-title {
	margin-bottom: 0px !important;
}

.tec-month-nav {
	clear: both;
	margin-bottom: 0px !important;
}

.tec-month-nav {
	float: left !important;
	position: relative !important;
}

.tec-calendar-buttons {
	float: right !important;
	position: relative !important;
}

#tec-events-calendar-header {
	margin-bottom: 0px !important;
}

.tec-calendar {
	margin-top: 0px !important;
}

.twtr-widget {
	margin-bottom: 1em;
}

.twtr-widget h3,
.twtr-widget h4 {
	clear: none !important;
}

.twtr-profile-img-anchor {position: absolute !important;}

#category-nav {
	background: #EEE;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	color: #AAA;
	margin-bottom: 10px;
	margin-top: 10px;
}

#category-nav * {
	display: inline;
	list-style-type: none;
	color: #AAA;
	margin: 0px;
	padding: 0px;
}

#category-nav a {
	display: inline-block !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
	color: #73c92d !important;
}
#category-nav a:hover,
#category-nav a:focus {
	color: #8CC63E !important;
}
#category-nav li {
	border-left: 1px solid #AAA;
}
#category-nav li:first-child {
	border-left: 0px;
}

.page-title {
	border-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.page-title p,
.page-title h2 {
	margin-bottom: 0px !important;
}

#checkoutSteps {
	list-style-type: none;
}

#tec-content .alignleft,
#tec-content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#tec-content .alignright,
#tec-content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#tec-content .aligncenter,
#tec-content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#tec-content img.alignleft,
#tec-content img.alignright,
#tec-content img.aligncenter {
	margin-bottom: 12px;
}

.other-info {
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
}

.other-info p {
	display: inline;
	padding-right: 20px;
}

#read-more-link {
	float: right;
	font-size: 12px;
}

div.columns-2 {
	overflow: hidden;
	margin-bottom: 1em;
}

div.columns-2 > div {
	width: 47%;
	float: right;
}

div.columns-2 > div:first-child {
	float: left;
}

td.jobs-applynow a {display: none;}

/* DONATION FORM STYLE*/
.donations{
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

.donations form{
	width:auto;
	padding:50px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	background:transparent;
	border-radius:10px;
	text-align:center;
	color:#000;
}

.donations .field{
	display:inline;
	margin-right:20px;
	overflow:hidden;
}

.donations .field label{
	font-size:80px !important;
	font-weight:bold;
	color:#82b93a;

	display:inline;
	padding:3px 5px 0 0;
}

.donations .field input{
	border:5px solid #73c92d;
	border-radius:10px;
	top:-15px;
	position:relative;
	box-shadow:inset 0 0 15px -5px #000;
	padding:5px;
	color:#333;
	font-size:32px !important;
	font-weight:bold;
	margin-bottom:0;
	width:100px;
}

.donations .field.submit{
	padding:0;
	margin-right:0;}
}

.donations .field.submit input{
	border:5px solid #73c92d;
	border-radius:10px;
	padding:20px !important;
	color:#FFF !important;
	background-color:#73c92d;

	font-size:28px !important;
	font-weight:normal;
	width:auto;
	box-shadow:inset 0 0 0px 2px #82b93a;
	cursor:pointer;
}

/*CHART STYLE*/
.chart{
	height:300px;
	background-repeat:no-repeat !important;
	background-position:center !important;
	color:#82b93a;
	/*text-shadow: 0px 2px #73c92d;*/
}

.chart .heading{
	font-size:30px;
	font-weight:bold;
	padding-top:50px;
	padding-left:100px;
	float:left;
}

.chart .stats{
	font-size:30px;
	font-weight:bold;
	padding-top:50px;
	padding-right:100px;
	float:right;
}

/*Donor Comments*/

.donors .comments{}

.donors .comments .entry{
	padding:10px;
	color:#82B93A;
	margin:20px auto 0;
}

.donors .comments .inmemory{
	font-size:25px;
	padding-top:20px;
	padding-left:50px;
}

.donors .comments .inmemory span{
	font-weight:bold;
}

.donors .comments .credits{
	font-size:12px;
	text-align:right;
	border-radius:3px;
}

.donors .comments .credits a{
	font-size:12px;
}

.donors .comments .credits a, .donors .comments .credits a:visited{
	color:#33F !important;
	text-decoration:underline !important;
}


.donors .comments .credits a:hover{
	color:#FA0 !important;
}

.donors .comments .comment{
	color:#82B93A !important;
	padding:20px 0;
	margin:0 !important;
	font-size:18px;
	padding-left:50px;
}

/* Payment */
.donateform{
	position:relative;
	margin:0 0;
	width:620px;
}

.donateform .section{
	padding:10px;
}

.donateform .section.donation_cc{
	border-radius:5px;
	background:#EEE;
}

.donateform .section.donation_cc h3{
	background:url('../Users/wprice/AppData/Local/Temp/images/secure.png') no-repeat left top;
	padding-left:25px;
}

.donateform h1{
	border-bottom:3px #82B93A solid;
	margin-bottom:20px !important;
}

.donateform .field{
	overflow:hidden;
	margin-bottom:10px;
	position:relative;
	padding-top:3px;
}

.donateform .field label{
	display:block;
	float:left;
	width:200px;
	font-size:16px;
	text-align:right;
	padding-right:10px;
	position:relative;
}

.donateform .field span.info{
	font-size:12px;

	font-weight:normal;
	color:#82b93a;
	position:relative;
}

.donateform .field input[type="text"],
.donateform .field textarea{
	border:1px solid #333;
	border-radius:3px;
	box-shadow:inset 0 0 20px -10px #000;
	padding:3px;
	color:#333;
	font-size:25px;
	font-weight:bold;
	width:375px;
	margin:0;
}

.donateform .field select{
	margin:0 10px 0 0;
	padding:3px;
}

.donateform .field textarea{
	height:200px;
}

.donateform .field.submit{
	text-align:right;
	background:url('../Users/wprice/AppData/Local/Temp/images/donatearrow.png') no-repeat -10px top;
}

.donateform .field.submit input{
	border:5px solid #73c92d;
	border-radius:10px;
	padding:20px !important;
	color:#FFF !important;
	background-color:#73c92d;

	font-size:30px !important;
	font-weight:normal;
	width:auto !important;
	box-shadow:inset 0 0 0px 2px #82b93a;
	cursor:pointer;
}

.donateform .field.required span.input{
	position:relative;
	padding-top:3px;
	display:block;
	float:left;
}

.donateform .field.required span.input:after{
	content:'';
	display:block;
	background:url('../Users/wprice/AppData/Local/Temp/images/input-required.png') 0 0 no-repeat;
	width:30px;height:30px;
	position:absolute;
	top:-0px;
	right:0px;
}


.donateform .field.donationamount{
	background:url('../Users/wprice/AppData/Local/Temp/images/$.png') no-repeat 200px center;
}

.donateform .field.donationamount label{
	padding-top:30px;
}

.donateform .field.donationamount input{
	margin-left:20px;
	font-size:50px !important;
	padding:10px;
	width:175px;
	color:#82b93a !important;
}

.donateform .error{
	color:#ff0000;
	border:0 0 0 0 solid #990000;
	border-radius:5px;
	background:#FCC;
	padding:10px;
	box-shadow: 0 0 10px #000;
	z-index:9999;
	overflow:hidden;
	margin-bottom:50px;
}

.donateform .error h2{
	color:#FF0000 !important;
}

.donateform .error ul{
	float:left;
	padding-left:20px;
}

#FormMask{
	background:#FFF url('../Users/wprice/AppData/Local/Temp/images/submitoverlay.gif') center center;
	/*background-attachment:fixed;*/
}

.inlinebubble{
	text-align:center;
	margin-bottom:20px;
	padding:10px;
	display:block;
	background-color:#82b93a;
	border:3px solid #82b93a;
	color:#FFF;
	box-shadow:inset 0 0 30px -15px #FFF;
	border-radius:10px;
}

.publicinfo .inlinebubble{
	background-color:#ff8700;
	border:3px solid #ff8700;
}

.tooltip {
	display:none;
	background:transparent url(../Users/wprice/AppData/Local/Temp/js/tooltip/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
	z-index:9999;
}





#cta .button {
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,.25);
	box-shadow: 0px 2px 5px rgba(0,0,0,.25);
	background: #73c92d url(images/bg_cta_span_donate.svg);
	background: #73c92d -moz-linear-gradient(-90deg, #e2f18f 0%, #73c92d 100%);
	background: #73c92d -webkit-gradient(linear, 0 0, 0% 100%, from(#e2f18f), to(#73c92d));
	background: #73c92d linear-gradient(-90deg, #e2f18f 0%, #73c92d 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-msie-border-radius: 5px;
	border-radius: 5px;
}

#cta .button {
	margin-right: 0px;
	background: #73c92d url(images/bg_cta_span_volunteer.svg);
	background: #73c92d -moz-linear-gradient(-90deg, #e2f18f 0%, #73c92d 100%);
	background: #73c92d -webkit-gradient(linear, 0 0, 0% 100%, from(#e2f18f), to(#73c92d));
	background: #73c92d linear-gradient(-90deg, #e2f18f 0%, #73c92d 100%);
	filter/*\**/:progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FFe2f18f, EndColorStr=#FF99ae25)\9; 
}


#cta .button a {
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
}

#cta ul li#volunteer-link span a {
	border: 1px solid #73c92d;
	border: 1px solid rgba(0, 0, 0, .2);
}

#cta ul li span a:hover,
#cta ul li span a:focus {
	opacity: 1;
}

#cta ul li span a:focus,
#cta ul li#volunteer-link span a:focus {
	border: 1px solid rgba(0, 0, 0, .6);
}

.fts-twitter-div .tweeter-info {
	background: transparent;
	border: 0 none;
	border: 1px solid #dedede;
	box-shadow: 0 0 0 0;
	display: none;
}

#twitterrr .fts-twitter-div p {
	background: #fff;
	padding: 10px;
	border-radius: 6px;
	border: 1px solid #dedede;
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.fts-twitter-div {
	overflow: hidden;
}

#mobile-menu {
	display: none;
	width: 100%;
	height: 35px;
	background: #73c92d;
	position: relative;
	/*top:20px;*/
	/*right: 10px;*/
	cursor: pointer;
	/*border: 1px solid #fff;*/
	z-index: 50;
	line-height: 35px;
	text-indent: 39px;
	color: #fff;
	font-size: 22px;
	/*padding-right: 4px;*/
}

#mobile-menu + nav {
	transition: all 0.25s ease 0s;
}

#mobile-menu div,
#mobile-menu div:before,
#mobile-menu div:after {
	position: absolute;
	left: calc(50% - 12px);
	top: 16px;
	border-top: 2px solid #fff;
	height: 0;
	width: 24px;
	content: '';
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: -webkit-transform .1s ease 0s,
				opacity 0s ease .1s,
				top .17s ease .1s;
	transition: transform .1s ease 0s,
				opacity 0s ease .1s,
				top .17s ease .1s;
}

#mobile-menu div:before {
	top: -9px;
	left: 0;
}

#mobile-menu div:after {
	top: 5px;
	left: 0;
}

#mobile-menu.active div {
	-webkit-transform: rotate(45deg);transform: rotate(45deg);
	transition: transform .1s ease .17s;
}

#mobile-menu.active div:after {
	top: -2px;
	-webkit-transform: rotate(-90deg);transform: rotate(-90deg);
	transition: top .17s ease 0s,
				transform .1s ease .17s;
}

#mobile-menu.active div:before {
	top: -2px;
	opacity: 0;
	transition: top .17s ease 0s,
				opacity 0s ease .17s;
}

img {
	max-width: 100%;
	height: auto;
}

#main #featured a {
	position: unset;
}

iframe {
	max-width: 100%;
}

@media all and (max-width: 972px) {
	#footer {
		width: 96%;
		padding-right: 2%;
		padding-left: 2%;
		height: unset;
	}
}

@media all and (max-width: 960px) {
	.home #main {
		padding: 0 20px;
		width: calc(100% - 40px);
	}

	#home-container #content {
		width: 31.38%
	}

	#featured {
		width: 68.08%;
		margin-left:.54%;
		float: left;
		height: auto;
		/*padding-bottom: 78.125%;*/
	}

	#next + a img {
		position: relative;
	}

	#featured img {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	#newsletter-name,
	#newsletter-name > label,
	#newsletter-name > label > span,
	#newsletter-form,
	#newsletter {
		width: 100%;
	}

	#newsletter-name > label > input {
		width: calc(100% - 4px);
	}

	#newsletter-form button {
		margin-top: 10px;
		position: relative;
	}

	#recent-news {
		clear: left;
	}

	#footer {
		margin-top: 0;
	}

	#main {
		padding-bottom: 0;
	}

	#recent-news,
	#recent-events {
		width: 49%;
	}

	#recent-events {
		margin-left: 2%;
	}
}

@media all and (max-width: 874px) {
	#mobile-menu {
		display: block;
	}

	#access {
		height: 0;
		overflow: hidden;
		transition: height .25s ease 0s;
	}

	#mobile-menu.active + #access {
		height: auto;
	}

	div.menu-header {
		position: relative;
	}

	#access .menu-header li {
		float: none;
	}

	#access ul ul {
		display: block;
		position: relative;
		float: none;
		width: 90%;
		box-shadow: none;
		top: auto;
	}

	#access ul ul li {
		display: inline;
		background: #73c92d;
	}

	#access ul ul li ul,
	#access ul ul li ul li,
	#access ul ul li:hover ul,
	#access ul ul li a:hover,
	#access li:hover > a,
	#access ul ul :hover > a {
		display: inline;
		left: auto;
		top: auto;
		background: #73c92d;
	}

	#access ul ul li a {
		display: inline;
		line-height: 38px;
		background: #73c92d;
		padding-left: 0;
		text-decoration: underline;
	}

	#access ul ul li a:hover {

	}

	#menu-primary-navigation > li > ul {
		padding-left: 30px;
	}

	div.menu-header {
		height: auto;
	}

	#menu-primary-navigation,
	#menu-primary-navigation-pecans,
	#access .menu-header,
	div.menu {
		width: 100%;
	}
}

@media all and (max-width: 812px) {
	#newsletter h2 {
		white-space: normal;
	}

	#newsletter-email label {
		width: 100%;
		float: none;
		margin-left: 1px;
	}
	#social {
		width: 100%;
		height: auto;
	}
}

@media all and (max-width: 784px) {
	#site-title {
		float: none;
		margin: 0 auto;
	}

	#site-title,
	#cta,
	#branding {
		position: relative;
		height: auto;
		/*width: auto;*/
		right: auto;
		left: auto;
		top: auto;
		bottom: auto;
	}

	#site-title,
	#site-title span a {
		position: relative;
		width: 227px;
	}

	#cta {
		width: auto;
		overflow: hidden;
		width: 520px;
		margin: 0 auto 10px;
	}

	#cta strong {
		text-align: center;
	}

	#footer span.sep {
		display: block;
		visibility: hidden;
	}
}

@media all and (max-width: 720px) {
	#recent-news > .inner > h2 > a,
	#recent-events > .inner > h2 > a {
		bottom: -20px;
	}

	#recent-news,
	#recent-events {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}

	#recent-events .inner {
		padding: 0;
	}

	div.columns-2 > div {
		float: none;
		width: 100%;
		margin: 0;
	}
}

@media all and (max-width: 609px) {
	#home-container #content,
	#featured {
		width: 100%;
	}
}

@media all and (max-width: 557px) {
	.blog #content,
	.single #content {
		margin: 0 20px !important;
	}

	#primary, #secondary {
		float: none;
		width: 100%;
	}
}

@media all and (max-width: 540px) {
	#cta {
		width: 100%;
		margin-bottom: 0;
	}

	#cta .button {
		margin: 0 auto 10px;
	}

	.pecans,
	.donate,
	.volunteer {
		float: none;
		height: 43px;
		line-height: 43px;
	}

	a.buttontext {
		height: auto;
		line-height: unset;
	}

	#content img.alignleft,
	#content img.alignright,
	#content img.aligncenter {
		float: none;
		display: block;
		margin: 10px auto;
	}
}


/*@media all and (max-width: px) {}*/
