/* +----------------------------------------------------+ */
/* | Main stylesheet used on this site                  | */
/* +----------------------------------------------------+ */

html, body {
	background: #efeeee;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
}

/* -- Overall Structure -- */

#wrapper1 {
	color: #333333;
	background: #ffffff;
	width: 1024px;
	margin: 0px auto;
}

#wrapper2 {
	width: 960px;
	margin: 0px auto;
	padding-top: 40px;
	overflow: hidden;
}

body.category #wrapper2 {
	padding-top: 60px;
}


/* -- Basic elements used throughout site -- */

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.0em;
	margin: 3px 0px 0px 0px;
}

a {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img.corner, img.banner {
	display: block;
	position: absolute;
	z-index: 5;
}

/* Forms */

input, textarea {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	padding: 6px 8px 4px 8px;
	border: solid 1px #c3c3c3;
	box-shadow: inset 1px 1px 1px #eeeeee;
}

input[type='submit'] {
	color: #ffffff;
	background: #000000;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	box-shadow: none;
}

input[type='checkbox'], input[type='radio'] {
	border: none;
	box-shadow: none;
}


/* -- Modifiers used throughout site -- */

/* Clear floats using this old-style method because we need visible overflow on some elements */
header:after, #wrapper1 > nav:after, .clearfix:after {
	content: '.';
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}

html.ie7 .clearfix {
	display: inline-block;
}

a.more {
	font-size: 0.8em;
	text-transform: uppercase;
}

.left, .alignleft {
	float: left;
	margin-right: 20px;
}

.right, .alignright {
	float: right;
	margin-left: 20px;
}

.center, .aligncenter {
	display: block;
	margin: 0px auto 20px auto;
}


/* -- Header -- */

#wrapper1 > header {
	background: url('../images/header01.png') no-repeat;
	font-size: 0.9em;
	height: 140px;
	position: relative;
}

header #logo {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -175px;
}

header div.search {
	width: 240px;
	position: absolute;
	top: 50px;
	right: 60px;
}

header div.search input {
	display: block;
	float: left;
}

/* input.text is here for IE7 */
header div.search input.text,
header div.search input[type='search'] {
	width: 175px;
	height: 20px;
	padding: 4px 15px 4px 10px;
	border: solid 1px #999999;
	box-shadow: none;
}

header div.search input[type='submit'] {
	background: url('../images/search-button.png') no-repeat;
	text-indent: -9999px;
	width: 38px;
	height: 30px;
	border-radius: 0px;
}

#wrapper1 > nav {
	color: #ffffff;
	background: #ff6600;
	height: 37px;
	padding-top: 5px;
	padding: 5px 32px 0px 32px;
	clear: both;
}

#wrapper1 > nav ul, #wrapper1 > nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#wrapper1 > nav li {
	float: left;
}

#wrapper1 > nav a {
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: lowercase;
}

#wrapper1 > nav a:hover {
	text-decoration: none;
}

#wrapper1 > nav ul.menu {
	position: relative;
}

#wrapper1 > nav ul.menu > li {
	text-align: center;
	margin-right: 6px;
	border: solid 1px #ff9933;
}

/*#wrapper1 > nav ul li.category:hover,*/
#wrapper1 > nav ul li.category.current {
	padding-bottom: 6px;
}

#wrapper1 > nav ul.menu > li > a {
	font-size: 1.3em;
	display: block;
	padding: 4px 12px 6px 12px;
}

#nav_about:hover, #nav_about.current {
	background: #333333;
}

#nav_decorating:hover, #nav_decorating.current, #nav_decorating ul {
	background: #009966;
}

#nav_decorating.current {
	border-bottom-color: #009966;
}

#nav_cooking:hover, #nav_cooking.current, #nav_cooking ul {
	background: #663333;
}

#nav_cooking.current {
	border-bottom-color: #663333;
}

#nav_shopping:hover, #nav_shopping.current, #nav_shopping ul {
	background: #990066;
}

#nav_shopping.current {
	border-bottom-color: #990066;
}

#nav_homemaking:hover, #nav_homemaking.current, #nav_homemaking ul {
	background: #0066cc;
}

#nav_homemaking.current {
	border-bottom-color: #0066cc;
}

#nav_celebrating:hover, #nav_celebrating.current, #nav_celebrating ul {
	background: #330066;
}

#nav_celebrating.current {
	border-bottom-color: #330066;
}

#wrapper1 > nav ul.submenu {
	font-size: 0.95em;
	width: 980px;
	padding-left: 44px;
	position: absolute;
	top: 37px;
	left: -32px;
	z-index: 5;
	display: none;
}

/*#wrapper1 > nav ul.inner > li:hover ul.submenu,*/
#wrapper1 > nav ul.menu > li.current ul.submenu {
	display: block;
	z-index: 10;
}

#wrapper1 > nav ul.submenu li {
	padding: 6px 0px 5px 0px;
	margin-right: 20px;
}

#wrapper1 > nav ul.submenu li a {
	margin-right: 20px;
}

#wrapper1 > nav ul.submenu li a:hover,
#wrapper1 > nav ul.submenu li.current-menu-item a {
	text-decoration: underline;
}


/* -- Footer -- */

footer {
	color: #ffffff;
	background: #ff6600;
	font-size: 0.9em;
	text-transform: lowercase;
	padding: 25px 30px;
	clear: both;
}

footer nav {
	color: #999999;
	margin-bottom: 35px;
}

footer a {
	color: #ffffff;
}

footer p.credits {
	font-size: 0.85em;
}

footer p.credits ul, footer p.credits ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

footer abbr {
	font-size: 0.9em;
	text-transform: uppercase;
}

#sitemeter {
	text-indent: -9999px;
}

/* -- Sidebar -- */

#sidebar {
	width: 300px;
	margin-bottom: 30px;
	padding-left: 17px;
	border-left: solid 1px #e4e4e4;
	float: right;
}

body.home #sidebar {
	border: none;
}

#social_contact_box {
}

#social_contact_box a {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	width: 50px;
	height: 50px;
	float: right;
	margin: 0px 12px;
}

#social_contact_box a:hover {
	background-position: 0px -50px;
}

#social_facebook {
	background-image: url('../images/social-facebook.png');
}

#social_twitter {
	background-image: url('../images/social-twitter.png');
}

#social_contact {
	background-image: url('../images/social-contact.png');
}

#social_subscribe {
	background-image: url('../images/social-subscribe.png');
}

#sidebar #social_contact_box, #sidebar div.box, #sidebar div.ad {
	margin-bottom: 28px;
	overflow: hidden;
}

#sidebar div.box.last {
	margin-bottom: 0px;
}

#sidebar div.box {
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 15px 20px;
}

#sidebar div.ad {
	padding: 0px !important;
}

#sidebar div.box h3 {
	color: #534949;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: lowercase;
	margin-top: 0px;
	margin-bottom: 10px;
}

#sidebar p {
	margin: 0px;
}

#sidebar div.ad h3,
#sidebar div.widget_sp_image-description {
	display: none;
}

#sidebar ul, #sidebar ol {
	margin: 0px;
	padding: 0px;
}

#sidebar div.whats_hot {
	background: url('../images/whats-hot-background.png');
	padding: 20px;
	position: relative;
}

#sidebar div.whats_hot div.whats_hot_inner {
	background-color: #ffffff;
	padding: 20px 15px 10px 15px;
}

#sidebar div.whats_hot img.banner {
	top: 0px;
	right: 0px;
}

#sidebar div.whats_hot li {
	line-height: 23px;
	list-style: none;
	margin-bottom: 10px;
	overflow: hidden;
}

#sidebar div.whats_hot li img {
	display: block;
	width: 23px;
	float: left;
	margin-right: 10px;	
}

#sidebar div.whats_hot li a {
	color: #333333;
	display: block;
	width: 195px;
	float: right;
	line-height: 23px;
	text-decoration: none;
}

#sidebar div.whats_hot li a:hover {
	color: #ff2400;
}

#sidebar div.about, #sidebar div.contributors {
	color: #666666;
	background: #e9e8e8;
}

#sidebar div.question {
	background: #534949;
}

#sidebar div.question h3, #sidebar div.question p {
	color: #ffffff;
}

#sidebar div.about a, #sidebar div.question a {
	text-transform: uppercase;
	font-size: 0.8em;
}

#sidebar div.question a {
	color: #fd9e8e;
}

#sidebar div.dont_miss {
	position: relative;
	overflow: visible;
}

#sidebar div.dont_miss h3.widget_title {
	display: none;
}

#sidebar div.dont_miss img.corner {
	bottom: -1px;
	right: -1px;
}

#sidebar div.dont_miss_decorating {
	border: solid 1px #1aa24d;
}

#sidebar div.dont_miss_decorating h3 {
	color: #1aa24d;
}

#sidebar div.dont_miss_cooking {
	border: solid 1px #663333;
}

#sidebar div.dont_miss_cooking h3 {
	color: #663333;
}

#sidebar div.dont_miss_shopping {
	border: solid 1px #990066;
}

#sidebar div.dont_miss_shopping h3 {
	color: #990066;
}

#sidebar div.dont_miss h4 {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 8px 0px 0px 0px;
}

#sidebar div.dont_miss p {
	line-height: 1.2em;
	margin: 5px 0px 0px 0px;
}

#sidebar div.contributors {
	padding-bottom: 5px;
}

#sidebar div.contributors div.author_thumbnail {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	float: left;
}

#sidebar div.contributors div.author_thumbnail img {
	display: none;
}

#sidebar div.contributors div.author {
	height: 50px;
	padding: 10px 0px;
	border-top: dotted 1px;
	overflow: hidden;
}

#sidebar div.contributors div.author.first {
	border-top: none;
}

#sidebar div.contributors div.author div.name {
	color: #534949;
	font-size: 1.1em;
}

#sidebar div.links {
	padding: 15px;
	border: solid 1px #cccccc;
}

#sidebar div.links ul {
	color: #ff2400;
	width: 50%;
	float: left;
}

#sidebar div.links ul li {
	background: url('../images/list-item.png') 0px 4px no-repeat;
	list-style: none;
	padding-left: 10px;
}

#sidebar div.links a.more {
	color: #666666;
	display: block;
	padding: 10px 0px 0px 10px;
	clear: both;
}


/* -- Content area -- */

#content {
	width: 620px;
	font-size: 1.0em;
	line-height: 1.4em;
	padding-bottom: 40px;
	float: left;
}


/* -- Posts -- */

article.post {
	margin-bottom: 60px;
	border-bottom: solid 5px #e2e2e2;
}

body.single article.post {
	margin-bottom: 20px;
}

article.post header h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0px 0px 10px 0px;
}

article.post header h2 a {
	color: #333333;
}

article.post header a.post-edit-link {
	margin-left: 5px;
}

article.post header time {
	text-align: center;
	width: 35px;
	display: block;
	float: right;
}

article.post header div.byline {
	font-size: 0.9em;
}

article.post time span {
	text-align: center;
	text-transform: lowercase;
	display: block;
}

article.post time span.month {
	font-size: 1.0em;
	padding-bottom: 2px;
}

article.post time span.day {
	font-size: 1.6em;
	font-weight: bold;
}

article.post time span.year {
	font-size: 0.8em;	
}

div.comment_share {
	margin-top: 20px;
	padding: 10px 0px 5px 0px;
	border-top: dashed 1px #000000;
}

div.comment_count {
	font-size: 0.8em;
	font-weight: bold;
	float: left;
	overflow: hidden;
}

div.comment_count span {
	display: block;
	height: 28px;
	line-height: 22px;
	float: left;
}

div.comment_count span.comment_count_icon {
	color: #ffffff;
	background: url('../images/comment-count.png') no-repeat;
	text-align: center;
	width: 28px;
	margin-right: 3px;
}

div.older_newer_article_navigation {
	color: #ff6600;
	margin-top: 20px;
	overflow: hidden;
}

div.older_newer_article_navigation div {
	width: 270px;
	padding: 10px 20px;
}

div.older_newer_article_navigation label {
	color: #999999;
	font-size: 0.8em;
	text-transform: uppercase;
	display: block;
}

div.older_newer_article_navigation div.older {
	text-align: right;
	float: left;
}

div.older_newer_article_navigation div.newer {
	float: right;
}

div.older + div.newer {
	border-left: dotted 1px #999999;
}

/* -- Social toolbox -- */

div.share_pinterest {
	float: left;
	clear: left;
}

div.social_toolbox div {
	float: right !important;
}

div.social_toolbox div.fb-like,
div.social_toolbox div.share_googleplus {
	margin-left: 7px;
}

div.social_toolbox div.share_googleplus {
	padding-top: 1px;
}


/* -- Archives -- */

#recent_in_category {
	height: 88px;
	margin-bottom: 40px;
	padding: 15px 10px;
	border: dashed 1px #000000;
	position: relative;
}

#recent_in_category img.banner {
	top: -1px;
	left: -1px;
}

#recent_in_category div.slideshow_wrapper {
	padding: 0px 25px;
	display: none;
}

#recent_in_category article {
	width: 138px;
	float: left;
}

#recent_in_category article a,
#recent_in_category article img {
	display: block;
	margin: auto;
}

#recent_in_category a.bx-prev, 
#recent_in_category a.bx-next {
	display: block;
	width: 15px;
	height: 24px;
	position: absolute;
	top: 30px;
	z-index: 15;
}

a.bx-prev {
	left: -20px;
}

a.bx-next {
	right: -20px;
}

div.sponsored_post {
	margin-bottom: 60px;
	padding: 15px;
	border: solid 5px #f3f3f3;
}

div.sponsored_post_label {
	color: #b5bcbd;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.sponsored_post article {
	margin-bottom: 0px;
	border-bottom: none;
}


/* Pagination */

div.wp-pagenavi {
	color: #999999;
	text-align: center;
}

div.wp-pagenavi a, div.wp-pagenavi span {
	margin: 0px 2px;
	padding: 2px 6px;
}

div.wp-pagenavi a.previouspostslink, div.wp-pagenavi a.nextpostslink {
	color: #ffffff;
	background: #ff6600;
}

div.wp-pagenavi a:hover {
	color: #ffffff;
	background: #ff6600;
	text-decoration: none;
}

div.wp-pagenavi span.current, div.wp-pagenavi span.current:hover {
	color: #000000;
	background: #ffffff;
	font-weight: bold;
	cursor: default;
}

div.wp-pagenavi a.first, div.wp-pagenavi a.last {
	display: none;
}

#content div.adsense {
	width: 468px;
	margin: -30px auto 30px auto;
}


/* -- Comments -- */

div.comment_count {
	margin-bottom: 7px;
}

#comments div.comment_count {
	float: none;
}

#comments div.comment_count a {
	color: #000000;
}

#comments span.comment_count_icon {
	color: #ffffff;
	font-size: 1.1em;
}

#comments div.comment_count span.comment_count_label {
	font-size: 1.4em;
	margin-left: 5px;
}

div.comment, div.trackback, div.pingback {
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
}

div.comment header.author {
	font-size: 0.9em;
	text-align: right;
	line-height: 1.0em;
	width: 100px;
	padding-top: 15px;
	float: left;
	overflow: hidden;
}

div.comment div.name {
	margin-bottom: 5px;
}

div.comment div.name, div.comment div.name a {
	color: #000000;
	font-weight: bold;
}

div.comment time a, div.trackback time a, div.pingback time a {
	color: #999999;
	font-size: 0.8em;
	text-align: right;
	text-transform: uppercase;
}

div.comment time span {
	display: block;
}

img.bubble-pointer {
	position: absolute;
	top: 10px;
	left: 118px;
}

div.comment_body {
	width: 460px;
	padding: 10px 10px 5px 15px;
	border: solid 2px #e8e8e8;
	float: right;
}

div.comment_body p, div.trackback_body p {
	margin: 0px 0px 10px 0px;
}

div.trackback, div.pingback {
	font-size: 0.9em;
}

div.trackback header, div.pingback header {
	text-align: right;
}

div.trackback_body {
	padding: 8px;
	border: solid 1px #e8e8e8;
}


/* -- Comment Form -- */

#respond {
	border-top: dashed 1px #000000;	
	border-bottom: solid 5px #e2e2e2;	
}

h3#reply-title {
	color: #000000;
	font-size: 1.2em;
}

#commentform p {
	font-size: 0.9em;
}

div.row {
	margin-bottom: 10px;
}

div.row_comment_textarea, p.form-submit {
	margin-top: 20px;
}

#commentform div.row label {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
}

#commentform div.row label span {
	font-size: 0.8em;
	font-weight: normal;
}

#commentform div.row input {
	width: 260px;
}

#commentform textarea {
	width: 600px;
	height: 100px;
}


/* -- Front page -- */

#whats_new, #recently_featured, section.latest_in {
	margin-bottom: 35px;
	position: relative;
}

#whats_new h3, #recently_featured h3, section.latest_in h3 {
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
}

#whats_new {
	padding: 10px 20px 0px 20px;
}

#whats_new, section.latest_in {
	border: dashed 1px #000000;
}

#recently_featured, section.latest_in {
	padding: 12px 20px 15px 20px;
}

#whats_new img.banner {
	top: -1px;
	left: -1px;
}

#whats_new time {
	color: #ff6600;
	font-size: 1.2em;
	text-align: right;
	display: block;
	width: 150px;
	margin-bottom: 5px;
	float: right;
}

#whats_new div.slideshow {
	width: 580px;
	margin: 0px auto;
}

div.bx-wrapper {
	clear: both;
}

#whats_new div.slideshow a.slideshow-image {
	width: 580px;
	height: 310px;
	display: block;
	clear: right;
}

#whats_new h1 {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
	padding: 10px 0px;
}

#whats_new h1 a {
	color: #333333;
}

#whats_new div.bx-pager {
	background: rgb(33, 33, 33);
	background: rgba(33, 33, 33, 0.6);
	border-radius: 30px;
	padding: 10px 10px 10px 20px;
	position: absolute;
	top: 295px;
	right: 5px;
	z-index: 5;
}

#whats_new div.bx-pager a.pager-link {
	color: #ffffff;
	background: url('../images/pager-controls.png') 0px -15px no-repeat;
	text-decoration: none;
	outline: none;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	float: left;
}

#whats_new div.bx-pager a.pager-active {
	background-position: 0px 0px;
}

#whats_new a.bx-prev, 
#whats_new a.bx-next {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0px 5px;
	position: absolute;
	top: 150px;
	z-index: 15;
}

#recently_featured {
	background: #534949;
}

#recently_featured h3, #recently_featured h4, #recently_featured p {
	color: #ffffff;
}

#recently_featured a {
	color: #fd9e8e;
}

section.latest_in img.corner {
	top: -1px;
	right: -1px;
}

body.home #recently_featured article, 
body.home section.latest_in article {
	width: 180px;
	float: left;
	margin-left: 18px;
}

body.home #recently_featured article.first, 
body.home section.latest_in article.first {
	margin-left: 0px;
}

body.home article img {
	display: block;
}

body.home article h4 {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 8px 0px 0px 0px;
}

body.home article div.excerpt {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 5px 0px 0px 0px;
}

div.excerpt p {
	display: inline;
	margin: 0px;
}


/* -- Contact -- */


/* -- Author pages -- */

#posts_by_author, #posts_by_author li {
	margin: 0px;
	padding: 0px;
}

#posts_by_author li {
	color: #696969;
	margin: 10px 20px;
}

div.author_bio {
	margin-bottom: 15px;
	overflow: hidden;
}

div.author_bio div.photo {
	float: left;
	margin-right: 20px;
}

div.author_bio p {
	margin: 0px 0px 20px 0px;
}


/* -- Error pages -- */

div.oops {
	color: #333333;
	background: #ffffff;
	margin: 200px 0px;
	padding: 60px;
}

div.error_content {
	width: 680px;
	margin: auto;
	overflow: hidden;
}

div.error_content a#logo {
	width: 220px;
	display: block;
	float: left;
	margin-right: 70px;
}

div.error_content h2 {
	margin-top: 0px;
	padding-top: 20px;
}

div.error_content p {
	font-size: 1.1em;
}


/* -- Links page -- */

#links_lists li {
	color: #ff6600;
}


/* -- Contributors page -- */

div.all_contributors div.author {
	margin-bottom: 30px;
	overflow: hidden;
}

div.all_contributors div.author img {
	width: auto;
	height: auto;
	max-width: 150px;
	max-height: 150px;
	margin: 0px 20px 20px 0px;
	float: left;
}

div.all_contributors div.author div.name {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

div.bio a.more {
	margin-left: 10px;
}



