/*
	Theme Name: Lifestyle Child Theme
	Theme URI: http://www.studiopress.com/themes/lifestyle
	Description: Lifestyle is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	
	Version: 2.0

	Template: genesis
	Template Version: 1.6.1

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Post Formats
* Column Classes
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Lifestyle Blue
* Lifestyle Charcoal
* Lifestyle Gray
* Lifestyle Green
* Lifestyle Pink
* Lifestyle Purple
* Lifestyle Tan
* Lifestyle Teal
* Lifestyle Yellow

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Oswald);


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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #444;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

input,
select,
textarea,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}

/***** Shopping Guide Page ********************/

.follow-button {
	margin: 10px;
}

.shopping-guide-item {
	padding-right: 20px;
	padding-top: 9px;
	padding-bottom: 9px;
}

.shopping-guide-title {
	font-size: 14px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.shopping-guide-image-block {
	height: 165px;
	width: 242px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
}

.shopping-guide-image {
	display: block;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: solid 1px #f4f4f4;
}

.shopping-guide-image-block1 {
	height: 119px;
	width: 600px;
	margin-right: 20px;
	margin-left: 20px;
	float: right;
}

.shopping-guide-image1 {
	display: block;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: solid 1px #f4f4f4;
}

.guide-clear {
	clear: both;
}

/***** Video Gallery Page ********************/

.video-gallery {
	float: left;
	padding: 12px;
	text-align: center;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #509ac9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #b6e2f4;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #fff;
	overflow: hidden;
	width: 980px;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


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

#header {
	background: url(images/header.png) no-repeat top left;
	height: 150px;
	margin: 0 auto;
	width: 960px;
}

.page-template-landing-php #header {
	margin: 20px auto 0;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 35px 0 0 30px;
	width: 400px;
}

.header-full-width #title-area {
	padding: 35px 0 0;
}
	
#title {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 48px;
	font-variant: small-caps;
	line-height: 48px;
	text-shadow: #666 1px 1px;
}

.header-full-width #title {
	text-align: center;
}

#title a,
#title a:hover {
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#description {
	color: #fff;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 20px;
	font-style: italic;
	text-shadow: #666 1px 1px;
}

.header-full-width #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}	

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a { 
	width: 160px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -31px 0 0 179px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


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

#nav {
	clear: both;
	color: #509ac9;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
	line-height: normal;
}

#nav ul {
	float: right;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	display: block;
	position: relative;
	text-decoration: none;
	background-color: #00AE00;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-left: 5px;
	margin-top: 10px;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #000000;
}

#nav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #444;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	width: 128px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #509ac9;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#nav li ul a { 
	width: 130px;
}

#nav li ul ul {
	margin: -31px 0 0 149px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


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

#nav li.right {
	float: right;
	padding: 10px 10px 8px;
}

#nav li.right a {
	background: none;
	border: none;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #444;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


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

#subnav {
	background: #1c537a;
	clear: both;
	color: #fff;
	font-family: 'Oswald', arial, serif;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	display: block;
	padding: 9px 16px 8px 15px;
	position: relative;
	text-decoration: none;
	color: #fff;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #6ec6ea;
	color: #fff;
}

#subnav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #fff;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 130px;
}

#subnav li ul ul {
	margin: -31px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	overflow: hidden;
	width: 690px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
	float: left;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: url(images/line.png) bottom repeat-x;
	color: #444;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 10px 0 15px;
	width: 960px;
}

.breadcrumb a,
.breadcrumb a:visited {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 960px;
}


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

#content {
	float: left;
	width: 450px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 690px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
}

.content-sidebar-sidebar #content {
	padding: 0 10px;
	width: 430px;
}

.sidebar-sidebar-content #content {
	padding: 0 10px 0 0;
	width: 440px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

.page-template-landing-php #content  {
	padding: 20px 100px 0;
	width: 720px;
}

blockquote {
	background-color: #f5f5f5;
	clear: both;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

blockquote p {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
}

.post {
	background: url(images/line.png) bottom repeat-x;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0 0 25px;
}

.single .post {
	background: none;
	margin: 0 0 20px;
	padding: 0;
}

.format-aside,
.format-audio,
.format-link,
.format-quote,
.format-status,
.format-video {
	margin: 0 0 20px;
	padding: 0 0 10px;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

.entry-content p,
.home #content p,
.page .entry-content p {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

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

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

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

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

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


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-family: 'Oswald', arial, serif;
	font-size: 18px;
	margin-top: 3;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #509ac9;
	font-family: 'Oswald', arial, serif;
	font-size: 24px;
	line-height: 30px;
}

h2 a:hover {
	color: #444;
	text-decoration: none;
}

.home h2 a,
.home h2 a:visited {
	font-size: 16px;
	line-height: 22px;
}

.page-template-page-portfolio-php h2 a,
.page-template-page-portfolio-php h2 a:visited {
	font-size: 16px;
	line-height: 20px;
}

h3 {
	font-size: 20px;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
	color: #444;
	font-size: 16px;
	text-decoration: none;
}

#footer-widgets h4 {
    color: #fff;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0 15px;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	background-color: #f5f5f5;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: url(images/line.png) top repeat-x;
	margin: 0 0 40px;
	padding: 20px 0 0;
	overflow: hidden;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 2px 0 2px 22px;
}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 20px;
}
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 98%;
}

.post-format-image {
	background: none;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.page .post-format-image {
	display: none;
}

img.alignleft,
img.aligncenter
img.alignright,
.alignleft img,
.aligncenter img,
.alignright img,
.featuredpage img,
.featuredpost img {
	border: 1px solid #ddd;
	max-width: none;
	margin: 0 0 10px;
	padding: 4px;
}

.page-template-page-portfolio-php .featuredpost a img:hover {
	border: 1px solid #999;
}

.avatar,
.post-image {	
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 30px;
}

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

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: left;
	width: 250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #1C508B;
}

#sidebar-alt {
	background: #f5f5f5;
	float: left;
	padding: 15px 15px 5px;
	width: 120px;
}

.sidebar-bottom-left {
	display: inline;
	float: left;
	width: 250px;
	margin-left: 15px;
	font-weight: bold;
	text-align: left;
}
	
.sidebar-bottom-right {
	display: inline;
	float: right;
	width: 125px;
}

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

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background: url(images/line-sidebar.png) bottom repeat-x;
	margin: 0 0 15px;
	padding: 0 0 20px;
}

.widget-area ol,
.widget-area ul {
	margin: 5px 0 -5px 20px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	color: #509ac9;
	display: inline;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 5px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 5px 0;
}

.page-template-page-portfolio-php .featuredpage .page,
.page-template-page-portfolio-php .featuredpost .post {
	float: left;
	margin: 0 9px 10px;
	padding: 5px 0 15px;
	overflow: hidden;
	width: 212px;
}

#homepage-left {
	clear: none;
	float: left;
	width: 48%;
	padding-top: 10px;
}

#homepage-right {
	clear: none;
	float: right;
	width: 48%;
	padding-top: 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #6ec6ea;
	border: 1px solid #6ec6ea;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px 4px;
	text-decoration: none;
}

#nav .searchsubmit {
	padding: 2px 7px 2px;
}

.reply a,
.reply a:visited {
	padding: 0 4px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #509ac9;
	border: 1px solid #509ac9;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	float: right;
	margin: 1px 0 0;
}

.s {
	background-color: #fff;
	color: #509ac9;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 0 5px 5px;
	width: 175px;
}

#nav .s {
	padding: 2px 0 2px 5px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #fff;
	color: #509ac9;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 5px 7px;
	width: 195px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */
 
#footer-widgets {
    background-color: #6ec6ea;
    border-bottom: 1px solid #fff;
    clear: both;
    color: #fff;
    font-size: 12px;
    margin: 0 auto 0;
    overflow: hidden;
    padding: 10px 0 0 0;
    width: 960px;
}
 
#footer-widgets .wrap {
    margin: 0 auto;
    width: 900px;
}
 
#footer-widgets .widget {
    background: none;
    border: none;
    padding: 0;
}

#footer-widgets p {
    color: #fff;
    padding: 0 0 10px;
}
 
#footer-widgets a,
#footer-widgets a:visited {
    color: #fff;
    text-decoration: none;
}

#footer-widgets a:hover {
    text-decoration: underline;
}
 
#footer-widgets ul {
    color: #fff;
    list-style-type: none;
    margin: 0 0 10px;
}
 
#footer-widgets ul li {
    list-style-type: square;
    margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
    float: left;
    padding: 0 20px 0 0;
    width: 290px;
}
 
.footer-widgets-2 {
    float: left;
    width: 280px;
}
 
.footer-widgets-3 {
    float: right;
    width: 290px;
}


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

#footer {
	background-color: #6ec6ea;
	clear: both;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	overflow: hidden;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

#footer p {
	color: #fff;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}

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

#footer .gototop {
	float: left;
	padding: 0 0 0 10px;
	width: 200px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 695px;
}


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

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-weight: normal;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author { 
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 0;
}

.thread-alt,
.thread-even {
	background: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


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

body.lifestyle-blue {
	background-color: #aabed4;
}

.lifestyle-blue a,
.lifestyle-blue a:visited,
.lifestyle-blue #nav,
.lifestyle-blue #nav li li a:hover,
.lifestyle-blue #nav li li a:active,
.lifestyle-blue #subnav li li a:hover,
.lifestyle-blue #subnav li li a:active,
.lifestyle-blue h1,
.lifestyle-blue h2,
.lifestyle-blue h2 a,
.lifestyle-blue h2 a:visited,
.lifestyle-blue #cat,
.lifestyle-blue .widget_archive select,
.lifestyle-blue .s,
.lifestyle-blue .enews #subbox {
	color: #162b45;
}

.lifestyle-blue h2 a:hover {
	color: #444;
}

.lifestyle-blue div.gform_footer input.button,
.lifestyle-blue .enews #subbutton,
.lifestyle-blue .reply a,
.lifestyle-blue .reply a:visited,
.lifestyle-blue .searchsubmit,
.lifestyle-blue #submit {
	background-color: #576f8e;
	border: 1px solid #576f8e;
}

.lifestyle-blue div.gform_footer input.button:hover,
.lifestyle-blue .enews #subbutton:hover,
.lifestyle-blue .reply a:hover,
.lifestyle-blue .searchsubmit:hover,
.lifestyle-blue #submit:hover {
	background-color: #4a5f79;
	border: 1px solid #4a5f79;
}
	
.lifestyle-blue #footer-widgets,
.lifestyle-blue #footer {
    background-color: #576f8e;
}


/* Lifestyle Charcoal
------------------------------------------------------------ */

body.lifestyle-charcoal {
	background-color: #444;
}

.lifestyle-charcoal #wrap {
	-moz-box-shadow: 0 1px 2px #000; 
	-webkit-box-shadow: 0 1px 2px #000;
}

.lifestyle-charcoal a,
.lifestyle-charcoal a:visited,
.lifestyle-charcoal #nav,
.lifestyle-charcoal #nav li li a:hover,
.lifestyle-charcoal #nav li li a:active,
.lifestyle-charcoal #subnav li li a:hover,
.lifestyle-charcoal #subnav li li a:active,
.lifestyle-charcoal h1,
.lifestyle-charcoal h2,
.lifestyle-charcoal h2 a,
.lifestyle-charcoal h2 a:visited,
.lifestyle-charcoal #cat,
.lifestyle-charcoal .widget_archive select,
.lifestyle-charcoal .s,
.lifestyle-charcoal .enews #subbox {
	color: #000;
}

.lifestyle-charcoal h2 a:hover {
	color: #444;
}

.lifestyle-charcoal div.gform_footer input.button,
.lifestyle-charcoal .enews #subbutton,
.lifestyle-charcoal .reply a,
.lifestyle-charcoal .reply a:visited,
.lifestyle-charcoal .searchsubmit,
.lifestyle-charcoal #submit {
	background-color: #222;
	border: 1px solid #222;
}

.lifestyle-charcoal div.gform_footer input.button:hover,
.lifestyle-charcoal .enews #subbutton:hover,
.lifestyle-charcoal .reply a:hover,
.lifestyle-charcoal .searchsubmit:hover,
.lifestyle-charcoal #submit:hover {
	background-color: #000;
	border: 1px solid #000;
}
	
.lifestyle-charcoal #footer-widgets,
.lifestyle-charcoal #footer {
    background-color: #222;
}


/* Lifestyle Gray
------------------------------------------------------------ */

body.lifestyle-gray {
	background-color: #ccc;
}

.lifestyle-gray a,
.lifestyle-gray a:visited,
.lifestyle-gray #nav,
.lifestyle-gray #nav li li a:hover,
.lifestyle-gray #nav li li a:active,
.lifestyle-gray #subnav li li a:hover,
.lifestyle-gray #subnav li li a:active,
.lifestyle-gray h1,
.lifestyle-gray h2,
.lifestyle-gray h2 a,
.lifestyle-gray h2 a:visited,
.lifestyle-gray #cat,
.lifestyle-gray .widget_archive select,
.lifestyle-gray .s,
.lifestyle-gray .enews #subbox {
	color: #666;
}

.lifestyle-gray h2 a:hover {
	color: #444;
}

.lifestyle-gray div.gform_footer input.button,
.lifestyle-gray .enews #subbutton,
.lifestyle-gray .reply a,
.lifestyle-gray .reply a:visited,
.lifestyle-gray .searchsubmit,
.lifestyle-gray #submit {
	background-color: #888;
	border: 1px solid #888;
}

.lifestyle-gray div.gform_footer input.button:hover,
.lifestyle-gray .enews #subbutton:hover,
.lifestyle-gray .reply a:hover,
.lifestyle-gray .searchsubmit:hover,
.lifestyle-gray #submit:hover {
	background-color: #666;
	border: 1px solid #666;
}
	
.lifestyle-gray #footer-widgets,
.lifestyle-gray #footer {
    background-color: #888;
}


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

body.lifestyle-green {
	background-color: #acd4aa;
}

.lifestyle-green a,
.lifestyle-green a:visited,
.lifestyle-green #nav,
.lifestyle-green #nav li li a:hover,
.lifestyle-green #nav li li a:active,
.lifestyle-green #subnav li li a:hover,
.lifestyle-green #subnav li li a:active,
.lifestyle-green h1,
.lifestyle-green h2,
.lifestyle-green h2 a,
.lifestyle-green h2 a:visited,
.lifestyle-green #cat,
.lifestyle-green .widget_archive select,
.lifestyle-green .s,
.lifestyle-green .enews #subbox {
	color: #194517;
}

.lifestyle-green h2 a:hover {
	color: #444;
}

.lifestyle-green div.gform_footer input.button,
.lifestyle-green .enews #subbutton,
.lifestyle-green .reply a,
.lifestyle-green .reply a:visited,
.lifestyle-green .searchsubmit,
.lifestyle-green #submit {
	background-color: #5a8f57;
	border: 1px solid #5a8f57;
}

.lifestyle-green div.gform_footer input.button:hover,
.lifestyle-green .enews #subbutton:hover,
.lifestyle-green .reply a:hover,
.lifestyle-green .searchsubmit:hover,
.lifestyle-green #submit:hover {
	background-color: #4d7a4a;
	border: 1px solid #4d7a4a;
}
	
.lifestyle-green #footer-widgets,
.lifestyle-green #footer {
    background-color: #5a8f57;
}


/* Lifestyle Pink
------------------------------------------------------------ */

body.lifestyle-pink {
	background-color: #f1ccde;
}

.lifestyle-pink a,
.lifestyle-pink a:visited,
.lifestyle-pink #nav,
.lifestyle-pink #nav li li a:hover,
.lifestyle-pink #nav li li a:active,
.lifestyle-pink #subnav li li a:hover,
.lifestyle-pink #subnav li li a:active,
.lifestyle-pink h1,
.lifestyle-pink h2,
.lifestyle-pink h2 a,
.lifestyle-pink h2 a:visited,
.lifestyle-pink #cat,
.lifestyle-pink .widget_archive select,
.lifestyle-pink .s,
.lifestyle-pink .enews #subbox {
	color: #a74272;
}

.lifestyle-pink h2 a:hover {
	color: #444;
}

.lifestyle-pink div.gform_footer input.button,
.lifestyle-pink .enews #subbutton,
.lifestyle-pink .reply a,
.lifestyle-pink .reply a:visited,
.lifestyle-pink .searchsubmit,
.lifestyle-pink #submit {
	background-color: #d680a9;
	border: 1px solid #d680a9;
}

.lifestyle-pink div.gform_footer input.button:hover,
.lifestyle-pink .enews #subbutton:hover,
.lifestyle-pink .reply a:hover,
.lifestyle-pink .searchsubmit:hover,
.lifestyle-pink #submit:hover {
	background-color: #be6d91;
	border: 1px solid #be6d91;
}
	
.lifestyle-pink #footer-widgets,
.lifestyle-pink #footer {
    background-color: #d680a9;
}


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

body.lifestyle-purple {
	background-color: #dccae7;
}

.lifestyle-purple a,
.lifestyle-purple a:visited,
.lifestyle-purple #nav,
.lifestyle-purple #nav li li a:hover,
.lifestyle-purple #nav li li a:active,
.lifestyle-purple #subnav li li a:hover,
.lifestyle-purple #subnav li li a:active,
.lifestyle-purple h1,
.lifestyle-purple h2,
.lifestyle-purple h2 a,
.lifestyle-purple h2 a:visited,
.lifestyle-purple #cat,
.lifestyle-purple .widget_archive select,
.lifestyle-purple .s,
.lifestyle-purple .enews #subbox {
	color: #9d61c2;
}

.lifestyle-purple h2 a:hover {
	color: #444;
}

.lifestyle-purple div.gform_footer input.button,
.lifestyle-purple .enews #subbutton,
.lifestyle-purple .reply a,
.lifestyle-purple .reply a:visited,
.lifestyle-purple .searchsubmit,
.lifestyle-purple #submit {
	background-color: #c69ddf;
	border: 1px solid #c69ddf;
}

.lifestyle-purple div.gform_footer input.button:hover,
.lifestyle-purple .enews #subbutton:hover,
.lifestyle-purple .reply a:hover,
.lifestyle-purple .searchsubmit:hover,
.lifestyle-purple #submit:hover {
	background-color: #a87fc5;
	border: 1px solid #a87fc5;
}
	
.lifestyle-purple #footer-widgets,
.lifestyle-purple #footer {
    background-color: #c69ddf;
}


/* Lifestyle Tan
------------------------------------------------------------ */

body.lifestyle-tan {
	background-color: #cbbfb1;
}

.lifestyle-tan a,
.lifestyle-tan a:visited,
.lifestyle-tan #nav,
.lifestyle-tan #nav li li a:hover,
.lifestyle-tan #nav li li a:active,
.lifestyle-tan #subnav li li a:hover,
.lifestyle-tan #subnav li li a:active,
.lifestyle-tan h1,
.lifestyle-tan h2,
.lifestyle-tan h2 a,
.lifestyle-tan h2 a:visited,
.lifestyle-tan #cat,
.lifestyle-tan .widget_archive select,
.lifestyle-tan .s,
.lifestyle-tan .enews #subbox {
	color: #666;
}

.lifestyle-tan h2 a:hover {
	color: #45413c;
}

.lifestyle-tan div.gform_footer input.button,
.lifestyle-tan .enews #subbutton,
.lifestyle-tan .reply a,
.lifestyle-tan .reply a:visited,
.lifestyle-tan .searchsubmit,
.lifestyle-tan #submit {
	background-color: #8f867c;
	border: 1px solid #8f867c;
}

.lifestyle-tan div.gform_footer input.button:hover,
.lifestyle-tan .enews #subbutton:hover,
.lifestyle-tan .reply a:hover,
.lifestyle-tan .searchsubmit:hover,
.lifestyle-tan #submit:hover {
	background-color: #7a726a;
	border: 1px solid #7a726a;
}
	
.lifestyle-tan #footer-widgets,
.lifestyle-tan #footer {
    background-color: #8f867c;
}


/* Lifestyle Teal
------------------------------------------------------------ */

body.lifestyle-teal {
	background-color: #aadcdf;
}

.lifestyle-teal a,
.lifestyle-teal a:visited,
.lifestyle-teal #nav,
.lifestyle-teal #nav li li a:hover,
.lifestyle-teal #nav li li a:active,
.lifestyle-teal #subnav li li a:hover,
.lifestyle-teal #subnav li li a:active,
.lifestyle-teal h1,
.lifestyle-teal h2,
.lifestyle-teal h2 a,
.lifestyle-teal h2 a:visited,
.lifestyle-teal #cat,
.lifestyle-teal .widget_archive select,
.lifestyle-teal .s,
.lifestyle-teal .enews #subbox {
	color: #39979e;
}

.lifestyle-teal h2 a:hover {
	color: #444;
}

.lifestyle-teal div.gform_footer input.button,
.lifestyle-teal .enews #subbutton,
.lifestyle-teal .reply a,
.lifestyle-teal .reply a:visited,
.lifestyle-teal .searchsubmit,
.lifestyle-teal #submit {
	background-color: #7db4b9;
	border: 1px solid #7db4b9;
}

.lifestyle-teal div.gform_footer input.button:hover,
.lifestyle-teal .enews #subbutton:hover,
.lifestyle-teal .reply a:hover,
.lifestyle-teal .searchsubmit:hover,
.lifestyle-teal #submit:hover {
	background-color: #539ca2;
	border: 1px solid #539ca2;
}
	
.lifestyle-teal #footer-widgets,
.lifestyle-teal #footer {
    background-color: #7db4b9;
}


/* Lifestyle Yellow
------------------------------------------------------------ */

body.lifestyle-yellow {
	background-color: #fcfbcd;
}

.lifestyle-yellow a,
.lifestyle-yellow a:visited,
.lifestyle-yellow #nav,
.lifestyle-yellow #nav li li a:hover,
.lifestyle-yellow #nav li li a:active,
.lifestyle-yellow #subnav li li a:hover,
.lifestyle-yellow #subnav li li a:active,
.lifestyle-yellow h1,
.lifestyle-yellow h2,
.lifestyle-yellow h2 a,
.lifestyle-yellow h2 a:visited,
.lifestyle-yellow #cat,
.lifestyle-yellow .widget_archive select,
.lifestyle-yellow .s,
.lifestyle-yellow .enews #subbox {
	color: #9c9912;
}

.lifestyle-yellow h2 a:hover {
	color: #444;
}

.lifestyle-yellow div.gform_footer input.button,
.lifestyle-yellow .enews #subbutton,
.lifestyle-yellow .reply a,
.lifestyle-yellow .reply a:visited,
.lifestyle-yellow .searchsubmit,
.lifestyle-yellow #submit {
	background-color: #d3d163;
	border: 1px solid #d3d163;
}

.lifestyle-yellow div.gform_footer input.button:hover,
.lifestyle-yellow .enews #subbutton:hover,
.lifestyle-yellow .reply a:hover,
.lifestyle-yellow .searchsubmit:hover,
.lifestyle-yellow #submit:hover {
	background-color: #bbb955;
	border: 1px solid #bbb955;
}
	
.lifestyle-yellow #footer-widgets,
.lifestyle-yellow #footer {
    background-color: #d3d163;
}

/* Lifestyle Milton
------------------------------------------------------------ */

/*page background color*/
body.lifestyle-milton {
	background-color: #61b9f7;
}

/*link color*/
.lifestyle-milton a,
.lifestyle-milton a:visited,
.lifestyle-milton #nav,
.lifestyle-milton #nav li li a:hover,
.lifestyle-milton #nav li li a:active,
.lifestyle-milton #subnav li li a:hover,
.lifestyle-milton #subnav li li a:active,
.lifestyle-milton h1,
.lifestyle-milton h2,
.lifestyle-milton h2 a,
.lifestyle-milton h2 a:visited,
.lifestyle-milton #cat,
.lifestyle-milton .widget_archive select,
.lifestyle-milton .s,
.lifestyle-milton .enews #subbox {
	color: #999999;
}

/*subnav color*/
.lifestyle-milton #subnav {
	background: #1c508b;
}

/*subnav rollover color*/
.lifestyle-milton #subnav li a:hover,
.lifestyle-milton #subnav li a:active,
.lifestyle-milton #subnav .current_page_item a,
.lifestyle-milton #subnav .current-cat a,
.lifestyle-milton #subnav .current-menu-item a {
	background-color: #041860;
	color: #fff;
}

/*rollover title link color*/
.lifestyle-milton h2 a:hover {
	color: #041860;
}

/*search button, comment button, etc color*/
.lifestyle-milton div.gform_footer input.button,
.lifestyle-milton .enews #subbutton,
.lifestyle-milton .reply a,
.lifestyle-milton .reply a:visited,
.lifestyle-milton .searchsubmit,
.lifestyle-milton #submit {
	background-color: #041860;
	border: 1px solid #041860;
}

/*search button, comment button, etc rollover color*/
.lifestyle-milton div.gform_footer input.button:hover,
.lifestyle-milton .enews #subbutton:hover,
.lifestyle-milton .reply a:hover,
.lifestyle-milton .searchsubmit:hover,
.lifestyle-milton #submit:hover {
	background-color: #4483af;
	border: 1px solid #4483af;
}
	
/*footer color*/
.lifestyle-milton #footer-widgets,
.lifestyle-milton #footer {
	background-color: #1C508B;
}

/* Lifestyle Burlington
------------------------------------------------------------ */

/*page background color*/
body.lifestyle-burlington {
	background-color: #3399cc;
}

/*link color*/
.lifestyle-burlington a,
.lifestyle-burlington a:visited,
.lifestyle-burlington #nav,
.lifestyle-burlington #nav li li a:hover,
.lifestyle-burlington #nav li li a:active,
.lifestyle-burlington #subnav li li a:hover,
.lifestyle-burlington #subnav li li a:active,
.lifestyle-burlington h1,
.lifestyle-burlington h2,
.lifestyle-burlington h2 a,
.lifestyle-burlington h2 a:visited,
.lifestyle-burlington #cat,
.lifestyle-burlington .widget_archive select,
.lifestyle-burlington .s,
.lifestyle-burlington .enews #subbox {
	color: #4f85ca;
}

/*subnav color*/
.lifestyle-burlington #subnav {
	background: #1078c1;
}

/*subnav rollover color*/
.lifestyle-burlington #subnav li a:hover,
.lifestyle-burlington #subnav li a:active,
.lifestyle-burlington #subnav .current_page_item a,
.lifestyle-burlington #subnav .current-cat a,
.lifestyle-burlington #subnav .current-menu-item a {
	background-color: #0c49a4;
	color: #fff;
}

/*rollover title link color*/
.lifestyle-burlington h2 a:hover {
	color: #113392;
}

/*search button, comment button, etc color*/
.lifestyle-burlington div.gform_footer input.button,
.lifestyle-burlington .enews #subbutton,
.lifestyle-burlington .reply a,
.lifestyle-burlington .reply a:visited,
.lifestyle-burlington .searchsubmit,
.lifestyle-burlington #submit {
	background-color: #113392;
	border: 1px solid #113392;
}

/*search button, comment button, etc rollover color*/
.lifestyle-burlington div.gform_footer input.button:hover,
.lifestyle-burlington .enews #subbutton:hover,
.lifestyle-burlington .reply a:hover,
.lifestyle-burlington .searchsubmit:hover,
.lifestyle-burlington #submit:hover {
	background-color: #4f85ca;
	border: 1px solid #4f85ca;
}
	
/*footer color*/
.lifestyle-burlington #footer-widgets,
.lifestyle-burlington #footer {
    background-color: #113392;
}

/* Lifestyle Oakville
------------------------------------------------------------ */

/*page background color*/
body.lifestyle-oakville {
	background-color: #fff;
}

/*link color*/
.lifestyle-oakville a,
.lifestyle-oakville a:visited,
.lifestyle-oakville #nav,
.lifestyle-oakville #nav li li a:hover,
.lifestyle-oakville #nav li li a:active,
.lifestyle-oakville #subnav li li a:hover,
.lifestyle-oakville #subnav li li a:active,
.lifestyle-oakville h1,
.lifestyle-oakville h2,
.lifestyle-oakville h2 a,
.lifestyle-oakville h2 a:visited,
.lifestyle-oakville #cat,
.lifestyle-oakville .widget_archive select,
.lifestyle-oakville .s,
.lifestyle-oakville .enews #subbox {
	color: #993366;
}

/*subnav color*/
.lifestyle-oakville #subnav {
	background: #c15f9b;
}

/*subnav rollover color*/
.lifestyle-oakville #subnav li a:hover,
.lifestyle-oakville #subnav li a:active,
.lifestyle-oakville #subnav .current_page_item a,
.lifestyle-oakville #subnav .current-cat a,
.lifestyle-oakville #subnav .current-menu-item a {
	background-color: #640f43;
	color: #fff;
}

/*rollover title link color*/
.lifestyle-oakville h2 a:hover {
	color: #000;
}

/*search button, comment button, etc color*/
.lifestyle-oakville div.gform_footer input.button,
.lifestyle-oakville .enews #subbutton,
.lifestyle-oakville .reply a,
.lifestyle-oakville .reply a:visited,
.lifestyle-oakville .searchsubmit,
.lifestyle-oakville #submit {
	background-color: #640f43;
	border: 1px solid #640f43;
}

/*search button, comment button, etc rollover color*/
.lifestyle-oakville div.gform_footer input.button:hover,
.lifestyle-oakville .enews #subbutton:hover,
.lifestyle-oakville .reply a:hover,
.lifestyle-oakville .searchsubmit:hover,
.lifestyle-oakville #submit:hover {
	background-color: #c15f9b;
	border: 1px solid #c15f9b;
}
	
/*footer color*/
.lifestyle-oakville #footer-widgets,
.lifestyle-oakville #footer {
    background-color: #640f43;
}

/* Lifestyle North Oakville
------------------------------------------------------------ */

/*page background color*/
body.lifestyle-northoakville {
	background-color: #993333;
}

/*link color*/
.lifestyle-northoakville a,
.lifestyle-northoakville a:visited,
.lifestyle-northoakville #nav,
.lifestyle-northoakville #nav li li a:hover,
.lifestyle-northoakville #nav li li a:active,
.lifestyle-northoakville #subnav li li a:hover,
.lifestyle-northoakville #subnav li li a:active,
.lifestyle-northoakville h1,
.lifestyle-northoakville h2,
.lifestyle-northoakville h2 a,
.lifestyle-northoakville h2 a:visited,
.lifestyle-northoakville #cat,
.lifestyle-northoakville .widget_archive select,
.lifestyle-northoakville .s,
.lifestyle-northoakville .enews #subbox {
	color: #d5463a;
}

/*subnav color*/
.lifestyle-northoakville #subnav {
	background: #993333;
}

/*subnav rollover color*/
.lifestyle-northoakville #subnav li a:hover,
.lifestyle-northoakville #subnav li a:active,
.lifestyle-northoakville #subnav .current_page_item a,
.lifestyle-northoakville #subnav .current-cat a,
.lifestyle-northoakville #subnav .current-menu-item a {
	background-color: #581c17;
	color: #fff;
}

/*rollover title link color*/
.lifestyle-northoakville h2 a:hover {
	color: #000;
}

/*search button, comment button, etc color*/
.lifestyle-northoakville div.gform_footer input.button,
.lifestyle-northoakville .enews #subbutton,
.lifestyle-northoakville .reply a,
.lifestyle-northoakville .reply a:visited,
.lifestyle-northoakville .searchsubmit,
.lifestyle-northoakville #submit {
	background-color: #581c17;
	border: 1px solid #581c17;
}

/*search button, comment button, etc rollover color*/
.lifestyle-northoakville div.gform_footer input.button:hover,
.lifestyle-northoakville .enews #subbutton:hover,
.lifestyle-northoakville .reply a:hover,
.lifestyle-northoakville .searchsubmit:hover,
.lifestyle-northoakville #submit:hover {
	background-color: #993333;
	border: 1px solid #993333;
}
	
/*footer color*/
.lifestyle-northoakville #footer-widgets,
.lifestyle-northoakville #footer {
    background-color: #581c17;
}

/* Lifestyle BIA
------------------------------------------------------------ */

/*page background color*/
body.lifestyle-bia {
	background-color: #fff;
}

/*link color*/
.lifestyle-bia a,
.lifestyle-bia a:visited,
.lifestyle-bia #nav,
.lifestyle-bia #nav li li a:hover,
.lifestyle-bia #nav li li a:active,
.lifestyle-bia #subnav li li a:hover,
.lifestyle-bia #subnav li li a:active,
.lifestyle-bia h1,
.lifestyle-bia h2,
.lifestyle-bia h2 a,
.lifestyle-bia h2 a:visited,
.lifestyle-bia #cat,
.lifestyle-bia .widget_archive select,
.lifestyle-bia .s,
.lifestyle-bia .enews #subbox {
	color: #930;
}

/*subnav color*/
.lifestyle-bia #subnav {
	background: #c60;
}

/*subnav rollover color*/
.lifestyle-bia #subnav li a:hover,
.lifestyle-bia #subnav li a:active,
.lifestyle-bia #subnav .current_page_item a,
.lifestyle-bia #subnav .current-cat a,
.lifestyle-bia #subnav .current-menu-item a {
	background-color: #581c17;
	color: #fff;
}

/*rollover title link color*/
.lifestyle-bia h2 a:hover {
	color: #000;
}

/*search button, comment button, etc color*/
.lifestyle-bia div.gform_footer input.button,
.lifestyle-bia .enews #subbutton,
.lifestyle-bia .reply a,
.lifestyle-bia .reply a:visited,
.lifestyle-bia .searchsubmit,
.lifestyle-bia #submit {
	background-color: #930;
	border: 1px solid #930;
}

/*search button, comment button, etc rollover color*/
.lifestyle-bia div.gform_footer input.button:hover,
.lifestyle-bia .enews #subbutton:hover,
.lifestyle-bia .reply a:hover,
.lifestyle-bia .searchsubmit:hover,
.lifestyle-bia #submit:hover {
	background-color: #c60;
	border: 1px solid #c60;
}
	
/*footer color*/
.lifestyle-bia #footer-widgets,
.lifestyle-bia #footer {
    background-color: #c60;
}

.lifestyle-bia .sidebar {
	background: #faefe5;
}

.lifestyle-bia .widgettitle {
	background-color: #c60;
	padding: 5px 10px;
	color: #fff;
	font-weight: normal;
}

/* Lifestyle Oakville Downtown
------------------------------------------------------------ */

/*page background color*/
body.lifestyle-oakvilledowntown {
	background-color: #b8d989;
}

/*link color*/
.lifestyle-oakvilledowntown a,
.lifestyle-oakvilledowntown a:visited,
.lifestyle-oakvilledowntown #nav,
.lifestyle-oakvilledowntown #nav li li a:hover,
.lifestyle-oakvilledowntown #nav li li a:active,
.lifestyle-oakvilledowntown #subnav li li a:hover,
.lifestyle-oakvilledowntown #subnav li li a:active,
.lifestyle-oakvilledowntown h1,
.lifestyle-oakvilledowntown h2,
.lifestyle-oakvilledowntown h2 a,
.lifestyle-oakvilledowntown h2 a:visited,
.lifestyle-oakvilledowntown #cat,
.lifestyle-oakvilledowntown .widget_archive select,
.lifestyle-oakvilledowntown .s,
.lifestyle-oakvilledowntown .enews #subbox {
	color: #6a8939;
}

/*subnav color*/
.lifestyle-oakvilledowntown #subnav {
	background: #6a8939;
}

/*subnav rollover color*/
.lifestyle-oakvilledowntown #subnav li a:hover,
.lifestyle-oakvilledowntown #subnav li a:active,
.lifestyle-oakvilledowntown #subnav .current_page_item a,
.lifestyle-oakvilledowntown #subnav .current-cat a,
.lifestyle-oakvilledowntown #subnav .current-menu-item a {
	background-color: #223807;
	color: #fff;
}

/*rollover title link color*/
.lifestyle-oakvilledowntown h2 a:hover {
	color: #041860;
}

/*search button, comment button, etc color*/
.lifestyle-oakvilledowntown div.gform_footer input.button,
.lifestyle-oakvilledowntown .enews #subbutton,
.lifestyle-oakvilledowntown .reply a,
.lifestyle-oakvilledowntown .reply a:visited,
.lifestyle-oakvilledowntown .searchsubmit,
.lifestyle-oakvilledowntown #submit {
	background-color: #223807;
	border: 1px solid #223807;
}

/*search button, comment button, etc rollover color*/
.lifestyle-oakvilledowntown div.gform_footer input.button:hover,
.lifestyle-oakvilledowntown .enews #subbutton:hover,
.lifestyle-oakvilledowntown .reply a:hover,
.lifestyle-oakvilledowntown .searchsubmit:hover,
.lifestyle-oakvilledowntown #submit:hover {
	background-color: #6a8939;
	border: 1px solid #6a8939;
}
	
/*footer color*/
.lifestyle-oakvilledowntown #footer-widgets,
.lifestyle-oakvilledowntown #footer {
    background-color: #223807;
}

/* Lifestyle Halton
------------------------------------------------------------ */

/*page background color*/
body.lifestyle-halton {
	background-color: #c4544d;
}

/*link color*/
.lifestyle-halton a,
.lifestyle-halton a:visited,
.lifestyle-halton #nav,
.lifestyle-halton #nav li li a:hover,
.lifestyle-halton #nav li li a:active,
.lifestyle-halton #subnav li li a:hover,
.lifestyle-halton #subnav li li a:active,
.lifestyle-halton h1,
.lifestyle-halton h2,
.lifestyle-halton h2 a,
.lifestyle-halton h2 a:visited,
.lifestyle-halton #cat,
.lifestyle-halton .widget_archive select,
.lifestyle-halton .s,
.lifestyle-halton .enews #subbox {
	color: #b31f23;
}

/*subnav color*/
.lifestyle-halton #subnav {
	background: #b31f23;
}

/*subnav rollover color*/
.lifestyle-halton #subnav li a:hover,
.lifestyle-halton #subnav li a:active,
.lifestyle-halton #subnav .current_page_item a,
.lifestyle-halton #subnav .current-cat a,
.lifestyle-halton #subnav .current-menu-item a {
	background-color: #660909;
	color: #fff;
}

/*rollover title link color*/
.lifestyle-halton h2 a:hover {
	color: #660909;
}

/*search button, comment button, etc color*/
.lifestyle-halton div.gform_footer input.button,
.lifestyle-halton .enews #subbutton,
.lifestyle-halton .reply a,
.lifestyle-halton .reply a:visited,
.lifestyle-halton .searchsubmit,
.lifestyle-halton #submit {
	background-color: #660909;
	border: 1px solid #660909;
}

/*search button, comment button, etc rollover color*/
.lifestyle-halton div.gform_footer input.button:hover,
.lifestyle-halton .enews #subbutton:hover,
.lifestyle-halton .reply a:hover,
.lifestyle-halton .searchsubmit:hover,
.lifestyle-halton #submit:hover {
	background-color: #b31f23;
	border: 1px solid #b31f23;
}
	
/*footer color*/
.lifestyle-halton #footer-widgets,
.lifestyle-halton #footer {
    background-color: #660909;
}

/* Lifestyle Flamborough
------------------------------------------------------------ */

/*page background color*/
body.lifestyle-flamborough {
	background-color: #84b868;
}

/*link color*/
.lifestyle-flamborough a,
.lifestyle-flamborough a:visited,
.lifestyle-flamborough #nav,
.lifestyle-flamborough #nav li li a:hover,
.lifestyle-flamborough #nav li li a:active,
.lifestyle-flamborough #subnav li li a:hover,
.lifestyle-flamborough #subnav li li a:active,
.lifestyle-flamborough h1,
.lifestyle-flamborough h2,
.lifestyle-flamborough h2 a,
.lifestyle-flamborough h2 a:visited,
.lifestyle-flamborough #cat,
.lifestyle-flamborough .widget_archive select,
.lifestyle-flamborough .s,
.lifestyle-flamborough .enews #subbox {
	color: #57983d;
}

/*subnav color*/
.lifestyle-flamborough #subnav {
	background: #57983d;
}

/*subnav rollover color*/
.lifestyle-flamborough #subnav li a:hover,
.lifestyle-flamborough #subnav li a:active,
.lifestyle-flamborough #subnav .current_page_item a,
.lifestyle-flamborough #subnav .current-cat a,
.lifestyle-flamborough #subnav .current-menu-item a {
	background-color: #df730a;
	color: #fff;
}

/*rollover title link color*/
.lifestyle-flamborough h2 a:hover {
	color: #df730a;
}

/*search button, comment button, etc color*/
.lifestyle-flamborough div.gform_footer input.button,
.lifestyle-flamborough .enews #subbutton,
.lifestyle-flamborough .reply a,
.lifestyle-flamborough .reply a:visited,
.lifestyle-flamborough .searchsubmit,
.lifestyle-flamborough #submit {
	background-color: #1d4d0a;
	border: 1px solid #1d4d0a;
}

/*search button, comment button, etc rollover color*/
.lifestyle-flamborough div.gform_footer input.button:hover,
.lifestyle-flamborough .enews #subbutton:hover,
.lifestyle-flamborough .reply a:hover,
.lifestyle-flamborough .searchsubmit:hover,
.lifestyle-flamborough #submit:hover {
	background-color: #70b730;
	border: 1px solid #70b730;
}
	
/*footer color*/
.lifestyle-flamborough #footer-widgets,
.lifestyle-flamborough #footer {
    background-color: #1d4d0a;
}

.imageElement {
	visibility: hidden;
	}
	
#myGallery, #myGallerySet, #flickrGallery {
	background: #000 url('css/img/loading-bar-black.gif') no-repeat center;
	border: 0px solid #000000;
	height: 376px;
	width: 680px;
	}

.jdGallery .slideInfoZone {
	background-color: #000000 !important;
	height: 65px;
	}

.jdGallery .slideInfoZone h2 {
	color: #FFFFFF !important;
	font-size: 20px !important;
	font-weight: normal !important;
	margin: 2px 15px !important;
	padding: 0px 0px !important; 
	}

.jdGallery .slideInfoZone p {
	color: #FFFFFF !important;
	font-size: 15px !important;
	line-height: 14px !important;
	margin: 2px 15px !important;
	padding: 0px 0px !important;
	}

.jdGallery .slideInfoZone p a, .jdGallery .slideInfoZone p a:link, .jdGallery .slideInfoZone p a:visited {
	color: #FFFFFF !important;
	font-weight:normal !important;
	}

.jdGallery .slideInfoZone p a:hover {
	color: #FFFFFF !important;
	font-weight:bold !important;
	}
	
.jdGallery .slideElement {
	background-color: #000000;
	}
	/*----*****---- << Forms >> ----*****----*/
	
	label{ font-size:14px; }

	fieldset{ padding:15px; margin:0 0 20px 0; }
	legend{ font-weight: bold; }
	
	form p {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 0px;
	color: #FFF;
}
	
	input[type=text], input[type=password], input.text, textarea{ padding:10px; display:block; font:normal 12px Tahoma, Geneva, sans-serif; }
	input[type=text], input[type=password], input.text {
	width: 75%;
}
	textarea { width:82%; height:120px; }
	select{
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	border-radius: 5px;
	behavior: url(PIE.htc);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	
	.content input[type=text], .content input[type=password], .content input.text, .content textarea {  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff; -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff; box-shadow: inset 0px 1px 0px 0px #ffffff; border-radius:5px; }
	
	input[type=submit] {
	padding: 6px 15px 7px;
	display: inline-block;
*display:inline; 	zoom: 1;
	margin: 10px 0px 0px;
	cursor: pointer;
	cursor: pointer;
	overflow: visible;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	border-radius: 5px;
	behavior: url(PIE.htc);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
	input[type=submit]:hover { opacity:0.8; filter:alpha(opacity=80); }
	
	input[type=text], input[type=password], input.text, textarea, select{
	float: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
	
/*----*****---- << Contact >> ----*****----*/	
	
		.contact-info { font-size:16px; line-height:28px;  font-style:italic; margin-bottom:30px; }
		.main-contact-details {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
}
		.main-contact-details ul.contact-details { width:100%; float:left; margin:0px; padding:0px; }
		.main-contact-details ul.contact-details li {
	float: left;
	width: 100%;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
}
		
		.main-contact-details ul.contact-details li p { margin:0px; }
		.main-contact-details ul.contact-details span { text-align:center; float:left; margin:4px 2% 0px 0px; width:10%; }	
		.main-contact-details ul.contact-details p {
	float: left;
	margin-bottom: 0px;
	width: 100%;
}
		.main-contact-details ul.contact-details li a:hover { text-decoration:underline; }
		
		.main-contact-details ul.contact-details span.address { height:16px; }
		.main-contact-details ul.contact-details span.mail { height:14px; }
		.main-contact-details ul.contact-details span.phone { height:19px; }
		.main-contact-details ul.contact-details span.skype { height:19px; }
		
		.one-third .main-contact-details ul.contact-details li { width:98%; }
		
		.two-third textarea { width:96.5%; }
		.one-third input[type="text"] { width:89%; }
		p.one-third { clear:none; }
		
		.error-container { font-size:14px; color:#ff0000; text-shadow:none; margin:10px 0px 0px; float:left; clear:both; width:100%; }
		.error { border:1px solid #ff0000 !important; }
		
		/*----*****---- << Buttons >> ----*****----*/
	
	.button.small { background:url(../images/button-small-gradient.png) repeat-x; }
	.button.medium { background:url(../images/button-medium-gradient.png) repeat-x; }
	.button.large { background:url(../images/button-large-gradient.png) repeat-x; }
	.button.xlarge { background:url(../images/button-xlarge-gradient.png) repeat-x; }
	
	.button.dark-grey { background-color:#696969; color:#ffffff; border:1px solid #3c3c3c; text-shadow:0px 1px 0px #000000; }
	
	.button.black { background-color:#303030; color:#ffffff; border:1px solid #000000; text-shadow:0px 1px 0px #000000; }
	.button.grey {
	background-color: #FF0000;
	color: #ffffff;
	border: 1px solid #3c3c3c;
	text-shadow: 0px 1px 0px #000000;
}
	.button.light-grey { background-color:#fafafa; color:#696969; border:1px solid #d0d0d0; text-shadow:0px 1px 0px #ffffff; }
	.button.lightblue { background-color:#3d9ed6; color:#ffffff; border:1px solid #20648b; text-shadow:0px 1px 0px #000000; }
	.button.teal { background-color:#3eccd6; color:#ffffff; border:1px solid #1b7980; text-shadow:0px 1px 0px #000000; }
	.button.purple { background-color:#e178ef; color:#ffffff; border:1px solid #822c8d; text-shadow:0px 1px 0px #000000; }
	.button.green { background-color:#5fd63e; color:#ffffff; border:1px solid #32831c; text-shadow:0px 1px 0px #000000; }
	.button.pink { background-color:#d63ea9; color:#ffffff; border:1px solid #851e66; text-shadow:0px 1px 0px #000000; }
	.button.olivegreen { background-color:#d6d63e; color:#ffffff; border:1px solid #80801b; text-shadow:0px 1px 0px #000000; }
	.button.red { background-color:#d63e46; color:#ffffff; border:1px solid #851e23; text-shadow:0px 1px 0px #000000; }
	.button.orange { background-color:#f49a2c; color:#ffffff; border:1px solid #83541c; text-shadow:0px 1px 0px #000000; }
	.button.blue { background-color:#3e62d6; color:#ffffff; border:1px solid #19307d; text-shadow:0px 1px 0px #000000; }
	.button.violet { background-color:#8a3ed6; color:#ffffff; border:1px solid #4d1b80; text-shadow:0px 1px 0px #000000; }
	.button.salmon { background-color:#fa8072; color:#ffffff; border:1px solid #a4463c; text-shadow:0px 1px 0px #000000; }
	.button.khaki { background-color:#bdb76b; color:#ffffff; border:1px solid #6f6b37; text-shadow:0px 1px 0px #000000; }
	.button.light-green { background-color:#90ee90; color:#115b11; border:1px solid #5cbd5c; text-shadow:0px 1px 0px #82df82; }	
	
	.button.heart-icon span { background:url(../images/button-ico-heart.png) left 8px no-repeat; }
	.button.rss-icon span { background:url(../images/button-ico-rss.png) left 8px no-repeat; }
	.button.mail-icon span { background:url(../images/button-ico-mail.png) left 8px no-repeat; }
	.button.refresh-icon span { background:url(../images/button-ico-refresh.png) left 8px no-repeat; }
	.button.zoom-icon span { background:url(../images/button-ico-zoom.png) left 8px no-repeat; }
	.button.download-icon span { background:url(../images/button-ico-download.png) left 8px no-repeat; }
	.button.delete-icon span { background:url(../images/button-ico-delete.png) left 8px no-repeat; }
	.button.warning-icon span { background:url(../images/button-ico-warning.png) left 9px no-repeat; }
	.button.chat-icon span { background:url(../images/button-ico-chat.png) left 8px no-repeat; }
	.button.star-icon span { background:url(../images/button-ico-star.png) left 7px no-repeat; }	
		
.home.blog.header-full-width.header-image.content-sidebar.lifestyle-milton #wrap #sidebar2 .sendmail p label {
	color: #FFF;
}
.home.blog.header-full-width.header-image.content-sidebar.lifestyle-milton #wrap #sidebar2 #loan_info .tblform tr td .field #fname {
	color: #FFF;
}
.home.blog.header-full-width.header-image.content-sidebar.lifestyle-milton #wrap #sidebar2 #loan_info .tblform tr td .field.dummyerror #emails {
	color: #FFF;
}
.home.blog.header-full-width.header-image.content-sidebar.lifestyle-milton #wrap #sidebar2 #loan_info .tblform tr td .field .infield {
	color: #FFF;
}
.home.blog.header-full-width.header-image.content-sidebar.lifestyle-milton #wrap .sidebar-bottom-left h7 {
	text-align: center;
	color: #999;
}
.PA {
	color: #999;
}
