/**
 * Theme Name: worldforjesus
 * Theme URI: http://yournetpass.com
 * Description: Custom theme for worldforjesus.org
 * Author: Gary Pass
 * Author URI: http://yournetpass.com
 * Version: 1.0.0
 * License: GPL3
 * License URI: license.txt
*/
 
/*  Copyright 2016  Gary Pass  ( email : gary@yournetpass.com )

	This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
  along with this program.  If not, see http://www.gnu.org/licenses/.
*/

@font-face
{
	font-family: 'Oswald';
	src: url('fonts/Oswald-regular/oswald-regular.eot');
	src: url('fonts/Oswald-regular/oswald-regular.eot?#iefix') format('embedded-opentype'),
			 url('fonts/Oswald-regular/oswald-regular.woff2') format('woff2'),
			 url('fonts/Oswald-regular/oswald-regular.woff') format('woff'),
			 url('fonts/Oswald-regular/oswald-regular.ttf') format('truetype'),
			 url('fonts/Oswald-regular/oswald-regular.svg#oswaldregular') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face
{
	font-family: 'Oswald';
	src: url('fonts/Oswald-light/oswald-light.eot');
	src: url('fonts/Oswald-light/oswald-light.eot?#iefix') format('embedded-opentype'),
			 url('fonts/Oswald-light/oswald-light.woff2') format('woff2'),
			 url('fonts/Oswald-light/oswald-light.woff') format('woff'),
			 url('fonts/Oswald-light/oswald-light.ttf') format('truetype'),
			 url('fonts/Oswald-light/oswald-light.svg#oswaldlight') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face
{
	font-family: 'Oswald';
	src: url('fonts/Oswald-bold/oswald-bold.eot');
	src: url('fonts/Oswald-bold/oswald-bold.eot?#iefix') format('embedded-opentype'),
			 url('fonts/Oswald-bold/oswald-bold.woff2') format('woff2'),
			 url('fonts/Oswald-bold/oswald-bold.woff') format('woff'),
			 url('fonts/Oswald-bold/oswald-bold.ttf') format('truetype'),
			 url('fonts/Oswald-bold/oswald-bold.svg#oswaldbold') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face
{
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-regular/opensans-regular.eot');
	src: url('fonts/OpenSans-regular/opensans-regular.eot?#iefix') format('embedded-opentype'),
			 url('fonts/OpenSans-regular/opensans-regular.woff2') format('woff2'),
			 url('fonts/OpenSans-regular/opensans-regular.woff') format('woff'),
			 url('fonts/OpenSans-regular/opensans-regular.ttf') format('truetype'),
			 url('fonts/OpenSans-regular/opensans-regular.svg#open_sansregular') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face
{
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-regular-italic/opensans-regular-italic.eot');
	src: url('fonts/OpenSans-regular-italic/opensans-regular-italic.eot?#iefix') format('embedded-opentype'),
			 url('fonts/OpenSans-regular-italic/opensans-regular-italic.woff2') format('woff2'),
			 url('fonts/OpenSans-regular-italic/opensans-regular-italic.woff') format('woff'),
			 url('fonts/OpenSans-regular-italic/opensans-regular-italic.ttf') format('truetype'),
			 url('fonts/OpenSans-regular-italic/opensans-regular-italic.svg#open_sansitalic') format('svg');
	font-weight: 400;
	font-style: italic;
}

html
{
	min-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	vertical-align: baseline;
}

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,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,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1rem;
	font-style: normal;
	font: inherit;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
	display: block;
}

ol,ul
{
	list-style: none;
}

blockquote,q
{
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after
{
	content: '';
	content: none
}

blockquote, q
{
	quotes: "" "";
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
}

a img
{
	border: 0;
}

:focus
{
	outline: 0;
}

/*********** theme styles **************/
body
{
	min-height: 100%;
	background-color: #08213D;
	background-image: url(images/bkgnd-container-main.png);
	background-position: center 7px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: 0;
  padding: 0;
	border-color: #CAA556;
	border-style: solid;
	border-width: 7px 0 0 0;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

a
{
	color: #0000FF;
	display: inline-block;
	text-decoration: none;
}

a:hover
{
	color: #6666FF;
}

a img, a:focus, fieldset
{
	border: none;
}

a:active
{
	outline: none;
}

abbr,acronym
{
	border-bottom-width: 0;
	border-bottom-style: dotted;
	border-color: #E1E1E1;
	cursor: help;
}

del
{
	text-decoration: line-through
}

em
{
	font-style: italic
}

h1
{
	display: block;
	margin: 0.25rem 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: normal;
}

h2
{
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.875rem;
}

h3
{
	display: block;
	font-size: 1.17rem;
	font-weight: 700;
	line-height: 1.4625rem;
}

h4
{
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25rem;
}

h5 
{
	display: block;
	font-size: 0.83rem;
	font-weight: 700;
	line-height: 1.0375rem;
}

h6 
{
	display: block;
	font-size: 0.67rem;
	font-weight: 700;
	line-height: 0.8375rem;
}

hr
{
	height: 1px;
	background: #808080;
	margin: 0 0 27px 0;
	border: 1px solid #808080;
	color: #E1E1E1;
}

img
{
	max-width: 100%;
}

input,textarea,select
{
}

p
{
	margin: 0 0 31px 0;
	padding: 0;
}

strong
{
	font-weight: 700;
}

textarea
{
	overflow: auto;
}

th,td
{
	vertical-align:top
}

th
{
	font-weight: normal;
	text-align:left
}

ul
{
	margin: 10px;
	padding: 0 0 0 20px;
	list-style: outside none none;
}

ul li
{
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: disc;
}

ol
{
	margin: 10px;
	padding: 0 0 0 25px;
	font-size: 0.75rem;
	list-style: outside none none;
}

ol li
{
	margin: 0;
	padding: 0;
	list-style-type: decimal;
	list-style-position: outside;
}

/************** colors ********/
.blue
{
	color: #0554AB;
}

.blue-bkgnd
{
	background-color: #0554AB;
}

.blue-dark
{
	color: #051A2F;
}

.blue-dark-bkgnd
{
	background-color: #051A2F;
}
	
.gold
{
	color: #C9A455;
}

.gold-dark
{
	color: #745512;
}

a.gold:hover,
a.gold-dark:hover
{
	color: #BF963D;
}

.border-color-gold
{
	border-color: #C9A455;
}

.border-color-gold-dark
{
	border-color: #745512;
}

.green,
.read-more a
{
	color: #139805;
}

.green a:hover,
.read-more a:hover
{
	color: #0E803F;
}

.green-bkgnd
{
	background-color: #139805;
}
/********** end colors ********/
/************** buttons *******/
.wfj-button
{
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 4px 20px;
	background-color: #333333;
	border-color: #7F7F7F;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	cursor: pointer;
	
	text-decoration: none;
}

.wfj-button:hover
{
	opacity: 0.7;
	color: #FFFFFF;
}

.wfj-button.blue
{
	background-color: #0554AB;
	border-color: #043F7C;
	color: #FFFFFF;
}

.wfj-button.blue:hover
{
	opacity: 0.8;
	color: #FFFFFF;
}

.wfj-button.gold
{
	background-color: #C9A455;
	border-color: #A98537;
	color: #FFFFFF;
}

.wfj-button.gold:hover
{
	opacity: 0.8;
	color: #FFFFFF;
}

.wfj-button.green
{
	background-color: #139805;
	border-color: #137B05;
	color: #FFFFFF;
}

.wfj-button.green:hover
{
	opacity: 0.8;
	color: #FFFFFF;
}

.wfj-button.white
{
	background-color: #FFFFFF;
	border-color: #7F7F7F;
	color: #333333;
}

.wfj-button.white:hover
{
	opacity: 0.7;
	color: #333333;
}
/********** end buttons *******/
/*************** wordpress ********************/
.alignright
{
	float: right;
}

img.alignright
{
	margin: 0;
	padding: 0 0 15px 15px;
}

.aligncenter
{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

img.aligncenter
{
	padding: 0 15px 15px 15px;
}

.alignleft
{
	float: left;
}

img.alignleft
{
	margin: 0;
	padding: 0 15px 15px 0;
}
/*********** end wordpress ********************/
/*************** common ***********************/
.column-one-third
{
	float: left;
	position: relative;
	width: 30.5%;
}

.column-one-third.center
{
	margin-left: 4.25%;
}

.column-one-third.last
{
	float: right;
}
/*********** end common ***********************/
#container-main
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.content-width
{
	width: 100%;
	max-width: 1007px;
}

#container-header
{
	clear: both;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-width: 0;
	color: #FFFFFF;
}

.container-header-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: solid;
}

.container-header-content.left
{
	clear: left;
	float: left;
	width: 45.2%;
}

#container-header-logo
{
	clear: left;
  display: table-cell;
  overflow: hidden;
	position: relative;
  width: 32.3%;
	margin: 0;
	padding: 0;
	border-width: 0;
}

#container-header-logo a
{
	display: block;
}

#logo-header-image
{
	display: block;
  width: 100%;
}

#container-header-slogan
{
  display: table-cell;
  overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	border-width: 0;
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	vertical-align: middle;
}

.container-header-content.right
{
	clear: right;
	float: right;
	width: 50%;
}

#container-header-content
{
	clear: right;
	float: right;
  overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	border-width: 0;
}

#container-header-links
{
	float: right;
  overflow: hidden;
	position: relative;
	margin: 29px 0 0 0;
	padding: 0;
	border-width: 0;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 0.875rem;
	text-transform: uppercase;
}

#container-header-links a
{
	color: #FFFFFF;
}

/********* menu #container-main-menu ********/
#container-header-links .ynp-menu ul li.ynp-level-0-menu-item
{
	margin: 0;
	padding: 0;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0 0 0 1px;
}

#container-header-links .ynp-menu ul li.ynp-level-0-menu-item:first-child
{
	border-width: 0;
}

#container-header-links .ynp-menu ul li.ynp-level-0-menu-item a
{
	padding: 0 10px;
}

#container-header-links .ynp-menu ul li.ynp-level-0-menu-item:last-child a
{
	padding: 0 0 0 10px;
}
/***** end menu #container-main-menu ********/

#container-header-language-selector
{
	clear: right;
	float: right;
	position: relative;
	margin: 29px 0 0 0;
	padding: 0 0 0 10px;
	border-width: 0;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 0.875rem;
}

#container-header-social
{
	clear: right;
	float: right;
  overflow: hidden;
	position: relative;
	margin: 15px 0 15px 0;
	padding: 0;
	border-width: 0;
}

.header-social-item
{
	float: right;
  overflow: hidden;
	position: relative;
	margin: 0 4px 0 0;
	padding: 0;
	border-width: 0;
}

.header-social-item:first-child
{
	margin: 0;
}

.header-social-item img
{
	display: block;
}

#container-header-search
{
	clear: both;
	float: right;
  overflow: hidden;
	position: relative;
	margin: 0 0 24px 0;
	padding: 0;
	border-width: 0;
}

#container-header-search input.search-field
{
	display: inline-block;
  float: left;
	width: 200px;
	height: 27px;
	margin: 0;
	padding: 6px;
	border-width: 0;
	font-family: Oswald;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1rem;
}

#container-header-search-button
{
	display: inline-block;
  float: left;
  overflow: hidden;
	position: relative;
	width: 27px;
	height: 27px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border-width: 0;
}

#container-header-search-button .search-submit
{
  overflow: hidden;
	position: relative;
	margin: 0;
	padding: 3px 0 0 3px;
	border-width: 0;
	cursor: pointer;
}

#container-navigation
{
	clear: both;
	position: relative;
	width: 100%;
	max-width: 1155px;
	height: 76px;
	background-image: url(images/bkgnd-container-main-menu.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	padding: 0;
	border-width: 0;
}

#container-main-menu
{
	clear: both;
	position: relative;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	border-width: 0;
	color: #FFFFFF;
	font-family: Oswald;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

#container-main-menu a
{
	color: #FFFFFF;
}

/********* menu #container-main-menu ********/
#container-main-menu .ynp-menu ul
{
	float: right;
}

#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item
{
	margin: 0;
	line-height: 2.6875rem;
}

#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item a
{
	padding: 0 10px;
}

/***** dropdown level 1 *****/
#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item ul
{
	background-color: #BF963D;
}

#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item ul li.ynp-level-1-menu-item
{
	line-height: 1.75rem;
}
/***** /dropdown level 1*****/

/***** dropdown level 2 *****/
#container-main-menu .ynp-menu ul li.ynp-level-0-menu-item ul li.ynp-level-1-menu-item ul
{
	background-color: #B68F3A;
}
/***** /dropdown level 2 ****/
/***** end menu #container-main-menu ********/

#container-content
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: -24px auto 24px;
	padding: 0;
	border-width: 0;
}

#container-homepage-banner-image
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 3px 0 3px 0;
	border-width: 0;
	border-color: #E4C1E3;
	border-style: solid;
	border-width: 0 0 3px 0;
}

#container-homepage-banner-image img
{
	display: block;
	width: 100%;
}

#container-copy
{
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-width: 0;
}

#container-copy-slider
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	border-width: 0;
}

#container-join-mailing-list-bar
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 28px;
	margin: 0 0 18px 0;
	padding: 15px 0 14px 0;
	background-image: url(images/bkgnd-container-join-mailing-list-bar.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-width: 0;
	font-family: Oswald;
	font-weight: 300;
	font-size: 1.375rem;
	line-height: 1.75rem;
}

#container-join-mailing-list-bar-text
{
	float: left;
	overflow: hidden;
	position: relative;
	width: 60%;
	margin: 0 0 0 2.2%;
	padding: 0;
	border-width: 0;
	color: #FFFFFF;
	font-weight: 300;
}

#container-join-mailing-list-bar-text b
{
	font-weight: 400;
}

#container-join-mailing-list-bar-form
{
	float: right;
	overflow: hidden;
	position: relative;
	width: 27.2%;
	margin: 0 2.2% 0 0;
	padding: 0;
}

#join-mailing-list-email-input
{
	width: 96%;
	padding: 0 2%;
	background-color: #FFFFFF;
	border-width: 0;
	font-size: 1rem;
	line-height: 1.75rem;
}

.container-article
{
	display: table-cell;
	float: left;
	overflow: hidden;
	position: relative;
	width: 66.135%;
	margin: 0;
	padding: 0 0 30px 0;
	background-color: #D7E3EF;
	border-width: 0;
}

.container-post-content
{
	clear: both;
	overflow: hidden;
	position: relative;
  width: 98%;
	margin: 0 auto 10px;
	padding: 0;
	border-width: 0;
}

.container-post-content.archive
{
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #C9A455;
}

.container-post-content.archive:last-child
{
	border-width: 0;
}

.container-post-title
{
	clear: both;
	overflow: hidden;
	position: relative;
  width: 100%;
	margin: 0;
	padding: 0;
}

.post-title
{
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2rem;
	text-transform: uppercase;
}

.container-post-content.archive .post-title
{
	line-height: 1.2rem;
}

.container-post-meta
{
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 0.8rem;
	font-style: italic;
	font-weight: 400;
}

.container-post-date
{
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
}

.container-post-author-name
{
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
}

.container-featured_image
{
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
  width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}

.container-featured_image img
{
	display: block;
}

.post-content
{
	overflow: hidden;
	position: relative;
	clear: both;
  width: 100%;
	margin: 0;
	padding: 0;
	border-width: 0;
}

.container-post-media
{
	position: relative;
	clear: both;
  width: 90%;
	margin: 0 auto;
	padding: 0;
	border-width: 0;
}

.post-media-pdf
{
	overflow: hidden;
	position: relative;
	clear: both;
  width: 100%;
	min-height: 600px;
	margin: 0 auto;
	padding: 0;
	border-width: 0;
}

.container-post-content.archive .post-content p
{
 margin: 0 0 10px 0;
 padding: 0;
}
/************** pagination ****************/
.container-pagination-list
{
	position: relative;
	margin: 0 auto;
	padding-bottom: 0;
	text-align: center;
}

.container-pagination-list ul li
{
	display: inline-block;
	position: relative;
	margin: 0;
	line-height: 0.875rem;
	list-style-type: none;
}

.container-pagination-list ul li span
{
	display: inline-block;
	padding: 5px 7px;
}

.container-pagination-list ul li a.prev span 
{
	border-left: 0 none;
	padding-left: 0;
}

.container-pagination-list ul li a
{
	border-width: 0;
}
/********** end pagination ****************/
/************** front page ********************/
.home .post-content a
{
	color: #FFFF00;
}

.home .post-content a:hover
{
	color: #BBBB00;
}

.container-article.front-page
{
	background-color: transparent;
}

.container-article.front-page .container-post-content
{
  width: 100%;
}

.container-article.front-page .post-content
{
	color: #FFFFFF;
}

#container-front-page-featured-pages
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 0 28px 0;
	padding: 0;
	border-width: 0;
}

.container-front-page-featured-page
{
	float: left;
	overflow: hidden;
	position: relative;
	width: 32.27%;
	margin: 0 1.595% 0 0;
	padding: 0;
	border-width: 0;
}

.container-front-page-featured-page:last-child
{
	margin: 0;
}

.container-front-page-featured-page img
{
	clear: both;
	display: block;
	width: 100%;
}

.front-page-featured-page-title
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 93.2%;
	margin: 0;
	padding: 3px 3.4%;
	border-width: 0;
	color: #FFFFFF;
	font-family: Oswald;
	font-size: 1.375rem;
	line-height: 1.75rem;
	text-transform: uppercase;
}

/********** end front page ********************/
/************** sidebars **********************/
.container-sidebar
{
	position: relative;
	width: 32.3%;
	margin: 0;
	padding: 0;
	border-width: 0;
}

.container-sidebar a
{
}

.container-sidebar.right
{
	clear: right;
	float: right;
}

.container-sidebar .ynp-widget
{
	clear: both;
	overflow: hidden;
	position: relative;
  width: 100%;
	background-color: rgba(255, 255, 255, 0.07);
	margin: 0 0 28px 0;
	padding: 0 0 10px 0;
	background-image: url(images/bkgnd-ynp-widget.png);
	background-repeat: no-repeat;
	border-width: 0;
	color: #FFFFFF;
}

.container-sidebar .ynp-widget a
{
	color: #FFFFFF;
}

.container-sidebar .ynp-widget a:hover
{
	color: #AAAAAA;
}

.container-sidebar .ynp-widget div:nth-child(2),
.container-sidebar .ynp-widget ul
{
	float: left;
	width: 92.6%;
	margin: 0 0 0 4%;
	padding: 0;
}

.container-sidebar .ynp-widget .ynp-widget-title
{
	float: left;
	width: 93.2%;
	margin: 0 0 28px 3.4%;
	padding: 13px 0 13px 0;
	color: #FFFFFF;
	font-family: Oswald;
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 1.375rem;
	text-transform: uppercase;
}

.container-sidebar .ynp-widget ul
{
}

.container-sidebar .ynp-widget ul li
{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: outside none none;
}

.container-sidebar .ynp-widget ul li a
{
	position: relative;
	margin: 0;
	padding: 7px 0;
	line-height: 1.0625rem;
}
/********** end sidebars **********************/

#container-footer
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	padding:  0;
	border-width: 0;
	color: #FFFFFF;
}

#container-footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

#container-footer a:hover
{
	text-decoration: underline;
}

#container-footer-top
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding:  40px 0 30px 0;
	border-width: 0;
}

.container-footer-widget-areas
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-image: url(images/bkgnd-container-footer-widget-areas.jpg);
	background-repeat: repeat-y;
	background-position: 67.73% 0;
	margin: 0 auto;
	padding: 0;
	border-width: 0;
}

.container-footer-widget-area
{
	float: left;
	overflow: hidden;
	position: relative;
  width: 24.333333%;
	min-height: 1px;
	margin: 0 4%;
	padding: 0;
	border-width: 0;
}

.container-footer-widget-area.navigation
{
	margin: 0 0 0 4%;
	padding: 0 0 0 2%;
}

.container-footer-widget-area-title,
#container-footer-top .ynp-widget-title,
.footer-widget-title
{
	margin: 0 0 24px 0;
	font-size: 1.5rem;
	line-height: 1.5rem;
}

/********* menu #container-footer-menu *******/
#container-footer-menu .ynp-menu ul
{
	display: block;
	font-family: Oswald;
}

#container-footer-menu .ynp-menu ul li.ynp-level-0-menu-item
{
	clear:	both;
	margin: 0;
}

#container-footer-menu .ynp-menu ul li.ynp-level-0-menu-item a
{
	line-height: 1.375rem;
}

#container-footer-menu .ynp-menu ul li.ynp-level-0-menu-item a:hover
{
}
/***** end menu #container-footer-menu *******/

#container-footer-bottom
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#container-copyright
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #222222;
	font-size: 10px;
	line-height: 1.375rem;
	text-align: center;
}

.container-nav-button.joels-army
{
	clear: both;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0.75rem 0;
	padding: 0;
	font-weight: 700;
	text-align: center;
}
