/*
	Theme Name: Lifestyle Pro Theme - ELF
	Theme URI: http://my.studiopress.com/themes/lifestyle/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.1
 
	Tags: green, tan, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
		- Home Page
		- Miscellaneous
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Lifestyle Pro Blue
		- Lifestyle Pro Green
		- Lifestyle Pro Mustard
		- Lifestyle Pro Purple
		- Lifestyle Pro Red
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before  {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background: #efefe9 url(/images/bg.png);
	color: #a5a5a3;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #76d2c5;
	text-decoration: none;
}

a:hover,
.site-footer a:hover {
	color: #222;
}

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

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "“";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}
.main {
	background:#9fbaba;
}
/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 24px;
}

h1,
.entry-title {
	font-size: 30px;
}

h2,
.home-top .entry-title {
	font-size: 24px;
}

h3,
.archive-title,
.comments-title,
.home-bottom .entry-title,
.home-middle .entry-title {
	font-size: 20px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6,
.sidebar .entry-title {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #eeeee8;
	box-shadow: 0 0 5px #f8f8f8 inset;
	color: #999;
	font-size: 14px;
/* ELF Edited from: 'padding: 16px;' */
	padding: 5px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #76d2c5;
	box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #eeeee8;
	color: #a5a5a3;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
/* ELF Edited to Comment Out:
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
} */
}
/* ELF Edited to Comment Out:
tbody {
	border-bottom: 1px solid #eeeee8;
} */

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
/* ELF Edited to Comment Out:
	border-top: 1px solid #eeeee8;
} */
/* ELF edited from 'padding: 6px 0;' */
	padding: 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #fff;
	box-shadow: 0 0 5px #ddd;
	margin: 32px auto;
	max-width: 100%;
	overflow: hidden;
	padding: 36px;
}

.site-inner {
	clear: both;
	margin: 0 auto;
	padding-top: 32px;
	max-width: 1140px;    
}

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}



/* Content */

.content {
	float: right;
/* ELF Edited from: 'width: 700px;' */
	max-width: 750px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content {
	width: 100%;
}

.lifestyle-pro-landing .site-container {
	max-width: 772px;
}

.lifestyle-pro-landing .site-inner,
.lifestyle-pro-landing .entry {
	padding: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 332px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 164px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #fff url(images/search.png) no-repeat 15px 16px;
	background-size: 15px 15px;
	padding: 16px 16px 16px 44px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone {
	display: inline-block;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.alignleft.post-image {
	margin-bottom: 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border: 1px solid #eeeee8;
	font-size: 12px;
	margin-bottom: 32px;
	padding: 16px 32px;
}

.archive-description,
.author-box,
.sticky {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	overflow: hidden;
	padding: 32px;
}

.author-box-title {
	font-size: 16px;
	margin: 0 0 8px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.site-header .widget-title {
  color: #fff;
}

.entry-title a,
.sidebar .widget-title a {
	color: #222;
	text-decoration: none;
}

.entry-title a:hover {
	color: #76d2c5;
}

.archive-title {
	font-size: 20px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	overflow: hidden;
	word-wrap: break-word;
}

.widget li {
	text-align: left;
}

.widget ol > li {
	border-bottom: 1px solid #eeeee8;
	list-style-position: inside;
	list-style-type: decimal;
	margin-bottom: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	border-bottom: 1px solid #eeeee8;
	list-style-type: none;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child.
.widget ul > li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 32px;
/* ELF Edited to comment out 'text-align: center;' */
/* 	text-align: center;  */
}

.featured-content .entry-header {
	border: none;
	margin-bottom: 12px;
}

.featured-content .entry-title {
	margin-bottom: 8px;
}

.featuredpost.widget li {
	text-align: center;
}

.more-from-category {
	padding-top: 12px;
}

.more-from-category a {
	border-top: 1px solid #eeeee8;
	display: block;
	padding-top: 12px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews-widget input {
	margin-bottom: 12px;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.widget.genesis_responsive_slider li {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #c5d2c5;
	padding: 48px;
	overflow: hidden;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
/* ELF EDITED	width: 320px; */
}

.site-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 50px;
	line-height: 1;
	margin: 0 0 16px;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	text-align: center;
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 110px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #fff;
	float: right;
	width: 600px;
}

.site-header .widget-area .widget {
	margin-bottom: 0;
}

.site-header .search-form {
	float: right;
	margin-top: 16px;
}

.site-header .widget-area a {
	color: #fff;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 20px 24px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu li:hover > a,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #fff;
	color: #a5a5a3;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 184px;
	z-index: 99;
}

.genesis-nav-menu > li:hover .sub-menu a,
.genesis-nav-menu .sub-menu a {
	background-color: #fafafa;
	color: #a5a5a3;
	font-size: 12px;
	padding: 16px 24px;
	position: relative;
	width: 184px;
}

.genesis-nav-menu > li:hover .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:hover {
	background-color: #eeeee8;
	color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 183px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
}

.genesis-nav-menu > .right > a {
	background: none;
	color: #a5a5a3;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #76d2c5;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form input[type="search"] {
	background-position: 12px 12px;
	font-size: 12px;
	padding: 12px 12px 12px 44px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li,
.site-header .widget_nav_menu ul ul {
	border: none;
	margin: 0;
	padding: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary a {
	color: #a5a5a3;
}

.nav-primary  li.menu-item-has-children:hover > a,
.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #222;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #91dbd1;
	color: #fff;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 42px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	color: #ffffff;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.lifestyle-pro-home .content .widget,
.lifestyle-pro-home .content .widget:last-child {
	margin-bottom: 16px;
}

.lifestyle-pro-home .featured-content .entry {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.lifestyle-pro-home .entry:last-child {
	margin-bottom: 0;
}

.home-middle .featuredpost .alignleft {
	margin-bottom: 0;
	margin-right: 20px;
}

.home-bottom-left,
.home-bottom-right {
	width: 332px;
}

.home-bottom-left {
	float: left;
}

.home-bottom-left {
	float: left;
}


.lifestyle-pro-home .content .featuredpost p {
	margin: 0;
}

.lifestyle-pro-home .content .widget-title {
	background-color: #76d2c5;
	color: #222;
	padding: 12px 32px;
}

/* Entries
--------------------------------------------- */

.content .entry {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	padding: 32px;
}

.lifestyle-pro-landing .content .entry {
	border: none;
}

.entry-header {
	border-bottom: 1px solid #eeeee8;
	margin-bottom: 32px;
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
/* ELF Edited from: 'margin-left: 40px;' */
	margin-left: 0;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	font-size: 12px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eeeee8;
	margin: 0;
	padding: 32px 0 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-meta .entry-tags {
	float: right;
}


/* After Entry
--------------------------------------------- */

.after-entry {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	padding: 32px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 32px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border: 1px solid #eeeee8;
	color: #a5a5a3;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #76d2c5;
}

/* Comments
--------------------------------------------- */

.ping-list,
.entry-comments,
.comment-respond {
	margin-bottom: 40px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment {
	border: 1px solid #eeeee8; 
	border-right: none; 
}

.comment.depth-1 {
	border-right: 1px solid #eeeee8; 
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.form-allowed-tags {
	background-color: #f8f8f8;
	font-size: 14px;
	padding: 24px;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 15px;
}

.sidebar .widget {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	padding: 32px;
	text-align: center;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	border-top: 1px dotted #eeeee8;
	clear: both;
	margin: 0 auto;
	padding-top: 32px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 332px;
}

.footer-widgets-1 {
	margin-right: 36px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	padding: 32px;
	text-align: center;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #76d2c5;
	color: #fff;
	font-size: 12px;
	padding: 36px;
	text-align: center;
}

.site-footer a {
	color: #fff;
	text-decoration: none;	
}

.site-footer p {
	margin-bottom: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Lifestyle Pro Blue
--------------------------------------------- */

.lifestyle-pro-blue .archive-pagination li a:hover,
.lifestyle-pro-blue .archive-pagination li.active a,
.lifestyle-pro-blue .entry-title a:hover,
.lifestyle-pro-blue a  {
	color: #4cc4e0;
}

.lifestyle-pro-blue .button,
.lifestyle-pro-blue .genesis-nav-menu a,
.lifestyle-pro-blue .site-footer a,
.lifestyle-pro-blue .site-title a,
.lifestyle-pro-blue .site-title a:hover {
	color: #fff;
}

.lifestyle-pro-blue .entry-title a,
.lifestyle-pro-blue .sidebar .widget-title a,
.lifestyle-pro-blue .site-footer a:hover,
.lifestyle-pro-blue a:hover {
	color: #222;
}

.lifestyle-pro-blue .archive-pagination li a,
.lifestyle-pro-blue .genesis-nav-menu .current-menu-item > a,
.lifestyle-pro-blue .genesis-nav-menu .sub-menu a,
.lifestyle-pro-blue .nav-primary a {
	color: #a5a5a3;
}

.lifestyle-pro-blue .button,
.lifestyle-pro-blue .entry-content .button,
.lifestyle-pro-blue .site-footer,
.lifestyle-pro-blue .site-header,
.lifestyle-pro-blue button,
.lifestyle-pro-blue input[type="button"],
.lifestyle-pro-blue input[type="reset"],
.lifestyle-pro-blue input[type="submit"],
.lifestyle-pro-blue.lifestyle-pro-home .content .widget-title {
	background-color: #4cc4e0;
}

.lifestyle-pro-blue .button:hover,
.lifestyle-pro-blue .entry-content .button:hover,
.lifestyle-pro-blue button:hover,
.lifestyle-pro-blue input:hover[type="button"],
.lifestyle-pro-blue input:hover[type="reset"],
.lifestyle-pro-blue input:hover[type="submit"] {
	background-color: #eeeee8;
}

.lifestyle-pro-blue .nav-secondary {
	background-color: #80d2e5;
}

/* Lifestyle Pro Green
--------------------------------------------- */

.lifestyle-pro-green .archive-pagination li a:hover,
.lifestyle-pro-green .archive-pagination li.active a,
.lifestyle-pro-green .entry-title a:hover,
.lifestyle-pro-green a  {
	color: #84cc78;
}

.lifestyle-pro-green .button,
.lifestyle-pro-green .genesis-nav-menu a,
.lifestyle-pro-green .site-footer a,
.lifestyle-pro-green .site-title a,
.lifestyle-pro-green .site-title a:hover {
	color: #fff;
}

.lifestyle-pro-green .entry-title a,
.lifestyle-pro-green .sidebar .widget-title a,
.lifestyle-pro-green .site-footer a:hover,
.lifestyle-pro-green a:hover {
	color: #222;
}

.lifestyle-pro-green .archive-pagination li a,
.lifestyle-pro-green .genesis-nav-menu .current-menu-item > a,
.lifestyle-pro-green .genesis-nav-menu .sub-menu a,
.lifestyle-pro-green .nav-primary a {
	color: #a5a5a3;
}

.lifestyle-pro-green .button,
.lifestyle-pro-green .entry-content .button,
.lifestyle-pro-green .site-footer,
.lifestyle-pro-green .site-header,
.lifestyle-pro-green button,
.lifestyle-pro-green input[type="button"],
.lifestyle-pro-green input[type="reset"],
.lifestyle-pro-green input[type="submit"],
.lifestyle-pro-green.lifestyle-pro-home .content .widget-title {
	background-color: #84cc78;
}

.lifestyle-pro-green .button:hover,
.lifestyle-pro-green .entry-content .button:hover,
.lifestyle-pro-green button:hover,
.lifestyle-pro-green input:hover[type="button"],
.lifestyle-pro-green input:hover[type="reset"],
.lifestyle-pro-green input:hover[type="submit"] {
	background-color: #eeeee8;
}

.lifestyle-pro-green .nav-secondary {
	background-color: #a2d49a;
}

/* Lifestyle Pro Mustard
--------------------------------------------- */

.lifestyle-pro-mustard .archive-pagination li a:hover,
.lifestyle-pro-mustard .archive-pagination li.active a,
.lifestyle-pro-mustard .entry-title a:hover,
.lifestyle-pro-mustard a  {
	color: #edce4a;
}

.lifestyle-pro-mustard .button,
.lifestyle-pro-mustard .genesis-nav-menu a,
.lifestyle-pro-mustard .site-footer a,
.lifestyle-pro-mustard .site-title a,
.lifestyle-pro-mustard .site-title a:hover {
	color: #fff;
}

.lifestyle-pro-mustard .entry-title a,
.lifestyle-pro-mustard .sidebar .widget-title a,
.lifestyle-pro-mustard .site-footer a:hover,
.lifestyle-pro-mustard a:hover {
	color: #222;
}

.lifestyle-pro-mustard .archive-pagination li a,
.lifestyle-pro-mustard .genesis-nav-menu .current-menu-item > a,
.lifestyle-pro-mustard .genesis-nav-menu .sub-menu a,
.lifestyle-pro-mustard .nav-primary a {
	color: #a5a5a3;
}

.lifestyle-pro-mustard .button,
.lifestyle-pro-mustard .entry-content .button,
.lifestyle-pro-mustard .site-footer,
.lifestyle-pro-mustard .site-header,
.lifestyle-pro-mustard button,
.lifestyle-pro-mustard input[type="button"],
.lifestyle-pro-mustard input[type="reset"],
.lifestyle-pro-mustard input[type="submit"],
.lifestyle-pro-mustard.lifestyle-pro-home .content .widget-title {
	background-color: #edce4a;
}

.lifestyle-pro-mustard .button:hover,
.lifestyle-pro-mustard .entry-content .button:hover,
.lifestyle-pro-mustard button:hover,
.lifestyle-pro-mustard input:hover[type="button"],
.lifestyle-pro-mustard input:hover[type="reset"],
.lifestyle-pro-mustard input:hover[type="submit"] {
	background-color: #eeeee8;
}

.lifestyle-pro-mustard .nav-secondary {
	background-color: #f5d85a;
}

/* Lifestyle Pro Purple
--------------------------------------------- */

.lifestyle-pro-purple .archive-pagination li a:hover,
.lifestyle-pro-purple .archive-pagination li.active a,
.lifestyle-pro-purple .entry-title a:hover,
.lifestyle-pro-purple a  {
	color: #816689;
}

.lifestyle-pro-purple .button,
.lifestyle-pro-purple .genesis-nav-menu a,
.lifestyle-pro-purple .site-footer a,
.lifestyle-pro-purple .site-title a,
.lifestyle-pro-purple .site-title a:hover {
	color: #fff;
}

.lifestyle-pro-purple .entry-title a,
.lifestyle-pro-purple .sidebar .widget-title a,
.lifestyle-pro-purple .site-footer a:hover,
.lifestyle-pro-purple a:hover {
	color: #222;
}

.lifestyle-pro-purple .archive-pagination li a,
.lifestyle-pro-purple .genesis-nav-menu .current-menu-item > a,
.lifestyle-pro-purple .genesis-nav-menu .sub-menu a,
.lifestyle-pro-purple .nav-primary a {
	color: #a5a5a3;
}

.lifestyle-pro-purple .button,
.lifestyle-pro-purple .entry-content .button,
.lifestyle-pro-purple .site-footer,
.lifestyle-pro-purple .site-header,
.lifestyle-pro-purple button,
.lifestyle-pro-purple input[type="button"],
.lifestyle-pro-purple input[type="reset"],
.lifestyle-pro-purple input[type="submit"],
.lifestyle-pro-purple.lifestyle-pro-home .content .widget-title {
	background-color: #816689;
}

.lifestyle-pro-purple .button:hover,
.lifestyle-pro-purple .entry-content .button:hover,
.lifestyle-pro-purple button:hover,
.lifestyle-pro-purple input:hover[type="button"],
.lifestyle-pro-purple input:hover[type="reset"],
.lifestyle-pro-purple input:hover[type="submit"] {
	background-color: #eeeee8;
}

.lifestyle-pro-purple .nav-secondary {
	background-color: #8e7197;
}

/* Lifestyle Pro Red
--------------------------------------------- */

.lifestyle-pro-red .archive-pagination li a:hover,
.lifestyle-pro-red .archive-pagination li.active a,
.lifestyle-pro-red .entry-title a:hover,
.lifestyle-pro-red a  {
	color: #e65e52;
}

.lifestyle-pro-red .button,
.lifestyle-pro-red .genesis-nav-menu a,
.lifestyle-pro-red .site-footer a,
.lifestyle-pro-red .site-title a,
.lifestyle-pro-red .site-title a:hover {
	color: #fff;
}

.lifestyle-pro-red .entry-title a,
.lifestyle-pro-red .sidebar .widget-title a,
.lifestyle-pro-red .site-footer a:hover,
.lifestyle-pro-red a:hover {
	color: #222;
}

.lifestyle-pro-red .archive-pagination li a,
.lifestyle-pro-red .genesis-nav-menu .current-menu-item > a,
.lifestyle-pro-red .genesis-nav-menu .sub-menu a,
.lifestyle-pro-red .nav-primary a {
	color: #a5a5a3;
}

.lifestyle-pro-red .button,
.lifestyle-pro-red .entry-content .button,
.lifestyle-pro-red .site-footer,
.lifestyle-pro-red .site-header,
.lifestyle-pro-red button,
.lifestyle-pro-red input[type="button"],
.lifestyle-pro-red input[type="reset"],
.lifestyle-pro-red input[type="submit"],
.lifestyle-pro-red.lifestyle-pro-home .content .widget-title {
	background-color: #e65e52;
}

.lifestyle-pro-red .button:hover,
.lifestyle-pro-red .entry-content .button:hover,
.lifestyle-pro-red button:hover,
.lifestyle-pro-red input:hover[type="button"],
.lifestyle-pro-red input:hover[type="reset"],
.lifestyle-pro-red input:hover[type="submit"] {
	background-color: #eeeee8;
}

.lifestyle-pro-red .nav-secondary {
	background-color: #f2685c;
}


/* ELF:  Edits for the plugin: HTML5 jQuery Audio Player
--------------------------------------------- */
.portfolio-featured-image {
display: none;
}
.genesis-pro-portfolio .pro-portfolio .entry-header .entry-title {
	background: url(images-elf/bg-entry-title-green.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 20px;
	padding:8px 4px;
}
.related-content {
	display: none;
	margin: 0 0 10px 0;
}



/* ELF:  Lifestyle Pro BlackGold
--------------------------------------------- */

/* ELF:
Defaults
---------------------------------------------------------------------------------------------------- */

/* ELF:  Typographical Elements
--------------------------------------------- */
body.lifestyle-elf-blackgold {
	background: #000000 url(images-elf/bg-body-backpattern.png);
	color: #ffffff;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}


.lifestyle-elf-blackgold input,
.lifestyle-elf-blackgold select,
.lifestyle-elf-blackgold textarea {
	background-color: #000;
	border: 1px solid #eeeee8;
	box-shadow: 0 0 5px #f8f8f8 inset;
	color: #fff;
	font-size: 14px;
/* ELF Edited from: 'padding: 16px;' */
	padding: 5px;
	width: 100%;
}

/* ELF:  Headings
--------------------------------------------- */
.lifestyle-elf-blackgold h1,
.lifestyle-elf-blackgold h2,
.lifestyle-elf-blackgold h3,
.lifestyle-elf-blackgold h4,
.lifestyle-elf-blackgold h5,
.lifestyle-elf-blackgold h6 {
	color: #cfb76b;
	text-shadow: #000000;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 24px;
}

.lifestyle-elf-blackgold .entry-title {
	background: url(images-elf/bg-bar-black.png);
    background-size: 100% 100%;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
	font-size: 26px;
	font-weight: normal;
	color: #cfb76b;
	text-shadow: 1px 1px #000000;
	padding:6px 4px 8px 4px;
	margin-bottom: 8px;
}
.lifestyle-elf-blackgold .archive-title {
	background: url(images-elf/bg-bar-black.png);
    background-size: 100% 100%;
    background-size: 100% 100%;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
	font-size: 26px;
	font-weight: bold;
	color: #be9d36;
	text-shadow: 1px 1px #000000;
	padding:8px 4px;
	margin-bottom: 8px;
}

.lifestyle-elf-blackgold .sidebar .entry-header {
	margin-bottom: 12px;
}

.lifestyle-elf-blackgold h4 {
	background: url(images-elf/bg-bar-black.png);
    background-size: 100% 100%;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	font-size: 20px;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

.lifestyle-elf-blackgold .sidebar .entry-title {
	background: url(images-elf/bg-bar-black.png);
    background-size: 100% 100%;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
	font-size: 18px;
	font-weight: normal;
	color: #be9d36;
	text-shadow: 1px 1px #000000;
	padding:8px 4px;
	margin: 0;
}

/*
ELF:  Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ELF:  Site Containers
--------------------------------------------- */
.lifestyle-elf-blackgold .site-container {
	background: none;
	box-shadow: 0 0 5px #222222;
	border: 2px solid #c6aa4f;
	margin: 4px;
	max-width: 100%;
	overflow: hidden;
	padding: 6px;
}
.lifestyle-elf-blackgold .site-inner {
	clear: both;
	border-top: 3px solid #c6aa4f;
	border-right: 4px solid #a2862e;
	border-bottom: 3px solid #776222;
	border-left: 4px solid #be9d36;
	background: #000000;
	margin: 0 auto;
	padding: 24px 12px 20px 12px;
	max-width: 1140px;    
}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.lifestyle-elf-blackgold .content-sidebar-sidebar .content-sidebar-wrap,
.lifestyle-elf-blackgold .sidebar-content-sidebar .content-sidebar-wrap,
.lifestyle-elf-blackgold .sidebar-sidebar-content .content-sidebar-wrap {
	width: 938px;
}

.lifestyle-elf-blackgold .content-sidebar-sidebar .content,
.lifestyle-elf-blackgold .sidebar-content-sidebar .content,
.lifestyle-elf-blackgold .sidebar-sidebar-content .content {
	width: 570px;
}

.lifestyle-elf-blackgold .sidebar-primary {
	float: right;
	width: 262px;
}


/* ELF: Genesis
--------------------------------------------- */

.lifestyle-elf-blackgold .breadcrumb {
	border: 1px solid #cfb76b;
	font-size: 12px;
	line-height:16px;
	margin-bottom: 16px;
	padding: 8px 32px;
}


/* ELF: Site Header
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-blackgold .site-header {
	background: #0d0c17 url(images-elf/bg-header-black.png);
    background-size: 100% 100%;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
    background-size: 100% 100%;
	text-align: center;
	padding: 15px;
	overflow: hidden;
}

.lifestyle-elf-blackgold .archive-pagination li a:hover,
.lifestyle-elf-blackgold .archive-pagination li.active a,
.lifestyle-elf-blackgold .entry-title a:hover,
.lifestyle-elf-blackgold a {
	color: #dd0000;
}

.lifestyle-elf-blackgold .button,
.lifestyle-elf-blackgold .site-footer a,
.lifestyle-elf-blackgold .site-title a:hover {
	color: #fff;
}

/* ELF: Title Area
--------------------------------------------- */
.lifestyle-elf-blackgold .title-area {
	float: left;
}
.lifestyle-elf-blackgold .site-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 36px;
	line-height: 1;
	margin: 0 0 14px;
}
.lifestyle-elf-blackgold .site-title a,
.lifestyle-elf-blackgold .site-title a:hover {
	text-decoration: none;
	color: #eccd67;
}
.lifestyle-elf-blackgold .site-description {
	color: #eccd67;
	font-size: 18px;
	line-height: 1;
	margin: 0;
}

/* ELF:
Site Navigation
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-blackgold .genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}
.lifestyle-elf-blackgold .genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}
.lifestyle-elf-blackgold .genesis-nav-menu li:hover > a,
.lifestyle-elf-blackgold .genesis-nav-menu a:hover,
.lifestyle-elf-blackgold .genesis-nav-menu .current-menu-item > a {
	background: #630e17 url(images-elf/bg-bar-darkred2.png);
	color: #f9e978;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-blackgold .genesis-nav-menu.responsive-menu .current-menu-item > a,
.lifestyle-elf-blackgold .genesis-nav-menu.responsive-menu .sub-menu a,
.lifestyle-elf-blackgold .genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
.lifestyle-elf-blackgold .genesis-nav-menu.responsive-menu li:hover > a {
	font-size: 16px;
	background: #081808 url(images-elf/bg-bar-darkgreen-hov.png);
	background-size: 100% 100%;
	color: #f9e978;
	text-shadow: 1px 1px #000000;
	}

.lifestyle-elf-blackgold .entry-title a,
.lifestyle-elf-blackgold .sidebar .widget-title a,
.lifestyle-elf-blackgold .site-footer a:hover,
.lifestyle-elf-blackgold a:hover {
	color: #cfb76b;
}

.lifestyle-elf-blackgold .archive-pagination li a,
.lifestyle-elf-blackgold .genesis-nav-menu .current-menu-item > a,
.lifestyle-elf-blackgold .genesis-nav-menu .sub-menu a,
.lifestyle-elf-blackgold .nav-primary a {
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-blackgold .button,
.lifestyle-elf-blackgold .entry-content .button,
.lifestyle-elf-blackgold .site-header,
.lifestyle-elf-blackgold button,
.lifestyle-elf-blackgold input[type="button"],
.lifestyle-elf-blackgold input[type="reset"],
.lifestyle-elf-blackgold input[type="submit"],
.lifestyle-elf-blackgold.lifestyle-pro-home .content .widget-title {
	background-color: #572473;
}


.lifestyle-elf-blackgold .button:hover,
.lifestyle-elf-blackgold .entry-content .button:hover,
.lifestyle-elf-blackgold button:hover,
.lifestyle-elf-blackgold input:hover[type="button"],
.lifestyle-elf-blackgold input:hover[type="reset"],
.lifestyle-elf-blackgold input:hover[type="submit"] {
	background-color: #eeeee8;
}

/* ELF: */
.lifestyle-elf-blackgold .nav-primary {
	background: #630e17 url(images-elf/bg-bar-darkgreen.png);
	border-top: 1px solid #be9d36;
    background-size: 100% 100%;
	width: 100%;
}

.lifestyle-elf-blackgold .nav-secondary {
	background: #530a0a url(images-elf/bg-bar-darkgreen.png);
	border-bottom: 1px solid #be9d36;
    background-size: 100% 100%;
}

/* ELF: */
.lifestyle-elf-blackgold .nav-primary {
	background: #630e17 url(images-elf/bg-bar-darkgreen.png);
	border-top: 1px solid #be9d36;
    background-size: 100% 100%;
	width: 100%;
}

.lifestyle-elf-blackgold .nav-secondary {
	background: #530a0a url(images-elf/bg-bar-darkgreen.png);
	border-bottom: 1px solid #be9d36;
    background-size: 100% 100%;
}

/* ELF: Home Banner
--------------------------------------------- */
.lifestyle-elf-blackgold .home-banner {
	border-bottom: 1px solid #be9d36;
	width: 100%;
	margin: 0;
	padding: 0;
}
.lifestyle-elf-blackgold .home-banner .widget {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-blackgold .home-banner .widget:last-child {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-blackgold .home-banner .widget-title {
	text-align: left;
	text-transform: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-blackgold .sidebar {
	font-size: 15px;
}

.lifestyle-elf-blackgold .sidebar .widget {
	border: 1px solid #be9d36;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.lifestyle-elf-blackgold img.entry-image {
	border: 1px solid #be9d36;
}
/* ELF:
Content Area
---------------------------------------------------------------------------------------------------- */
/* ELF: Home Page
--------------------------------------------- */
.lifestyle-elf-blackgold.lifestyle-pro-home .content .widget-title {
	background: url(images-elf/bg-bar-black.png);
    background-size: 100% 100%;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
	font-size: 20px;
	font-weight: bold;
	color: #be9d36;
	text-shadow: 1px 1px #000000;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}
.lifestyle-elf-blackgold.lifestyle-pro-home .content h2 .entry-title {
	background: url(images-elf/bg-bar-black.png);
    background-size: 100% 100%;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
	font-size: 20px;
	font-weight: normal;
	color: #cfb76b;
	text-shadow: 1px 1px #000000;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

/* ELF:
Entries
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-blackgold .content .entry {
	border: 1px solid #be9d36;
	margin-bottom: 24px;
	padding: 20px;
}

.lifestyle-elf-blackgold .entry-header {
	border-bottom: 0;
	margin-bottom: 24px;
	text-align: center;
}

.lifestyle-elf-blackgold .entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
}

.lifestyle-elf-blackgold .entry-meta {
	text-align: left;
	font-size: 12px;
	line-height:16px;
	padding-top: 0;
	padding-bottom: 2px;
	margin: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-blackgold .site-footer {
	background: url(images-elf/bg-bar-black.png);
	background-size: 100% 100%;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
	color: #eee;
	font-size: 14px;
	padding: 12px;
	text-align: center;
}
.lifestyle-elf-blackgold .footer-widgets h4 {
	background: url(images-elf/bg-bar-black.png);
	margin: 0 0 10px;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-blackgold .footer-widgets {
	background-color: transparent;
	background: url(images-elf/bg-opacity33-whiteltblue.png);
	border-top: 1px solid #be9d36;
	clear: both;
	margin: 0 auto;
	padding-top: 0;
}

.lifestyle-elf-blackgold .footer-widgets-1,
.lifestyle-elf-blackgold .footer-widgets-2,
.lifestyle-elf-blackgold .footer-widgets-3 {
	width: 300px;
}

.lifestyle-elf-blackgold .footer-widgets-1,
.lifestyle-elf-blackgold .footer-widgets-2 {
	margin-right: 120px;
}

.lifestyle-elf-blackgold .footer-widgets-1,
.lifestyle-elf-blackgold .footer-widgets-2 {
	float: left;
}

.lifestyle-elf-blackgold .footer-widgets-3 {
	float: left;
}

.lifestyle-elf-blackgold .footer-widgets-1 div,
.lifestyle-elf-blackgold .footer-widgets-2 div,
.lifestyle-elf-blackgold .footer-widgets-3 div {
	background: url(images-elf/bg-opacity50-white.png);
}
.lifestyle-elf-blackgold .footer-widgets-1 p,
.lifestyle-elf-blackgold .footer-widgets-2 p,
.lifestyle-elf-blackgold .footer-widgets-3 p {
	border: 1px solid #776222;
	margin: 0;
	padding: 0;
}

.lifestyle-elf-blackgold .footer-widgets .widget {
	background: url(images-elf/bg-opacity50-white.png);
	border: 2px solid #a2862e;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 12px;
	text-align: center;
}



/* ELF:  Lifestyle Pro Blue Parchment
--------------------------------------------- */

/* ELF:
Defaults
---------------------------------------------------------------------------------------------------- */

/* ELF:  Typographical Elements
--------------------------------------------- */
body.lifestyle-elf-blueparchment {
	background: #000000;
	color: #010001;
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}

/* ELF:  Headings
--------------------------------------------- */

.lifestyle-elf-blueparchment .entry-title {
	background: url(images-elf/bg-bar-purplehue.png);
	background-size: 100% 100%;
	border-top: 1px solid #a2862e;
	border-bottom: 1px solid #967c2a;
	border-radius: 14px;
	font-size: 20px;
	font-weight: bold;
	font-family: verdana;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	padding:8px 4px;
	margin-bottom: 8px;
}
.lifestyle-elf-blueparchment .archive-title {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	border-radius: 12px;
	font-size: 26px;
	font-weight: bold;
	color: #820611;
	text-align: center;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin-bottom: 8px;
}

.lifestyle-elf-blueparchment .sidebar .entry-header {
	margin-bottom: 12px;
}

.lifestyle-elf-blueparchment .content h2,
.lifestyle-elf-blueparchment .content h2 a {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0 8px 8px 8px;
	line-height: 32px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: verdana;
	color: #141054;
	text-shadow: 1px 1px #fdfdfd;
	border-bottom: 2px solid #c6a94e;
	border-radius: 12px;
}
	
.lifestyle-elf-blueparchment h4 {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	border-radius: 12px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	font-size: 20px;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

.lifestyle-elf-blueparchment .sidebar .entry-title {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	border-radius: 12px;
	font-size: 16px;
	font-weight: bold;
	font-family: verdana;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin: 0;
}

/*
ELF:  Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ELF:  Site Containers
--------------------------------------------- */
.lifestyle-elf-blueparchment .site-container {
	background: url(images-elf/bg-body-blueomnidark.jpg);
	box-shadow: 0 0 5px #656698;
	border: 2px solid #8b7327;
	border-radius: 18px;
	margin: 4px;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
}
.lifestyle-elf-blueparchment .site-inner {
	clear: both;
	border-top: 2px solid #c6a94e;
	border-right: 2px solid #c1a23f;
	border-bottom: 2px solid #be9d36;
	border-left: 2px solid #c5a74b;
	border-radius: 16px;
	background: url(images-elf/bg-body-blueomnifaded.jpg);
	background-size: 100% 100%;
	margin: 0 auto;
	padding: 12px;
	max-width: 1140px;    
}

/* ELF: Genesis
--------------------------------------------- */

.lifestyle-elf-blueparchment .breadcrumb {
	border: 1px solid #d5b29c;
	border-radius: 8px;
	font-size: 12px;
	line-height:16px;
	margin-bottom: 16px;
	padding: 8px 32px;
}

.lifestyle-elf-blueparchment .archive-description,
.lifestyle-elf-blueparchment .author-box,
.lifestyle-elf-blueparchment .sticky {
	border: 1px solid #e7c462;
	border-radius: 8px;
	margin-bottom: 32px;
	overflow: hidden;
	padding: 20px 20px 10px 20px;
}


/* ELF: Site Header
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-blueparchment .site-header {
	background: #0d0c17 url(images-elf/bg-header-white.jpg);
	max-width: 1140px;
	min-height: 224px;
	margin: 0 auto;
	border-top: 2px solid #c6a94e;
	border-right: 2px solid #c1a23f;
	border-bottom: 2px solid #be9d36;
	border-left: 2px solid #c5a74b;
	border-radius: 14px;
    background-size: 100% 100%;
	text-align: center;
	padding: 15px;
	overflow: hidden;
}

.lifestyle-elf-blueparchment .archive-pagination li a:hover,
.lifestyle-elf-blueparchment .archive-pagination li.active a,
.lifestyle-elf-blueparchment .entry-title a:hover,
.lifestyle-elf-blueparchment a {
	color: #0000fc;
}

.lifestyle-elf-blueparchment .button,
.lifestyle-elf-blueparchment .site-footer a,
.lifestyle-elf-blueparchment .site-title a:hover {
	color: #fff;
}

/* ELF: Title Area
--------------------------------------------- */
.lifestyle-elf-blueparchment .title-area {
	float: left;
}
.lifestyle-elf-blueparchment .site-title {
	font-family: verdana, sans-serif;
	font-size: 42px;
	line-height: 1;
	margin: 14px 0 14px;
}
.lifestyle-elf-blueparchment .site-title a,
.lifestyle-elf-blueparchment .site-title a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #cc0000;
	text-shadow: 1px 1px #ffffff;
	-webkit-text-stroke: 1px #ffffff;
}
.lifestyle-elf-blueparchment .site-description {
	color: #cc0000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin: 16px 0 0 0;
	text-shadow: 1px 1px #ffffff;
	-webkit-text-stroke: 1px #ffffff;
}


/* Widget Area
--------------------------------------------- */

.lifestyle-elf-blueparchment .site-header .widget-area {
	color: #fff;
	float: right;
	width: 380px
}


/* ELF:
Site Navigation
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-blueparchment .genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}
.lifestyle-elf-blueparchment .genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}
.lifestyle-elf-blueparchment .genesis-nav-menu li:hover > a,
.lifestyle-elf-blueparchment .genesis-nav-menu a:hover,
.lifestyle-elf-blueparchment .genesis-nav-menu .current-menu-item > a {
	background: #15192b url(images-elf/bg-bar-blueblack.png);
	color: #f9e978;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-blueparchment .genesis-nav-menu.responsive-menu .current-menu-item > a,
.lifestyle-elf-blueparchment .genesis-nav-menu.responsive-menu .sub-menu a,
.lifestyle-elf-blueparchment .genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
.lifestyle-elf-blueparchment .genesis-nav-menu.responsive-menu li:hover > a {
	font-size: 16px;
	background: #3f4d84 url(images-elf/bg-bar-bluepurple.png);
	background-size: 100% 100%;
	color: #fff26b;
	text-shadow: 1px 1px #000000;
	}

.lifestyle-elf-blueparchment .entry-title a,
.lifestyle-elf-blueparchment .sidebar .widget-title a,
.lifestyle-elf-blueparchment .site-footer a:hover,
.lifestyle-elf-blueparchment a:hover {
	color: #222;
}

.lifestyle-elf-blueparchment .archive-pagination li a,
.lifestyle-elf-blueparchment .genesis-nav-menu .current-menu-item > a,
.lifestyle-elf-blueparchment .genesis-nav-menu .sub-menu a,
.lifestyle-elf-blueparchment .nav-primary a {
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-blueparchment .button,
.lifestyle-elf-blueparchment .entry-content .button,
.lifestyle-elf-blueparchment .site-header,
.lifestyle-elf-blueparchment button,
.lifestyle-elf-blueparchment input[type="button"],
.lifestyle-elf-blueparchment input[type="reset"],
.lifestyle-elf-blueparchment input[type="submit"],
.lifestyle-elf-blueparchment.lifestyle-pro-home .content .widget-title {
	background-color: #572473;
}


.lifestyle-elf-blueparchment .button:hover,
.lifestyle-elf-blueparchment .entry-content .button:hover,
.lifestyle-elf-blueparchment button:hover,
.lifestyle-elf-blueparchment input:hover[type="button"],
.lifestyle-elf-blueparchment input:hover[type="reset"],
.lifestyle-elf-blueparchment input:hover[type="submit"] {
	background-color: #eeeee8;
}

/* ELF: */
.lifestyle-elf-blueparchment .nav-primary {
	background: #630e17 url(images-elf/bg-bar-purplehue.png);
	border-top: 1px solid #656698;
    background-size: 100% 100%;
	width: 100%;
}

.lifestyle-elf-blueparchment .nav-secondary {
	background: #530a0a url(images-elf/bg-bar-darkgreen.png);
	border-bottom: 1px solid #656698;
    background-size: 100% 100%;
}

/* ELF: Home Banner
--------------------------------------------- */
.lifestyle-elf-blueparchment .home-banner {
	border-bottom: 1px solid #656698;
	width: 100%;
	margin: 0;
	padding: 0;
}
.lifestyle-elf-blueparchment .home-banner .widget {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-blueparchment .home-banner .widget:last-child {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-blueparchment .home-banner .widget-title {
	text-align: left;
	text-transform: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-blueparchment .sidebar {
	font-size: 15px;
}

.lifestyle-elf-blueparchment .sidebar .widget {
	border-top: 2px solid #c6a94e;
	border-right: 2px solid #c1a23f;
	border-bottom: 2px solid #be9d36;
	border-left: 2px solid #c5a74b;
	border-radius: 14px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	background: #ffffff;
}

/* ELF:
Content Area
---------------------------------------------------------------------------------------------------- */
/* ELF: Home Page
--------------------------------------------- */
.lifestyle-elf-blueparchment.lifestyle-pro-home .content .widget-title {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	border-radius: 14px;
	font-size: 20px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}
.lifestyle-elf-blueparchment.lifestyle-pro-home .content h2 .entry-title {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 2px solid #c6a94e;
	border-bottom: 2px solid #be9d36;
	border-radius: 14px;
	font-size: 20px;
	font-weight: bold;
	font-family: verdana;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

/* ELF:
Entries
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-blueparchment .content .entry {
	border-top: 2px solid #c6a94e;
	border-right: 2px solid #c1a23f;
	border-bottom: 2px solid #be9d36;
	border-left: 2px solid #c5a74b;
	color: #000002;
	border-radius: 16px;
	margin-bottom: 24px;
	padding: 20px;
	background: #ffffff;
}

.lifestyle-elf-blueparchment .entry-header {
	border-bottom: 0;
	margin-bottom: 24px;
	text-align: center;
}

.lifestyle-elf-blueparchment .entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
}

.lifestyle-elf-blueparchment .entry-meta {
	text-align: left;
	font-size: 12px;
	line-height:16px;
	padding-top: 0;
	padding-bottom: 2px;
	margin: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-blueparchment .site-footer {
	background: url(images-elf/bg-bar-plum.png);
	background-size: 100% 100%;
	border-top: 1px solid #a2862e;
	border-bottom: 1px solid #967c2a;
	border-radius: 14px;
	color: #fff;
	font-size: 14px;
	padding: 12px;
	text-align: center;
}
.lifestyle-elf-blueparchment .footer-widgets h4 {
	background: url(images-elf/bg-bar-blueandblack2.png);
	margin: 0 0 10px;
	border-top: 1px solid #656698;
	border-bottom: 1px solid #656698;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-blueparchment .footer-widgets {
	background: url(images-elf/bg-body-parchmentgray.jpg);
	border-top: 1px solid #656698;
	clear: both;
	margin: 0 auto;
	padding-top: 0;
}

.lifestyle-elf-blueparchment .footer-widgets-1,
.lifestyle-elf-blueparchment .footer-widgets-2,
.lifestyle-elf-blueparchment .footer-widgets-3 {
	width: 300px;
}

.lifestyle-elf-blueparchment .footer-widgets-1,
.lifestyle-elf-blueparchment .footer-widgets-2 {
	margin-right: 120px;
}

.lifestyle-elf-blueparchment .footer-widgets-1,
.lifestyle-elf-blueparchment .footer-widgets-2 {
	float: left;
}

.lifestyle-elf-blueparchment .footer-widgets-3 {
	float: left;
}

.lifestyle-elf-blueparchment .footer-widgets-1 div,
.lifestyle-elf-blueparchment .footer-widgets-2 div,
.lifestyle-elf-blueparchment .footer-widgets-3 div {
	background: url(images-elf/bg-opacity50-white.png);
}
.lifestyle-elf-blueparchment .footer-widgets-1 p,
.lifestyle-elf-blueparchment .footer-widgets-2 p,
.lifestyle-elf-blueparchment .footer-widgets-3 p {
	border: 1px solid #3c101e;
	margin: 0;
	padding: 0;
}

.lifestyle-elf-blueparchment .footer-widgets .widget {
	background: url(images-elf/bg-opacity50-white.png);
	border: 2px solid #030066;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 12px;
	text-align: center;
}


/* ELF:  Lifestyle Pro PurplePastel
--------------------------------------------- */

/* ELF:
Defaults
---------------------------------------------------------------------------------------------------- */

/* ELF:  Typographical Elements
--------------------------------------------- */
body.lifestyle-elf-purplepastel {
	background: url(images-elf/bg-body-purplestripes.png);
	font-family : Arial, Sans Serif, Verdana;
	color: #000000;
	font-size: 14px;
}

/* ELF:  Headings
--------------------------------------------- */

.lifestyle-elf-purplepastel .entry-title {
	background: #d0d3a5;
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	border-radius: 14px;
	font-size: 26px;
	font-weight: bold;
	color: #143d13;
	text-shadow: 1px 1px #ffffff;
	letter-spacing: 1px;
	padding:8px 4px;
	margin-bottom: 8px;
}
.lifestyle-elf-purplepastel .archive-title {
	background: #d0d3a5;
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	border-radius: 14px;
	font-size: 26px;
	font-weight: bold;
	color: #143d13;
	text-shadow: 1px 1px #ffffff;
	padding:8px 4px;
	margin-bottom: 8px;
}

.lifestyle-elf-purplepastel .sidebar .entry-header {
	margin-bottom: 12px;
}

.lifestyle-elf-purplepastel h4 {
	background: #d0d3a5;
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	border-radius: 14px;
	font-size: 20px;
	font-weight: bold;
	color: #143d13;
	text-shadow: 1px 1px #ffffff;
	padding:8px 8px;
	margin: 10px 0 16px 0;
}

.lifestyle-elf-purplepastel .sidebar .entry-title {
	background: #d0d3a5;
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	border-radius: 14px;
	font-size: 18px;
	font-weight: bold;
	color: #143d13;
	text-shadow: 1px 1px #ffffff;
	padding:8px 4px;
	margin: 0;
}

/*
ELF:  Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ELF:  Site Containers
--------------------------------------------- */
.lifestyle-elf-purplepastel .site-container {
	background: none;
	box-shadow: 0 0 5px #caa952;
	border-radius: 20px;
	margin: 1px;
	max-width: 100%;
	overflow: hidden;
	padding: 2px;
}
.lifestyle-elf-purplepastel .site-inner {
	clear: both;
	background: #ffffff;
	border-radius: 18px;
	margin: 0 auto;
	padding: 4px 2px 4px 2px;
	max-width: 1150px;    
}

/* ELF: Genesis
--------------------------------------------- */

.lifestyle-elf-purplepastel .breadcrumb {
	border: 1px solid #81bb80;
	border-radius: 8px;
	font-size: 12px;
	color: #444544;
	line-height:16px;
	margin-bottom: 2px;
	padding: 8px 32px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-purplepastel .widget ul > li {
	border-bottom: none;
	list-style-type: disc;
	color: #005000;
	margin-bottom: 12px;
	padding-bottom: 0;
}

/* ELF: Site Header
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-purplepastel .site-header {
	background: url(images-elf/bg-header-greenpurplepastel.png);
    background-size: 100% 100%;
	max-width: 1180px;
	height: 160px;
	text-align: center;
	margin: 0 auto;
	padding: 15px;
	overflow: hidden;
}

.lifestyle-elf-purplepastel .entry-title a:hover,
.lifestyle-elf-purplepastel a {
	color: #0000fc;
}

.lifestyle-elf-purplepastel .button,
.lifestyle-elf-purplepastel .site-footer a,
.lifestyle-elf-purplepastel .site-title a:hover {
	color: #fff;
}

/* ELF: Title Area
--------------------------------------------- */
.lifestyle-elf-purplepastel .title-area {
	background: none;
	background-size: 100% auto;
	font-family: verdana;
	float: left;
}
.lifestyle-elf-purplepastel .site-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 36px;
	line-height: 1;
	margin: 0 0 14px 20px;
}
.lifestyle-elf-purplepastel .site-title a,
.lifestyle-elf-purplepastel .site-title a:hover {
	text-decoration: none;
	color: #000000;
	text-shadow: 1px 1px #c0b0c0;
}
.lifestyle-elf-purplepastel .site-description {
	color: #000000;
	text-shadow: 1px 1px#c0b0c0;
	font-size: 20px;
	line-height: 1;
	margin: 0;
}

/* ELF:
Site Navigation
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-purplepastel .genesis-nav-menu {
	clear: both;
	font-size: 18px;
	line-height: 1;
	width: 100%;
}
.lifestyle-elf-purplepastel .genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}
.lifestyle-elf-purplepastel .genesis-nav-menu li:hover > a,
.lifestyle-elf-purplepastel .genesis-nav-menu a:hover,
.lifestyle-elf-purplepastel .genesis-nav-menu .current-menu-item > a {
	background: #15192b url(images-elf/bg-bar-blueblack.png);
	border-radius: 10px;
	color: #f9e978;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-purplepastel .genesis-nav-menu.responsive-menu .current-menu-item > a,
.lifestyle-elf-purplepastel .genesis-nav-menu.responsive-menu .sub-menu a,
.lifestyle-elf-purplepastel .genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
.lifestyle-elf-purplepastelt .genesis-nav-menu.responsive-menu li:hover > a {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	background: #3f4d84 url(images-elf/bg-bar-darkgreen.png);
	border-radius: 8px;
	background-size: 100% 100%;
	color: #fff48d;
	text-shadow: 1px 1px #000000;
	}

.lifestyle-elf-purplepastel .entry-title a,
.lifestyle-elf-purplepastel .sidebar .widget-title a,
.lifestyle-elf-purplepastel .site-footer a:hover,
.lifestyle-elf-purplepastel a:hover {
	color: #092309;
}

.lifestyle-elf-purplepastel .archive-pagination li a:hover,
.lifestyle-elf-purplepastel .archive-pagination li.active a,
.lifestyle-elf-purplepastel .entry-title a:hover,
.lifestyle-elf-purplepastel a {
	color: #0000fc;
}

.lifestyle-elf-purplepastel .button,
.lifestyle-elf-purplepastel .site-footer a,
.lifestyle-elf-purplepastel .site-title a:hover {
	color: #fff;
}


.lifestyle-elf-purplepastel .button,
.lifestyle-elf-purplepastel .entry-content .button,
.lifestyle-elf-purplepastel button,
.lifestyle-elf-purplepastel input[type="button"],
.lifestyle-elf-purplepastel input[type="reset"],
.lifestyle-elf-purplepastel input[type="submit"],
.lifestyle-elf-purplepastel.lifestyle-pro-home .content .widget-title {
	background-color: #572473;
}


.lifestyle-elf-purplepastel .button:hover,
.lifestyle-elf-purplepastel .entry-content .button:hover,
.lifestyle-elf-purplepastel button:hover,
.lifestyle-elf-purplepastel input:hover[type="button"],
.lifestyle-elf-purplepastel input:hover[type="reset"],
.lifestyle-elf-purplepastel input:hover[type="submit"] {
	background-color: #eeeee8;
}

/* ELF: */
.lifestyle-elf-purplepastel .nav-primary {
	background: url(images-elf/bg-bar-green2.png);
	border-radius: 10px;
	max-width: 1180px;
	margin: 0 auto;
}

.lifestyle-elf-purplepastel .nav-secondary {
	background: #530a0a url(images-elf/bg-bar-greenmist-dark.png);
	border-radius: 12px;
	border-bottom: 1px solid #656698;
    background-size: 100% 100%;
}

/* ELF: Home Banner
--------------------------------------------- */
.lifestyle-elf-purplepastel .home-banner {
	width: 100%;
	margin: 0;
	padding: 0;
}
.lifestyle-elf-purplepastel .home-banner .widget {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-purplepastel .home-banner .widget:last-child {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-purplepastel .home-banner .widget-title {
	text-align: left;
	text-transform: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-purplepastel .sidebar {
	font-size: 15px;
}

.lifestyle-elf-purplepastel .sidebar .widget {
	border: 1px solid #036600;
	border-radius: 18px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	font-style: normal;
}

.lifestyle-elf-purplepastel .sidebar .widget ul > li {
	font-weight:bold;
	margin-bottom: 12px;
	line-height: 20px;
}

/* ELF:
Content Area
---------------------------------------------------------------------------------------------------- */
/* ELF: Home Page
--------------------------------------------- */
.lifestyle-elf-purplepastel.lifestyle-pro-home .content .widget-title {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 20px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}
.lifestyle-elf-purplepastel.lifestyle-pro-home .content h2 .entry-title {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 20px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

/* ELF:
Entries
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-purplepastel .content .entry {
	border: 1px solid #037700;
	border-radius: 18px;
	margin-bottom: 24px;
	padding: 20px;
}

.lifestyle-elf-purplepastel .entry-header {
	border-bottom: 0;
	margin-bottom: 24px;
	text-align: center;
}

.lifestyle-elf-purplepastel .entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
}

.lifestyle-elf-purplepastel .entry-meta {
	text-align: left;
	font-size: 12px;
	line-height:16px;
	padding-top: 0;
	padding-bottom: 2px;
	margin: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-purplepastel .site-footer {
	background: #234019;
	background-size: 100% 100%;
	border-top: 1px solid #656698;
	border-bottom: 1px solid #030066;
	border-radius: 18px;
	max-width: 1180px;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	padding: 12px;
	text-align: center;
}
.lifestyle-elf-purplepastel .footer-widgets h4 {
	background: url(images-elf/bg-bar-greenmist-dark.png);
	margin: 0 0 10px;
	border-top: 1px solid #656698;
	border-bottom: 1px solid #656698;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-purplepastel .footer-widgets {
	background: url(images-elf/bg-body-parchmentgray.jpg);
	border-top: 1px solid #656698;
	clear: both;
	margin: 0 auto;
	padding-top: 0;
}

.lifestyle-elf-purplepastel .footer-widgets-1 {
	width: 100%
}
.lifestyle-elf-purplepastel .footer-widgets-2,
.lifestyle-elf-purplepastel .footer-widgets-3 {
	display: none;
}

.lifestyle-elf-purplepastel .footer-widgets-1,
.lifestyle-elf-purplepastel .footer-widgets-2 {
	margin-right: 120px;
}

.lifestyle-elf-purplepastel .footer-widgets-1,
.lifestyle-elf-purplepastel .footer-widgets-2 {
	float: left;
}

.lifestyle-elf-purplepastel .footer-widgets-3 {
	float: left;
}

.lifestyle-elf-purplepastel .footer-widgets-1 div,
.lifestyle-elf-purplepastel .footer-widgets-2 div,
.lifestyle-elf-purplepastel .footer-widgets-3 div {
	background: url(images-elf/bg-opacity50-white.png);
}
.lifestyle-elf-purplepastel .footer-widgets-1 p,
.lifestyle-elf-purplepastel .footer-widgets-2 p,
.lifestyle-elf-purplepastel .footer-widgets-3 p {
	border: 1px solid #3c101e;
	margin: 0;
	padding: 0;
}

.lifestyle-elf-purplepastel .footer-widgets .widget {
	background: url(images-elf/bg-opacity50-white.png);
	border: 2px solid #030066;
	border-radius: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 12px;
	text-align: center;
}



/* ELF:  Lifestyle Pro BlueSea
--------------------------------------------- */

/* ELF:
Defaults
---------------------------------------------------------------------------------------------------- */

/* ELF:  Typographical Elements
--------------------------------------------- */
body.lifestyle-elf-bluesea {
	background: #8AA68F url(images-elf/bg-body-bluegreen.jpg);
    background-size: 100% 100%;
	color: #100010;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

/* ELF:  Headings
--------------------------------------------- */

.lifestyle-elf-bluesea h2 {
	font-weight: bold;
	color: #092309;
}

.lifestyle-elf-bluesea .entry-title {
	background: url(images-elf/bg-entry-title-green.png);
	border-top: 1px solid #96afc9;
	border-bottom: 1px solid #8da4ba;
	font-size: 26px;
	font-weight: bold;
	color: #2559a1;
	padding:8px 4px;
	margin-bottom: 8px;
}
.lifestyle-elf-bluesea .archive-title {
	background: url(images-elf/bg-entry-title-green.png);
	border-top: 1px solid #96afc9;
	border-bottom: 1px solid #8da4ba;
	font-size: 26px;
	font-weight: bold;
	color: #2559a1;
	padding:8px 4px;
	margin-bottom: 8px;
}

.lifestyle-elf-bluesea .sidebar .entry-header {
	margin-bottom: 12px;
}

.lifestyle-elf-bluesea h4 {
	background: url(images-elf/bg-entry-title-green.png);
	border-top: 1px solid #96afc9;
	border-bottom: 1px solid #8da4ba;
	font-size: 20px;
	font-weight: bold;
	color: #2559a1;
	text-shadow: 1px 1px #ffffff;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

.lifestyle-elf-bluesea .sidebar .entry-title {
	background: url(images-elf/bg-entry-title-green.png);
	border-top: 1px solid #96afc9;
	border-bottom: 1px solid #8da4ba;
	font-size: 24px;
	font-weight: bold;
	color: #2559a1;
	text-shadow: 1px 1px #ffffff;
	padding:8px 4px;
	margin: 0;
}

.lifestyle-elf-bluesea .content .entry-title {
	background: url(images-elf/bg-entry-title-green.png);
	border-top: 1px solid #96afc9;
	border-bottom: 1px solid #8da4ba;
	font-size: 24px;
	font-weight: bold;
	color: #2559a1;
	text-shadow: 1px 1px #ffffff;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

/*
ELF:  Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ELF:  Site Containers
--------------------------------------------- */
.lifestyle-elf-bluesea .site-container {
	background: transparent;
	box-shadow: 0 0 5px #89b89d;
	border: 2px solid #719b83;
	margin: 4px;
	max-width: 100%;
	overflow: hidden;
	padding: 4px;
}
.lifestyle-elf-bluesea .site-inner {
	background: url(images-elf/bg-opacity25-white.png);
	clear: both;
	border-top: 2px solid #7d9ac1;
	border-right: 3px solid #7794c2;
	border-bottom: 2px solid #7794c2;
	border-left: 3px solid #7d9ac1;
	margin: 0 auto;
	padding: 14px 12px 12px 12px;
	max-width: 1140px;    
}

/* ELF: Genesis
--------------------------------------------- */

.lifestyle-elf-bluesea .breadcrumb {
	background: #ffffff;
	border: 1px solid #8eaabe;
	font-size: 12px;
	line-height:16px;
	margin-bottom: 16px;
	padding: 8px 32px;
}


/* ELF: Site Header
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-bluesea .site-header {
	background: #b4ceb6 url(images-elf/bg-header-lightgreen.png);
	border-top: 1px solid #798d9d;
	border-bottom: 1px solid #7d98ab;
    background-size: 100% 100%;
	text-align: center;
	padding: 0 15px;
	overflow: hidden;
}

.lifestyle-elf-bluesea .archive-pagination li a {
	background: #ffffff;
	color: #17177b;
	text-shadow: 1px 1px #e9e9eb;
	border: 1px solid #8c8cc5;
}
.lifestyle-elf-bluesea .archive-pagination li a:hover,
.lifestyle-elf-bluesea .archive-pagination li.active a {
	background: #e0efe2;
	color: #17177b;
	text-shadow: 1px 1px #7cf771;
	border: 1px solid #52a852;
}
.lifestyle-elf-bluesea .archive-pagination li a:hover,
.lifestyle-elf-bluesea .archive-pagination li.active a,
.lifestyle-elf-bluesea .entry-title a:hover,
.lifestyle-elf-bluesea a {
	color: #0000cc;
}

.lifestyle-elf-bluesea .button,
.lifestyle-elf-bluesea .site-footer a,
.lifestyle-elf-bluesea .site-title a:hover {
	color: #fff;
}

/* ELF: Title Area
--------------------------------------------- */
.lifestyle-elf-bluesea .title-area {
	float: left;
}
.lifestyle-elf-bluesea .site-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 36px;
	line-height: 1;
	margin: 0 0 14px;
}
.lifestyle-elf-bluesea .site-title a,
.lifestyle-elf-bluesea .site-title a:hover {
	text-decoration: none;
	color: #000020;
}
.lifestyle-elf-bluesea .site-description {
	color: #000020;
	font-size: 18px;
	line-height: 1;
	margin: 0;
}

/* ELF:
Site Navigation
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-bluesea .genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}
.lifestyle-elf-bluesea .genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}
.lifestyle-elf-bluesea .genesis-nav-menu li:hover > a,
.lifestyle-elf-bluesea .genesis-nav-menu a:hover,
.lifestyle-elf-bluesea .genesis-nav-menu .current-menu-item > a {
	background: #3f4d84 url(images-elf/bg-bar-bluegreen.png);
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-bluesea .genesis-nav-menu.responsive-menu .current-menu-item > a,
.lifestyle-elf-bluesea .genesis-nav-menu.responsive-menu .sub-menu a,
.lifestyle-elf-bluesea .genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
.lifestyle-elf-bluesea .genesis-nav-menu.responsive-menu a:hover,
.lifestyle-elf-bluesea .genesis-nav-menu.responsive-menu li:hover > a {
	font-size: 16px;
	background: #94afc1 url(images-elf/bg-bar-bluegreen.png);
	background-size: 100% 100%;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	}

.lifestyle-elf-bluesea .entry-title a,
.lifestyle-elf-bluesea .sidebar .widget-title a,
.lifestyle-elf-bluesea .site-footer a:hover,
.lifestyle-elf-bluesea a:hover {
	color: #202030;
	text-shadow: 1px 1px #c1f1fd;
}

.lifestyle-elf-bluesea .genesis-nav-menu .current-menu-item > a,
.lifestyle-elf-bluesea .genesis-nav-menu .sub-menu a,
.lifestyle-elf-bluesea .nav-primary a {
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-bluesea .button,
.lifestyle-elf-bluesea .entry-content .button,
.lifestyle-elf-bluesea .site-header,
.lifestyle-elf-bluesea button,
.lifestyle-elf-bluesea input[type="button"],
.lifestyle-elf-bluesea input[type="reset"],
.lifestyle-elf-bluesea input[type="submit"],
.lifestyle-elf-bluesea.lifestyle-pro-home .content .widget-title {
	background-color: #572473;
}

.lifestyle-elf-bluesea .site-footer {
	background: #3f4d84 url(images-elf/bg-bar-bluepurple.png);
	background-size: 100% 100%;
	background-size: 100% 100%;
	border-top: 1px solid #c1dcc3;
	border-bottom: 1px solid #99b19b;
}

.lifestyle-elf-bluesea .button:hover,
.lifestyle-elf-bluesea .entry-content .button:hover,
.lifestyle-elf-bluesea button:hover,
.lifestyle-elf-bluesea input:hover[type="button"],
.lifestyle-elf-bluesea input:hover[type="reset"],
.lifestyle-elf-bluesea input:hover[type="submit"] {
	background-color: #eeeee8;
}

/* ELF: */
.lifestyle-elf-bluesea .nav-primary {
	background: #3f4d84 url(images-elf/bg-bar-bluepurple.png);
	border-top: 1px solid #798d9d;
    background-size: 100% 100%;
	width: 100%;
}

.lifestyle-elf-bluesea .nav-secondary {
	background: #4662a1 url(images-elf/bg-bar-mediumblue.png);
	border-bottom: 1px solid #7d98ab;
    background-size: 100% 100%;
}

/* ELF: Home Banner
--------------------------------------------- */
.lifestyle-elf-bluesea .home-banner {
	border-bottom: 1px solid #8bbd99;
	width: 100%;
	margin: 0;
	padding: 0;
}
.lifestyle-elf-bluesea .home-banner .widget {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-bluesea .home-banner .widget:last-child {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-bluesea .home-banner .widget-title {
	text-align: left;
	text-transform: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-bluesea .sidebar {
	font-size: 15px;
}

.lifestyle-elf-bluesea .sidebar .widget {
	background: #ffffff;
	border: 1px solid #8bbd99;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

/* ELF:
Content Area
---------------------------------------------------------------------------------------------------- */
/* ELF: Home Page
--------------------------------------------- */
.lifestyle-elf-bluesea.lifestyle-pro-home .content .widget-title {
	background: url(images-elf/bg-entry-title-green.pngxyz);
	border-top: 1px solid #c3c2bc;
	border-bottom: 1px solid #8da4ba;
	font-size: 20px;
	font-weight: bold;
	color: #2559a1;
	text-shadow: 1px 1px #ffffff;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}
.lifestyle-elf-bluesea.lifestyle-pro-home .content h2 .entry-title {
	background: url(images-elf/bg-entry-title-green.pngxyz);
	border-top: 1px solid #96afc9;
	border-bottom: 1px solid #8da4ba;
	font-size: 24px;
	font-weight: bold;
	color: #2559a1;
	text-shadow: 1px 1px #ffffff;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

/* ELF:
Entries
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-bluesea .content .entry {
	background: #ffffff;
	border: 1px solid #9fbaba;
	margin-bottom: 24px;
	padding: 20px;
}

.lifestyle-elf-bluesea .entry-header {
	border-bottom: 0;
	margin-bottom: 24px;
	text-align: center;
}

.lifestyle-elf-bluesea .entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
}

.lifestyle-elf-bluesea .entry-meta {
	text-align: left;
	font-size: 12px;
	line-height:16px;
	padding-top: 0;
	padding-bottom: 2px;
	margin: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-bluesea .site-footer {
	background-color: #0d0c17;
	color: #fff;
	font-size: 14px;
	padding: 12px;
	text-align: center;
}
.lifestyle-elf-bluesea .footer-widgets h4 {
	background: url(images-elf/bg-bar-mediumblue.png);
	margin: 0 0 10px;
	border-top: 1px solid #7d98ab;
	border-bottom: 1px solid #7d98ab;
	color: #ffffff;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-bluesea .footer-widgets {
	background-color: transparent;
	background: url(images-elf/bg-opacity33-whiteltblue.png);
	border-top: 1px solid #8bbd99;
	clear: both;
	margin: 0 auto;
	padding-top: 0;
}

.lifestyle-elf-bluesea .footer-widgets-1,
.lifestyle-elf-bluesea .footer-widgets-2,
.lifestyle-elf-bluesea .footer-widgets-3 {
	width: 300px;
}

.lifestyle-elf-bluesea .footer-widgets-1,
.lifestyle-elf-bluesea .footer-widgets-2 {
	margin-right: 120px;
}

.lifestyle-elf-bluesea .footer-widgets-1,
.lifestyle-elf-bluesea .footer-widgets-2 {
	float: left;
}

.lifestyle-elf-bluesea .footer-widgets-3 {
	float: left;
}

.lifestyle-elf-bluesea .footer-widgets-1 div,
.lifestyle-elf-bluesea .footer-widgets-2 div,
.lifestyle-elf-bluesea .footer-widgets-3 div {
	background: url(images-elf/bg-opacity50-white.png);
}
.lifestyle-elf-bluesea .footer-widgets-1 p,
.lifestyle-elf-bluesea .footer-widgets-2 p,
.lifestyle-elf-bluesea .footer-widgets-3 p {
	border: 1px solid #9fbaba;
	margin: 0;
	padding: 0;
}

.lifestyle-elf-bluesea .footer-widgets .widget {
	background: url(images-elf/bg-opacity50-white.png);
	border-top: 2px solid #7d9ac1;
	border-right: 3px solid #7794c2;
	border-bottom: 2px solid #7794c2;
	border-left: 3px solid #7d9ac1;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 12px;
	text-align: center;
}


/* ELF:  Lifestyle Pro Coral
--------------------------------------------- */

/* ELF:
Defaults
---------------------------------------------------------------------------------------------------- */

/* ELF:  Typographical Elements
--------------------------------------------- */
body.lifestyle-elf-coral {
	background: #000000 url(images-elf/bg-body-redsplash.jpg);
    background-size: 100% 100%;
	color: #100010;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

/* ELF:  Headings
--------------------------------------------- */

.lifestyle-elf-coral .entry-title {
	background: url(images-elf/bg-entry-title-green.png);
	border-top: 1px solid #c3c2bc;
	border-bottom: 1px solid #b5b4ae;
	font-size: 26px;
	padding:8px 4px;
	margin-bottom: 8px;
}
.lifestyle-elf-coral .archive-title {
	background: url(images-elf/bg-entry-title-green.png);
	border-top: 1px solid #c3c2bc;
	border-bottom: 1px solid #b5b4ae;
	font-size: 26px;
	padding:8px 4px;
	margin-bottom: 8px;
}

.lifestyle-elf-coral .sidebar .entry-header {
	margin-bottom: 12px;
}

.lifestyle-elf-coral h4 {
	background: url(images-elf/bg-entry-title-green.png);
	border-top: 1px solid #c3c2bc;
	border-bottom: 1px solid #b5b4ae;
	font-size: 20px;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

.lifestyle-elf-coral .sidebar .entry-title {
	background: url(images-elf/bg-entry-title-green.png);
	border-top: 1px solid #c3c2bc;
	border-bottom: 1px solid #b5b4ae;
	font-size: 18px;
	padding:8px 4px;
	margin: 0;
}

/*
ELF:  Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ELF:  Site Containers
--------------------------------------------- */
.lifestyle-elf-coral .site-container {
	background: url(images-elf/bg-opacity25-white.png);
	box-shadow: 0 0 5px #e1bac1;
	border: 2px solid #e1bac1;
	margin: 4px;
	max-width: 100%;
	overflow: hidden;
	padding: 4px;
}
.lifestyle-elf-coral .site-inner {
	background: url(images-elf/bg-opacity50-white.png);
	clear: both;
	border-top: 2px solid #e1bac1;
	border-right: 3px solid #e1bac1;
	border-bottom: 2px solid #e1bac1;
	border-left: 3px solid #e1bac1;
	margin: 0 auto;
	padding: 14px 12px 12px 12px;
	max-width: 1140px;    
}

/* ELF: Genesis
--------------------------------------------- */

.lifestyle-elf-coral .breadcrumb {
	background: #ffffff;
	border: 1px solid #d4acb3;
	font-size: 12px;
	line-height:16px;
	margin-bottom: 16px;
	padding: 8px 32px;
}


/* ELF: Site Header
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-coral .site-header {
	background: #9a5b60 url(images-elf/bg-header-coral.png);
	border-top: 1px solid #e1bac1;
	border-bottom: 1px solid #e1bac1;
    background-size: 100% 100%;
	text-align: center;
	padding: 8px 15px;
	overflow: hidden;
}

.lifestyle-elf-coral .archive-pagination li a {
	background: #ffffff;
	color: #17177b;
	text-shadow: 1px 1px #e9e9eb;
	border: 1px solid #8c8cc5;
}
.lifestyle-elf-coral .archive-pagination li a:hover,
.lifestyle-elf-coral .archive-pagination li.active a {
	background: #e0efe2;
	color: #17177b;
	text-shadow: 1px 1px #7cf771;
	border: 1px solid #52a852;
}
.lifestyle-elf-coral .archive-pagination li a:hover,
.lifestyle-elf-coral .archive-pagination li.active a,
.lifestyle-elf-coral .entry-title a:hover,
.lifestyle-elf-coral a {
	color: #0000fc;
}

.lifestyle-elf-coral .button,
.lifestyle-elf-coral .site-footer a,
.lifestyle-elf-coral .site-title a:hover {
	color: #fff;
}

/* ELF: Title Area
--------------------------------------------- */
.lifestyle-elf-coral .title-area {
	float: left;
}
.lifestyle-elf-coral .site-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 36px;
	line-height: 1;
	margin: 0 0 14px;
}
.lifestyle-elf-coral .site-title a,
.lifestyle-elf-coral .site-title a:hover {
	text-decoration: none;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}
.lifestyle-elf-coral .site-description {
	color: #000020;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 10px 0;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

/* ELF:
Site Navigation
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-coral .genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}
.lifestyle-elf-coral .genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}
.lifestyle-elf-coral .genesis-nav-menu li:hover > a,
.lifestyle-elf-coral .genesis-nav-menu a:hover,
.lifestyle-elf-coral .genesis-nav-menu .current-menu-item > a {
	background: #081808 url(images-elf/bg-bar-burgundy.png);
	color: #f9e978;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-coral .genesis-nav-menu.responsive-menu .current-menu-item > a,
.lifestyle-elf-coral .genesis-nav-menu.responsive-menu .sub-menu a,
.lifestyle-elf-coral .genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
.lifestyle-elf-coral .genesis-nav-menu.responsive-menu a:hover,
.lifestyle-elf-coral .genesis-nav-menu.responsive-menu li:hover > a {
	font-size: 16px;
	background: #081808 url(images-elf/bg-bar-darkgreen-hov.png);
	background-size: 100% 100%;
	color: #f9e978;
	text-shadow: 1px 1px #000000;
	}

.lifestyle-elf-coral .entry-title a,
.lifestyle-elf-coral .sidebar .widget-title a,
.lifestyle-elf-coral .site-footer a:hover,
.lifestyle-elf-coral a:hover {
	color: #222;
}

.lifestyle-elf-coral .genesis-nav-menu .current-menu-item > a,
.lifestyle-elf-coral .genesis-nav-menu .sub-menu a,
.lifestyle-elf-coral .nav-primary a {
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-coral .button,
.lifestyle-elf-coral .entry-content .button,
.lifestyle-elf-coral .site-header,
.lifestyle-elf-coral button,
.lifestyle-elf-coral input[type="button"],
.lifestyle-elf-coral input[type="reset"],
.lifestyle-elf-coral input[type="submit"],
.lifestyle-elf-coral.lifestyle-pro-home .content .widget-title {
	background-color: #572473;
}

.lifestyle-elf-coral .site-footer {
	background: #6a1423 url(images-elf/bg-bar-plumburgundy.png);
	background-size: 100% 100%;
	background-size: 100% 100%;
	border-top: 1px solid #e1bac1;
	border-bottom: 1px solid #e1bac1;
}

.lifestyle-elf-coral .button:hover,
.lifestyle-elf-coral .entry-content .button:hover,
.lifestyle-elf-coral button:hover,
.lifestyle-elf-coral input:hover[type="button"],
.lifestyle-elf-coral input:hover[type="reset"],
.lifestyle-elf-coral input:hover[type="submit"] {
	background-color: #eeeee8;
}

/* ELF: */
.lifestyle-elf-coral .nav-primary {
	background: #6a1423 url(images-elf/bg-bar-plumburgundy.png);
	border-top: 1px solid #e1bac1;
    background-size: 100% 100%;
	width: 100%;
}

.lifestyle-elf-coral .nav-secondary {
	background: #530a0a url(images-elf/bg-bar-plumburgundyred.png);
	border-bottom: 1px solid #e1bac1;
    background-size: 100% 100%;
}

/* ELF: Home Banner
--------------------------------------------- */
.lifestyle-elf-coral .home-banner {
	border-bottom: 1px solid #e1bac1;
	width: 100%;
	margin: 0;
	padding: 0;
}
.lifestyle-elf-coral .home-banner .widget {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-coral .home-banner .widget:last-child {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-coral .home-banner .widget-title {
	text-align: left;
	text-transform: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-coral .sidebar {
	font-size: 15px;
}

.lifestyle-elf-coral .sidebar .widget {
	background: #ffffff;
	border: 1px solid #e1bac1;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

/* ELF:
Content Area
---------------------------------------------------------------------------------------------------- */
/* ELF: Home Page
--------------------------------------------- */
.lifestyle-elf-coral.lifestyle-pro-home .content .widget-title {
	background: url(images-elf/bg-entry-title-green-2.png);
	border-top: 1px solid #c3c2bc;
	border-bottom: 1px solid #b5b4ae;
	font-size: 20px;
	text-shadow: 1px 1px #c0c0c0;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}
.lifestyle-elf-coral.lifestyle-pro-home .content h2 .entry-title {
	background: url(images-elf/bg-entry-title-green-2.png);
	border-top: 1px solid #c3c2bc;
	border-bottom: 1px solid #b5b4ae;
	font-size: 20px;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

/* ELF:
Entries
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-coral .content .entry {
	background: #ffffff;
	border: 1px solid #ebc8cf;
	margin-bottom: 24px;
	padding: 20px;
}

.lifestyle-elf-coral .entry-header {
	border-bottom: 0;
	margin-bottom: 24px;
	text-align: center;
}

.lifestyle-elf-coral .entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
}

.lifestyle-elf-coral .entry-meta {
	text-align: left;
	font-size: 12px;
	line-height:16px;
	padding-top: 0;
	padding-bottom: 2px;
	margin: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-coral .site-footer {
	background-color: #0d0c17;
	color: #fff;
	font-size: 14px;
	padding: 12px;
	text-align: center;
}
.lifestyle-elf-coral .footer-widgets h4 {
	background: url(images-elf/bg-bar-plumburgundy.png);
	margin: 0 0 10px;
	border-top: 1px solid #e1bac1;
	border-bottom: 1px solid #e1bac1;
	color: #ffffff;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-coral .footer-widgets {
	background-color: transparent;
	background: url(images-elf/bg-opacity33-whiteltblue.png);
	border-top: 1px solid #e1bac1;
	clear: both;
	margin: 0 auto;
	padding-top: 0;
}

.lifestyle-elf-coral .footer-widgets-1,
.lifestyle-elf-coral .footer-widgets-2,
.lifestyle-elf-coral .footer-widgets-3 {
	width: 300px;
}

.lifestyle-elf-coral .footer-widgets-1,
.lifestyle-elf-coral .footer-widgets-2 {
	margin-right: 120px;
}

.lifestyle-elf-coral .footer-widgets-1,
.lifestyle-elf-coral .footer-widgets-2 {
	float: left;
}

.lifestyle-elf-coral .footer-widgets-3 {
	float: left;
}

.lifestyle-elf-coral .footer-widgets-1 div,
.lifestyle-elf-coral .footer-widgets-2 div,
.lifestyle-elf-coral .footer-widgets-3 div {
	background: url(images-elf/bg-opacity50-white.png);
}
.lifestyle-elf-coral .footer-widgets-1 p,
.lifestyle-elf-coral .footer-widgets-2 p,
.lifestyle-elf-coral .footer-widgets-3 p {
	border: 1px solid #3c101e;
	margin: 0;
	padding: 0;
}

.lifestyle-elf-coral .footer-widgets .widget {
	background: url(images-elf/bg-opacity50-white.png);
	border: 2px solid #49494a;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 12px;
	text-align: center;
}


/* ELF:  Lifestyle Pro GreenGrass
--------------------------------------------- */

/* ELF:
Defaults
---------------------------------------------------------------------------------------------------- */

/* ELF:  Typographical Elements
--------------------------------------------- */
body.lifestyle-elf-greengrass {
	background: #000000 url(images-elf/bg-body-greengrass.png);
	color: #000100;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.lifestyle-elf-greengrass blockquote,
.lifestyle-elf-greengrass blockquote::before {
	color: #092309;
}

.lifestyle-elf-greengrassinput,
.lifestyle-elf-greengrassselect,
.lifestyle-elf-greengrasstextarea {
	border: 1px solid #eeeee8;
	box-shadow: 0 0 5px #f8f8f8 inset;
	font-size: 14px;
/* ELF Edited from: 'padding: 16px;' */
	padding: 5px;
	width: 100%;
}

/* ELF:  Headings
--------------------------------------------- */
.lifestyle-elf-greengrass h1,
.lifestyle-elf-greengrass h3,
.lifestyle-elf-greengrass h4,
.lifestyle-elf-greengrass h5,
.lifestyle-elf-greengrass h6 {
	color: #eccd67;
	text-shadow: #000000;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 24px;
}
.lifestyle-elf-greengrass h2 {
	color: #092309;
	text-shadow: #000000;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 24px;
}

.lifestyle-elf-greengrass .entry-title {
	background: url(images-elf/bg-bar-darkgreen.png);
    background-size: 100% 100%;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
	font-size: 26px;
	font-weight: normal;
	color: #eccd67;
	text-shadow: 1px 1px #000000;
	padding:6px 4px 8px 4px;
	margin-bottom: 8px;
}
.lifestyle-elf-greengrass .archive-title {
	background: url(images-elf/bg-bar-darkgreen.png);
    background-size: 100% 100%;
    background-size: 100% 100%;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
	font-size: 26px;
	font-weight: bold;
	color: #eccd67;;
	text-shadow: 1px 1px #000000;
	padding:8px 4px;
	margin-bottom: 8px;
}

.lifestyle-elf-greengrass .sidebar .entry-header {
	margin-bottom: 12px;
}

.lifestyle-elf-greengrass h4 {
	background: url(images-elf/bg-bar-darkgreen.png);
    background-size: 100% 100%;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
	font-weight: bold;
	color: #eccd67;
	text-shadow: 1px 1px #000000;
	font-size: 20px;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

.lifestyle-elf-greengrass .sidebar .entry-title {
	background: url(images-elf/bg-bar-darkgreen.png);
    background-size: 100% 100%;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
	font-size: 18px;
	font-weight: normal;
	color: #eccd67;
	text-shadow: 1px 1px #000000;
	padding:8px 4px;
	margin: 0;
}

/*
ELF:  Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ELF:  Site Containers
--------------------------------------------- */
.lifestyle-elf-greengrass .site-container {
	background: none;
	box-shadow: 0 0 5px #222222;
	border: 2px solid #c6aa4f;
	margin: 4px;
	max-width: 100%;
	overflow: hidden;
	padding: 6px;
}
.lifestyle-elf-greengrass .site-inner {
	clear: both;
	border-top: 3px solid #c6aa4f;
	border-right: 4px solid #a2862e;
	border-bottom: 3px solid #776222;
	border-left: 4px solid #be9d36;
	background: url(images-elf/bg-green-stripes.png);
	margin: 0 auto;
	padding: 14px 10px 12px 12px;
	max-width: 1140px;    
}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.lifestyle-elf-greengrass .content-sidebar-sidebar .content-sidebar-wrap,
.lifestyle-elf-greengrass .sidebar-content-sidebar .content-sidebar-wrap,
.lifestyle-elf-greengrass .sidebar-sidebar-content .content-sidebar-wrap {
	width: 944px;
}

.lifestyle-elf-greengrass .content-sidebar-sidebar .content,
.lifestyle-elf-greengrass .sidebar-content-sidebar .content,
.lifestyle-elf-greengrass .sidebar-sidebar-content .content {
	width: 578px;
}

.lifestyle-elf-greengrass .sidebar-primary {
	float: right;
	width: 270px;
}


/* ELF: Genesis
--------------------------------------------- */

.lifestyle-elf-greengrass .breadcrumb {
	border: 1px solid #cfb76b;
	font-size: 12px;
	line-height:16px;
	margin-bottom: 16px;
	padding: 8px 32px;
}


/* ELF: Site Header
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-greengrass .site-header {
	background: #0d0c17 url(images-elf/bg-header-greengrass.png);
    background-size: 100% 100%;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
    background-size: 100% 100%;
	text-align: center;
	padding: 15px;
	overflow: hidden;
}

.lifestyle-elf-greengrass .archive-pagination li a:hover,
.lifestyle-elf-greengrass .archive-pagination li.active a,
.lifestyle-elf-greengrass .entry-title a:hover,
.lifestyle-elf-greengrass a {
	color: #dd0000;
}

.lifestyle-elf-greengrass .button,
.lifestyle-elf-greengrass .site-footer a,
.lifestyle-elf-greengrass .site-title a:hover {
	color: #fff;
}

/* ELF: Title Area
--------------------------------------------- */
.lifestyle-elf-greengrass .title-area {
	float: left;
}
.lifestyle-elf-greengrass .site-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 36px;
	line-height: 1;
	margin: 0 0 14px;
}
.lifestyle-elf-greengrass .site-title a,
.lifestyle-elf-greengrass .site-title a:hover {
	text-decoration: none;
	color: #eccd67;
	text-shadow: 1px 1px #000000;
}
.lifestyle-elf-greengrass .site-description {
	color: #eccd67;
	font-size: 24px;
	line-height: 1;
	text-shadow: 1px 1px #000000;
	margin: 0;
}

/* ELF:
Site Navigation
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-greengrass .genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}
.lifestyle-elf-greengrass .genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}
.lifestyle-elf-greengrass .genesis-nav-menu li:hover > a,
.lifestyle-elf-greengrass .genesis-nav-menu a:hover,
.lifestyle-elf-greengrass .genesis-nav-menu .current-menu-item > a {
	background: #630e17 url(images-elf/bg-bar-darkred2.png);
	color: #f9e978;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-greengrass .genesis-nav-menu.responsive-menu .current-menu-item > a,
.lifestyle-elf-greengrass .genesis-nav-menu.responsive-menu .sub-menu a,
.lifestyle-elf-greengrass .genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
.lifestyle-elf-greengrass .genesis-nav-menu.responsive-menu li:hover > a {
	font-size: 16px;
	background: #081808 url(images-elf/bg-bar-darkgreen-hov.png);
	background-size: 100% 100%;
	color: #f9e978;
	text-shadow: 1px 1px #000000;
	}

.lifestyle-elf-greengrass .entry-title a,
.lifestyle-elf-greengrass .sidebar .widget-title a,
.lifestyle-elf-greengrass .site-footer a:hover {
	color: #eccd67;
}
.lifestyle-elf-greengrass a:hover {
	color: #200c8c;
}

.lifestyle-elf-greengrass .archive-pagination li a,
.lifestyle-elf-greengrass .genesis-nav-menu .current-menu-item > a,
.lifestyle-elf-greengrass .genesis-nav-menu .sub-menu a,
.lifestyle-elf-greengrass .nav-primary a {
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-greengrass .button,
.lifestyle-elf-greengrass .entry-content .button,
.lifestyle-elf-greengrass .site-header,
.lifestyle-elf-greengrass button,
.lifestyle-elf-greengrass input[type="button"],
.lifestyle-elf-greengrass input[type="reset"],
.lifestyle-elf-greengrass input[type="submit"],
.lifestyle-elf-greengrass.lifestyle-pro-home .content .widget-title {
	background-color: #572473;
}


.lifestyle-elf-greengrass .button:hover,
.lifestyle-elf-greengrass .entry-content .button:hover,
.lifestyle-elf-greengrass button:hover,
.lifestyle-elf-greengrass input:hover[type="button"],
.lifestyle-elf-greengrass input:hover[type="reset"],
.lifestyle-elf-greengrass input:hover[type="submit"] {
	background-color: #eeeee8;
}

/* ELF: */
.lifestyle-elf-greengrass .nav-primary {
	background: #630e17 url(images-elf/bg-bar-darkgreen.png);
	border-top: 1px solid #be9d36;
    background-size: 100% 100%;
	width: 100%;
}

.lifestyle-elf-greengrass .nav-secondary {
	background: #530a0a url(images-elf/bg-bar-darkgreen.png);
	border-bottom: 1px solid #be9d36;
    background-size: 100% 100%;
}

/* ELF: */
.lifestyle-elf-greengrass .nav-primary {
	background: #630e17 url(images-elf/bg-bar-darkgreen.png);
	border-top: 1px solid #be9d36;
    background-size: 100% 100%;
	width: 100%;
}

.lifestyle-elf-greengrass .nav-secondary {
	background: #530a0a url(images-elf/bg-bar-darkgreen.png);
	border-bottom: 1px solid #be9d36;
    background-size: 100% 100%;
}

/* ELF: Home Banner
--------------------------------------------- */
.lifestyle-elf-greengrass .home-banner {
	border-bottom: 1px solid #be9d36;
	width: 100%;
	margin: 0;
	padding: 0;
}
.lifestyle-elf-greengrass .home-banner .widget {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-greengrass .home-banner .widget:last-child {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-greengrass .home-banner .widget-title {
	text-align: left;
	text-transform: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-greengrass .sidebar {
	font-size: 15px;
}

.lifestyle-elf-greengrass .sidebar .widget {
	border: 1px solid #be9d36;
	background: #ffffff;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.lifestyle-elf-greengrass img.entry-image {
	border: 1px solid #be9d36;
}
/* ELF:
Content Area
---------------------------------------------------------------------------------------------------- */
/* ELF: Home Page
--------------------------------------------- */
.lifestyle-elf-greengrass.lifestyle-pro-home .content .widget-title {
	background: url(images-elf/bg-bar-darkgreen.png);
    background-size: 100% 100%;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}
.lifestyle-elf-greengrass.lifestyle-pro-home .content h2 .entry-title {
	background: url(images-elf/bg-bar-darkgreen.png);
    background-size: 100% 100%;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
	font-size: 20px;
	font-weight: normal;
	color: #eccd67;
	text-shadow: 1px 1px #000000;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

/* ELF:
Entries
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-greengrass .content .entry {
	border: 1px solid #be9d36;
	background: #ffffff;
	margin-bottom: 16px;
	padding: 14px;
}

.lifestyle-elf-greengrass .entry-header {
	border-bottom: 0;
	margin-bottom: 24px;
	text-align: center;
}

.lifestyle-elf-greengrass .entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
}

.lifestyle-elf-greengrass .entry-meta {
	text-align: left;
	font-size: 12px;
	line-height:16px;
	padding-top: 0;
	padding-bottom: 2px;
	margin: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-greengrass .site-footer {
	background: url(images-elf/bg-bar-darkgreen.png);
	background-size: 100% 100%;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
	color: #eee;
	font-size: 14px;
	padding: 12px;
	text-align: center;
}
.lifestyle-elf-greengrass .footer-widgets h4 {
	background: url(images-elf/bg-bar-darkgreen.png);
	margin: 0 0 10px;
	border-top: 1px solid #c6aa4f;
	border-bottom: 1px solid #a2862e;
	color: #eccd67;
	text-shadow: 1px 1px #000000;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-greengrass .footer-widgets {
	background-color: transparent;
	background: url(images-elf/bg-opacity33-whiteltblue.png);
	border-top: 1px solid #be9d36;
	clear: both;
	margin: 0 auto;
	padding-top: 0;
}

.lifestyle-elf-greengrass .footer-widgets-1,
.lifestyle-elf-greengrass .footer-widgets-2,
.lifestyle-elf-greengrass .footer-widgets-3 {
	width: 300px;
}

.lifestyle-elf-greengrass .footer-widgets-1,
.lifestyle-elf-greengrass .footer-widgets-2 {
	margin-right: 120px;
}

.lifestyle-elf-greengrass .footer-widgets-1,
.lifestyle-elf-greengrass .footer-widgets-2 {
	float: left;
}

.lifestyle-elf-greengrass .footer-widgets-3 {
	float: left;
}

.lifestyle-elf-greengrass .footer-widgets-1 div,
.lifestyle-elf-greengrass .footer-widgets-2 div,
.lifestyle-elf-greengrass .footer-widgets-3 div {
	background: url(images-elf/bg-opacity50-white.png);
}
.lifestyle-elf-greengrass .footer-widgets-1 p,
.lifestyle-elf-greengrass .footer-widgets-2 p,
.lifestyle-elf-greengrass .footer-widgets-3 p {
	border: 1px solid #776222;
	margin: 0;
	padding: 0;
}

.lifestyle-elf-greengrass .footer-widgets .widget {
	background: url(images-elf/bg-opacity50-white.png);
	border: 2px solid #a2862e;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 12px;
	text-align: center;
}


/* ELF:  Lifestyle Pro Plum
--------------------------------------------- */

/* ELF:
Defaults
---------------------------------------------------------------------------------------------------- */

/* ELF:  Typographical Elements
--------------------------------------------- */
body.lifestyle-elf-plum {
	background: #000000 url(images-elf/bg-body-black.jpg);
	color: #100010;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

/* ELF:  Headings
--------------------------------------------- */

.lifestyle-elf-plum .entry-title {
	background: url(images-elf/bg-entry-title.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 26px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin-bottom: 8px;
}
.lifestyle-elf-plum .archive-title {
	background: url(images-elf/bg-entry-title.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 26px;
	font-weight: bold;
	color: #820611;
	text-align: center;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin-bottom: 8px;
}

.lifestyle-elf-plum .sidebar .entry-header {
	margin-bottom: 12px;
}

.lifestyle-elf-plum h4 {
	background: url(images-elf/bg-entry-title.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	font-size: 20px;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

.lifestyle-elf-plum .sidebar .entry-title {
	background: url(images-elf/bg-entry-title.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 18px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin: 0;
}

/*
ELF:  Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ELF:  Site Containers
--------------------------------------------- */
.lifestyle-elf-plum .site-container {
	background: url(images-elf/bg-site-container-stripes-white.png);
	box-shadow: 0 0 5px #caa952;
	border: 2px solid #caa952;
	margin: 4px;
	max-width: 100%;
	overflow: hidden;
	padding: 6px;
}
.lifestyle-elf-plum .site-inner {
	clear: both;
	border-top: 2px solid #caa952;
	border-right: 3px solid #caa952;
	border-bottom: 2px solid #caa952;
	border-left: 3px solid #caa952;
	background: #ffffff;
	margin: 0 auto;
	padding: 24px 20px 20px 20px;
	max-width: 1140px;    
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.lifestyle-elf-plum .content-sidebar-sidebar .content-sidebar-wrap,
.lifestyle-elf-plum .sidebar-content-sidebar .content-sidebar-wrap,
.lifestyle-elf-plum .sidebar-sidebar-content .content-sidebar-wrap {
	max-width: 938px;
}

.lifestyle-elf-plum .content {
	max-width: 770px;
}

.lifestyle-elf-plum .content-sidebar-sidebar .content,
.lifestyle-elf-plum .sidebar-content-sidebar .content,
.lifestyle-elf-plum .sidebar-sidebar-content .content {
	max-width: 570px;
}

.lifestyle-elf-plum .sidebar-primary {
	float: right;
	max-width: 312px;
}

/* ELF: Genesis
--------------------------------------------- */

.lifestyle-elf-plum .breadcrumb {
	border: 1px solid #d5b29c;
	font-size: 12px;
	line-height:16px;
	margin-bottom: 16px;
	padding: 8px 32px;
}

.lifestyle-elf-plum .archive-description,
.lifestyle-elf-plum .author-box,
.lifestyle-elf-plum .sticky {
	border: 1px solid #e7c462;
	margin-bottom: 32px;
	overflow: hidden;
	padding: 20px 20px 10px 20px;
}


/* ELF: Site Header
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-plum .site-header {
	background: #0d0c17 url(images-elf/bg-header-plum.png);
	border-top: 1px solid #caa952;
	border-bottom: 1px solid #caa952;
    background-size: 100% 100%;
	text-align: center;
	padding: 15px;
	overflow: hidden;
}

.lifestyle-elf-plum .archive-pagination li a:hover,
.lifestyle-elf-plum .archive-pagination li.active a,
.lifestyle-elf-plum .entry-title a:hover,
.lifestyle-elf-plum a {
	color: #0000fc;
}

.lifestyle-elf-plum .button,
.lifestyle-elf-plum .site-footer a,
.lifestyle-elf-plum .site-title a:hover {
	color: #fff;
}

/* ELF: Title Area
--------------------------------------------- */
.lifestyle-elf-plum .title-area {
	float: left;
}
.lifestyle-elf-plum .site-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 36px;
	line-height: 1;
	margin: 0 0 14px;
}
.lifestyle-elf-plum .site-title a,
.lifestyle-elf-plum .site-title a:hover {
	text-decoration: none;
	color: #eccd67;
}
.lifestyle-elf-plum .site-description {
	color: #eccd67;
	font-size: 18px;
	line-height: 1;
	margin: 0;
}

/* ELF:
Site Navigation
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-plum .genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}
.lifestyle-elf-plum .genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}
.lifestyle-elf-plum .genesis-nav-menu li:hover > a,
.lifestyle-elf-plum .genesis-nav-menu a:hover,
.lifestyle-elf-plum .genesis-nav-menu .current-menu-item > a {
	background: #630e17 url(images-elf/bg-bar-darkred2.png);
	color: #f9e978;
	text-shadow: 1px 1px #000000;
}
.lifestyle-elf-plum .genesis-nav-menu.responsive-menu .current-menu-item > a,
.lifestyle-elf-plum .genesis-nav-menu.responsive-menu li:hover > a {
	font-size: 16px;
	background: #081808 url(images-elf/bg-bar-darkgreen-hov.png);
	background-size: 100% 100%;
	color: #f9e978;
	text-shadow: 1px 1px #000000;
	}
.lifestyle-elf-plum .genesis-nav-menu.responsive-menu .sub-menu a,
.lifestyle-elf-plum .genesis-nav-menu.responsive-menu > li:hover .sub-menu a {
	font-size: 16px;
	padding: 10px;
	background: #081808 url(images-elf/bg-bar-darkgreen.png);
	background-size: 100% 100%;
	color: #ffffff;
	text-shadow: 1px 2px #000000;
	}
.lifestyle-elf-plum .genesis-nav-menu > li:hover .sub-menu a:hover,
.lifestyle-elf-plum .genesis-nav-menu .sub-menu a:hover {
	font-size: 16px;
	background: #081808 url(images-elf/bg-bar-darkgreen-hov.png);
	background-size: 100% 100%;
	color: #f9e978;
	text-shadow: 1px 2px #000000;
	}

.lifestyle-elf-plum .entry-title a,
.lifestyle-elf-plum .sidebar .widget-title a,
.lifestyle-elf-plum .site-footer a:hover,
.lifestyle-elf-plum a:hover {
	color: #222;
}

.lifestyle-elf-plum .archive-pagination li a,
.lifestyle-elf-plum .genesis-nav-menu .current-menu-item > a,
.lifestyle-elf-plum .genesis-nav-menu .sub-menu a,
.lifestyle-elf-plum .nav-primary a {
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-plum .button,
.lifestyle-elf-plum .entry-content .button,
.lifestyle-elf-plum .site-header,
.lifestyle-elf-plum button,
.lifestyle-elf-plum input[type="button"],
.lifestyle-elf-plum input[type="reset"],
.lifestyle-elf-plum input[type="submit"],
.lifestyle-elf-plum.lifestyle-pro-home .content .widget-title {
	background-color: #572473;
}


.lifestyle-elf-plum .button:hover,
.lifestyle-elf-plum .entry-content .button:hover,
.lifestyle-elf-plum button:hover,
.lifestyle-elf-plum input:hover[type="button"],
.lifestyle-elf-plum input:hover[type="reset"],
.lifestyle-elf-plum input:hover[type="submit"] {
	background-color: #eeeee8;
}

/* ELF: */
.lifestyle-elf-plum .nav-primary {
	background: #630e17 url(images-elf/bg-bar-darkred2.png);
	border-top: 1px solid #caa952;
    background-size: 100% 100%;
	width: 100%;
}

.lifestyle-elf-plum .nav-secondary {
	background: #530a0a url(images-elf/bg-bar-darkgreen.png);
	border-bottom: 1px solid #caa952;
    background-size: 100% 100%;
}

/* ELF: Home Banner
--------------------------------------------- */
.lifestyle-elf-plum .home-banner {
	border-bottom: 1px solid #caa952;
	width: 100%;
	margin: 0;
	padding: 0;
}
.lifestyle-elf-plum .home-banner .widget {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-plum .home-banner .widget:last-child {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-plum .home-banner .widget-title {
	text-align: left;
	text-transform: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-plum .sidebar {
	font-size: 15px;
}

.lifestyle-elf-plum .sidebar .widget {
	border: 1px solid #caa952;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

/* ELF:
Content Area
---------------------------------------------------------------------------------------------------- */
/* ELF: Home Page
--------------------------------------------- */
.lifestyle-elf-plum.lifestyle-pro-home .content .widget-title {
	background: url(images-elf/bg-entry-title.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 20px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}
.lifestyle-elf-plum.lifestyle-pro-home .content h2 .entry-title {
	background: url(images-elf/bg-entry-title.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 24px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

/* ELF:
Entries
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-plum .content .entry {
	border: 1px solid #e7c462;
	margin-bottom: 24px;
	padding: 20px;
}

.lifestyle-elf-plum .entry-header {
	border-bottom: 0;
	margin-bottom: 24px;
	text-align: center;
}

.lifestyle-elf-plum h2.widgettitle {
margin-top: 0;
margin-bottom: 20px;
padding: 8px 16px;
line-height: 28px;
text-align: center;
font-size: 26px;
font-weight: bold;
color: #820611;
text-shadow: 1px 1px #fdfdfd;
letter-spacing: 1px;
border-top: 1px solid #8a978c;
border-bottom: 1px solid #808e82;
background: url(images-elf/bg-entry-title.png);
}
.lifestyle-elf-plum h2.entry-title {
margin-top: 0;
margin-bottom: 8px;
padding: 8px 14px;
line-height: 24px;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #820611;
text-shadow: 1px 1px #fdfdfd;
letter-spacing: 1px;
border-top: 1px solid #8a978c;
border-bottom: 1px solid #808e82;
background: url(images-elf/bg-entry-title.png);
}

.lifestyle-elf-plum .entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
}

.lifestyle-elf-plum .entry-meta {
	text-align: left;
	font-size: 12px;
	line-height:16px;
	padding-top: 0;
	padding-bottom: 2px;
	margin: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-plum .site-footer {
	background: url(images-elf/bg-footer-black.png);
	background-size: 100% 100%;
	border-top: 1px solid #caa952;
	border-bottom: 1px solid #caa952;
	color: #fff;
	font-size: 14px;
	padding: 12px;
	text-align: center;
}
.lifestyle-elf-plum .footer-widgets h4 {
	background: url(images-elf/bg-bar-plumburgundy.png);
	margin: 0 0 10px;
	border-top: 1px solid #caa952;
	border-bottom: 1px solid #caa952;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-plum .footer-widgets {
	background-color: transparent;
	background: url(images-elf/bg-opacity33-whiteltblue.png);
	border-top: 1px solid #caa952;
	clear: both;
	margin: 0 auto;
	padding-top: 0;
}

.lifestyle-elf-plum .footer-widgets-1,
.lifestyle-elf-plum .footer-widgets-2,
.lifestyle-elf-plum .footer-widgets-3 {
	width: 300px;
}

.lifestyle-elf-plum .footer-widgets-1,
.lifestyle-elf-plum .footer-widgets-2 {
	margin-right: 120px;
}

.lifestyle-elf-plum .footer-widgets-1,
.lifestyle-elf-plum .footer-widgets-2 {
	float: left;
}

.lifestyle-elf-plum .footer-widgets-3 {
	float: left;
}

.lifestyle-elf-plum .footer-widgets-1 div,
.lifestyle-elf-plum .footer-widgets-2 div,
.lifestyle-elf-plum .footer-widgets-3 div {
	background: url(images-elf/bg-opacity50-white.png);
}
.lifestyle-elf-plum .footer-widgets-1 p,
.lifestyle-elf-plum .footer-widgets-2 p,
.lifestyle-elf-plum .footer-widgets-3 p {
	border: 1px solid #3c101e;
	margin: 0;
	padding: 0;
}

.lifestyle-elf-plum .footer-widgets .widget {
	background: url(images-elf/bg-opacity50-white.png);
	border: 2px solid #49494a;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 12px;
	text-align: center;
}


/* ELF:  Lifestyle Pro PlumPurple
--------------------------------------------- */

/* ELF:
Defaults
---------------------------------------------------------------------------------------------------- */

/* ELF:  Typographical Elements
--------------------------------------------- */
body.lifestyle-elf-plumpurple {
	background: 
	url(images-elf/bg-body-eggplant-top2.png) top left repeat-x,
	url(images-elf/bg-body-eggplant-middle.png) top left repeat-x,
	url(images-elf/bg-body-eggplant-bottom.png) top left repeat;
	color: #100010;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

/* ELF:  Headings
--------------------------------------------- */

.lifestyle-elf-plumpurple .entry-title {
	background: url(images-elf/bg-entry-title.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 26px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin-bottom: 8px;
}
.lifestyle-elf-plumpurple .archive-title {
	background: url(images-elf/bg-entry-title.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 26px;
	font-weight: bold;
	color: #820611;
	text-align: center;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin-bottom: 8px;
}

.lifestyle-elf-plumpurple .sidebar .entry-header {
	margin-bottom: 12px;
}

.lifestyle-elf-plumpurple h4 {
	background: url(images-elf/bg-entry-title.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	font-size: 20px;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

.lifestyle-elf-plumpurple .sidebar .entry-title {
	background: url(images-elf/bg-entry-title.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 18px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin: 0;
}

/*
ELF:  Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ELF:  Site Containers
--------------------------------------------- */
.lifestyle-elf-plumpurple .site-container {
	border-radius: 18px;
	background: none;
	box-shadow: 0 0 5px #caa952;
	border: 1px solid #caa952;
	margin: 2px auto 4px auto;
	max-width: 1146px;
	overflow: hidden;
	padding: 2px;
}
.lifestyle-elf-plumpurple .site-inner {
	clear: both;
	border-top: 2px solid #caa952;
	border-right: 3px solid #caa952;
	border-bottom: 2px solid #caa952;
	border-left: 3px solid #caa952;
	background: #ffffff;
	margin: 0 auto;
	padding: 14px 10px 10px 10px;
	max-width: 1140px;    
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.lifestyle-elf-plumpurple .content-sidebar-sidebar .content-sidebar-wrap,
.lifestyle-elf-plumpurple .sidebar-content-sidebar .content-sidebar-wrap,
.lifestyle-elf-plumpurple .sidebar-sidebar-content .content-sidebar-wrap {
	max-width: 938px;
}

.lifestyle-elf-plumpurple .content {
	max-width: 790px;
}

.lifestyle-elf-plumpurple .content-sidebar-sidebar .content,
.lifestyle-elf-plumpurple .sidebar-content-sidebar .content,
.lifestyle-elf-plumpurple .sidebar-sidebar-content .content {
	max-width: 570px;
}

.lifestyle-elf-plumpurple .sidebar-primary {
	float: right;
	max-width: 312px;
}

/* ELF: Genesis
--------------------------------------------- */

.lifestyle-elf-plumpurple .breadcrumb {
	border: 1px solid #d5b29c;
	font-size: 12px;
	line-height:16px;
	margin-bottom: 16px;
	padding: 8px 32px;
}

.lifestyle-elf-plumpurple .archive-description,
.lifestyle-elf-plumpurple .author-box,
.lifestyle-elf-plumpurple .sticky {
	border: 1px solid #e7c462;
	margin-bottom: 32px;
	overflow: hidden;
	padding: 14px 14px 14px 14px;
}


/* ELF: Site Header
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-plumpurple .site-header {
	background: #0d0c17 url(images-elf/bg-header-plum.png);
	border-top: 1px solid #caa952;
	border-bottom: 1px solid #caa952;
    background-size: 100% 100%;
	text-align: center;
	padding: 14px;
	overflow: hidden;
}

.lifestyle-elf-plumpurple .archive-pagination li a:hover,
.lifestyle-elf-plumpurple .archive-pagination li.active a,
.lifestyle-elf-plumpurple .entry-title a:hover,
.lifestyle-elf-plumpurple a {
	color: #0000fc;
}

.lifestyle-elf-plumpurple .button,
.lifestyle-elf-plumpurple .site-footer a,
.lifestyle-elf-plumpurple .site-title a:hover {
	color: #fff;
}

/* ELF: Title Area
--------------------------------------------- */
.lifestyle-elf-plumpurple .title-area {
	float: left;
}
.lifestyle-elf-plumpurple .site-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 36px;
	line-height: 1;
	margin: 0 0 14px;
}
.lifestyle-elf-plumpurple .site-title a,
.lifestyle-elf-plumpurple .site-title a:hover {
	text-decoration: none;
	color: #eccd67;
}
.lifestyle-elf-plumpurple .site-description {
	color: #eccd67;
	font-size: 18px;
	line-height: 1;
	margin: 0;
}

/* ELF:
Site Navigation
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-plumpurple .genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}
.lifestyle-elf-plumpurple .genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}
.lifestyle-elf-plumpurple .genesis-nav-menu li:hover > a,
.lifestyle-elf-plumpurple .genesis-nav-menu a:hover,
.lifestyle-elf-plumpurple .genesis-nav-menu .current-menu-item > a {
	background: #630e17 url(images-elf/bg-bar-darkred2.png);
	color: #f9e978;
	text-shadow: 1px 1px #000000;
}
.lifestyle-elf-plumpurple .genesis-nav-menu.responsive-menu .current-menu-item > a,
.lifestyle-elf-plumpurple .genesis-nav-menu.responsive-menu li:hover > a {
	font-size: 16px;
	background: #081808 url(images-elf/bg-bar-darkgreen-hov.png);
	background-size: 100% 100%;
	color: #f9e978;
	text-shadow: 1px 1px #000000;
	}
.lifestyle-elf-plumpurple .genesis-nav-menu.responsive-menu .sub-menu a,
.lifestyle-elf-plumpurple .genesis-nav-menu.responsive-menu > li:hover .sub-menu a {
	font-size: 16px;
	padding: 10px;
	background: #081808 url(images-elf/bg-bar-darkgreen.png);
	background-size: 100% 100%;
	color: #ffffff;
	text-shadow: 1px 2px #000000;
	}
.lifestyle-elf-plumpurple .genesis-nav-menu > li:hover .sub-menu a:hover,
.lifestyle-elf-plumpurple .genesis-nav-menu .sub-menu a:hover {
	font-size: 16px;
	background: #081808 url(images-elf/bg-bar-darkgreen-hov.png);
	background-size: 100% 100%;
	color: #f9e978;
	text-shadow: 1px 2px #000000;
	}

.lifestyle-elf-plumpurple .entry-title a,
.lifestyle-elf-plumpurple .sidebar .widget-title a,
.lifestyle-elf-plumpurple .site-footer a:hover,
.lifestyle-elf-plumpurple a:hover {
	color: #222;
}

.lifestyle-elf-plumpurple .archive-pagination li a,
.lifestyle-elf-plumpurple .genesis-nav-menu .current-menu-item > a,
.lifestyle-elf-plumpurple .genesis-nav-menu .sub-menu a,
.lifestyle-elf-plumpurple .nav-primary a {
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-plumpurple .button,
.lifestyle-elf-plumpurple .entry-content .button,
.lifestyle-elf-plumpurple .site-header,
.lifestyle-elf-plumpurple button,
.lifestyle-elf-plumpurple input[type="button"],
.lifestyle-elf-plumpurple input[type="reset"],
.lifestyle-elf-plumpurple input[type="submit"],
.lifestyle-elf-plumpurple.lifestyle-pro-home .content .widget-title {
	background-color: #572473;
}


.lifestyle-elf-plumpurple .button:hover,
.lifestyle-elf-plumpurple .entry-content .button:hover,
.lifestyle-elf-plumpurple button:hover,
.lifestyle-elf-plumpurple input:hover[type="button"],
.lifestyle-elf-plumpurple input:hover[type="reset"],
.lifestyle-elf-plumpurple input:hover[type="submit"] {
	background-color: #eeeee8;
}

/* ELF: */
.lifestyle-elf-plumpurple .nav-primary {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	background: #630e17 url(images-elf/bg-bar-darkred2.png);
	border-top: 1px solid #caa952;
    background-size: 100% 100%;
	width: 100%;
}

.lifestyle-elf-plumpurple .nav-secondary {
	background: #530a0a url(images-elf/bg-bar-darkgreen.png);
	border-bottom: 1px solid #caa952;
    background-size: 100% 100%;
}

/* ELF: Home Banner
--------------------------------------------- */
.lifestyle-elf-plumpurple .home-banner {
	border-bottom: 1px solid #caa952;
	width: 100%;
	margin: 0;
	padding: 0;
}
.lifestyle-elf-plumpurple .home-banner .widget {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-plumpurple .home-banner .widget:last-child {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-plumpurple .home-banner .widget-title {
	text-align: left;
	text-transform: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-plumpurple .sidebar {
	font-size: 14px;
}

.lifestyle-elf-plumpurple .sidebar .widget {
	border: 1px solid #caa952;
	margin-bottom: 10px;
	padding: 8px;
	text-align: center;
}

/* ELF:
Content Area
---------------------------------------------------------------------------------------------------- */
/* ELF: Home Page
--------------------------------------------- */
.lifestyle-elf-plumpurple.lifestyle-pro-home .content .widget-title {
	background: url(images-elf/bg-entry-title.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 20px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}
.lifestyle-elf-plumpurple.lifestyle-pro-home .content h2 .entry-title {
	background: url(images-elf/bg-entry-title.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 24px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

/* ELF:
Entries
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-plumpurple .content .entry {
	border: 1px solid #e7c462;
	margin-bottom: 24px;
	padding: 14px;
}

.lifestyle-elf-plumpurple .entry-header {
	border-bottom: 0;
	margin-bottom: 24px;
	text-align: center;
}

.lifestyle-elf-plumpurple h2.widgettitle {
margin-top: 0;
margin-bottom: 20px;
padding: 8px 16px;
line-height: 28px;
text-align: center;
font-size: 26px;
font-weight: bold;
color: #820611;
text-shadow: 1px 1px #fdfdfd;
letter-spacing: 1px;
border-top: 1px solid #8a978c;
border-bottom: 1px solid #808e82;
background: url(images-elf/bg-entry-title.png);
}
.lifestyle-elf-plumpurple h2.entry-title {
margin-top: 0;
margin-bottom: 8px;
padding: 8px 14px;
line-height: 24px;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #820611;
text-shadow: 1px 1px #fdfdfd;
letter-spacing: 1px;
border-top: 1px solid #8a978c;
border-bottom: 1px solid #808e82;
background: url(images-elf/bg-entry-title.png);
}

.lifestyle-elf-plumpurple .entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
}

.lifestyle-elf-plumpurple .entry-meta {
	text-align: left;
	font-size: 12px;
	line-height:16px;
	padding-top: 0;
	padding-bottom: 2px;
	margin: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-plumpurple .site-footer {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	background: url(images-elf/bg-footer-black.png);
	background-size: 100% 100%;
	border-top: 1px solid #caa952;
	border-bottom: 1px solid #caa952;
	color: #fff;
	font-size: 14px;
	padding: 12px;
	text-align: center;
}
.lifestyle-elf-plumpurple .footer-widgets h4 {
	background: url(images-elf/bg-bar-plumburgundy.png);
	margin: 0 0 10px;
	border-top: 1px solid #caa952;
	border-bottom: 1px solid #caa952;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-plumpurple .footer-widgets {
	background-color: transparent;
	background: url(images-elf/bg-opacity33-whiteltblue.png);
	border-top: 1px solid #caa952;
	clear: both;
	margin: 0 auto;
	padding-top: 0;
}

.lifestyle-elf-plumpurple .footer-widgets-1,
.lifestyle-elf-plumpurple .footer-widgets-2,
.lifestyle-elf-plumpurple .footer-widgets-3 {
	width: 300px;
}

.lifestyle-elf-plumpurple .footer-widgets-1,
.lifestyle-elf-plumpurple .footer-widgets-2 {
	margin-right: 120px;
}

.lifestyle-elf-plumpurple .footer-widgets-1,
.lifestyle-elf-plumpurple .footer-widgets-2 {
	float: left;
}

.lifestyle-elf-plumpurple .footer-widgets-3 {
	float: left;
}

.lifestyle-elf-plumpurple .footer-widgets-1 div,
.lifestyle-elf-plumpurple .footer-widgets-2 div,
.lifestyle-elf-plumpurple .footer-widgets-3 div {
	background: url(images-elf/bg-opacity50-white.png);
}
.lifestyle-elf-plumpurple .footer-widgets-1 p,
.lifestyle-elf-plumpurple .footer-widgets-2 p,
.lifestyle-elf-plumpurple .footer-widgets-3 p {
	border: 1px solid #3c101e;
	margin: 0;
	padding: 0;
}

.lifestyle-elf-plumpurple .footer-widgets .widget {
	background: url(images-elf/bg-opacity50-white.png);
	border: 2px solid #49494a;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 12px;
	text-align: center;
}


/* ELF:  Lifestyle Pro Violet
--------------------------------------------- */

/* ELF:
Defaults
---------------------------------------------------------------------------------------------------- */

/* ELF:  Typographical Elements
--------------------------------------------- */
body.lifestyle-elf-violet {
	background: none;
	font-family : Verdana, Arial, Sans Serif;
	font-size: 14px;
}

/* ELF:  Headings
--------------------------------------------- */

.lifestyle-elf-violet .entry-title {
	background: url(images-elf/bg-entry-title.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 26px;
	padding:8px 4px;
	margin-bottom: 8px;
}
.lifestyle-elf-violet .archive-title {
	background: url(images-elf/bg-entry-title.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 26px;
	padding:8px 4px;
	margin-bottom: 8px;
}

.lifestyle-elf-violet .sidebar .entry-header {
	margin-bottom: 12px;
}

.lifestyle-elf-violet h4 {
	background: url(images-elf/bg-entry-title.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 20px;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

.lifestyle-elf-violet .sidebar .entry-title {
	background: url(images-elf/bg-entry-title.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 18px;
	padding:8px 4px;
	margin: 0;
}

/*
ELF:  Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ELF:  Site Containers
--------------------------------------------- */
.lifestyle-elf-violet .site-container {
	background: url(images-elf/bg-opacity50-white.png);
	box-shadow: 0 0 5px #caa952;
	margin: 4px;
	max-width: 100%;
	overflow: hidden;
	padding: 6px;
}
.lifestyle-elf-violet .site-inner {
	clear: both;
	background: #ffffff;
	margin: 0 auto;
	padding: 24px 20px 20px 20px;
	max-width: 1140px;    
}

/* ELF: Genesis
--------------------------------------------- */

.lifestyle-elf-violet .breadcrumb {
	border: 1px solid #bec7da;
	font-size: 12px;
	line-height:16px;
	margin-bottom: 16px;
	padding: 8px 32px;
}


/* ELF: Site Header
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-violet .site-header {
	background: #562d9a url(images-elf/bg-header-violet.png);
    background-size: 100% 100%;
	text-align: center;
	padding: 15px;
	overflow: hidden;
}

.lifestyle-elf-violet .entry-title a:hover,
.lifestyle-elf-violet a {
	color: #0000fc;
}

.lifestyle-elf-violet .button,
.lifestyle-elf-violet .site-footer a,
.lifestyle-elf-violet .site-title a:hover {
	color: #fff;
}

/* ELF: Title Area
--------------------------------------------- */
.lifestyle-elf-violet .title-area {
	float: left;
}
.lifestyle-elf-violet .site-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 36px;
	line-height: 1;
	margin: 0 0 14px;
}
.lifestyle-elf-violet .site-title a,
.lifestyle-elf-violet .site-title a:hover {
	text-decoration: none;
	color: #eccd67;
}
.lifestyle-elf-violet .site-description {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	margin: 0;
}

/* ELF:
Site Navigation
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-violet .genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}
.lifestyle-elf-violet .genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}
.lifestyle-elf-violet .genesis-nav-menu li:hover > a,
.lifestyle-elf-violet .genesis-nav-menu a:hover,
.lifestyle-elf-violet .genesis-nav-menu .current-menu-item > a {
	background: #578936;
	color: #fff300;
}

.lifestyle-elf-violet .genesis-nav-menu.responsive-menu .current-menu-item > a,
.lifestyle-elf-violet .genesis-nav-menu.responsive-menu .sub-menu a,
.lifestyle-elf-violet .genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
.lifestyle-elf-violet .genesis-nav-menu.responsive-menu a:hover,
.lifestyle-elf-violet .genesis-nav-menu.responsive-menu li:hover > a {
	background-color: #578936;
	color: #fff300;
	}

.lifestyle-elf-violet .entry-title a,
.lifestyle-elf-violet .sidebar .widget-title a,
.lifestyle-elf-violet .site-footer a:hover,
.lifestyle-elf-violet a:hover {
	color: #222;
}

.lifestyle-elf-violet .archive-pagination li a,
.lifestyle-elf-violet .genesis-nav-menu .current-menu-item > a,
.lifestyle-elf-violet .genesis-nav-menu .sub-menu a,
.lifestyle-elf-violet .nav-primary a {
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-violet .button,
.lifestyle-elf-violet .entry-content .button,
.lifestyle-elf-violet .site-header,
.lifestyle-elf-violet button,
.lifestyle-elf-violet input[type="button"],
.lifestyle-elf-violet input[type="reset"],
.lifestyle-elf-violet input[type="submit"],
.lifestyle-elf-violet.lifestyle-pro-home .content .widget-title {
	background-color: #572473;
}


.lifestyle-elf-violet .button:hover,
.lifestyle-elf-violet .entry-content .button:hover,
.lifestyle-elf-violet button:hover,
.lifestyle-elf-violet input:hover[type="button"],
.lifestyle-elf-violet input:hover[type="reset"],
.lifestyle-elf-violet input:hover[type="submit"] {
	background-color: #eeeee8;
}

/* ELF: */
.lifestyle-elf-violet .nav-primary {
	width: 100%;
	background: #371353;
}

.lifestyle-elf-violet .nav-secondary {
	background-color: #782d78;
}

/* ELF: Home Banner
--------------------------------------------- */
.lifestyle-elf-violet .home-banner {
	width: 100%;
	margin: 0;
	padding: 0;
}
.lifestyle-elf-violet .home-banner .widget {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-violet .home-banner .widget:last-child {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-violet .home-banner .widget-title {
	text-align: left;
	text-transform: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-violet .sidebar {
	font-size: 15px;
}

.lifestyle-elf-violet .sidebar .widget {
	border: 1px solid #caa952;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

/* ELF:
Content Area
---------------------------------------------------------------------------------------------------- */
/* ELF: Home Page
--------------------------------------------- */
.lifestyle-elf-violet.lifestyle-pro-home .content .widget-title {
	background-color: #572473;
	color: #fff;
	text-shadow: 1px 1px #000000;
	padding: 8px 32px;
}
.lifestyle-elf-violet.lifestyle-pro-home .content h2 .entry-title {
	background: url(images-elf/bg-entry-title.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 20px;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

/* ELF:
Entries
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-violet .content .entry {
	border: 1px solid #d4c7d8;
	margin-bottom: 24px;
	padding: 20px;
}

.lifestyle-elf-violet .entry-header {
	border-bottom: 0;
	margin-bottom: 24px;
	text-align: center;
}

.lifestyle-elf-violet .entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
}

.lifestyle-elf-violet .entry-meta {
	text-align: left;
	font-size: 12px;
	line-height:16px;
	padding-top: 0;
	padding-bottom: 2px;
	margin: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-violet .site-footer {
	background: #572473;
	color: #fff;
	font-size: 14px;
	padding: 12px;
	text-align: center;
}
.lifestyle-elf-violet .footer-widgets h4 {
	background: url(images-elf/bg-bar-plumburgundy.png);
	margin: 0 0 10px;
	border-top: 1px solid #caa952;
	border-bottom: 1px solid #caa952;
	color: #ffffff;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-violet .footer-widgets {
	background-color: transparent;
	background: url(images-elf/bg-opacity33-whiteltblue.png);
	border-top: 1px solid #caa952;
	clear: both;
	margin: 0 auto;
	padding-top: 0;
}

.lifestyle-elf-violet .footer-widgets-1,
.lifestyle-elf-violet .footer-widgets-2,
.lifestyle-elf-violet .footer-widgets-3 {
	width: 300px;
}

.lifestyle-elf-violet .footer-widgets-1,
.lifestyle-elf-violet .footer-widgets-2 {
	margin-right: 120px;
}

.lifestyle-elf-violet .footer-widgets-1,
.lifestyle-elf-violet .footer-widgets-2 {
	float: left;
}

.lifestyle-elf-violet .footer-widgets-3 {
	float: left;
}

.lifestyle-elf-violet .footer-widgets-1 div,
.lifestyle-elf-violet .footer-widgets-2 div,
.lifestyle-elf-violet .footer-widgets-3 div {
	background: url(images-elf/bg-opacity50-white.png);
}
.lifestyle-elf-violet .footer-widgets-1 p,
.lifestyle-elf-violet .footer-widgets-2 p,
.lifestyle-elf-violet .footer-widgets-3 p {
	border: 1px solid #3c101e;
	margin: 0;
	padding: 0;
}

.lifestyle-elf-violet .footer-widgets .widget {
	background: url(images-elf/bg-opacity50-white.png);
	border: 2px solid #49494a;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 12px;
	text-align: center;
}


/* ELF:  Lifestyle Pro WhiteAndRead
--------------------------------------------- */

/* ELF:
Defaults
---------------------------------------------------------------------------------------------------- */

/* ELF:  Typographical Elements
--------------------------------------------- */

body.lifestyle-elf-whiteandred {
	background: #ffffff;
	color: #100010;
	font-family: Book-Antiqua, Times-New-Roman, Georgia, Times;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.elf-whiteandred textarea,
.elf-whiteandred body,
.elf-whiteandred p, 
.elf-whiteandred div  {
	font-family : Verdana, Arial, Sans Serif;
	font-size: 14px;
}

/* Typographical Elements
--------------------------------------------- */

.lifestyle-elf-whiteandred input,
.lifestyle-elf-whiteandred select,
.lifestyle-elf-whiteandred textarea {
	background-color: #fff;
	border: 1px solid #eeeee8;
	box-shadow: 0 0 5px #f8f8f8 inset;
	color: #999;
	font-family : Verdana, Arial, Sans Serif;
	font-size: 14px;
/* ELF Edited from: 'padding: 16px;' */
	padding: 5px;
	width: 100%;
}

.lifestyle-elf-whiteandred input[type="checkbox"],
.lifestyle-elf-whiteandred input[type="image"],
.lifestyle-elf-whiteandred input[type="radio"] {
	width: auto;
}

.lifestyle-elf-whiteandred input:focus,
.lifestyle-elf-whiteandred textarea:focus {
	border: 1px solid #999;
	outline: none;
}

/* ELF:  Headings
--------------------------------------------- */
/* Headings
--------------------------------------------- */

.elf-whiteandred h1,
.elf-whiteandred h2,
.elf-whiteandred h3,
.elf-whiteandred h4,
.elf-whiteandred h5,
.elf-whiteandred h6 {
	font-family: Georgia, Book-Antiqua, Times-New-Roman, Times;
	font-size: 16pt;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #cc0000;
}
.elf-whiteandred #content h1,
.elf-whiteandred #content h1 a {
	font-size: 24px;
	font-family: Georgia, Book-Antiqua, Times-New-Roman, Times;
	padding: 5px 0 10px 0;
	font-weight: normal;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.elf-whiteonwhite #content h2,
.elf-whiteonwhite #content h2 a {
	font-size: 20pt;
	font-family: Georgia, Book-Antiqua, Times-New-Roman, Times;
	padding: 5px 0 10px 0;
	font-weight: normal;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.lifestyle-elf-whiteandred .entry-title {
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	font-size: 26px;
	padding:8px 4px;
	margin-bottom: 8px;
}
.lifestyle-elf-whiteandred .archive-title {
	background: none;
	color: #1B2321;
	font-size: 26px;
	padding:8px 4px;
	margin-bottom: 8px;
}

.lifestyle-elf-whiteandred .sidebar .entry-header {
	margin-bottom: 12px;
}

.lifestyle-elf-whiteandred h4 {
	background: none;
	font-family: Georgia, Book-Antiqua, Times-New-Roman, Times;
	font-size: 16pt;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #cc0000;
}

.lifestyle-elf-whiteandred .sidebar .entry-title {
	border-top: 1px solid #ccoooo
	border-bottom: 1px solid #ccoooo;
	font-size: 18px;
	padding:8px 4px;
	margin: 0;
}

.lifestyle-elf-whiteandred .content .entry-title {
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	font-size: 20px;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

/*
ELF:  Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ELF:  Site Containers
--------------------------------------------- */
.lifestyle-elf-whiteandred .site-container {
	background: transparent;
	box-shadow: none;
	border: 2px solid #cc0000;
	margin: 4px;
	max-width: 100%;
	overflow: hidden;
	padding: 4px;
}
.lifestyle-elf-whiteandred .site-inner {
	background: none;
	clear: both;
	border-top: 0;
	border-top: 2px solid #cc0000;
	border-right: 3px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	border-left: 3px solid #cc0000;
	margin: 0 auto;
	padding: 14px 12px 12px 12px;
	max-width: 1140px;    
}

/* ELF: Genesis
--------------------------------------------- */

.lifestyle-elf-whiteandred .breadcrumb {
	background: none;
	border: 1px solid #8eaabe;
	font-size: 12px;
	line-height:16px;
	margin-bottom: 16px;
	padding: 8px 32px;
}


/* ELF: Site Header
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-whiteandred .site-header {
	margin: 0 auto;
	max-width: 1140px;
	background: #ffffff;
	border-right: 2px solid #cc0000;
	border-left: 2px solid #cc0000;
	text-align: center;
	padding: 15px 0;
	overflow: hidden;
}

.lifestyle-elf-whiteandred .archive-pagination li a {
	background: #ffffff;
	color: #17177b;
	text-shadow: 1px 1px #e9e9eb;
	border: 1px solid #8c8cc5;
}
.lifestyle-elf-whiteandred .archive-pagination li a:hover,
.lifestyle-elf-whiteandred .archive-pagination li.active a {
	background: #e0efe2;
	color: #17177b;
	text-shadow: 1px 1px #7cf771;
	border: 1px solid #52a852;
}
.lifestyle-elf-whiteandred .archive-pagination li a:hover,
.lifestyle-elf-whiteandred .archive-pagination li.active a,
.lifestyle-elf-whiteandred .entry-title a:hover,
.lifestyle-elf-whiteandred a {
	color: #0000fc;
}

.lifestyle-elf-whiteandred .button,
.lifestyle-elf-whiteandred .site-footer a,
.lifestyle-elf-whiteandred .site-title a:hover {
	color: #fff;
}

/* ELF: Title Area
--------------------------------------------- */
.lifestyle-elf-whiteandred .title-area {
	float: left;
	font-family: Book-Antiqua, Times-New-Roman, Georgia, Times;
}
.lifestyle-elf-whiteandred .site-title {
	font-family: Book-Antiqua, Times-New-Roman, Georgia, Times;
	font-size: 36px;
	line-height: 1;
	margin: 0 0 14px;
}
.lifestyle-elf-whiteandred .site-title a,
.lifestyle-elf-whiteandred .site-title a:hover {
	font-family: Book-Antiqua, Times-New-Roman, Georgia, Times;
	font-size: 30px;
	color: #cc0000;
	font-weight:normal;
	letter-spacing: 1px;
	text-shadow: 1px 1px #d8d8d9;
	background: none;
}
.lifestyle-elf-whiteandred .site-description {
	font-family: Book-Antiqua, Times-New-Roman, Georgia, Times;
	font-size: 18pt;
	font-size: 18px;
	color: #cc0000;
	letter-spacing: 1px;
	text-shadow: 1px 1px #d8d8d9;
	line-height: 24px;
	margin: 0;
}

/* ELF:
Site Navigation
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-whiteandred .genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}
.lifestyle-elf-whiteandred .genesis-nav-menu a {
	color: #cc0000;
	display: block;
	position: relative;
	font-size: 20px;
	text-decoration: none;
}
.lifestyle-elf-whiteandred .genesis-nav-menu li:hover > a,
.lifestyle-elf-whiteandred .genesis-nav-menu a:hover,
.lifestyle-elf-whiteandred .genesis-nav-menu .current-menu-item > a {
	list-style-type: square;
	color: #cc0000;
	font-size: 15pt;
	padding-right: 24px;
	font-size: 20px;
}

.lifestyle-elf-whiteandred .genesis-nav-menu.responsive-menu .current-menu-item > a,
.lifestyle-elf-whiteandred .genesis-nav-menu.responsive-menu .sub-menu a,
.lifestyle-elf-whiteandred .genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
.lifestyle-elf-whiteandred .genesis-nav-menu.responsive-menu a:hover,
.lifestyle-elf-whiteandred .genesis-nav-menu.responsive-menu li:hover > a {
	list-style-type: square;
	color: #cc0000;
	font-size: 15pt;
	padding-right: 24px;
	font-size: 20px;
	}

.lifestyle-elf-whiteandred .entry-title a,
.lifestyle-elf-whiteandred .sidebar .widget-title a,
.lifestyle-elf-whiteandred .site-footer a:hover,
.lifestyle-elf-whiteandred a:hover {
	color: #202030;
	text-shadow: 1px 1px #c1f1fd;
}

.lifestyle-elf-whiteandred .genesis-nav-menu .current-menu-item > a,
.lifestyle-elf-whiteandred .genesis-nav-menu .sub-menu a,
.lifestyle-elf-whiteandred .nav-primary a {
	color: #cc0000;
	text-shadow: 1px 1px #d8d8d9;
}

.lifestyle-elf-whiteandred .button,
.lifestyle-elf-whiteandred .entry-content .button,
.lifestyle-elf-whiteandred .site-header,
.lifestyle-elf-whiteandred button,
.lifestyle-elf-whiteandred input[type="button"],
.lifestyle-elf-whiteandred input[type="reset"],
.lifestyle-elf-whiteandred input[type="submit"],
.lifestyle-elf-whiteandred.lifestyle-pro-home .content .widget-title {
	background-color: #ffffff;
}

.lifestyle-elf-whiteandred .site-footer {
	background: #3f4d84 url(images-elf/bg-bar-bluepurple.png);
	background-size: 100% 100%;
	background-size: 100% 100%;
	border-top: 1px solid #c1dcc3;
	border-bottom: 1px solid #99b19b;
}

.lifestyle-elf-whiteandred .button:hover,
.lifestyle-elf-whiteandred .entry-content .button:hover,
.lifestyle-elf-whiteandred button:hover,
.lifestyle-elf-whiteandred input:hover[type="button"],
.lifestyle-elf-whiteandred input:hover[type="reset"],
.lifestyle-elf-whiteandred input:hover[type="submit"] {
	background-color: #eeeee8;
}

/* ELF: */
.lifestyle-elf-whiteandred .nav-primary {
	margin: 0 auto;
	max-width: 1140px;
	border-right: 2px solid #cc0000;
	border-left: 2px solid #cc0000;
	background: #ffffff;
	color: #cc0000;
	text-shadow: 1px 1px #d8d8d9;
}

.lifestyle-elf-whiteandred .nav-secondary {
	background: #4662a1 url(images-elf/bg-bar-mediumblue.png);
	border-bottom: 1px solid #7d98ab;
    background-size: 100% 100%;
}

/* ELF: Home Banner
--------------------------------------------- */
.lifestyle-elf-whiteandred .home-banner {
	border: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
.lifestyle-elf-whiteandred .home-banner .widget {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-whiteandred .home-banner .widget:last-child {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-whiteandred .home-banner .widget-title {
	text-align: left;
	text-transform: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-whiteandred .sidebar {
	font-size: 15px;
}

.lifestyle-elf-whiteandred .sidebar .widget {
	background: #ffffff;
	border: 1px solid #cc0000;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

/* ELF:
Content Area
---------------------------------------------------------------------------------------------------- */
/* ELF: Home Page
--------------------------------------------- */
.lifestyle-elf-whiteandred.lifestyle-pro-home .content .widget-title {
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	font-size: 20px;
	text-shadow: 1px 1px #c0c0c0;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}
.lifestyle-elf-whiteandred.lifestyle-pro-home .content h2 .entry-title {
	font-size: 24px;
	line-height: 30px;
}

/* ELF:
Entries
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-whiteandred .content .entry {
	background: #ffffff;
	border: 1px solid #9fbaba;
	margin-bottom: 24px;
	padding: 20px;
}

.lifestyle-elf-whiteandred .entry-header {
	border-bottom: 0;
	margin-bottom: 24px;
	text-align: center;
}

.lifestyle-elf-whiteandred .entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
}

.lifestyle-elf-whiteandred .entry-meta {
	text-align: left;
	font-size: 12px;
	line-height:16px;
	padding-top: 0;
	padding-bottom: 2px;
	margin: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-whiteandred .site-footer {
	background-color: #0d0c17;
	color: #fff;
	font-size: 14px;
	padding: 12px;
	text-align: center;
}
.lifestyle-elf-whiteandred .footer-widgets h4 {
	background: url(images-elf/bg-bar-mediumblue.png);
	margin: 0 0 10px;
	border-top: 1px solid #7d98ab;
	border-bottom: 1px solid #7d98ab;
	color: #ffffff;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-whiteandred .footer-widgets {
	background-color: transparent;
	background: url(images-elf/bg-opacity33-whiteltblue.png);
	border-top: 1px solid #8bbd99;
	clear: both;
	margin: 0 auto;
	padding-top: 0;
}

.lifestyle-elf-whiteandred .footer-widgets-1,
.lifestyle-elf-whiteandred .footer-widgets-2,
.lifestyle-elf-whiteandred .footer-widgets-3 {
	width: 300px;
}

.lifestyle-elf-whiteandred .footer-widgets-1,
.lifestyle-elf-whiteandred .footer-widgets-2 {
	margin-right: 120px;
}

.lifestyle-elf-whiteandred .footer-widgets-1,
.lifestyle-elf-whiteandred .footer-widgets-2 {
	float: left;
}

.lifestyle-elf-whiteandred .footer-widgets-3 {
	float: left;
}

.lifestyle-elf-whiteandred .footer-widgets-1 div,
.lifestyle-elf-whiteandred .footer-widgets-2 div,
.lifestyle-elf-whiteandred .footer-widgets-3 div {
	background: url(images-elf/bg-opacity50-white.png);
}
.lifestyle-elf-whiteandred .footer-widgets-1 p,
.lifestyle-elf-whiteandred .footer-widgets-2 p,
.lifestyle-elf-whiteandred .footer-widgets-3 p {
	border: 1px solid #9fbaba;
	margin: 0;
	padding: 0;
}

.lifestyle-elf-whiteandred .footer-widgets .widget {
	background: url(images-elf/bg-opacity50-white.png);
	border-top: 2px solid #7d9ac1;
	border-right: 3px solid #7794c2;
	border-bottom: 2px solid #7794c2;
	border-left: 3px solid #7d9ac1;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 12px;
	text-align: center;
}


/* ELF:  Lifestyle Pro White Parchment
--------------------------------------------- */

/* ELF:
Defaults
---------------------------------------------------------------------------------------------------- */

/* ELF:  Typographical Elements
--------------------------------------------- */
body.lifestyle-elf-whiteparchment {
	background: url(images-elf/bg-body-parchmentblackwhite.jpg);
	color: #100010;
	font-family: verdana, 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}

/* ELF:  Headings
--------------------------------------------- */

.lifestyle-elf-whiteparchment .entry-title {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #656698;
	border-bottom: 1px solid #656698;
	font-size: 26px;
	font-weight: bold;
	color: #110682;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin-bottom: 8px;
}
.lifestyle-elf-whiteparchment .archive-title {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 26px;
	font-weight: bold;
	color: #820611;
	text-align: center;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin-bottom: 8px;
}

.lifestyle-elf-whiteparchment .sidebar .entry-header {
	margin-bottom: 12px;
}

.lifestyle-elf-whiteparchment .content h2,
.lifestyle-elf-whiteparchment .content h2 a {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0 8px 8px 8px;
	line-height: 32px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #09067b;
	text-shadow: 1px 1px #fdfdfd;
	border-bottom: 1px solid #808e82;
	letter-spacing: 1px;
}
	
.lifestyle-elf-whiteparchment h4 {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	font-size: 20px;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

.lifestyle-elf-whiteparchment .sidebar .entry-title {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 16px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin: 0;
}

/*
ELF:  Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ELF:  Site Containers
--------------------------------------------- */
.lifestyle-elf-whiteparchment .site-container {
	background: url(images-elf/bg-body-parchmentwhite.jpg);
	box-shadow: 0 0 5px #656698;
	border: 2px solid #656698;
	margin: 4px;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
}
.lifestyle-elf-whiteparchment .site-inner {
	clear: both;
	border-top: 2px solid #656698;
	border-right: 3px solid #656698;
	border-bottom: 2px solid #656698;
	border-left: 3px solid #656698;
	background: #ffffff;
	margin: 0 auto;
	padding: 20px 16px 16px 16px;
	max-width: 1140px;    
}

/* ELF: Genesis
--------------------------------------------- */

.lifestyle-elf-whiteparchment .breadcrumb {
	border: 1px solid #d5b29c;
	font-size: 12px;
	line-height:16px;
	margin-bottom: 16px;
	padding: 8px 32px;
}

.lifestyle-elf-whiteparchment .archive-description,
.lifestyle-elf-whiteparchment .author-box,
.lifestyle-elf-whiteparchment .sticky {
	border: 1px solid #e7c462;
	margin-bottom: 32px;
	overflow: hidden;
	padding: 20px 20px 10px 20px;
}


/* ELF: Site Header
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-whiteparchment .site-header {
	background: #0d0c17 url(images-elf/bg-header-white.png);
	border-top: 1px solid #030066;
	border-bottom: 1px solid #656698;
    background-size: 100% 100%;
	text-align: center;
	padding: 15px;
	overflow: hidden;
}

.lifestyle-elf-whiteparchment .archive-pagination li a:hover,
.lifestyle-elf-whiteparchment .archive-pagination li.active a,
.lifestyle-elf-whiteparchment .entry-title a:hover,
.lifestyle-elf-whiteparchment a {
	color: #0000fc;
}

.lifestyle-elf-whiteparchment .button,
.lifestyle-elf-whiteparchment .site-footer a,
.lifestyle-elf-whiteparchment .site-title a:hover {
	color: #fff;
}

/* ELF: Title Area
--------------------------------------------- */
.lifestyle-elf-whiteparchment .title-area {
	float: left;
}
.lifestyle-elf-whiteparchment .site-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 36px;
	line-height: 1;
	margin: 0 0 14px;
}
.lifestyle-elf-whiteparchment .site-title a,
.lifestyle-elf-whiteparchment .site-title a:hover {
	text-decoration: none;
	color: #2211c7;
	text-shadow: 1px 1px #070144;
}
.lifestyle-elf-whiteparchment .site-description {
	color: #2211c7;
	font-size: 18px;
	line-height: 1;
	margin: 0;
	text-shadow: 1px 1px #3e4257;
}


/* Widget Area
--------------------------------------------- */

.lifestyle-elf-whiteparchment .site-header .widget-area {
	color: #fff;
	float: right;
	width: 380px
}


/* ELF:
Site Navigation
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-whiteparchment .genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}
.lifestyle-elf-whiteparchment .genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}
.lifestyle-elf-whiteparchment .genesis-nav-menu li:hover > a,
.lifestyle-elf-whiteparchment .genesis-nav-menu a:hover,
.lifestyle-elf-whiteparchment .genesis-nav-menu .current-menu-item > a {
	background: #15192b url(images-elf/bg-bar-blueblack.png);
	color: #f9e978;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-whiteparchment .genesis-nav-menu.responsive-menu .current-menu-item > a,
.lifestyle-elf-whiteparchment .genesis-nav-menu.responsive-menu .sub-menu a,
.lifestyle-elf-whiteparchment .genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
.lifestyle-elf-whiteparchment .genesis-nav-menu.responsive-menu li:hover > a {
	font-size: 16px;
	background: #3f4d84 url(images-elf/bg-bar-bluepurple.png);
	background-size: 100% 100%;
	color: #fff26b;
	text-shadow: 1px 1px #000000;
	}

.lifestyle-elf-whiteparchment .entry-title a,
.lifestyle-elf-whiteparchment .sidebar .widget-title a,
.lifestyle-elf-whiteparchment .site-footer a:hover,
.lifestyle-elf-whiteparchment a:hover {
	color: #222;
}

.lifestyle-elf-whiteparchment .archive-pagination li a,
.lifestyle-elf-whiteparchment .genesis-nav-menu .current-menu-item > a,
.lifestyle-elf-whiteparchment .genesis-nav-menu .sub-menu a,
.lifestyle-elf-whiteparchment .nav-primary a {
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-whiteparchment .button,
.lifestyle-elf-whiteparchment .entry-content .button,
.lifestyle-elf-whiteparchment .site-header,
.lifestyle-elf-whiteparchment button,
.lifestyle-elf-whiteparchment input[type="button"],
.lifestyle-elf-whiteparchment input[type="reset"],
.lifestyle-elf-whiteparchment input[type="submit"],
.lifestyle-elf-whiteparchment.lifestyle-pro-home .content .widget-title {
	background-color: #572473;
}


.lifestyle-elf-whiteparchment .button:hover,
.lifestyle-elf-whiteparchment .entry-content .button:hover,
.lifestyle-elf-whiteparchment button:hover,
.lifestyle-elf-whiteparchment input:hover[type="button"],
.lifestyle-elf-whiteparchment input:hover[type="reset"],
.lifestyle-elf-whiteparchment input:hover[type="submit"] {
	background-color: #eeeee8;
}

/* ELF: */
.lifestyle-elf-whiteparchment .nav-primary {
	background: #630e17 url(images-elf/bg-bar-blueandblack3.png);
	border-top: 1px solid #656698;
    background-size: 100% 100%;
	width: 100%;
}

.lifestyle-elf-whiteparchment .nav-secondary {
	background: #530a0a url(images-elf/bg-bar-darkgreen.png);
	border-bottom: 1px solid #656698;
    background-size: 100% 100%;
}

/* ELF: Home Banner
--------------------------------------------- */
.lifestyle-elf-whiteparchment .home-banner {
	border-bottom: 1px solid #656698;
	width: 100%;
	margin: 0;
	padding: 0;
}
.lifestyle-elf-whiteparchment .home-banner .widget {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-whiteparchment .home-banner .widget:last-child {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-whiteparchment .home-banner .widget-title {
	text-align: left;
	text-transform: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-whiteparchment .sidebar {
	font-size: 15px;
}

.lifestyle-elf-whiteparchment .sidebar .widget {
	border: 1px solid #030066;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

/* ELF:
Content Area
---------------------------------------------------------------------------------------------------- */
/* ELF: Home Page
--------------------------------------------- */
.lifestyle-elf-whiteparchment.lifestyle-pro-home .content .widget-title {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 20px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}
.lifestyle-elf-whiteparchment.lifestyle-pro-home .content h2 .entry-title {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	font-size: 20px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

/* ELF:
Entries
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-whiteparchment .content .entry {
	border: 1px solid #2d2db3;
	border-radius: 18px;
	margin-bottom: 24px;
	padding: 20px;
}

.lifestyle-elf-whiteparchment .entry-header {
	border-bottom: 0;
	margin-bottom: 24px;
	text-align: center;
}

.lifestyle-elf-whiteparchment .entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
}

.lifestyle-elf-whiteparchment .entry-meta {
	text-align: left;
	font-size: 12px;
	line-height:16px;
	padding-top: 0;
	padding-bottom: 2px;
	margin: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-whiteparchment .site-footer {
	background: url(images-elf/bg-bar-blueandblack3.png);
	background-size: 100% 100%;
	border-top: 1px solid #656698;
	border-bottom: 1px solid #030066;
	color: #fff;
	font-size: 14px;
	padding: 12px;
	text-align: center;
}
.lifestyle-elf-whiteparchment .footer-widgets h4 {
	background: url(images-elf/bg-bar-blueandblack2.png);
	margin: 0 0 10px;
	border-top: 1px solid #656698;
	border-bottom: 1px solid #656698;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-whiteparchment .footer-widgets {
	background: url(images-elf/bg-body-parchmentgray.jpg);
	border-top: 1px solid #656698;
	clear: both;
	margin: 0 auto;
	padding-top: 0;
}

.lifestyle-elf-whiteparchment .footer-widgets-1,
.lifestyle-elf-whiteparchment .footer-widgets-2,
.lifestyle-elf-whiteparchment .footer-widgets-3 {
	width: 300px;
}

.lifestyle-elf-whiteparchment .footer-widgets-1,
.lifestyle-elf-whiteparchment .footer-widgets-2 {
	margin-right: 120px;
}

.lifestyle-elf-whiteparchment .footer-widgets-1,
.lifestyle-elf-whiteparchment .footer-widgets-2 {
	float: left;
}

.lifestyle-elf-whiteparchment .footer-widgets-3 {
	float: left;
}

.lifestyle-elf-whiteparchment .footer-widgets-1 div,
.lifestyle-elf-whiteparchment .footer-widgets-2 div,
.lifestyle-elf-whiteparchment .footer-widgets-3 div {
	background: url(images-elf/bg-opacity50-white.png);
}
.lifestyle-elf-whiteparchment .footer-widgets-1 p,
.lifestyle-elf-whiteparchment .footer-widgets-2 p,
.lifestyle-elf-whiteparchment .footer-widgets-3 p {
	border: 1px solid #3c101e;
	margin: 0;
	padding: 0;
}

.lifestyle-elf-whiteparchment .footer-widgets .widget {
	background: url(images-elf/bg-opacity50-white.png);
	border: 2px solid #030066;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 12px;
	text-align: center;
}


/* ELF:  Lifestyle Pro World
--------------------------------------------- */

/* ELF:
Defaults
---------------------------------------------------------------------------------------------------- */

/* ELF:  Typographical Elements
--------------------------------------------- */
body.lifestyle-elf-world {
	background: url(images-elf/bg-body-parchmentblackwhite.jpg);
	color: #100010;
	font-family: verdana, 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}

/* ELF:  Headings
--------------------------------------------- */

.lifestyle-elf-world .entry-title {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #656698;
	border-bottom: 1px solid #656698;
	border-radius: 16px;
	font-size: 26px;
	font-weight: bold;
	color: #110682;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin-bottom: 8px;
}
.lifestyle-elf-world .archive-title {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	border-radius: 14px;
	font-size: 26px;
	font-weight: bold;
	color: #820611;
	text-align: center;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin-bottom: 8px;
}

.lifestyle-elf-world .sidebar .entry-header {
	margin-bottom: 12px;
}

.lifestyle-elf-world .content h2,
.lifestyle-elf-world .content h2 a {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0 8px 8px 8px;
	line-height: 32px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #09067b;
	text-shadow: 1px 1px #fdfdfd;
	border-bottom: 1px solid #808e82;
	border-radius: 14px;
	letter-spacing: 1px;
}
	
.lifestyle-elf-world h4 {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	border-radius: 14px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	font-size: 20px;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

.lifestyle-elf-world .sidebar .entry-title {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	border-radius: 14px;
	font-size: 16px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin: 0;
}

/*
ELF:  Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ELF:  Site Containers
--------------------------------------------- */
.lifestyle-elf-world .site-container {
	background: url(images-elf/bg-body-parchmentwhite.jpg);
	box-shadow: 0 0 5px #656698;
	border: 2px solid #656698;
	border-radius: 20px;
	margin: 4px;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
}
.lifestyle-elf-world .site-inner {
	clear: both;
	border-top: 2px solid #656698;
	border-right: 3px solid #656698;
	border-bottom: 2px solid #656698;
	border-left: 3px solid #656698;
	border-radius: 18px;
	background: #ffffff;
	margin: 0 auto;
	padding: 20px 16px 16px 16px;
	max-width: 1140px;    
}

/* ELF: Genesis
--------------------------------------------- */

.lifestyle-elf-world .breadcrumb {
	border: 1px solid #d5b29c;
	border-radius: 10px;
	font-size: 12px;
	line-height:16px;
	margin-bottom: 16px;
	padding: 8px 32px;
}

.lifestyle-elf-world .archive-description,
.lifestyle-elf-world .author-box,
.lifestyle-elf-world .sticky {
	border: 1px solid #e7c462;
	border-radius: 10px;
	margin-bottom: 32px;
	overflow: hidden;
	padding: 20px 20px 10px 20px;
}


/* ELF: Site Header
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-world .site-header {
	background: url(images-elf/bg-header-worldmap.png);
	margin: 0 auto;
	min-height: 100px;
	border-top: 2px solid #656698;
	border-right: 2px solid #656698;
	border-bottom: 2px solid #656698;
	border-left: 2px solid #656698;
	border-radius: 16px;
    background-size: 100% 100%;
	text-align: center;
	padding: 15px;
	overflow: hidden;
}

.lifestyle-elf-world .archive-pagination li a:hover,
.lifestyle-elf-world .archive-pagination li.active a,
.lifestyle-elf-world .entry-title a:hover,
.lifestyle-elf-world a {
	color: #0000fc;
}

.lifestyle-elf-world .button,
.lifestyle-elf-world .site-footer a,
.lifestyle-elf-world .site-title a:hover {
	color: #fff;
}

/* ELF: Title Area
--------------------------------------------- */
.lifestyle-elf-world .title-area {
	float: left;
}
.lifestyle-elf-world .site-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 36px;
	line-height: 1;
	margin: 0 0 14px;
}
.lifestyle-elf-world .site-title a,
.lifestyle-elf-world .site-title a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #c80000;
	text-shadow: 1px 1px #ddddde;
}
.lifestyle-elf-world .site-description {
	color: #880000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	text-shadow: 1px 1px #dcdcdd;
}


/* Widget Area
--------------------------------------------- */

.lifestyle-elf-world .site-header .widget-area {
	color: #fff;
	float: right;
	width: 380px
}


/* ELF:
Site Navigation
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-world .genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}
.lifestyle-elf-world .genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
}
.lifestyle-elf-world .genesis-nav-menu li:hover > a,
.lifestyle-elf-world .genesis-nav-menu a:hover,
.lifestyle-elf-world .genesis-nav-menu .current-menu-item > a {
	background: #15192b url(images-elf/bg-bar-blueblack.png);
	color: #f9e978;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-world .genesis-nav-menu.responsive-menu .current-menu-item > a,
.lifestyle-elf-world .genesis-nav-menu.responsive-menu .sub-menu a,
.lifestyle-elf-world .genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
.lifestyle-elf-world .genesis-nav-menu.responsive-menu li:hover > a {
	font-size: 16px;
	background: #3f4d84 url(images-elf/bg-bar-bluepurple.png);
	background-size: 100% 100%;
	color: #fff26b;
	text-shadow: 1px 1px #000000;
	}

.lifestyle-elf-world .entry-title a,
.lifestyle-elf-world .sidebar .widget-title a,
.lifestyle-elf-world .site-footer a:hover,
.lifestyle-elf-world a:hover {
	color: #222;
}

.lifestyle-elf-world .archive-pagination li a,
.lifestyle-elf-world .genesis-nav-menu .current-menu-item > a,
.lifestyle-elf-world .genesis-nav-menu .sub-menu a,
.lifestyle-elf-world .nav-primary a {
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

.lifestyle-elf-world .button,
.lifestyle-elf-world .entry-content .button,
.lifestyle-elf-world .site-header,
.lifestyle-elf-world button,
.lifestyle-elf-world input[type="button"],
.lifestyle-elf-world input[type="reset"],
.lifestyle-elf-world input[type="submit"],
.lifestyle-elf-world.lifestyle-pro-home .content .widget-title {
	background-color: #572473;
}


.lifestyle-elf-world .button:hover,
.lifestyle-elf-world .entry-content .button:hover,
.lifestyle-elf-world button:hover,
.lifestyle-elf-world input:hover[type="button"],
.lifestyle-elf-world input:hover[type="reset"],
.lifestyle-elf-world input:hover[type="submit"] {
	background-color: #eeeee8;
}

/* ELF: */
.lifestyle-elf-world .nav-primary {
	background: #630e17 url(images-elf/bg-bar-blueandblack3.png);
	border-top: 1px solid #656698;
    background-size: 100% 100%;
	width: 100%;
}

.lifestyle-elf-world .nav-secondary {
	background: #530a0a url(images-elf/bg-bar-darkgreen.png);
	border-bottom: 1px solid #656698;
    background-size: 100% 100%;
}

/* ELF: Home Banner
--------------------------------------------- */
.lifestyle-elf-world .home-banner {
	border-bottom: 1px solid #656698;
	width: 100%;
	margin: 0;
	padding: 0;
}
.lifestyle-elf-world .home-banner .widget {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-world .home-banner .widget:last-child {
	margin: 0;
	padding: 0;
}
.lifestyle-elf-world .home-banner .widget-title {
	text-align: left;
	text-transform: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-world .sidebar {
	font-size: 15px;
}

.lifestyle-elf-world .sidebar .widget {
	border: 1px solid #030066;
	border-radius: 16px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

/* ELF:
Content Area
---------------------------------------------------------------------------------------------------- */
/* ELF: Home Page
--------------------------------------------- */
.lifestyle-elf-world.lifestyle-pro-home .content .widget-title {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #8a978c;
	border-bottom: 1px solid #808e82;
	border-radius: 16px;
	font-size: 20px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}
.lifestyle-elf-world.lifestyle-pro-home .content h2 .entry-title {
	background: url(images-elf/bg-entry-title-2.png);
	border-top: 1px solid #8a978c;
	border-radius: 16px;
	font-size: 20px;
	font-weight: bold;
	color: #820611;
	text-shadow: 1px 1px #fdfdfd;
	padding:8px 4px;
	margin: 10px 0 16px 0;
}

/* ELF:
Entries
---------------------------------------------------------------------------------------------------- */
.lifestyle-elf-world .content .entry {
	border: 1px solid #2d2db3;
	border-radius: 18px;
	margin-bottom: 24px;
	padding: 20px;
}

.lifestyle-elf-world .entry-header {
	border-bottom: 0;
	margin-bottom: 24px;
	text-align: center;
}

.lifestyle-elf-world .entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 20px;
}

.lifestyle-elf-world .entry-meta {
	text-align: left;
	font-size: 12px;
	line-height:16px;
	padding-top: 0;
	padding-bottom: 2px;
	margin: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-world .site-footer {
	background: url(images-elf/bg-bar-blueandblack3.png);
	background-size: 100% 100%;
	border-top: 1px solid #656698;
	border-bottom: 1px solid #030066;
	border-radius: 16px;
	color: #fff;
	font-size: 14px;
	padding: 12px;
	text-align: center;
}
.lifestyle-elf-world .footer-widgets h4 {
	background: url(images-elf/bg-bar-blueandblack2.png);
	margin: 0 0 10px;
	border-top: 1px solid #656698;
	border-bottom: 1px solid #656698;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.lifestyle-elf-world .footer-widgets {
	background: url(images-elf/bg-body-parchmentgray.jpg);
	border-top: 1px solid #656698;
	clear: both;
	margin: 0 auto;
	padding-top: 0;
}

.lifestyle-elf-world .footer-widgets-1,
.lifestyle-elf-world .footer-widgets-2,
.lifestyle-elf-world .footer-widgets-3 {
	width: 300px;
}

.lifestyle-elf-world .footer-widgets-1,
.lifestyle-elf-world .footer-widgets-2 {
	margin-right: 120px;
}

.lifestyle-elf-world .footer-widgets-1,
.lifestyle-elf-world .footer-widgets-2 {
	float: left;
}

.lifestyle-elf-world .footer-widgets-3 {
	float: left;
}

.lifestyle-elf-world .footer-widgets-1 div,
.lifestyle-elf-world .footer-widgets-2 div,
.lifestyle-elf-world .footer-widgets-3 div {
	background: url(images-elf/bg-opacity50-white.png);
}
.lifestyle-elf-world .footer-widgets-1 p,
.lifestyle-elf-world .footer-widgets-2 p,
.lifestyle-elf-world .footer-widgets-3 p {
	border: 1px solid #3c101e;
	margin: 0;
	padding: 0;
}

.lifestyle-elf-world .footer-widgets .widget {
	background: url(images-elf/bg-opacity50-white.png);
	border: 2px solid #030066;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 12px;
	text-align: center;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	
	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}

}

@media only screen and (max-width: 1139px) {

	.footer-widgets,
/*	.site-container, */
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content {
		width: 580px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.site-header .widget-area {
		width: 380px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-bottom-left,
	.home-bottom-right,
	.sidebar-primary {
		width: 272px;
	}

}

@media only screen and (max-width: 1023px) {

	.footer-widgets,
/* ELF:	Commented Out line below:
	.site-container, */
	.wrap {
		max-width: 772px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header {
		padding: 20px 0;
	}
	
	.site-header .title-area,
	.site-header .widget {
		padding: 0 20px;
	}
	
	.site-header .widget_nav_menu {
		padding: 0;
	}
	
	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 16px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 20px 16px;
	}
	
	.site-header .widget-area {
		margin-top: 16px;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}
	
	.home-bottom-left,
	.home-bottom-right {
		width: 332px;
	}
	
	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 20px;
	}

}

@media only screen and (max-width: 767px) {

	body {
		font-size: 14px;
	}
	
	.site-container {
		padding: 20px 5%;
/* ELF:  Commenteed out
		width: 94%; */
	}

	.five-sixths,
	.four-sixths,
	.home-bottom-left,
	.home-bottom-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.site-title {
		font-size: 32px;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 20px;
		text-transform: none;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a,
	.genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover > a {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.025);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu > li:hover .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu > li:hover .sub-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu li:hover > a {
/* ELF Edited from: 'color: #222' */		
		color: #fdfdff;
		text-shadow: 1px 1px #1647a0;
	}
	
	.genesis-nav-menu a {
		font-size: 12px;
	}
	
	.entry-meta .entry-tags {
		clear: both;
		float: left;
	}
	
	.entry-meta .entry-comments a {
		margin: 0 0 10px;
	}
	
	.lifestyle-pro-home .featuredpost .alignleft,
	.lifestyle-pro-home .featuredpost .alignright {
		float: none;
		margin: 0 auto;
	}

}