/*
Theme Name: Town and Country
Theme URI: http://dwgreen.com/
Description: A custom theme for Town & Country
Author: DW Green Co.
Version: 0.1
Tags: green, tan, fixed-width
*/

/* =Reset default browser CSS
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* Page Style-------------------------------------------------------------- */
body {
	line-height: 1.2em;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	color: #ef4747;
}
h2 {
	font-size: 1.6em;
	line-height: 1.1em;
}
h3 {
	line-height:1.3em;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	border-color: transparent;
}
a img {
	border: none;
}
a:link {
	color: #657e1d;
}
h3 span, h2 span {
	display: none;
}
/* =Layout-------------------------------------------------------------- */
/*LAYOUT: Two columns*/
#container.default-interior {
	margin-top: 20px;
}
#container {
	float: right;
	margin: 0 0 0 -240px;
	width: 100%;
	position: relative;
}
#content {
	margin: 0 20px 0 280px;
	min-height: 500px;
}
#primary, #secondary {
	float: left;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: left;
}
#footer {
	clear: both;
	width: 100%;
}
/* LAYOUT: One column, no sidebar */
.one-column #content {
	margin: 0 auto;
	margin-top: 25px;
	width: 815px;
}
/* LAYOUT: Full width, no sidebar */
.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}
/* =Fonts-------------------------------------------------------------- */
h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* =Structure-------------------------------------------------------------- */
/* The main theme structure */
.menu-item {
}
#colophon, #branding, #main, #header_wrapper, #content_wrapper, #footer_wrapper {
	margin: 0 auto;
	width: 940px;
}
#header_wrapper {
	margin-bottom: 10px;
}
#footer_wrapper {
	margin-top: 70px;
}
#main {
	width: 970px;
}
#branding {
	height: 164px;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}
/* =Global Elements-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
	background: url(images/site_bg.jpg) center 100px #FDF5CE;
}
body.page-template-holiday-headquarters-php {
	background: #f1f1f1;
	background: url(images/holidayBG.jpg) center 100px #FDF5CE;
}
body, input, textarea {
	color: #505152;
	font-size: 13px;
	line-height: 1.2em;
}
hr {
	background-color: #92b35b;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], textarea {
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
a:link {
	color: #657e1d;
	text-decoration: none;
}
a:visited {
	color: #657e1d;
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: underline;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.hide {
	display: none;
}
/* =Header -------------------------------------------------------------- */
#header_bg {
	margin: 0;
	padding: 0;
	background: url(images/header_bg_interior.jpg) repeat-x top;
	width: 100%;
}
body.home #header_bg {
	background: url(images/header_bg.jpg) repeat-x top;
}
#header {
	padding: 30px 0 0 0;
}
/*#branding{overflow:hidden;}*/
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}
#branding img {
	display: block;
	float: left;
} /* This is the custom header image */
/* =Menu-------------------------------------------------------------- */
#nav_bg {
	width: 100%;
	height: 40px;
}
#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
	position: relative;
	position: relative;
	z-index: 5999;
}
#access .menu-header, div.menu {
	font-size: 15px;
	margin-left: 0px;
	margin-top: 0px;
}
#access .menu-header li {
	margin: 0 1px;
}
#access .menu-header-stores li {
	margin: 0;
}
body.home #access .menu-header li {
	margin: 0 16px;
	font-size: 17px;
}
/**/body.home #access .menu-header ul ul li {
	margin: 0;
	font-size: 14px;
}
#access .menu-header ul, #access .menu-header-stores ul, div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li, #access .menu-header-stores li, div.menu li {
	float: left;
	position: relative;
	display: inline-block;
	z-index: 1000;
}
#access .menu-header li {
}
#access a {
	color: #fff;
	display: block;
	line-height: 32px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
body.home #access a {
	line-height: 36px;
}
body.home #access ul ul {
	top: 36px;
}
body.home #access ul ul ul {
	top: 0px;
}
body.home #access ul ul a, #access ul ul a {
	line-height: 6px;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #789843;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access .menu-header li:hover > a, #access .menu-header ul ul :hover > a {
	background: #789843;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a, * html #access ul li a:hover {
	color: #fff;
}
#access .menu-header-stores {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 13px;
}
#access .menu-header-stores #menu-interior-nav li {
	background: url(images/tab_store_inactive_new.png) top left no-repeat;
	text-align: center;
	margin-left: -20px;
	color: #333333;
	padding-top: 5px;
	padding-left: 1px;
	width: 119px;
	height: 35px;
}
#access .menu-header-stores #menu-interior-nav li.current_page_item, #access .menu-header-stores #menu-interior-nav li.current-page-ancestor {
	background: url(images/tab_store_active_new.png) top left no-repeat;
	z-index: 1100;
}
#access .menu-header-stores #menu-interior-nav li a {
	color: #333333;
	width: 100px;
	padding-right: 19px;
	height: 35px;
	font-size: 1.2em;
}
h2.neighborhood-markets {
	position: absolute;
	top: -27px;
	right: 55px;
	font-size: 15px;
	font-weight: 900;
	color: #eae9c7;
}
/* =Content-------------------------------------------------------------- */
#main {
	clear: both;
	padding: 0;
}
#content {
	margin-bottom: 36px;
}
#content, #content input, #content textarea {
	color: #333;
	font-size: 1em;
	line-height: 1.1em;
}
#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
	margin-bottom: 24px;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom: 0;
}
#content pre, #content kbd, #content tt, #content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link, .page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active, .page-title a:hover {
	color: #ff4b33;
}
#content .entry-title, .entry-title {
	margin-bottom: 0px;
}
.entry-title a:link, .entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.page-template-featured-recipe-page .entry-meta {
	color: #657e1d;
	font-size: 18px;
	font-weight: 600;
}
.single-format-standard .entry-meta {
	    color: #657e1d;
    font-size: 18px;
    font-weight: 600;
    background: transparent;
    margin-top: 10px;	
}
.entry-meta abbr, .entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover, .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content, .entry-summary {
	position: relative;
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content iframe {
	z-index: -1;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 5px 0;
}
.entry-content input.file, .entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup, .entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 10px 0;
	word-spacing: 0.5em;
}
.page-link a:link, .page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active, .page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a, .entry-utility a {
	color: #888;
}
.entry-meta a:hover, .entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
.cat-links {
	float: left;
}
/* =Asides
-------------------------------------------------------------- */
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}
/* =Gallery listing
-------------------------------------------------------------- */
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Images
-------------------------------------------------------------- */
#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft, #content img.alignleft, .storedescrip img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright, #content img.alignright, .storedescrip img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter, #content img.aligncenter, .storedescrip img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
/* single attachment images should be centered */
#content .attachment img {
	display: block;
	margin: 0 auto;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	height: 18px;
}
.navigation a:link, .navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active, .navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
a.paginate {
	background-color: #dfc471;
	padding: 3px 7px;
	margin: 1px;
	color: #658037;
	font-size: 14px;
}
a.paginate.active {
	color: #ffffff;
	background-color: #658037;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
	line-height: 20px;
	margin-bottom: 6px;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #ff4b33;
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Widget Areas -------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link, .widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active, .widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
/* =Footer -------------------------------------------------------------- */
#footer {
	margin-bottom: 20px;
}
* + html #footer {
	margin-top: -50px;
}
#colophon { /*border-top: 4px solid #000; margin-top: -4px;*/
	padding: 25px 0;
	position: relative;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(townandcountry/images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
/* =Header Styles -------------------------------------------------------------- */
#logo {
	width: 580px;
	height: 164px;
	float: left;
}
#topSocial {
	float: right;
	overflow: visible;
	width: 60px;
	height: 60px;
	margin-right: 30px;
	margin-top: 30px;
}
#topSocial #facebook {
	display: block;
	height: 43px;
	width: 85px;
	cursor: pointer;
}
#facebook_icon{
	position:relative;
	height:43px;
	float: right;
    padding: 0 5px;
	cursor: pointer;
}
#facebook_icon img {
	width:31px;
	height:31px;	
}
#youtube{
	margin-left:10px;
}
#youtube img{
	width:32px;
}
#pinterest {
	margin-left:-26px;
	padding-top:5.5px;	
}
#pinterest img {
	width:30px;	
}
#topSocial #facebook_dropdown {
	display: none;
	background: #556E32;
	padding: 12px;
	position: absolute;
	z-index: 99999;
	top: 36px;
	left: -88px;
	width: 105px;
	height: auto;
	font-size: 1.2em;
}
#facebook_dropdown ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: -3px;
}
#facebook_dropdown li a {
	color: #FFF;
	line-height: 1.7em;
}
#facebook_icon:hover {
	background-color:#556E32;
}
#facebook_icon:hover #facebook_dropdown {
	display: inline-block;
}
#topSearch {
	float: right;
	width: 220px;
	margin-top: 25px;
	position: relative;
	color: #FFFFFF;
	font-size: 14px;
}
#topSearch a:link, #topSearch a:visited {
	color: #FFF;
	text-decoration: none;
}
#topSearch a:hover {
	color: #eedf45;
}
#topSearch ul#menu-top-menu {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: 900;
	color: #000;
	margin-right: -7px;
}
#topSearch ul li {
	list-style: none;
	float: right;
	border-left: solid 1px #FFF;
	padding-left: 7px;
	margin-left: 7px;
}
#topSearch ul li:last-child {
	border: none;
	margin-left: 0;
	padding-left: 0;
}
#topSearch ul li#menu-item-201 {
	border: none;
	margin-left: 0;
	padding-left: 0;
}
#topSearch #searchContainer {
	margin-top: 5px;
	float: right;
	width: 210px;
	background: url(images/searchBG.png) no-repeat;
	padding: 6px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
#topSearch input[type=checkbox] {
	height: 14px;
	width: 14px;
}
#topSearch input[type=text] {
	width: 205px;
	padding: 1px 2px;
	font-size: 11px;
	border: none;
	outline: none;
}
#topSearch #searchsubmit {
	float: right;
	margin-top: -2px;
	margin-bottom: 10px;
	background-color: #FFF;
	color: #78a22f;
	border: none;
	padding: 2px;
	width: 60px;
	text-align: center;
}
.menu-top-menu-container {
	position: relative;
	left: -95px;
	top: 0px;
	width: 300px;
}
/* =Footer Styles -------------------------------------------------------------- */
#footer_bg {
	width: 100%; /*border-top:17px solid #657e1d;*/
	background: url(images/footer_bg.jpg) top center repeat-x;
	margin-top: 20px;
}
body.page-template-holiday-headquarters-php #footer_bg {
	width: 100%;
	background: url(images/holidayFooterBG.jpg) top center repeat-x;
	margin-top: 20px;
	margin-bottom: 0 !important;
	padding-bottom: 36px;
}
body.page-template-holiday-headquarters-php #footer_bg .footer-col2 {
	display: none;
}
.footer-col1 {
	float: left;
	display: inline-block;
	overflow: auto;
	width: 240px;
	margin-right: 20px;
}
.menu-footer-container {
	display: inline-block;
	width: 500px;
	margin-left: -85px;
}
#footer .menu-top-menu-container {
	display: inline-block;
	width: 400px;
	padding-left: 50px;
}
.footer-col2 {
	width: 153px;
	height: 137px;
	position: absolute;
	top: -70px;
	left: 0px;
}
.footer-col3 {
	width: 280px;
	position: absolute;
	top: 25px;
	right: 0px;
}
ul#menu-footer {
	list-style: none;
	line-height: normal;
	margin-left: -15px;
	height: 20px;
}
ul#menu-footer a {
	color: #000;
	font-size: 10px;
}
ul#menu-footer li {
	float: left;
	display: inline-block;
	margin-left: 7px;
}
ul#menu-footer li + li {
	border-left: solid 1px #000;
	padding-left: 7px;
}
ul#menu-top-menu-1 {
	list-style: none;
	line-height: normal;
	width: 300px;
}
ul#menu-top-menu-1 a:link, ul#menu-top-menu-1 a:visited {
	color: #000;
	font-size: 10px;
}
ul#menu-top-menu-1 li {
	float: right;
	display: inline-block;
	padding-right: 7px;
	margin-right: px;
}
ul#menu-top-menu-1 li + li {
	border-left: solid 1px #000;
}
.footer-col3 #central_btn {
	position: relative;
	top: -20px;
}
/* = Home page Styles
-------------------------------------------------------------- */
#home_content {
	width: 659px;
	padding: 0;
	float: left;
	margin-left: 0px;
	display: inline-block;
}
#slideshow {
	width: 659px;
	height: 400px;
	overflow: hidden;
}
#home_content #slider {
	position: relative;
	width: 659px;/* Change this to your images width */
	height: 374px; /* Change this to your images height */
	background: url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slider a {
	border: 0;
	display: block;
}
.hp_feature + .hp_feature {
	border-left: 1px solid #060;
}
.hp_feature {
	margin: 10px 0;
	padding: 0px 8px;
	width: 142px;
	min-height: 130px;
	position: relative;
	float: left;
	display: inline-block;
}
.first_feature {
	margin-left: 15px;
}
.hp_feature h2 {
	color: #ef4121;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.3em;
}
.hp_feature p {
	margin-bottom: 5px;
	clear: left;
}
#home_stores {
	width: 308px;
	margin-top: 20px;
	margin-bottom: 6px;
	float: right;
	display: inline-block;
	position: relative;
	color: black;
}
#home_stores .home_stores_head {
	height: 6px;
	position: relative;
	background: url(images/home_stores_bg_top.png) top left no-repeat;
}
#home_stores .home_stores_repeat {
	position: relative;
	background: url(images/home_stores_bg_repeat.png) top left repeat-y;
}
#home_stores .home_stores_foot {
	height: 7px;
	position: relative;
	background: url(images/home_stores_bg_footer.png) top left no-repeat;
}
div.store_containers {
	margin: 8px 16px 8px 20px;
	min-height: 143px;
	padding-top: 100px;
}
.hp_store_details {
	position: relative;
	width: 225px;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	color: #000000;
	line-height: 17px;
}
.hp_store_more {
	width: 75px;
	height: 19px;
	margin: 2px 0;
	padding: 0;
}
.hp_store_hours {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #799844;
	padding: 2px;
	text-align: center;
	margin: 0;
}
#home_stores #greenwoodHomeTitle {
	border: none;
}
#home_stores #townHomeTitle {
	background: url(images/bainbridge_store_front.png) no-repeat right top;
}
#home_stores #ballardHomeTitle {
	background: url(images/ballard_store_front.png) no-repeat right top;
}
#home_stores #greenwoodHomeTitle {
	background: url(images/greenwood_store_front.png) no-repeat right top;
}
#home_stores h2 {
	background: url(images/your_neighborhood_markets.png) no-repeat center;
	width: 250px;
	height: 40px;
	padding-top: 20px;
	position: relative;
	z-index: 0;
}
#home_stores h3 {
	margin-top: 20px;
	padding-bottom: 8px;
	color: #ef4121;
	font-size: 20px;
	line-height: 22px;
	font-weight: 900;
}
#home_stores h3 a:link, #home_stores h3 a:active, #home_stores h3 a:visited, #home_stores h3 a:hover {
	color: #ef4121;
	text-decoration: none;
}
#featured_boxes {
	height: 328px;
	width: 630px;
	background: url(images/feature_boxes_bg.png) no-repeat;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
#featured_boxes .box {
	float: left;
	width: 202px;
	margin-left: 5px;
	padding-top: 65px;
}
#featured_boxes .box .photo {
	margin: 0 auto;
	width: 155px;
	height: 110px;
	overflow: hidden;
	line-height: 110px;
}
#featured_boxes .box .photo img {
	vertical-align: middle;
}
#featured_boxes .box .info {
	position: relative;
	margin: 0 auto;
	width: 170px;
	height: 115px;
	margin-top: 20px;
	font-size: .9em;
	color: #58595b;
}
#featured_boxes .box .info .more {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#store_bar {
	height: 555px;
	width: 276px;
	background: url(images/store_bar_bg.png);
	float: right;
	margin-right: 30px;
}
#store_bar .location {
	float: left;
	margin-top: 190px;
	margin-left: 20px;
	text-align: center;
	width: 90%;
}
#store_bar .location .name {
	float: left;
	width: 100%;
}
.gecko #store_bar .location:nth-child(2n) .name {
	margin-top:-8px;
}
#store_bar .location .name h2 {
	font-size: 1.2em;
}
#store_bar .location .info {
	clear: left;
	float: left;
	margin-top: 5px;
	height: 32px;
	text-align: left;
	font-size: .9em;
	line-height: 1.6em;
	width: 100%;
}
.chrome #store_bar .location .info {
	line-height: 1.4em;	
}
#store_bar .location .more {
	position: relative;
	top: -15px;
	left: 155px;
}
#store_bar .location .hours {
	clear: left;
	float: left;
	margin-top: 20px;
	width: 100%;
	color: #FFF;
	font-size: 1.1em;
}
#store_bar .location.locBallard .hours {
	margin-top:15px;
}
.chrome #store_bar .location.locBallard .hours {
	margin-top: 7px;
}
#store_bar .location.matthews .hours {
	margin-top:15px;
}
.chrome #store_bar .location.matthews .hours {
	margin-top:9px;
}
.ff .location.matthews .name {
	margin-top:-5px;
}
#store_bar_bot {
	height: 156px;
	width: 282px;
	background: url(images/store_bar_bg_bot.png);
	float: right;
	clear:right;
	margin: 0 28px 0px 0px;
}
.store_bar_bot_new {
	height: 80px !important;
	background: url(images/store_bar_bg_bot_new.png) !important;
	overflow:hidden;
}
.new_store_bar {
	background: url(/wp-content/themes/townandcountry/images/store_bar_bg_alt.png) !important;
}
.new_store_bar_matt {
	background: url(/wp-content/themes/townandcountry/images/store_bar_bg_matt.png) !important;
	height:838px !important;
}
.new_store_bar .bainbridge_img {
	display: block;
	margin: -138px 0 14px 5px;
	border: 0px;
	width: 230px;
	height: 128px;
	cursor: pointer;
	cursor: hand;
}
.new_store_bar .ballard_img {
	display: block;
	margin: -144px 0 8px 2px;
	border: 0px;
	width: 230px;
	height: 129px;
	cursor: pointer;
	cursor: hand;
}
.ie7 .new_store_bar .bainbridge_img {
	display: block;
	margin: -137px 0 8px -12px;
	border: 0px;
	width: 230px;
	height: 128px;
	cursor: pointer;
	cursor: hand;
}
.ie7 .new_store_bar .ballard_img {
	display: block;
	margin: -147px 0 8px -12px;
	border: 0px;
	width: 230px;
	height: 129px;
	cursor: pointer;
	cursor: hand;
}
/* = .default-interior
-------------------------------------------------------------- */
#container #left_images {
	float: left;
	display: inline-block;
	width: 400px;
	margin-right: 35px;
	margin-left: 20px;
	margin-top: 1px;
}
#container #left_images #slider {
	position: relative;
	width: 400px;/* Change this to your images width */
	height: 600px; /* Change this to your images height */
	background: url(images/loading.gif) no-repeat 50% 50%;
}
#container #interior-content {
	float: left;
	display: inline-block;
	width: 500px;
}
#container #interior-content .entry-content li {
	margin: 8px 0;
}
* + html #container #interior-content .entry-content li {
	margin: 8px 1.5em;
}
#contact_form {
	padding: 20px;
	background-color: #eedda6;
}
#contact_form p {
	margin: 0;
	width: 100%;
}
/*
#learnMore img { float:left; margin-left:15px; }
#learnMore div.container { float:left; background-color:#FFF; padding:15px; padding-left:25px; padding-top:0px; border:1px solid #667e1c; }
#learnMore div .full { float:left; width:460px; }

#learnMore { float:left; width:410px;}*/
#learnMore {
	float: right;
	margin: 0px;
	margin-top: 25px;
}
#learnMore div div li {
	list-style: none;
}
#learnMore div .right {
	float: right;
}
#learnMore div .left {
	float: left;
	width: 200px;
}
#learnMore div .group {
	float: left;
	width: 100%;
}
#learnMore .oneLink .link {
	width: 45%;
	margin-right: 3%;
	float: left;
	margin-top: 5px;
}
#learnMore .oneLink .link.single {
	width: 94%;
	margin-right: 3%;
	float: left;
	margin-top: 5px;
}
#learnMore .manyLinks .link {
	width: 94%;
	margin-right: 3%;
	float: left;
	margin-top: 5px;
}
#learnMore a:link, #learnMore a:active {
	color: #657e1d;
	font-size: 12px;
}
#learnMore h2 {
	font-size: 16px;
	color: red;
	margin-bottom: 5px;
	margin-top: 15px;
	font-weight: normal;
}
#learnMore .more_img {
	display: block;
	float: left;
	margin: 0px 0px -2px 35px;
}
/* = store landing page
-------------------------------------------------------------- */
h1.storetitle {
	font-size: 34px;
	color: #ef4135;
	text-align: left;
	margin-top: 10px;
}
.store_feature_td {
	vertical-align: top;
	text-align: left;
	line-height: 16px;
	padding: 0 25px 0 0;
}
.store_feature_td p {
	line-height: 16px;
}
.store_feature_td img {
	float: left;
	margin: 5px 0px 5px 0;
}
.store_feature_td h2 {
	font-size: 20px;
	color: #ef4135;
	margin-bottom: 12px;
}
div.storedescrip {
	position: relative;
	background: url(images/storeDescripBottom.png) bottom left no-repeat;
	padding-bottom: 35px;
	width: 611px;
	margin-bottom: 35px;
	line-height: 16px;
	overflow: hidden;
}
div.storedescrip p {
	line-height: 16px;
}
div.storedescripMore {
	position: absolute;
	right: 0;
	bottom: 11px;
	width: 122px;
	height: 21px;
}
div.storeinfoContain {
	position: absolute;
	top: -11px;
	right: 10px;
}
div.storeinfo {
	height: 354px;
	width: 279px;
	padding: 10px 16px;
	margin-bottom: -20px;
	line-height: 16px;
	background: url(images/store_landing_infobox.png) top left no-repeat;
	z-index: 7;
	position: relative;
}
div.storeinfo.update {
	float: right;
	height: auto;
	min-height: 465px;
	background: url(images/store_landing_infobox2.png) top left repeat-y;
}
div.centralStoreInfo {
	margin: -20px 0px 0px 2px;
	height: 81px;
	padding-top: 25px;
	width: 306px;
	background: url(images/store_landing_extended.png) no-repeat;
	z-index: 5;
	position: relative;
	color: #fff;
}
div.centralStoreInfo.update {
	float: right;
	clear: right;
	margin: -20px 0px 0px 5px;
	top: 32px;
	background: url(images/store_landing_extended2.png) no-repeat;
}
div.centralTextBack {
	margin: 0px 0px 0px 32px;
	top: 5px;
	height: 21px;
	width: 241px;
	background: url(images/store_landing_text_back.png) no-repeat;
	color: #799844;
}
.store_director {
	color: #d0300b;
	font-size: 12px;
	text-align: left;
}
.storeMore {
	margin-top: -20px;
}
* + html .storeMore {
	margin-top: 0px;
}
/* = locations-page
-------------------------------------------------------------- */
h1.entry-title {
	margin-top: -5px;
	font-size: 3em;
}
.entry-content p {
	font-size: 1em;
	margin: 0px;
	margin-bottom: 10px;
}
.entry-content h2 {
	line-height: 27px;
	font-weight: bold;
	margin-bottom: 3px;
}
h3 span, h1 span {
	display: none;
}
h3 {
	background-repeat: no-repeat;
}
#locationsBar {
	float: right;
	width: 290px;
}
#map {
	position: relative;
	width: 600px;
	height: 600px;
}
#map-wrapper {
	position: relative;
	height: 600px;
	width: 600px;
}
#sidebar {
	position: relative;
	float: right;
	width: 300px;
}
#sidebar p {
	font-size: 14px;
	line-height: 16px;
}
#sidebar a:link, #sidebar a:active, #sidebar a:visited {
	font-size: 14px;
	color: #657e1d;
}
#sidebar h3 {
	font-size: 18px;
}
#sidebar .local {
	float: right;
	width: 250px;
}
#sidebar .local p {
	margin: 13px 0px 0px;
	padding: 0px;
}
#sidebar img {
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
}
#sidebar ul#sidebar-list {
	list-style: none;
	padding: 0px;
	margin: 0;
}
#sidebar ul#sidebar-list li {
	cursor: pointer;
	clear: both;
	padding: 5px;
}
#sidebar ul#sidebar-list li.subLi {
	padding-bottom: 10px;
	clear: both;
	padding-left: 45px;
	margin-bottom: 60px;
	margin-top: -15px;
}
#locSlip {
	position: absolute;
	bottom: 0px;
	right: 80px;
}
.gMapsImg img {
	max-width: 240px;
	max-height: 140px;
}
.gMapsMore {
	margin-top: 5px;
}
#favDiv p {
	margin: 0px;
	padding: 0px;
}
/* registration / profile */
.signup_header {
	padding: 3px 8px;
	background-color: #799844;
	color: #FFFFFF;
	font-weight: 900;
	font-size: 13px;
	margin: 3px 0;
}
.signup_table .submit input[type=submit] {
	padding: 5px 10px;
	background-color: #ef4121;
	font-size: 1em;
	border: none;
	outline: none;
	color: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.form-table td, .form-table th {
	vertical-align: top;
	padding: 8px;
}
.form-table td.details b {
	font-size: 13px;
	line-height: normal;
}
.form-table td input[type=checkbox] {
	margin-right: 16px;
	width: 12px;
	height: 12px;
}
p.message {
	padding: 7px 10px;
	background-color: #f0e66a;
	font-weight: 900;
	margin: 6px 26px 6px 0px;
}
/* blog */
#left_boxes {
	padding-bottom: 80px;
	padding-right: 30px;
}
.box_overview {
	position: relative;
	width: 400px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.box_overview .box_header {
	min-height: 175px;
}
.box_overview .box_header h2 {
	clear: none;
}
.box_overview .box_header .intro {
	padding: 20px 20px 0 175px;
	font-size: 1em;
}
.box_overview .box_header .intro img {
	background-color: #fff5c4;
	padding: 4px;
	margin-left: 10px;
}
.box_overview .box_content {
	margin: 10px 20px 0;
	padding: 10px;
}
.box_overview h2 {
	color: #365a27;
	font-size: 16px;
	font-weight: 900;
	margin: 0px;
}
.box_overview hr {
	background-color: #98ac5b;
	height: 2px;
	margin: 5px 0;
}
#box_fresh {
	background: url(images/blog_box_repeat_fresh.png) top left repeat-y;
}
#box_fresh .box_header {
	background: url(images/blog_box_header_fresh.png) top left no-repeat;
}
#box_fresh .box_content {
	background-color: #eefbc4;
	margin-top:28px;
}
#box_pour {
	background: url(images/blog_box_repeat_pour.png) top left repeat-y;
}
#box_pour .box_header {
	background: url(images/blog_box_header_pour.png) top left no-repeat;
}
#box_pour .box_content {
	background-color: #f2edf4;
}
#box_food {
	background: url(images/blog_box_repeat_fresh.png) top left repeat-y;
}
#box_food .box_header {
	background: url(images/blog_box_header_food.png?v=2) top left no-repeat;
}
#box_food .box_content {
	background-color: #eefbc4;
}
.blog .post_inner {
	margin: 0 0 25px;
	width: 750px;
	margin-left: 20px;
	float: left;
}
/*h1.blog_title{ color:#657e1d; font-size:40px; }*/
h1.blog_title.pour {
	color: #542f6a;
}
h2.blog_entry_title {
	font-size: 18px;
	line-height: 20px;
	font-weight: 900;
	margin: 0;
}
span.blog_entry_title {
	font-size: 14px;
	line-height: 18px;
}
.blog .entry_date {
	width: 68px;
	height: 113px;
	float: left;
}
.blog .entry_date div {
	padding: 67px 8px 0 12px;
	font-size: 16px;
	line-height: 17px;
	font-weight: 900;
	color: #657e1d;
	text-transform: uppercase;
}
.blog .entry-meta {
	display: none;
}
/*.blog .hentry, .blog .hentry p{ line-height:17px; font-size:11px; color:#555555; }*/
.blog .hentry img {
	padding: 5px;
	border: 1px solid #cfcbb3;
}
.blog .hentry img.alignright {
	clear:right;
}
.blog .entry-utility {
	padding: 5px 10px;
	border: 1px solid #eedc9f;
	text-align: right;
}
.post_fresh .blog_entry_title, .post_fresh .blog_entry_title a {
	color: #657e1d;
}
.post_fresh .entry_date {
	background: url(images/blog_date_fresh.png) top left no-repeat;
}
.post_fresh .entry-utility {
	background-color: #dcef9e;
}
.post_pour .blog_entry_title, .post_pour .blog_entry_title a {
	color: #542f6a;
}
.post_pour .entry-utility {
	background-color: #ded9e0;
}
.post_pour .entry_date {
	background: url(images/blog_date_pour.png) top left no-repeat;
}
.post_food .blog_entry_title, .post_food .blog_entry_title a {
	color: #657e1d;
}
.post_food .entry-utility {
	background-color: #dcef9e;
}
.post_food .entry_date {
	background: url(images/blog_date_food.png?v=2) top left no-repeat;
}
.post_site .blog_entry_title, .post_site .blog_entry_title a {
	color: #0c0c0a;
}
.post_site .entry-utility {
	background-color: #dfe39e;
}
.post_site .entry_date {
	background: url(/wp-content/themes/townandcountry/images/recipe_tc.png) top left no-repeat;
}
.post_fresh .post_inner, 
.post_pour .post_inner, 
.post_food .post_inner {
	width: 450px;
}
.blog .entry-content p.wp-caption-text {
	padding: 1px 0 0 8px;
}
.blog .comment-author {
	background: url(images/blog_comment_bg.png) top left no-repeat;
	padding: 10px 10px 10px 100px;
	height: 63px;
	color: #657e1d;
}
.blog .comment-author.adminauthor {
	background: url(images/blog_comment_bg_admin.png) top left no-repeat;
}
.blog .reply {
	float: right;
	clear: left;
}
.blog .commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog .commentlist li {
	margin-left: 0;
	padding-left: 0;
}
.blog .comment-body {
	padding: 5px 3px 5px 20px;
	font-size: 11px;
	line-height: 14px;
}
.blog h3#reply-title {
	color: #657e1d;
	font-size: 20px;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
}
.blog .navigation {
	display: block;
}
.blog .readmore {
	clear: left;
	display: block;
	float: right;
	font-size: 11px;
	font-weight: 900;
}
.post_pour .readmore {
	color: #542f6a;
}
.post_fresh .readmore {
	color: #657e1d;
}
.post_food .readmore {
	color: #657e1d;
}
.blog .readmore .meta-nav {
	display: none;
}
.blog h1.blog_title span {
	visibility: visible;
	display: block;
	font-size: 22px;
}
.blog h2.blog_title {
	visability: hidden;
}
/* Deli Specials */
#container #content.deli-specials {
	width: 924px;
	margin: 10px 12px 10px 24px;
}
.featured_soups {
	float: right;
	width: 450px;
}
.sub_featured_soups {
	clear: both;
	padding-top: 40px;
	padding-left: 24px;
}
.sub_featured_soups .callout {
	clear:left;
	background-color: #FFFFFF;
	padding: 10px;
	margin-right: 24px;
	text-align: center;
	margin-bottom: 14px;
	border: 1px solid #dfc471;
	line-height: 2em;
	font-size: .8em;
}
.sub_featured_soups .callout h2 {
	color: #657e1d;
	font-weight: 900;
}
.featured_soup {
	width: 214px;
	height: 260px;
	background-color: #FFFFFF;
	border: 1px solid #dfc471;
	margin-bottom: 14px;
	float: left;
	position: relative;
	margin-right: 9px;
}
.sub_featured_soups .featured_soup {
	width: 216px;
	height: 240px;
}
.featured_soup.last {
	margin-right: 0;
}
#newSoupFeat {
	float: left;
	width: 446px !important;
	height: 512px !important;
	margin:-14px 6px 0 0 !important;
}
#newSoupHeader h1 {
	font-size:42px;
	clear: none;
	padding: 40px 0 0 0;
}
#newSoupHeader p b {
	font-size:24px;
}
#newSoupHeader p {
	font-size: 16px;
	margin: 8px 0;
}
#soupBowlNew {
	float:left;
	margin:0 20px 0 0;
}
.featured_soup .featured_soup_header {
	background-color: #c4d2ad;
	color: #657e1d;
	font-size: 14px;
	font-weight: 900;
	padding: 2px 8px 4px;
}
.featured_soup .featured_soup_content {
	font-size: 1em;
	line-height: 16px;
	padding: 8px;
	color: #666666;
}
.featured_soup .featured_soup_content p {
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
	color: #666666;
	margin-top: 10px;
}
.featured_soup img.dietType {
	padding: 3px 2px;
}
#content.deli-specials .big_feature {
	width: 456px;
	min-height: 650px;
	background-color: #dfc471;
	float: left;
	padding-bottom: 10px;
}
#content.deli-specials .big_feature .header {
	background-color: #799844;
	padding: 8px 12px;
	text-align: center;
}
#content.deli-specials .big_feature .header h2 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 900;
	margin: 0;
}
#content.deli-specials .big_feature .content {
	margin: 15px 14px 0;
	line-height: normal;
}
#content.deli-specials .big_feature .content img {
	margin: 0;
	padding: 0;
}
#content.deli-specials .big_feature .content .feat_image {
	height: 306px;
	width: 428px;
}
#content.deli-specials .big_feature .content .feat_title {
	background-color: #b2b15d;
	font-size: 16px;
	margin: 0;
	color: #FFFFFF;
	padding: 8px;
	text-align: center;
	font-weight: 900;
}
#content.deli-specials .big_feature .content .feat_descrip {
	line-height: 155%;
	font-size: 1em;
	color: #555555;
	padding: 5px 1px 0;
	background-color: #b2b15d;
	padding: 8px;
}
#content.deli-specials .big_feature .content .coupon_feature {
	background-color: #FDF5CE;
	padding: 3px;
	border: 1px solid #598669;
	margin-top: 16px;
	line-height: normal;
	position: relative;
}
#content.deli-specials .big_feature .content .coupon_feature .upc {
	width: 126px;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;
	text-align: center;
}
#content.deli-specials .big_feature .content .coupon_feature .coupon_terms {
	font-size: 9px;
	margin-bottom: 0;
	clear: right;
	color: #555555;
}
#content.deli-specials .big_feature .content .coupon_feature .coupon_valid {
	font-size: 9px;
	margin-bottom: 5px;
	color: #555555;
	clear: right;
}
#content.deli-specials .big_feature .content .coupon_feature .coupon_header {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 8px;
	clear: none;
	color: #598669;
	font-weight: 900;
}
#content.deli-specials .big_feature .content .coupon_feature .coupon_offer {
	font-size: 1em;
	line-height: 14px;
	font-weight: 100;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: none;
	color: #333333;
}
#content.deli-specials .big_feature .content .coupon_feature .coupon_feature_inner {
	padding: 20px 10px 10px;
	border: 2px dotted #657e1d;
}
#content.deli-specials .big_feature .content .coupon_feature_inner {
	padding: 2px 2px 2px;
	border: 2px dotted #657e1d;
}
#content.deli-specials .big_feature .content .coupon_feature .coupon_feature_header {
	width: 254px;
	height: 23px;
	background: url(images/coupon_deli_special_header.gif) top left no-repeat;
	position: absolute;
	top: -10px;
	left: 90px;
}
#content.deli-specials .printButton {
	background-color: #FDF5CE;
	padding: 3px;
	width: 120px;
	color: #598669;
	font-size: 16px;
	cursor: pointer;
	cursor: hand;
}
#content.deli-specials .printButton a {
	color: #598669;
}
.key_legend {
	height: 240px;
	width: 640px;
	margin-left: 24px;
	clear: both;
}
.key_legend_table {
	font-size: 14px;
}
.key_legend_table table td {
	padding: 5px;
	font-size: 14px;
	vertical-align: middle;
	font-weight: 900;
}
/* Gluten-Free Pages */
.bull-quest {
	list-style-image: url(/wp-content/themes/townandcountry/images/bull-quest.gif);
}
.bull-circle {
	list-style-image: url(/wp-content/themes/townandcountry/images/bull-circle.gif);
}
.bull-check {
	list-style-image: url(/wp-content/themes/townandcountry/images/bull-check.gif);
}
/* Talk to us */
.contact_tab {
	padding: 5px;
	color: #FFF;
	width: 110px;
	float: left;
	margin-right: 5px;
	background-color: #667e1c;
	cursor: pointer;
	text-align: center;
}
.callUs_tab {
	padding: 5px;
	color: #FFF;
	width: 100px;
	float: left;
	margin-right: 5px;
	background-color: #667e1c;
	cursor: pointer;
	text-align: center;
}
.contact_active_tab {
	background-color: #eedda6;
	color: #000;
	font-weight: bold;
}
.contact_box {
	padding: 10px;
}
/* Slide Show through-out---------------------------------------------*/
#all_slideshow .image_slide {
	display: block;
}
#all_slideshow #the_slider .image_slide {
	display: none;
	opacity: 0;
}
#all_slideshow .slideBorderT {
	margin-bottom: 0px;
}
#all_slideshow .slideBorderT img {
	height: 14px;
}
#all_slideshow .slideBorderL {
	float: left; /*height:99%;*/
}
#all_slideshow .slideBorderL img {
	width: 25px;
}
#all_slideshow .slideBorderR {
	float: right; /*height:100%;*/
	margin-top: 0px
}
#all_slideshow .slideBorderR img {
	width: 28px;
}
#all_slideshow .slideBorderB {
	width: 100%;
	height: 18px;
	margin: -2px 0px -2px 2px;
}
#all_slideshow .slideBorderVB {
	width: 100%;
	margin: -2px 0px 0px 2px;
}
#all_slideshow .theSlideImage img {
	width: 347px;
	position: absolute;
	top: 18px;
	left: 25px;
}
#all_slideshow .slideBorderD {
	width: 100%;
	background-image: url(/wp-content/themes/townandcountry/images/slideBorderD.png);
	background-repeat: repeat-y;
	margin: -2px 0px 0px 2px;
}
#video_slideshow .image_slide {
	display: block;
	margin: 0px;
}
#video_slideshow .slideBorderT {
	height: 14px;
	margin: 0px 0px -2px;
}
#video_slideshow .slideBorderT img {
	height: 14px;
}
#video_slideshow .slideBorderL {
	float: left;
	height: 99%;
}
#video_slideshow .slideBorderL img {
	width: 25px;
}
#video_slideshow .slideBorderR {
	float: right;
	height: 100%;
	margin-top: 0px
}
#video_slideshow .slideBorderR img {
	width: 28px;
}
#video_slideshow .slideBorderB {
	width: 100%;
	height: 18px;
	margin: -2px 0px -2px 2px;
}
#video_slideshow .slideBorderVB {
	width: 100%;
	margin: -2px 0px 0px 2px;
}
#video_slideshow .theSlideImage img {
	width: 347px;
}
#video_slideshow .slideBorderD {
	width: 100%;
	background-image: url(/wp-content/themes/townandcountry/images/slideBorderD.png);
	background-repeat: repeat-y;
	margin: -2px 0px 0px 2px;
}
#more_slideshow .image_slide {
	display: block;
	margin: 0px;
}
#more_slideshow .slideBorderT {
	height: 14px;
	margin: 0px 0px -2px;
}
#more_slideshow .slideBorderT img {
	height: 14px;
}
#more_slideshow .slideBorderL {
	float: left;
}
#more_slideshow .slideBorderL img {
	width: 25px;
}
#more_slideshow .slideBorderR {
	float: right;
	margin-top: 0px
}
#more_slideshow .slideBorderR img {
	width: 28px;
}
#more_slideshow .slideBorderB {
	float: left;
	width: 100%;
	height: 18px;
	margin: -2px 0px -2px 2px;
}
#more_slideshow .slideBorderVB {
	width: 100%;
	margin: -2px 0px 0px 2px;
}
#more_slideshow .moreInfoDump {
	background: #F8F5E4;
	overflow: auto;
}
#more_slideshow .slideBorderD {
	width: 100%;
	background-image: url(/wp-content/themes/townandcountry/images/slideBorderD.png);
	background-repeat: repeat-y;
	margin: -2px 0px 0px 2px;
}
#container #right_video {
	float: right;
	display: inline-block;
	width: 503px;
	margin: -60px 35px 0px 20px;
}
#container #left_video {
	float: left;
	display: inline-block;
	width: 503px;
	margin: 0px 35px 0px 20px;
}
#container #learn_more {
	float: right;
	display: inline-block;
	width: 503px;
	margin: 0px 0px 0px 0px;
}
#container .loopImgContain .hnise_Image {
	width: 200px;
}
#container .loopImgContain .hnise_Image img {
	max-width: 200px;
}
/* Homepage Slideshow */
#slideshow_wrapper {
	margin-left: 13px;
	height: 415px;
	width: 630px;
	background: url(/wp-content/themes/townandcountry/images/slideshow_bg.png) no-repeat;
	overflow: hidden;
}
#slideshow {
	float: left;
	margin-left: 19px;
	height: 290px;
	width: 580px;
	overflow: hidden;
	z-index: 10;
	position: relative;
	background-color: #789843;
	padding: 0px;
	margin-top: 22px;
}
#slideshow img {
	border: none;
	position: absolute;
}
#slideshow_controls {
	float: left;
	margin-left: 19px;
	width: 580px;
	padding-top: 5px;
	height: 72px;
	margin-top: 0px;
	z-index: 1100;
	position: relative;
	background-color: #789843;
	margin-bottom: 15px;
}
#slideshow_controls .thumb {
	float: left;
	width: 106px;
	height: 60px;
	margin: 3px;
	border: 2px solid #FFF;
	background-color: #fdf5ce;
}
#slideshow_controls .thumb .expand {
	position: relative;
	width: 10px;
	height: 30px;
	float: left;
	margin-left: 30px;
	font-size: 5em;
	z-index: 0;
	margin-top: 5px;
}
#slideshow_controls .thumb .viewport {
	position: absolute;
	padding-top: 1px;
	padding-left: 1px;
	height: 60px;
	width: 103px;
	overflow: hidden;
	z-index: 1110;
	cursor: pointer;
	background-color: #fdf5ce;
}
#slideshow_controls .thumb .activeviewport {
	position: absolute;
	padding-top: 8px;
	padding-left: 3px;
	height: 52px;
	width: 103px;
	overflow: hidden;
	z-index: 1120;
	cursor: pointer;
	background-color: #f1e35e;
	opacity: 0.75;
}
/*IE7 needs this:*/* + html #slideshow_controls .thumb .activeviewport {
	margin-left: -40px;
}
/*IE7 needs this:*/* + html #slideshow_controls .thumb .viewport {
	margin-left: -40px;
}
.activebutton {
	border: 2px solid #FFF;
}
.activeexpand {
	margin-top: -10px;
}
/* Homepage Alerts */
#alert {
	margin: 20px;
}
#alert_top {
	float: left;
	background: url(/wp-content/themes/townandcountry/images/alert_bg_top.jpg) no-repeat;
	width: 618px;
	height: 10px;
}
#alert_body {
	float: left;
	background: url(/wp-content/themes/townandcountry/images/alert_bg_body.jpg) repeat-y;
	width: 618px;
}
#alert_body span.contain {
	margin-left: 10px;
	vertical-align: top;
}
#alert_body .icon {
	float: left;
	margin: 10px;
	margin-left: 20px;
}
#alert_body div {
	float: left;
	margin: 15px;
	margin-left: -2px;
	width: 410px;
	font-size: 1.4em;
	line-height: 1.2em;
}
#alert_body .more {
	float: right;
	margin: 15px;
	margin-top: -40px;
}
#alert_bottom {
	float: left;
	background: url(/wp-content/themes/townandcountry/images/alert_bg_bottom.jpg) no-repeat;
	width: 618px;
	height: 10px;
	margin-left: 1px;
}
/* POLLS */
.wp-polls {
	width: 400px;
}
/* Antipasto */
.antipasto_guide {
	float: left;
	width: 115px;
	text-align: center;
	margin-right: 6px;
	margin-top: 6px;
	background-color: #FFF;
	height: 140px;
	border: 1px solid #667e1c;
}
/* Comapny We Keep */
#cwk_bar {
	float: left;
	margin-bottom: 20px;
	width: 75%;
	height: 80px;
	background-color: #DBB861;
}
#cwk_bar h3 {
	font-weight: bold;
	margin-bottom: 3px;
}
#cwk_bar div {
	float: left;
	padding: 20px;
}
#cwk_share_bar {
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 21%;
	height: 80px;
	background-color: #EEDEA6;
}
.company_box {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 195px;
}
.company_box .image {
	float: left;
	padding-left: 8px;
	padding-top: 8px;
	width: 177px;
	height: 187px;
	overflow: hidden;
	background-image: url('/wp-content/themes/townandcountry/images/cwk_photo_bg.jpg');
}
.company_box .info {
	float: left;
	left: -10px;
	height: 165px;
	padding: 10px;
	padding-left: 20px;
	z-index: 100;
	;
	width: 255px;
	background-color: #f2e4b1;
	overflow: hidden;
}
.company_box .info h2 {
	font-size: 1.8em;
	color: #556b17;
}
.company_box .info span {
	font-weight: bold;
	color: #556b17;
}
.company_box .info p {
	margin-top: 10px;
	margin-bottom: 9px;
}
.cwk-page :hover {
	cursor: pointer;
}
.sushiBox p, .sushiBox ul {
	margin: 0;
	padding: 0;
}
/* Misc */
.button {
	background-color: #7a862e;
	border: none;
	padding: 6px;
	margin-left: 5px;
	color: #FFF;
}
.cakes_list {
	width: 350px;
}
#left_content {
	float: left;
}
#moreSlideDown {
	cursor: pointer;
	cursor: hand;
	float: right;
	margin-top: 5px;
}
.clickDivSL :hover {
	cursor: pointer;
	cursor: hand;
}
.adAllB {
	width: 600px;
	clear: both;
	background: url(/images/ads/allB.png) repeat-y;
	display: block;
	visibility: visible;
}
.subHrefs {
	color: #667e1c;
}
.subHrefs:hover {
	cursor: pointer;
}
.clear {
	clear: both;
}
#container.profile-page {
	margin-top: 20px;
	float: none;
	width: 130%;
}
span.sinfo {
	width: 120px;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	left: 0;
}
img.simg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.safarix{
	text-align:center;margin:15px 0px; height:155px; position:relative;	
}
#post-26351 div.storedescrip {
}
.page-id-20036 .entry-content {
    padding: 12px 0 12px 0;
    background: url(images/storeDescripBottom.png) bottom left no-repeat;
    margin-bottom: 10px;
}
#post-26351 .sinfo {
	/*top:380px;
	width:100%*/
}
#post-26351 img.simg {
	margin-top:0;
	margin-bottom:-50px;
}
.safari #post-26351 img.simg,
.ie9 #post-26351 img.simg {
	margin-top:0;
	margin-bottom:0;
}
.ie9 #post-26351 img.simg  {
	top:0;
}
.ie9 #post-26351 .sinfo {
	/*top:300px;*/
	top:0;
}
.ie9 #post-26351 .entry-content p {
	font-size:12px;
}
#post-26351 .moreInfoDump p {
	margin-bottom:10px !important;
}
#post-26351 .moreInfoDump a{
	/*font-size: 16px;
	color: red;
	margin-bottom: 15px;
	font-weight: normal;	*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-color-index:0)
{  
   .safarix {(;

	text-align: center;
	margin: -65px 0px 90px !important;
	height: 155px;
	position: relative;
	padding-bottom:20px;

    );}
}
/* Safari 6.1+ (8.0 is the latest version of Safari at this time) */

/*@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media
{
    .safari { 
text-align: center;
margin: -65px 0px 90px !important;
height: 155px;
position: relative;
padding-bottom:20px

    }
}}*/

/* Safari 7.1-8.0 (8.0 is the latest version of Safari at this time) */

/*_::-webkit-full-page-media, _:future, :root .safarix*/
.ie9 .safarix {
	text-align: center;
	margin: -65px 0px 90px !important;
	height: 155px;	
	position: relative;
	padding-bottom:20px

}
.ie9 #post-26351 .safarix {
	margin:0 !important;	
}
.menu-item, #setupform{
	text-align:left;	
}
#amap{
	border:#d8c066 2px solid !important;	
}
.refills{
  margin: 0 auto !important;
  display: table;
  width: 900px;
}
label.rx, input.submitrx {
  font-size: 20px !important;
  color: #000 !important;
  font-weight: 800 !important;

}
/* KIOSK CSS */
#k_head2 {
  /* margin: 0 100px; */
  line-height: initial;
  background: #657f1e;
  height:30px;
}
#k_head img {
  margin-left: 100px;
}
div#k_head {
  background: #789843;
}
div#kiosk {
  width: 100%;
  margin: 0 auto;
  display: table;
}
h1#k_h1 {
  float: right;
  margin: 89px 250px 0 0;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
div#k_recipes ul li {
  list-style: none;
  margin: 20px 0;
  background: #789843;
  color: #fff;
  padding: 20px;
  width: 500px;
  font-size: 25px;
  text-align: center;
  border-radius: 8px;
}
div#k_recipes ul {
  margin: 0 auto;
  display: table;
}
div#k_recipes {
  display: table;
  width: 80%;
  margin: 20px auto;
}
.recipe-notes {
	clear:left;
}
.big_feature .header {
    position: relative;
}
a.btnShare {
    font-size: 14px;
    padding: 1px 5px;
    position: absolute;
    right: 5px;
    bottom: -7px;
}
a.btnShare:hover{
	text-decoration:none !important;	
	font-size:15px;
}
.aplatter {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.topJobLink {
	float:right;
	clear:both;
	padding:0 10px;
}
.topJobLink a {
	font-size:18px;
}
.holidays_lightbox_storeInfo_box {
    float: left;
    width: 33.3%;
    padding: 0 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 210px;
}

cufon[alt="_ "] canvas {
	top:-18px !important;
	width:46px !important;
}

/* NEW SIGNUP STUFF */
.page-id-28768 #signup, #procc{
    float: left;
    color: #fff;
    border-radius: 5px;
    margin-top: 12px;
    background-color: #799844;
    padding: 8px 14px;
    font-size: 16px;
	cursor:pointer;
}
p.submit.termys {
    float: left;
    width: 54%;
    text-align: right !important;
    padding: 10px 20px;
}
#setupform label {
    position: relative;
    bottom: 2px;
    left: 3px;
    color: #868686;
}
#signupinfo {
    position: relative;
}
img.baggy {
    position: absolute;
    right: 200px;
    width: 130px;
    top: -178px;
}
.nopass {
    font-size: 17px;
    font-weight: 800;
    color: red;
    margin: 10px 0px;
}
.handle_pass{
	background-color:#ccc; 
	padding: 8px 10px;
	font-size:16px;
	border-radius: 5px 5px 5px 5px;
	border: medium none; 
	color:#FFFFFF; 
	margin:0 auto; 
	width: auto; 
	float: left;	
    cursor: pointer;
}
.reset_input input {
    float: right;
}
.reset_input {
    margin: 20px 0;
    width: 290px;
}
#reset {
    margin: 20px 0;
	padding-bottom: 50px;
}
.errset {
    color: red;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: none;
    top: 30px;
}
.reset_input .handle_pass {
    padding: 10px 20px;
}
.lakemont_remodel_sidebar h2 {
    margin-bottom: 10px;
}
.wp-image-29098.alignleft {
	margin-right:5px;
	position:relative;
	top:-9px;
}
.page-template-store-page h1 {
	clear:none;
}

.blog_author_box {
	float: right;
	border: 2px solid #657e1d;
	padding: 4px;
	margin: 0 0 3px 3px;
	width: 150px;
}
.blog .hentry .blog_author_box img,
.blog .blog_author_box img {
	float:left;
	width:50px;
	height:auto;
	border:none;
	padding:0;
	margin:0;
}
.blog_author_box p {
	margin: 0 0 0 57px;
	padding: 8px 0 0 0;
	font-size: 12px;
	line-height: 130%;
}
.cheese_corner {
	border: 1px solid #92b35b;
	margin: 20px 10px;
	padding: 10px;
}