/*
	Theme Name: News Child Theme
	Theme URL: http://www.studiopress.com/themes/news
	Description: News is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.1
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

BROWN #634028
DK BROWN #402819
PINK #C7146C or E80C6F
DK PINK #BF065C
GREEN #B4C16A
DK GREEN 9AA653
DK DK GREEN #8A954B
*/

@import url(http://fonts.googleapis.com/css?family=Oswald);

body {
	color: #402819;
	font-size: 15px;
	font-family: Helvetica, serif;
	margin: 0 auto 0;
	font-weight:300;
	padding: 0;
	line-height: 1.5em;
	}
	
p {
	margin: 0;
	padding: 0;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	/* color: #9AA653; */
	color: #E80C6F;
	text-decoration: none;
	}
	
a:hover {
	/* color: #8A954B; */
	color: #E80C6F;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	background: #ffffff url(images/headerbg.png) repeat-x;
	width: 100%;
	margin: 0px auto 10px;
	padding: 0;
	position: relative;
	}
	
/***** TopNav ********************/

#topnav {
	width: 980px;
	font-size: 11px;
	font-weight: bold;
	margin: 0 auto 0;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	overflow: hidden;
	display:none;
	}

.topnav-right {
	width: 190px;
	text-align:right;
	float: right;
	margin: 0;
	padding: 5px 10px 0;
	}
	
.topnav-left {
	width: 750px;
	float: left;
	margin: 0;
	padding: 3px 0 0 0;
	}
	
/***** Top Navigation ********************/
	
#topnav ul {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	}

#topnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#topnav li a {
	color: #402819;
	display: block;
    margin: 0;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	position: relative;	
	}

#topnav li a:hover, #topnav li a:active, #topnav .current_page_item a, #topnav .current-cat a, #topnav .current-menu-item {
	color: #9AA653;
	}
	
#topnav li a.sf-with-ul {
	padding-right: 10px;
	}	
	
#topnav li a .sf-sub-indicator {
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	}
	
#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	background: #FFFFFF;
	color: #402819;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-transform: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	}
	
#topnav li li a:hover, #topnav li li a:active {
	background: #F2F2F2;
	color: #9AA653;
	}

#topnav li li a .sf-sub-indicator {
	top: 10px;
	}

#topnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#topnav li ul a { 
	width: 140px;
	}

#topnav li ul ul {
	margin: -31px 0 0 159px;
	}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfHover ul ul, #topnav li.sfHover ul ul ul {
	left: -999em;
	}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfHover ul, #topnav li li.sfHover ul, #topnav li li li.sfHover ul {
	left: auto;
	}

#topnav li:hover, #topnav li.sfHover { 
	position: static;
	}
	
/***** Header  ********************/

#adbar {
background:#F4F5E7;
border-bottom:5px solid #E4E6CE;
}

#header {
	background:url(images/sprite.png) 0px 0 no-repeat !important;
	width: 1000px; 
	height: 200px !important;
	margin: 0 auto 0;
	position:relative;
	}

#title-area {
	width: 480px;
	float: left;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	}
	
#title-area #title {
	color: #402819;
	font-size: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	line-height: 42px;
	}
	
#title-area #title a {
	color: #402819;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	height:150px;
	width:500px;
	display:block;
	}
	
#title-area #title a:hover {
	color: #402819;
	text-decoration: none;
	}
	
#title-area #description {
	color: #666666;
	font-size: 0px;
	font-style: normal;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 20px;
	}

#header .widget-area {
	width: 468px;
	float: right;
	margin: 0; 
	padding: 10px 10px 0 0;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #402819;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 290px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 500px;
	}

/***** Primary Navigation ********************/

#nav {
	background: #402819;
	width: 1000px;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 auto;
	text-transform: uppercase;
	overflow: hidden;
	clear: both;
	}

#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
    margin: 0;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	position: relative;	
	border-right: 1px solid #666666;
	}

#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item {
	background: #402819;
	}

#nav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 5px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #402819;
	color: #FFFFFF;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-transform: none;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #402819;
	}

#nav li li a .sf-sub-indicator {
	background: none;
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0 0 0 -1px;
	padding: 0;
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul ul {
	margin: -31px 0 0 159px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
/***** Primary Navigation Extras ********************/
	
#nav li.right {
	float: right;
	font-weight: bold;
	margin: 0;
	padding: 8px 15px 8px 0;
	}

#nav li.right a {
	background: none;
	color: #FFFFFF;
	display: inline;
	text-decoration: none;
	border: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}
	
#nav li.search {
	padding: 3px 10px 0 10px;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	
/***** Secondary Navigation ********************/

#subnav {
	background: none;
	width: 1000px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 30;
	margin: 0 auto 0;
	text-transform: uppercase;
	overflow: hidden;
	clear: both;
	position:absolute;
	bottom:0;
	left:0;
	}

#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li {
	float: left;
	list-style: none;
	}
	
#subnav li a {
	color: #fff;
	display: block;
    margin: 0;
	padding: 8px 15px 7px;
	text-decoration: none;
	position: relative;	
	}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item {
	color: #fff;
	}

#subnav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 5px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #FFFFFF;
	color: #402819;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-transform: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #F2F2F2;
	color: #9AA653;
	}

#subnav li li a .sf-sub-indicator {
	background: none;
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul ul {
	margin: -31px 0 0 159px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

/***** Custom Menus ********************/

#customnav {
	background: none;
	width: 1000px;
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 300;
	margin: 0 auto 0;
	text-transform: none;
	overflow: visible;
	clear: both;
	position:absolute;
	bottom:0;
	left:0;
	}

#customnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#customnav li {
	float: left;
	list-style: none;
	}
	
#customnav li a {
	color: #fff;
	display: block;
	margin: 0 0 1px;
	padding: 8px 15px 7px;
	text-decoration: none;
	position: relative;	
	}

#customnav li a:hover, #customnav li a:active {
	background:#CCDC6F;
	color: #634028;
	}

#customnav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 5px;
	}
	
#customnav li li a, #customnav li li a:link, #customnav li li a:visited {
	background: #B0C264;
	color: #fff;
	font-size:14px;
	line-height:14px;
	width: 138px; 
	margin: 0;
	padding: 5px 15px
	text-transform: none;
	border-top:1px solid #fff;
	position: relative;
	}
	
#customnav li li a:hover, #customnav li li a:active {
	background: #CCDC6F;
	color: #634028;
	}

#customnav li li a .sf-sub-indicator {
	background: none;
	top: 10px;
	}

#customnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#customnav li ul a { 
	width: 140px;
	}

#customnav li ul ul {
	margin: -30px 0 0 169px;
	}

#customnav li:hover ul ul, #customnav li:hover ul ul ul, #customnav li.sfHover ul ul, #customnav li.sfHover ul ul ul {
	left: -999em;
	}

#customnav li:hover ul, #customnav li li:hover ul, #customnav li li li:hover ul, #customnav li.sfHover ul, #customnav li li.sfHover ul, #customnav li li li.sfHover ul {
	left: auto;
	}

#customnav li:hover, #customnav li.sfHover { 
	position: static;
	}


/***** Inner ********************/

#inner {
	width: 1000px;
	margin: 0 auto 0;
	padding: 15px 0px 0 20px;
	overflow: hidden;
	}

/***** Tabs ********************/

.ui-tabs {
	clear: both;
	width: 620px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#content .ui-tabs .post {
	margin: 0;
	padding: 0;
	}

.ui-tabs .ui-tabs-hide {
    display: none;
	}

.ui-tabs .ui-tabs-panel {
	width: 620px;
	}

#content .ui-tabs ul.ui-tabs-nav {
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 15px 0; 
	padding: 10px 0 10px 5px;
	border-top: 3px solid #CCCCCC;
	border-bottom: 1px dotted #AAAAAA;
	clear: both;
	}
	
#content .ui-tabs ul.ui-tabs-nav li {
	background: none;
	display: inline;
	text-align: center;
	margin: 0 5px 0 0; 
	padding: 0;
	}
	
.ui-tabs ul.ui-tabs-nav li a {
	color: #402819;
	font-weight: bold;
	margin: 0; 
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.ui-tabs ul.ui-tabs-nav li a:hover {
	background: #9AA653;
	color: #FFFFFF;
	}
	
.ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #402819;
	color: #FFFFFF;
	}
	
.ui-tabs .image {
	margin: 0 10px 0 0;
	padding: 0;
	}
	
.ui-tabs .more-link {
	background: #402819;
	float: right;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0 0 0; 
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.ui-tabs .more-link:hover {
	background: #9AA653;
	}

/***** Homepage ********************/
	
.home .status-publish {
clear:both;
padding-top:10px;
}

#featured-top, #featured-bottom {
	width: 620px;
	float: left;
	}
	
#featured-bottom {
	font-size: 15px;
	}
	
.featured-bottom-left {
	width: 300px;
	float: left;
	}
	
.featured-bottom-right {
	width: 300px;
	float: right;
	}

#featured-top .widget, #featured-bottom .widget {
	margin: 0 0 20px 0;
/*	padding:15px;
	background:#F6F6ED;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border:1px solid #EFF1E0; */
	}
	
/***** Featured Post/Page ********************/

.featuredpost, .featuredpage {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
.featuredpost .post, .featuredpage .page {
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #AAAAAA;
	overflow: hidden;
	clear: both;
	}
	
.featuredpost img, .featuredpage img, .featuredpost .avatar, .featuredpage .avatar {
	background: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
.more-from-category {
	font-weight: bold;
	margin: 0;
	padding: 0 !important;
	text-align:center;
	border:none !important;
	margin-top:-14px !important;	
}

.more-from-category a {
display:block;
padding:5px 0 3px;
background:#B0C264;
border-radius:4px 4px 4px 4px;
-moz-border-radius:4px 4px 4px 4px;
-webkit-border-radius:4px 4px 4px 4px;
color:#fff;
}

.more-from-category a:hover {
background:#3f301b;
color:#fff !important;
text-decoration:none;
}

#content #featured-top p {
border-bottom: 1px solid #E8E8DF !important;
}

#content #featured-bottom p {
padding-bottom:0 0 5px !important;
border-bottom: 1px solid #E8E8DF !important;
}

/***** Breadcrumb ********************/

.breadcrumb {
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #E8E8DF;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F6F6ED;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #E8E8DF;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 800px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 960px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 480px;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}
	
.sidebar-content #content, .content-sidebar #content {
	width: 620px;
	}
	
.full-width-content #content {
	width: 960px;
	margin: 0;
	padding: 10px 0 0 0;
	}

#content blockquote {
	background: #F6F6ED;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E8E8DF;
	}
	
#content .page {
	margin: 0;
	padding: 0 0 20px 0;
	}

#content .post, #content .living, #content .deals, #content .kids {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
.home #content .post {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#content .post p, #content .page p, #content p {
	margin: 0;
	padding: 0 0 15px 0;
	}


	
#content .sticky {
	background: #F6F6ED;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E8E8DF;
	}
	
#content .archive-page {
	float: left;
	width: 30%;
	margin: 0;
	padding: 10px 1%;
	}

.clear {
	clear: both;
	}
	
/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #402819;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 0;
	}

#content h1, #content h2 {
	font-size: 25px;
	letter-spacing:-1px;
	line-height:1.2em;
	border-bottom:1px solid #E8E8DF;
	padding-bottom:10px;
	margin-bottom:0;
	color: #E80C6F;
	}

#content h2 a, #content h2 a:visited {
	color: #E80C6F;
	text-decoration: none;
	}

.entry-title {clear:both;}

#content .page .entry-content {
margin-top:15px;
}
	
#content h2 a:hover {
	color: #BF065C;
	text-decoration: none;
	}
	
#sidebar h2 a:hover, #footer-widgets h2 a:hover {
	color: #BF065C;
	text-decoration: none;
	}

#featured-top h2, #featured-top h2 a {
	color: #E80C6F;
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
border:none;

	}
#featured-top {
margin:10px 0 20px;
}

#featured-bottom h2, #featured-bottom h2 a {
	color: #E80C6F;
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0 0 5px;
	text-decoration: none;
	border:none;
	}
	
#featured-top h2 a:hover, #featured-bottom h2 a:hover {
	color: #BF065C;
	text-decoration: none;
	}
	
#featured-top .ui-tabs h2, #featured-top .ui-tabs h2 a {
	font-size: 20px;
	margin: 0 0 5px 0;
	}
	
#featured-bottom h2, #featured-bottom h2 a, #sidebar h2, #sidebar h2 a, #footer-widgets h2, #footer-widgets h2 a {
	font-size: 18px;
	margin: 0 !important;
	}
	
#content h3 {
	font-size: 18px;
	}
	
#content h4 {
	font-size: 16px;
	}
	
#content #featured-top h4, #content #featured-bottom h4, #sidebar h4, #sidebar-alt h4, #footer-widgets h4 {
	color: #B0C264;
	border-bottom:1px solid #E8E8DF;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0 0 3px;
	}


#sidebar h2, #sidebar h2 a, #footer-widgets h2, #footer-widgets h2 a {
	color: #E80C6F;
	padding: 0;
	text-decoration: none;
font-family: Helvetica,arial,sans-serif  !important;
font-size: 15px !important;
font-weight: 300  !important;
line-height: 1.1em  !important;
margin: 0 0 10px !important;
	}
#content #featured-top h4 {
background:url("images/scissorsiconsmall.png") no-repeat scroll 2px 1px transparent;
padding:0 0 5px 30px !important;
border-bottom: 1px solid #E8E8DF !important;
color:#634028;
}

#content #featured-bottom .featured-bottom-left h4 {
background:url("images/houseiconsmall.png") no-repeat scroll 2px 1px transparent;
padding:0 0 5px 30px !important;
border-bottom: 1px solid #E8E8DF !important;
color:#634028;
}

#content #featured-bottom .featured-bottom-right h4 {
background:url("images/handiconsmall.png") no-repeat scroll 2px 1px transparent;
padding:0 0 5px 30px !important;
border-bottom: 1px solid #E8E8DF !important;
color:#634028;
}

#content #featured-bottom h4, #content #featured-top h4 {
    font-family: Oswald, "Arial Narrow", sans-serif;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 0px;
    padding-bottom: 7px;
    text-transform: uppercase;
   color:#634028;
border-bottom: 1px solid #E8E8DF !important;

}

#sidebar h4, #sidebar-alt h4 {
	margin: 0 0 5px 0;
	}

#footer-widgets h4 {
	margin: 0 0 5px 0;
	padding: 0;
	border-top: none;
	}
	
#content h5 {
	font-size: 14px;
	}
	
#content h6 {
	font-size: 12px;
	}
	
/***** Unordered/Ordered Lists ********************/
	
#content ul, #content ol, #footer-widgets ul {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .archive-page ul {
padding:0;
}
	
#sidebar ul, #sidebar-alt ul, #sidebar ul ul, #sidebar-alt ul ul {
	margin: 0;
	padding: 0;
	}

#content ul li, #sidebar li, #sidebar-alt li, #footer-widgets ul li {
	list-style-type: none;
	background: url(images/sidebar-list.png) no-repeat 0px 0px;
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
 	word-wrap: break-word;
	line-height:1.1em;
	}

#content .archive-page ul li {
margin:8px 0;
background:0;
padding:0;
}

#content .archive-page ul li a {
font-weight:700;
}

#content .archive-page ul li li a,
#content .archive-page ul li li li a {
font-weight:300;
}

#content .archive-page ul li li li a {
font-style:italic;
}

#content .archive-page ul li li {
padding:0 0 0 15px;
font-size:13px;
}

#content .archive-page ul li li li {
padding:0 0 0 25px;
font-size:11px;
}

#content .post ol li, #content .page ol li, #content ol li {
	margin: 0 0 0 25px;
	padding: 0;
	}

#content .comment-list li {
margin:0 !important;
padding:10px !important;
}

/***** Post Info ********************/
	
.post-info {
	font-size:11px;
	font-family:helvetica, sans-serif;
	font-weight:300;
	text-align:right;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
/***** AdSense ********************/
	
.adsense {
	padding: 10px 0 10px 0;
	border-top: 1px solid #E8E8DF;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	margin: 0;
	padding: 5px 0 10px;
	font-size:13px;
	font-family:helvetica, sans-serif;
	font-weight:300;
	text-align:right;
	clear: both;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F6F6ED;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E8E8DF;
	overflow: hidden;
	}

.author-box img {
	background: #FFFFFF !important;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E8E8DF;
	}

/***** Post Icons ********************/
	
.time {
	margin: 0;
	padding: 0;
	}
	
.post-comments {
	margin: 0;
	padding: 0;
	display:none;
	}
	
.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
	}
	
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}

/***** Images ********************/

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 0;
	}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F6F6ED;
	padding: 5px 0 0 1px;
	text-align: center;
	border: 1px solid #E8E8DF;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}
	
/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	padding:0 !important;
	background:none !important;
	}

.navigation li a, .navigation li.disabled {
	color: #9AA653;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E8E8DF;
	}

.navigation li a:hover, .navigation li.active a {
	background: #F6F6ED;
	color: #9AA653;
	border: 1px solid #E8E8DF;
	text-decoration: none;
	}

/***** SUBSCRIBE FORM *******/
#subform {
background:url("images/sprite.png") no-repeat scroll -15px -219px #B0C264;
width:300px;
height:175px;
border-radius:5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
position:relative;
}


#subdescription {
position:absolute;
width:220px;
font-size:13px;
line-height:120%;
top:56px;
left:64px;
}

#subdescription a {
color:#402819 !important;
text-decoration:underline;
font-weight:bold;
}

#subdescription .moreoptions {
font-size:10px;
text-transform:uppercase;
display:block;
float:right;
text-decoration:none;
color:#fff !important;
margin-top:10px;
}

#subdescription .moreoptions:hover {
text-decoration:underline;
}

#subdescription a:hover {
text-decoration:none;
}

#subinput {
position:absolute;
width:162px;
height:16px;
padding:4px 6px;
bottom:15px;
left:64px;
border:none;
border-radius:5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
}

#subbutton {
position:absolute;
bottom:15px;
right:20px;
background:#634028;
color:#fff;
border:none;
border-radius:5px 5px 5px 5px;
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
padding:4px 6px;
}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 330px;
	float: right;
	display: inline;
	margin-top:-5px;
	}
	
#sidebar-alt {
	width: 140px;
	float: left;
	display: inline;
	}
	
#sidebar-bottom-left {
	width: 145px;
	float: left;
	display: inline;
	}
	
#sidebar-bottom-right {
	width: 145px;
	float: right;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#sidebar embed, #sidebar object, #sidebar-alt embed, #sidebar-alt object {
	width: 330px; 
	height: 225px;
	margin: 10px 0 0 0; 
	padding: 0;
	}
	
/***** Sidebar(s) Dropdowns ********************/
	
#cat, #sidebar .widget_archive select, #sidebar-alt .widget_archive select {
	background: #F6F6ED;
	width: 100%;
	color: #402819;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 10px 0 5px 0;
	padding: 3px;
	display: inline;
	border: 1px solid #E8E8DF;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F6F6ED;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E8E8DF;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/***** Buttons ********************/
	
#submit, .searchsubmit, .enews #subbutton, .gform_footer .button {
	background: #402819 !important;
	color: #FFFFFF;
	font-size: 11px;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: normal !important;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 3px 5px 3px 5px;
	border: 1px solid #402819;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover {
	background: #9AA653 !important;
	text-decoration: none;
	border: 1px solid #9AA653;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 0;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	background: #F6F6ED !important;
	color: #402819;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight:300;
	margin: 0 5px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #E8E8DF;
	}
	
#header .s, #nav .s, #sidebar .s {
	width: 215px;
	}
	
#sidebar-alt .s {
	width: 80px;
	}
	
/***** eNews & Updates Widget ********************/

.enews {
	margin: 0 5px 0 0;
	padding: 20px;
	background:url("images/sprite.png") no-repeat scroll -15px -219px #B0C264;
	border-radius:6px 6px 6px 6px;
	-moz-border-radius:6px 6px 6px 6px;
	-webkit-border-radius:6px 6px 6px 6px;
	}

#sidebar .enews h4 {
font-size:0;
color:#E80C6E;
border-bottom:none;
height:25px;
}

#sidebar .enews p {
font-size:12px;
line-height:16px;
font-family:helvetica, sans-serif;
font-weight:300;
}

#sidebar .enews a {
color:inherit !important;
font-weight:bold;
text-decoration:underline;
}

#sidebar .enews a:hover {
text-decoration:none;
}

.enews #subscribe {
	overflow: hidden;
	}
	
.enews #subbox {
	background: #fff !important;
	width: 200px;
	color: #402819;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0 5px 5px;
	margin: 8px 8px 0 0;
	border:1px solid #B0C264;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;


	}

/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #402819;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #402819;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F6F6ED !important;
	color: #F6F6ED !important;
	}

#wp-calendar td {
	background: #F6F6ED;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F6F6ED !important;
	color: #402819 !important;
	font-family: Helvetica, sans-serif;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #E8E8DF;
	}

.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	}
	
.gform_wrapper li, .gform_wrapper form li {
	margin: 0 0 10px 0 !important;
	}
	
.gform_wrapper .gform_footer {
	border: none !important;
	}
	
/***** Footer Widgets ********************/
	
#footer-widgets {
	width: 960px;
	font-size: 12px;
	margin: 0 auto 0;
	overflow: hidden;
	clear: both;
	}
	
#footer-widgets .wrap {
	width: 960px;
	margin: 0 auto 0;
	}
	
#footer-widgets .widget {
	background: none;
	border: none;
	}
	
#footer-widgets p {
	margin: 0;
	padding: 0 0 10px 0;
	}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
padding:10px 10px 0px;
}

.footer-widgets-1 {
	width: 210px;
	float: left;
	margin-right:10px;
	}
	
.footer-widgets-2 {
	width: 210px;
	float: left;
	margin-right:11px;
	}
	
.footer-widgets-3 {
	width: 210px;
	float: left;
	}

.footer-widgets-4 {
	width: 210px;
	float: right;
	}

/***** Footer ********************/

#footernav ul {
text-align:center;
padding-left:0;
}

#footernav li {
list-style:none;
display:inline;
}

#footernav a {
padding:3px 8px;
}

#footer {
	width: 980px;
	font-size: 11px;
	margin: 0 auto 0;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	overflow: hidden;
	clear: both; 
	}

#footer a, #footer a:visited {
	color: #402819;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #9AA653;
	text-decoration: none;
	}

#footer .gototop {
display:none;
	}

#footer .creds {
	margin: 0;
	padding:5px 0;
	text-align: center;
	}

/***** Comments ********************/

.comments {
	font-size: 12px;
	}
	
#respond {
	margin: 0 0 20px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F6F6ED !important;
	width: 250px;
	color: #402819;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 13px;
	font-weight:300;
	padding: 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #E8E8DF;
	}
	
#comment {
	background: #F6F6ED !important;
	width: 98%;
	height: 150px;
	color: #402819;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 13px;
	font-weight:300;
	padding: 5px;
	margin: 5px 0 5px 0;
	border: 1px solid #E8E8DF;
	}

.comment-list, .children {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF !important;
	float: right;
	border: 1px solid #E8E8DF;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	font-size: 11px;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F6F6ED;
	margin: 0;
	padding: 0;
	}

.depth-1, .even, .alt  {
	border: 1px solid #E8E8DF;
	margin: 0;
	padding: 0;
	}

/***** CUSTOM WRAPS FOR WIDGETS ******/
.customwrap {
	padding:10px 20px;
}

.after-first-post-ad .customwrap {
	padding:0 0 20px;
}

.header-ad .customwrap {
	padding:5px 0;
}

.below-footer .customwrap {
	padding:0 20px 5px;
}

/* POST NAV */
.post-nav {
line-height:1.3em;
margin:10px 0;
padding:10px 15px 10px;
background:#F6F6ED;
}

.next-post-nav {
width:290px;
float:right;
text-align:right;
}

.prev-post-nav {
width:290px;
float:left;
text-align:left;
}

.prev, .next {
font-family:'Oswald', sans-serif;
font-size:15px;
font-weight:normal;
text-transform:uppercase;
}

.post-nav a {
text-decoration:none;
font-weight:300;
}

.post-nav a:hover {
text-decoration:underline;
}

#post-nav-title {
font-size:17px;
font-weight:bold;
margin-bottom:6px;
}

/**** HEADER ICONS ***/
#headericons {
position:absolute;
right:65px;
top:30px;
}

#headericons a {
height:50px;
width:44px;
display:inline-block;
}

#pinteresticon {
background: url(images/sprite.png) -1097px -22px no-repeat;
}

#pinteresticon:hover {
background: url(images/sprite.png) -1097px -122px no-repeat;
}

#contacticon {
background: url(images/sprite.png) -1179px -22px no-repeat;
}

#contacticon:hover {
background: url(images/sprite.png) -1179px -122px no-repeat;
}

#rssicon {
background: url(images/sprite.png) -1263px -22px no-repeat;
}

#rssicon:hover {
background: url(images/sprite.png) -1263px -122px no-repeat;
}

#fbicon {
background: url(images/sprite.png) -1343px -22px no-repeat;
}

#fbicon:hover {
background: url(images/sprite.png) -1343px -122px no-repeat;
}

#twittericon {
background: url(images/sprite.png) -1425px -22px no-repeat;
}

#twittericon:hover {
background: url(images/sprite.png) -1425px -122px no-repeat;
}

/**** TAGLINES ****/
#taglines {
position:absolute;
top:110px;
left:10px;
width:581px;
height:40px;
font-family:arial, sans-serif;
font-weight:bold;
letter-spacing:-1px;
color:#634028;
font-size:25px;
}

#taglines p {
text-align:right;
}

#taglines #dealstagline, 
#taglines #livingtagline,
#taglines #kidstagline {
display:none;
}

.post-type-archive-deals #taglines #maintagline, .single-deals #taglines #maintagline, .tax-deals-topics #taglines #maintagline {
display:none;
}

.post-type-archive-deals #taglines #dealstagline, .single-deals #taglines #dealstagline, .tax-deals-topics #taglines #dealstagline {
display:block;
}

.post-type-archive-living #taglines #maintagline, .single-living #taglines #maintagline, .tax-living-topics #taglines #maintagline {
display:none;
}

.post-type-archive-living #taglines #livingtagline, .single-living #taglines #livingtagline, .tax-living-topics #taglines #livingtagline {
display:block;
}

.post-type-archive-kids #taglines #maintagline, .single-kids #taglines #maintagline, .tax-kids-topics #taglines #maintagline {
display:none;
}

.post-type-archive-kids #taglines #kidstagline, .single-kids #taglines #kidstagline, .tax-kids-topics #taglines #kidstagline {
display:block;
}

/*** HOME PAGE HEADER ***/

/**** SECTION TITLE MAIN****/
#sectiontitles {
position:absolute;
right:59px;
top:78px;
width:242px;
height:23px;
}

#sectiontitles a {
display:inline-block;
height:23px;
}

#dealslink {
background:url(images/sprite.png) -1099px -197px no-repeat;
width:77px;
}

#dealslink:hover {
background:url(images/sprite.png) -1099px -237px no-repeat;
}

#livinglink {
background:url(images/sprite.png) -1178px -197px no-repeat;
width:95px;
}

#livinglink:hover {
background:url(images/sprite.png) -1178px -237px no-repeat;
}

#kidslink {
background:url(images/sprite.png) -1277px -197px no-repeat;
width:52px;
}

#kidslink:hover {
background:url(images/sprite.png) -1277px -237px no-repeat;
}

/**** SECTION TITLE ON SECTIONS PAGES ****/
.post-type-archive-deals #sectiontitles, .single-deals #sectiontitles, .tax-deals-topics #sectiontitles {
position:absolute;
right:22px;
top:9px;
width:242px;
height:23px;
}

.post-type-archive-deals #dealslink, .single-deals #dealslink, .tax-deals-topics #dealslink,
.post-type-archive-living #livinglink, .single-living #livinglink, .tax-living-topics #livinglink,
.post-type-archive-kids #kidslink, .single-kids #kidslink, .tax-kids-topics #kidslink {
display:none;
}

.post-type-archive-living #sectiontitles, .single-living #sectiontitles, .tax-living-topics #sectiontitles {
position:absolute;
right:7px;
top:13px;
width:242px;
height:23px;
}

.post-type-archive-kids #sectiontitles, .single-kids #sectiontitles, .tax-kids-topics #sectiontitles {
position:absolute;
right:18px;
top:13px;
width:242px;
height:23px;
}

.post-type-archive-living #kidslink, .single-living #kidslink, .tax-living-topics #kidslink {
background:url(images/sprite.png) -1277px -201px no-repeat;
}

.post-type-archive-living #kidslink:hover, .single-living #kidslink:hover, .tax-living-topics #kidslink:hover {
background:url(images/sprite.png) -1277px -241px no-repeat;
}

.post-type-archive-kids #livinglink, .single-kids #livinglink, .tax-kids-topics #livinglink {
background:url(images/sprite.png) -1178px -197px no-repeat;
width:80px;
}

.post-type-archive-kids #livinglink:hover, .single-kids #livinglink:hover, .tax-kids-topics #livinglink:hover {
background:url(images/sprite.png) -1178px -237px no-repeat;
}

#dealstitle, #livingtitle, #kidstitle {display:none;}

.post-type-archive-deals #dealstitle, .single-deals #dealstitle, .tax-deals-topics #dealstitle {
background:url(images/sprite.png) -1376px -263px no-repeat;
display:block;
position:absolute;
bottom:78px;
right:95px;
height:41px;
width:182px;
}

.post-type-archive-living #livingtitle, .single-living #livingtitle, .tax-living-topics #livingtitle {
background:url(images/sprite.png) -1357px -320px no-repeat;
display:block;
position:absolute;
bottom:78px;
right:88px;
height:41px;
width:197px;
}

.post-type-archive-kids #kidstitle, .single-kids #kidstitle, .tax-kids-topics #kidstitle {
background:url(images/sprite.png) -1376px -196px no-repeat;
display:block;
position:absolute;
bottom:67px;
right:98px;
height:52px;
width:182px;
}

/*** LEAVE A COMMENT LINK ***/
.leaveacomment a {
float:right;
background:#634028;
color:#fff !important;
text-decoration:none;
display:inline-block;
padding:4px 12px 5px;
border-radius:3px 3px 3px 3px;
-moz-border-radius:3px 3px 3px 3px;
-webkit-border-radius:3px 3px 3px 3px;
font-family:oswald, sans-serif;
font-size:13px;
text-transform:uppercase;
margin-bottom:20px;
}

.leaveacomment a:hover {
text-decoration:none;
background:#E80C6F;
color:#fff;
}

#content .type-kids h1.entry-title, #content .type-kids h2.entry-title {
background:url(images/kidsicons.png) 0 4px no-repeat;
padding-left:40px;
}


#content .type-living h1.entry-title, #content .type-living h2.entry-title {
background:url(images/houseicons.png) 0 4px no-repeat;
padding-left:40px;
}


#content .type-deals h1.entry-title, #content .type-deals h2.entry-title {
background:url(images/scissoricons.png) 0 4px no-repeat;
padding-left:40px;
}

#content .after-first-post-ad {
width:300px;
margin:0 auto 20px;
}

strong {
font-weight:bold;
}

#content .disclosurelink {
font-size:.8em;
text-align:right;
/* border-top:1px solid #ddd;
border-bottom:1px solid #ddd; */
}

#content .disclosurelink p {
padding:0 !important;
margin:0;
}

.before-content-ad .widget-wrap {
	padding-bottom: 20px;
	text-align: center;
}