/*
	Theme Name: LoveFeast Table
	Theme URI: http://www.lovefeasttable.com/
	Description: A child theme based on the Lifestyle child theme for the Genesis Framework.
	Author: Ryan Bickettt and Josh Stevens
	Author URI: http://eminencemedia.co/
	
	Version: 1.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
* Social Profiles Widget
* Social Media Button Links
* 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
* Homepage Category Widgets
* Category Page Titles
* Advertisements
* Widget Ad Squares
* Tabber Widget
* About Page Custom
* Shop Page
* Featured Cats Slideshow
* Comment Mail Notify
* MailChimp Widget

*/


/* Import Fonts
------------------------------------------------------------ */

/* @import url(http://fonts.googleapis.com/css?family=Oswald); */
@import url(http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica+SC);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #444;
	/* font-family: Arial, Helvetica, Tahoma, sans-serif; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input,
select,
textarea,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #557f87;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	/* font-weight:bold; */
}

/*
a img {
	border: none;
}
*/

/* Body
------------------------------------------------------------ */

body {
	/* background: #557f87 url(images/bg-wood-seamless.jpg) repeat top left fixed; */
	background: #557f87 url(images/bg-lovefeastbk-03-25-Percent.jpg) repeat top left fixed;
	margin:0;
	padding:0;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	/* background: url(images/bg-linen.png) center top repeat-y; */
	/* -moz-box-shadow: 0 0px 7px #000; */
    /* -webkit-box-shadow: 0 0px 7px #000; */
    /* box-shadow: 0 0px 7px #000; */
	margin:0;
	padding: 0;
}

/* #header-nav-subnav-inner-wrap { */
	/* background-color: #fff; */
	/* background: #fff url(images/bg-linen-seamless.jpg) repeat; */
	/* margin: 0 auto; */
	/* overflow: visible; */
	/* padding: 0 0 20px; */
	/* width: 960px; */
	/* -moz-box-shadow: 0 1px 2px #999; */
	/* -webkit-box-shadow: 0 1px 2px #999; */
/* } */


/* Header
------------------------------------------------------------ */

#header {
	/* background: url(images/header.png) no-repeat top left; */
	height: 190px;
	margin: 0 auto;
	width: 1000px;
}

.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-left {
	float: left;
	width: 180px;
	height: 156px;
	margin: 20px 0 0;
	padding: 0;
}

#header .widget-area-right {
	background: url(images/bg-header-social-media-2.png) no-repeat;
	float: right;
	/* width: 550px; */
	height: 176px;
	margin: 14px 0 0;
	padding: 0 0 0 0;
	width: 300px;
}


/* Social Profiles Widget
------------------------------------------------------------ */
.social-profiles {
	margin: 20px 0 0 20px;
	padding:0;
}

.social-profiles img {
	/* margin: 5px 5px 0 0; */
	margin: -7px 0 0 -4px;
	padding: 0;
}


/* Social Media Button Links
------------------------------------------------------------ */

.twitter-share-button {
    float: right;
    margin: 0 10px 0 0;
}

/* 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: 920px;
}
*/


/* 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; */
	color: #557f87;
	/* font-family: 'Oswald', arial, serif; */
	font-family: 'IM Fell Double Pica SC', arial, serif;
	font-size: 17px;
	font-weight:normal;
	text-transform:uppercase;
	margin: 0 auto;
	padding: 5px 0 0;
	overflow: hidden;
	width: 920px;
	height: 35px;
}

#nav .date {
	color:#444;
	font-size: 17px;
	text-transform: capitalize;
}

#nav .wrap {
	background: url(images/bg-nav.png) no-repeat scroll 0 0 transparent;
	width: 920;
	height: 35px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	display: block;
	border-right: 1px solid #aabec0;
	padding: 8px 14px 8px;
	position: relative;
	text-decoration: none;
	font-weight:normal;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	/* color: #444; */
	/* color: #557f87; */
	/* background: url(images/bg-nav-blue.gif) repeat scroll 0 0 transparent; */
	/* background: url(images/bg-nav.png) no-repeat scroll 0 0 transparent; */
	/* color: #fff; */
	color: #444;
}

#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: #faf9f7;
	/* background: url(images/bg-nav-blue.gif) repeat scroll 0 0 transparent; */
	/* color: #fff; */
	/* border: 1px solid #ddd; */
	border: 1px solid #aabec0;
	border-top-width: 0;
	/* color: #444; */
	color: #557f87;
	font-size: 17px;
	font-weight:normal;
	padding: 5px 10px;
	position: relative;
	/* width: 158px; */
	width: 188px;
	z-index: 100;
}

#nav li li a:hover,
#nav li li a:active {
	/* color: #509ac9; */
	/* background: url(images/bg-nav-gray.gif) repeat scroll 0 0 transparent; */
	background: #fff;
	/* color: #fff; */
	color: #444;
	z-index: 100;
	font-weight:normal;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	/* width: 150px; */
	width: 210px;
	z-index: 9999;
}

#nav li ul a { 
	/* width: 130px; */
	width: 190px;
}

#nav li ul ul {
	/* margin: -31px 0 0 149px; */
	margin: -31px 0 0 209px;
}

#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: url(images/subnav.png); */
	background: url(images/bg-subnav-blue.gif) no-repeat scroll 0 0 transparent;
	/* border-bottom: 1px solid #ddd; */
	clear: both;
	color: #fff;
	/* font-family: 'Oswald', arial, serif; */
	font-family: 'IM Fell Double Pica SC', arial, serif;
	font-size: 17px;
	font-weight:normal;
	text-transform:uppercase;
	margin: 0 auto;
	overflow: hidden;
	width: 920px;
	height: 35px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	border-right: 1px solid #ddd;
	/* border-left: 1px solid #fff; */
	display: block;
	/* padding: 9px 16px 8px 15px; */
	padding: 8px 48px 8px;
	position: relative;
	text-decoration: none;
	color: #fff;
	font-weight:normal;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	/* background-color: #fff; */
	/* background-color: #557f87; */
	background: #444 url(images/bg-subnav-gray.gif);
	/* color: #444; */
	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 {
	/* background-color: #fff; */
	background: url(images/bg-subnav-gray.gif) repeat scroll 0 0 transparent;
	color: #fff;
	border: 1px solid #ddd;
	border-top-width: 0;
	font-size: 17px;
	font-weight:normal;
	padding: 5px 10px;
	position: relative;
	/* text-transform: none; */
	/* width: 128px; */
	width: 188px;
	z-index: 100;
}

#subnav li li a:hover,
#subnav li li a:active {
	/* color: #509ac9; */
	color: #fff;
	background: url(images/bg-nav-blue.gif) repeat scroll 0 0 transparent;
	z-index: 100;
	font-weight:normal;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 210px;
	z-index: 9999;
}

#subnav li ul a { 
	/* width: 130px; */
	width: 190px;
}

#subnav li ul ul {
	margin: -31px 0 0 209px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0 0;
	width: 920px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	/* background: url(images/line.png) bottom repeat-x; */
	color: #444;
	/* font-family: 'Oswald', arial, serif; */
	/* font-family: 'IM Fell Double Pica SC', arial, serif; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 auto;
	padding: 0 0 20px;
	/* width: 920px; */
	width: 600px;
	/* text-transform:uppercase; */
}

.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: 920px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 920px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	/* width: 450px; */
	width: 600px;
	/* background: #0f0; */	
}

.content-sidebar #content,
.sidebar-content #content {
	/* padding: 5px 10px 0;
	width: 600px; */
	padding: 5px 0 0;
	width: 600px;
}

.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: 920px;
}

.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; */
	background: url(images/line.png) bottom repeat-x;
	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;
}

.entry-content iframe {
	z-index: 0;
}


/* 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: 48%;
}

.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-family: 'IM Fell Double Pica SC', arial, serif;
	text-transform: capitalize;
	font-size: 17px;
	margin: 0 0 5px;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #557f87;
	/* font-family: 'Oswald', arial, serif; */
	font-family: 'IM Fell Double Pica SC', 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; */
	font-size: 24px;
	line-height: 30px;
}
/*
#homepage-left h2 a,
#homepage-right h2 a,
#homepage-left h2 a:visited,
#homepage-right h2 a:visited {
	font-size: 17px;
	line-height: 24px;
}
*/

#homepage-left-top h2 a,
#homepage-right-top h2 a,
#homepage-left-top h2 a:visited,
#homepage-right-top h2 a:visited,
#homepage-left-bottom h2 a,
#homepage-right-bottom h2 a,
#homepage-left-bottom h2 a:visited,
#homepage-right-bottom h2 a:visited {
	font-size: 17px;
	line-height: 24px;
}

.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; */
	font-size: 23px;
	text-transform:capitalize;
	text-decoration: none;
}

#footer-widgets h4 {
    /* color: #fff; */
	color: #444;
}

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;
	/* margin: 5px 0 0; */
	text-transform: uppercase;
}

.featuredpost .post-info {
	margin: 0px;
	padding: 0px;
}


/* 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;
	/* background: url(images/line.png) bottom repeat-x; */
	margin: 0 0 40px;
	padding: 20px 0 0;
	overflow: hidden;
}

.author-box p {
	background: url(images/line.png) bottom repeat-x;
	padding-bottom: 20px;
}


/* 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,
.post img,
.entry-content img {
	border: 1px solid #ddd;
	background: #fff;
	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;
}

.attachment-featured-post-large,
.wp-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 {
	/* background: #f5f5f5; */
	/* background: #f00; */
	display: inline;
	float: right;
	/* margin: 0 0 20px; */
	margin: 0;
	/* padding: 15px 15px 5px; */
	/* padding: 15px 0 5px; */
	padding:0;
	/* width: 250px; */
	width: 300px;
}

#sidebar-alt {
	background: #f5f5f5;
	float: left;
	padding: 15px 15px 5px;
	width: 120px;
}

.sidebar-bottom-left {
	display: inline;
	float: left;
	width: 110px;
}
	
.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;
}

.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;
}

.sidebar .widget {
	background: url(images/line.png) bottom repeat-x;
	margin: 0 0 20px;
	/* padding: 0 0 20px; */
	padding:0;
}

.sidebar .widget p {
	padding: 0 10px 10px;
}

.sidebar .widget-wrap {
	background: url(images/bg-sidebar-widgets.png) top repeat-y;
}

.sidebar .textwidget {
	background: url(images/line.png) top repeat-x;
}

.statigram-widget {
	background: url(images/line.png) top repeat-x;
}

#text-10 h4 {
	background:url(images/heading-shop-tag.png) center top repeat-x;
	width: 300px;
	height: 150px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

#text-364254914 h4 {
	background:url(images/heading-shop-tag.png) center top repeat-x;
	width: 300px;
	height: 150px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

#text-364254922 h4 {
	background: url(images/line.png) top repeat-x;
	width: 300px;
	padding: 10px 10px 0 10px;
}

#text-364254922 p {
	text-align:center;
}

#sidebar .widget h2 {
	padding: 0 15px 5px;
	color: #444;
	font-family: 'IM Fell Double Pica SC', arial, serif;
	text-transform: capitalize;
	font-size: 19px;
	line-height:normal;
}

#sidebar .widget h2 {
	padding: 0 15px 5px;
	color: #444;
	font-family: 'IM Fell Double Pica SC', arial, serif;
	text-transform: capitalize;
	font-size: 19px;
	line-height:normal;
}

#sidebar .widget h2 a,
#sidebar .widget h2 a:visited {
	color: #557f87;
	text-transform: capitalize;
	font-size: 19px;
	line-height:normal;
}

#sidebar .widget h2 a:hover {
	color: #444;
	text-decoration:none;
}

#sidebar .widget p {
	padding: 0 15px 15px;
}

#sidebar .widget p img {
	margin: 0 10px 0 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	scolor: #509ac9;
	display: inline;
	/* font-family: 'Oswald', arial, serif; */
	font-family: 'IM Fell Double Pica SC', 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%;
}

#homepage-right {
	clear: none;
	float: right;
	width: 48%;
}
*/

#homepage-left-top {
	clear: none;
	float: left;
	width: 290px;
	margin:0;
	padding:0;
}

#homepage-right-top {
	clear: none;
	float: right;
	width: 290px;
	margin:0;
	padding:0;
}

#homepage-left-bottom {
	clear: none;
	float: left;
	width: 290px;
	margin:0;
	padding:0;
}

#homepage-right-bottom {
	clear: none;
	float: right;
	width: 290px;
	margin:0;
	padding:0;
}

/* 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; */
	background-color: #557f87;
	border: 1px solid #557f87;
	color: #fff !important;
	cursor: pointer;
	/* font-family: 'Oswald', arial, serif; */
	font-family: 'IM Fell Double Pica SC', arial, serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 4px 7px 4px;
	text-decoration: none;
}

/* #nav .searchsubmit, */
#subnav .searchsubmit {
	/* padding: 2px 7px 2px; */
	padding: 1px 7px 1px;
	background-color: #444;
	border: 1px solid #444;
	color: #fff !important;
}

.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: 0px solid #509ac9; */
	background-color: #444;
	border: 1px solid #444;
	color: #fff;
	text-decoration: none;
}

#subnav .searchsubmit:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #444 !important;
	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: #557f87;
	/* font-family: 'Oswald', arial, serif; */
	font-family: 'IM Fell Double Pica SC', arial, serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 5px 2px 0 0;
	padding: 5px 0 5px 5px;
	width: 200px;
}

#nav .s {
	padding: 2px 0 2px 5px;
}

#subnav .s {
  background: none repeat scroll 0 0 #fff !important;
  padding: 2px 0 2px 5px;
}

#subnav li.search {
  padding: 0 5px 0 0;
}

#subnav li.right {
  float: right;
  margin: 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #fff;
	color: #509ac9;
	/* font-family: 'Oswald', arial, serif; */
	font-family: 'IM Fell Double Pica SC', 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;
}

/* Archive Widget
------------------------------------------------------------ */
#archives-4 .widget-wrap {
	background: url(images/bg-sidebar-widgets-top.png) top repeat-y;
}

#archives-4 h4 {
	margin: 15px 0 0 15px;
}

#archives-4 label {
	display:none;
}

.widget_archive select {
	width: 85%;
	margin: 15px;
	padding: 0;
}

/* Footer Widgets
------------------------------------------------------------ */
 
#footer-widgets {
/*    clear: both;
    font-size: 12px;
    margin: 0 auto 20px;
    overflow: hidden;
    padding: 0;
    width: 920px; */
}
 
#footer-widgets .wrap {
/*    margin: 0;
	padding: 0;
    width: 920px; */
}

#footer-widgets .widget-area {
	/* background: url(images/line.png) bottom no-repeat; */
}

#footer-widgets .widget-wrap {
/*	background: url(images/bg-footer-widgets.png) top no-repeat;
	min-height: 300px; */
}

#footer-widgets .widget {
/*    background: url(images/line.png) top no-repeat;
    border: none;
    padding: 0;
	margin:0; */
}

#footer-widgets .widgettitle {
	/* font-size: 18px; */
}

#footer-widgets h4 {
/*    padding: 10px 10px 0;
	margin: 0;
	font-size: 18px;
	color: #557f87; */
}

#footer-widgets p {
/*    margin: 10px; */
}
 
#footer-widgets a,
#footer-widgets a:visited {
    text-decoration: none;
	/* padding: 0 0 10px; */
	padding: 0 0 5px;
}

#footer-widgets a:hover {
/*    text-decoration: underline;
	padding: 0 0 10px; */
}
 
#footer-widgets ul {
/*    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,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
    width: 215px;
}

.footer-widgets-4 {
	margin: 0;
	padding: 0;
	float: right;
    width: 215px;
}

/* Footer Category Widgets
------------------------------------------------------------ */
#footer-widgets {
    /* background-color: #6ec6ea; */
    /* border-bottom: 1px solid #fff; */
    clear: both;
    /* color: #fff; */
    font-size: 12px;
    margin: 0 auto 20px;
    overflow: hidden;
    /* padding: 10px 0 0 0; */
	padding: 0;
    width: 920px;
}

#footer-widgets p {
	padding-bottom: 1em;
}

#footer-widgets h2, #footer-widgets h2 a, #footer-widgets h2 a:visited {
	color: #557f87;
	/* font-family: 'Oswald', arial, serif; */
	font-family: 'IM Fell Double Pica SC', arial, serif;
	font-size: 20px;
	line-height: 26px;
}

#footer-widgets img.alignleft {
    display: inline;
    margin: 0 5px 5px 0;
}

.footer-widgets-1 h4 {
	background:url(images/footer-category-widget-decor.png) center top no-repeat;
	width: 215px;
	height: 59px;
	color:#f00;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

.footer-widgets-2 h4 {
	background:url(images/footer-category-widget-feast.png) center top no-repeat;
	width: 215px;
	height: 59px;
	color:#f00;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

.footer-widgets-3 h4 {
	background:url(images/footer-category-widget-style.png) center top no-repeat;
	width: 215px;
	height: 59px;
	color:#f00;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

.footer-widgets-4 h4 {
	background:url(images/footer-category-widget-life.png) center top no-repeat;
	width: 215px;
	height: 59px;
	color:#f00;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

#featured-post-13 .post,
#featured-post-9 .post,
#featured-post-14 .post,
#featured-post-11 .post {
	margin:0;
	padding:3px 0;
}

/* Footer
------------------------------------------------------------ */

#footer {
	/* background-color: #6ec6ea; */
	/* background: #404040 url(images/bg-chalk.jpg) left top repeat; */
	clear: both;
	/* font-family: 'Oswald', arial, serif; */
	font-family: 'IM Fell Double Pica SC', arial, serif;
	font-size: 17px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	color: #557f87;
}

#footer-frame-top {
	background: url(images/footer-frame-top.jpg) left top repeat-x;
	width: 100%;
	height: 81px;
}

#footer-frame-bottom {
	background: url(images/footer-frame-bottom.jpg) left top repeat-x;
	width: 100%;
	height: 81px;
}

#footer .wrap {
	width: 960px;
	margin: 0 auto;
}

#footer a,
#footer a:visited {
	color: #557f87;
	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;
}

.menu-footer-page-navigation-container ul,
.menu-footer-legal-navigation-container ul {
	padding: .5em 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	text-align: center;
	font-size: 17px;
	text-transform:uppercase;
}

#menu-footer-page-navigation li,
#menu-footer-legal-navigation li {
		display: inline;
		margin: 0 .5em 0;
}

#footer .copyright {
	/* text-transform:uppercase; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: .75em 0 0;
}

#footer .terms {
	text-transform:uppercase;
}

#footer .disclosure {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	margin: 2em 0;
}

/* 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-family: "Trebuchet MS", Arial, Helvetica, 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;
}


/* Homepage Category Widgets
------------------------------------------------------------ */

#homepage-left-top,
#homepage-right-top,
#homepage-left-bottom,
#homepage-right-bottom {
	/* margin-bottom: 20px; */
}

#featured-post-13 h4 {
/*	background:url(images/heading-category-widget-decor.png) center top no-repeat;
	width: 290px;
	height: 80px;
	color:#f00;
	text-indent:-9999px;
	margin:0;
	padding:0; */
}

#featured-post-9 h4 {
/*	background:url(images/heading-category-widget-feast.png) center top no-repeat;
	width: 290px;
	height: 80px;
	color:#f00;
	text-indent:-9999px;
	margin:0;
	padding:0; */
}

#featured-post-14 h4 {
/*	background:url(images/heading-category-widget-style.png) center top no-repeat;
	width: 290px;
	height: 80px;
	color:#f00;
	text-indent:-9999px;
	margin:0;
	padding:0; */
}

#featured-post-11 h4 {
/*	background:url(images/heading-category-widget-life.png) center top no-repeat;
	width: 290px;
	height: 80px;
	color:#f00;
	text-indent:-9999px;
	margin:0;
	padding:0; */
}

#featured-post-13 .post,
#featured-post-9 .post,
#featured-post-14 .post,
#featured-post-11 .post {
/*	margin:0;
	padding:3px 0; */
}

/* Category Page Titles
------------------------------------------------------------ */
h2#category-page-title-love {
	text-indent:-9999px;
	text-align:center;
	height:75px;
	width:625px;
	background:url(images/category-page-title-love.png) center top no-repeat;	
}

h2#category-page-title-decor {
	text-indent:-9999px;
	text-align:center;
	height:75px;
	width:625px;
	background:url(images/category-page-title-decor.png) center top no-repeat;	
}

h2#category-page-title-feast {
	text-indent:-9999px;
	text-align:center;
	height:75px;
	width:625px;
	background:url(images/category-page-title-feast.png) center top no-repeat;	
}

h2#category-page-title-table {
	text-indent:-9999px;
	text-align:center;
	height:75px;
	width:625px;
	background:url(images/category-page-title-table.png) center top no-repeat;	
}

h2#category-page-title-style {
	text-indent:-9999px;
	text-align:center;
	height:75px;
	width:625px;
	background:url(images/category-page-title-style.png) center top no-repeat;	
}

h2#category-page-title-life {
	text-indent:-9999px;
	text-align:center;
	height:75px;
	width:625px;
	background:url(images/category-page-title-life.png) center top no-repeat;	
}

/* Advertisements
------------------------------------------------------------ */

.ad-728x90-above-header {
	width: 100%;
	text-align: center;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 20px 0 15px;
}

.ad-728x90-below-header {
	width: 100%;
	text-align: center;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 20px 0 0;
}

.ad-728x90-above-footer-widgets {
	width: 100%;
	text-align: center;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 0 0 20px;
}

.ad-728x90-below-footer-widgets {
	width: 100%;
	text-align: center;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 0 0 20px;
}

.advertisement {
	background: url(images/line.png) bottom repeat-x;
	width: 100%;
	text-align: center;
	margin: 0 auto 20px;
	padding: 0;
	overflow: hidden;
}

.ad-468x60 {
	background: url(images/bg-ad-468x60.png) no-repeat;
	width: 570px;
	height: 100px;
	margin: 0 auto 0;
	padding: 20px 0 0;
}


/* Widget Ad Squares
------------------------------------------------------------ */

#ws_widget__ad_squares-3 {
	/* background:url(images/bg-ads-6.png) left top no-repeat; */
	background: none;
	width:300px;
	height:450px;
	margin: 0 0 15px;
	/* padding: 0 0 20px; */
	padding: 0;
}

#ws_widget__ad_squares-4,
#ws_widget__ad_squares-4 .widget-wrap {
	background: none;
}

#ws_widget__ad_squares-3 .widget-wrap {
	padding: 13px 0 0 12px;
	width: 270px;
	margin:0;
}

.ad-squares img {
	padding:0;
	margin:0;
}



/* Tabber Widget
------------------------------------------------------------ */
/*
Name: Basic Light
Class: tabber-widget-basic-light
Notice: If the Class changes or the file is renamed, you must resave all widgets that use this template.
*/
.tabber_widget .widget-wrap {
	background: none !important;
}
/* Style Tabs */
.tabber-widget-basic-light {
	/* color: #fff !important;
	padding: 0 !important;
	margin: 0 !important; */
	color: #444 !important;
	padding: 0 !important;
	margin: 0 !important;
}
.tabber-widget-basic-light ul.tabber-widget-tabs {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.tabber-widget-basic-light a {
	/* color: #fff !important; */
	color: #557f87 !important;
	font-weight:bold !important;
}
.tabber-widget-basic-light ul.tabber-widget-tabs li {
	float: left !important;
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	/* font-family: 'IM Fell Double Pica SC', arial, serif !important; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	text-transform:uppercase !important;
}
.tabber-widget-basic-light ul.tabber-widget-tabs li:before {
	content: "" !important;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a {
	display: block !important;
	padding: 6px 16px !important;
	text-decoration: none !important;
	font-weight:bold !important;
	/* margin: 1px !important; */
	margin: 0 1px 0 0 !important;
	/* margin-left: 0 !important; */
	color: #fff !important;
	background: #444 !important;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a:hover {
	/* color: #fff !important; */
	color: #444 !important;
	/* background: #111 !important; */
	/* background: #557f87 !important; */
	background: #ccc !important;
}
.tabber-widget-basic-light ul.tabber-widget-tabs a.selected,
.tabber-widget-basic-light ul.tabber-widget-tabs a.selected:hover {
	margin-bottom: 0 !important;
	color: #fff !important;
	/* background: snow !important; */
	background: #557f87 !important;
	/* border-bottom: 1px solid snow !important; */
	border-bottom: 1px solid #fff !important;
	cursor: default !important;
}
.tabber-widget-basic-light .tabber-widget-content {
	padding: 10px 10px 8px 20px !important;
	margin: 0 !important;
	clear: both !important;
	/* background: snow !important; */
	/* background: url(images/bg-sidebar-widgets.png) top repeat-y; */
	background: url(images/bg-tabber-widget.png) top repeat-y;
}
/* Style Content */
.tabber-widget-basic-light .tabber-widget-content {
	text-align: left !important;
	color:#444 !important;
	/* background: #557f87 !important; */
}
.tabber-widget-basic-light .tabber-widget-content ul {
	margin:0 0 0 10px !important;
	padding: 0 !important;
}
.tabber-widget-basic-light .tabber-widget-content li {
	padding-bottom: 10px !important;
}
.tabber-widget-basic-light .tabber-widget-content select {
	margin-bottom: 10px;
}
.tabber-widget-basic-light .tabber-widget-content .tabber-widget-title {
	margin-top: 0 !important;
}
.tabber-widget-basic-light .tabber-widget-title {
	display:none !important;
}


/* About Page Custom
------------------------------------------------------------ */

.about-conversation {
	width: 450px;
}

.clear { clear:both; }

.Kspeak {
	width:325px;
	float:right;
	background-color:#557f87;
	color:#f5f2ed;
	font-style:italic;
	-moz-border-radius:	5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	background-position:top center;
	background-repeat:no-repeat;
	text-align: justify;
	padding: 10px;
	font-size: 18px;
}
p .Kspeak {
	padding: 10px;
}
.Kico {
	clear:both;
	float:right;
	width:100px;
	background-repeat:no-repeat;
	text-align: right;
	background-image: url(images/bubble-kristin.png);
}
.Kico img { margin:5px; float:right; }
	
.CAspeak {
	width:325px;
	float:left;
	background-color:#d9ccd9;
	color:#444;
	-moz-border-radius:	5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	background-position:top center;
	background-repeat:no-repeat;
	text-align: justify;
	padding: 10px;
	font-size: 18px;
}
p .CAspeak {
	padding: 10px;
}
.CAico {
	clear:both;
	float:left;
	width:100px;
	background-image:;
	background-repeat:no-repeat;
	background-image: url(images/bubble-chrisann.png);
}
	
.CAico img {
	margin:5px; 
}

/* Shop Page
------------------------------------------------------------ */
.shop-item {
	display:block;
}

/* Featured Cats Slideshow
------------------------------------------------------------ */

#featured-cats-slideshow {
	background: transparent url(images/slideshow-bg-2.png) no-repeat bottom left;
	font-family: 'IM Fell Double Pica SC', times, serif;
	font-size: 21px;
    width: 600px;
	/* height: 650px; */
	/* height: 580px; */
	height: 530px;
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 1;
}

.featured-cats-slide {
	display: none;
	/* margin: 70px 0 0 0; */
	padding: 0;
}

.featured-cats-slide-1 {
	display: block;
}

.featured-cats-slide a {
	border: 0;
	margin: 0;
	padding: 0;
}

.featured-cats-slide img {
    background: #fff;
    border: 1px solid #ddd;
	display: block;
	margin: 0 auto 10px !important;
	padding: 4px;
}

#featured-cats-slideshow h2 {
	margin: 0 0 15px 0;
	text-indent: -9999px;s
}

#featured-cats-slideshow .featured-cats-slide-1 h2 {
	/* background: transparent url('images/love-title.png') no-repeat top center; */
	background: transparent url('images/featured-title-decor.png') no-repeat top center;
}

#featured-cats-slideshow .featured-cats-slide-2 h2 {
	/* background: transparent url('images/feast-title.png') no-repeat top center; */
	background: transparent url('images/featured-title-feast.png') no-repeat top center;
}

#featured-cats-slideshow .featured-cats-slide-3 h2 {
	/* background: transparent url('images/table-title.png') no-repeat top center; */
	background: transparent url('images/featured-title-style.png') no-repeat top center;
}

#featured-cats-slideshow .featured-cats-slide-4 h2 {
	/* background: transparent url('images/life-title.png') no-repeat top center; */
	background: transparent url('images/featured-title-life.png') no-repeat top center;
}

#featured-cats-slideshow h4 {
	font-family: 'IM Fell Double Pica SC', times, serif;
	font-size: 30px;
}

/*
#featured-cats-buttons {
	width: 600px;
	height: 70px;
	position: absolute;
	z-index: 100;
}

#featured-cats-buttons a {
	display: block;
	float: left;
	width: 58px;
	height: 58px;
	/* margin: 0 122px 0 0; * /
	outline: none;
	text-indent: -9999px;
}

#featured-cats-buttons a.button-1 {
	background: transparent url('images/love-button.png') no-repeat top left;
	margin: 0 92px 0 42px;
}

#featured-cats-buttons a.button-2 {
	background: transparent url('images/feast-button.png') no-repeat top left;
	margin: 0 96px 0 0;
}

#featured-cats-buttons a.button-3 {
	background: transparent url('images/table-button.png') no-repeat top left;
	margin: 0 89px 0 0;
}

#featured-cats-buttons a.button-4 {
	background: transparent url('images/life-button.png') no-repeat top left;
	margin: 0;
}

#featured-cats-buttons a:hover {
	background-position: bottom left;
}

#featured-cats-buttons a.activeSlide {
	background-position: bottom left;
}
*/

/* Comment Mail Notify
------------------------------------------------------------ */

input#comment_mail_notify {
	margin: 10px 5px 10px 0;
}


/* MailChimp Widget
------------------------------------------------------------ */

#mailchimpsf_widget-4 {
	background: url(images/line.png) bottom repeat-x;
	margin: 0;
	padding :0;
	text-align: center;
}

#mailchimpsf_widget-4 .widget-wrap {
	background: url(images/bg-sidebar-widgets-top.png) top repeat-y;
}

#mc_signup {
	margin-bottom: 20px;
	padding: 10px;
}

#mailchimpsf_widget-4 #mc_subheader {
	color: #444;
	font-family: 'IM Fell Double Pica SC', arial, serif;
	font-size: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.mc_var_label {
	display: none;
	margin:0;
	padding:0;
	width:0;
	height:0;
}

.mc_merge_var br {
	display: none;
	margin:0;
	padding:0;
	width:0;
	height:0;
}

.mc_merge_var label {
	display: none;
	margin:0;
	padding:0;
	width:0;
	height:0;
}

#mc_mv_EMAIL {
	background-color: #fff;
	color: #444;
	font-size: 14px;
	margin: 5px 2px 0 0;
	padding: 5px 0 5px 5px;
	width: 250px;
}

.mc_signup_submit input[type=submit] {
	background: url('images/btn-subscribe-default.png') no-repeat center center;
	width: 108px;
	height:48px;
	border: none;
	color: transparent;
	font-size: 0;
	margin: 5px 0 0;
}

.mc_signup_submit input[type=submit]:active,
.mc_signup_submit input[type=submit]:hover {
	background : url('images/btn-subscribe-hover.png') no-repeat center center;
}
#mc_message {
	color: #557f87;
}