/*
Theme Name: Mustard 2010
Theme URI: https://mustardmuseum.com
Description: The default WordPress theme for the National Mustard Museum.
Author: Chatman Design
Version: 1.0
Tags: mustard, museum, black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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 { margin: 0; padding: 0; border: 0; vertical-align: baseline; background: transparent; }

body { line-height: 1; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; line-height: normal; }

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; }

a img { border: none; }

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar left of content
*/
#container { float: right; margin: 0 80px 0 0; width: 650px; }

#recipe_container { float: left; margin: 0 0 0 38px; width: 930px; }

#content { margin: 0 0 0 20px; }

#primary, #secondary { float: left; overflow: hidden; }

#secondary { clear: both; }

#footer { clear: both; width: 100%; }

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content { margin: 0 auto; width: 640px; }

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content { margin: 0 auto; width: 900px; }

/* =Fonts
-------------------------------------------------------------- */
body, input, textarea, .page-title span, .pingback a.url { font-family: "Helvetica Neue", Helvetica, sans-serif; }

h3#comments-title, h3#reply-title, h3#subscribe-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, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, input[type=submit] { /*font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", 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 */
#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper { margin: 0 auto; width: 1000px; }

#wrapper { padding: 0 20px; position: relative; }

#mustard_member { position: absolute; top: 90px; right: 52px; /*left:300px;*/ }

#mustard_member a { color: #fff; font-weight: bold; text-decoration: none; }

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

#mustard_bottle { width: 184px; height: 189px; position: absolute; top: 24px; left: -78px; z-index: 89; }

#mustard_mess { width: 866px; height: 38px; position: absolute; top: 172px; left: 104px; z-index: 80; }

#mustard_search { position: absolute; top: 150px; left: 105px; z-index: 100; background: url("/images/mustard_search_bkgd.png") no-repeat 0 0; width: 158px; height: 19px; }

#mustard_search input[type="text"] { border: none; height: 15px; background: transparent; margin-left: 20px; font-family: Arial, Helvetica, sans-serif; -moz-box-shadow: 0 0 0 0; width: 119px; /*125px*/ }

#mustard_search input[type="submit"] { display: none; }

/* NEW PRODUCT ONLY SEARCH - MARCH 2011 */
#mustard_product_search { position: absolute; top: 40px; right: 50px; z-index: 100; background: url("/images/mustard_search_bkgd.png") no-repeat 0 0; width: 158px; height: 19px; }

#mustard_product_search input[type="text"] { border: none; height: 15px; background: transparent; margin-left: 20px; margin-top: 1px; font-family: Arial, Helvetica, sans-serif; -moz-box-shadow: 0 0 0 0; width: 130px; }

#mustard_product_search input[type="submit"] { display: none; }

#mustard_site_search_link { position: absolute; top: 65px; right: 52px; z-index: 100; width: 220px; height: 19px; color: #fff; text-align: right; }

#mustard_site_search_link a { color: #fff; }

/*#searchoptions ul { list-style-type:none; margin:0; padding:0; position:relative; }
#searchoptions a { position:absolute; top:0; left:0; display:block; padding:0; color:#666; text-decoration:none; z-index:2; width:85px; text-align:center; font-size:12px; }
#searchoptions a.selected { background-color:#777; color:#fff; z-index:1; display:none; top:-999px; }
#searchoptions div.tab_content { width:155px; height:20px; padding:1px; float:left; }*/
div.simpleTabs { width: 165px; }

ul.simpleTabsNavigation { float: right; margin-right: 5px; margin: 0 10px; padding: 0; position: relative; }

ul.simpleTabsNavigation li { list-style: none; /*display:inline; margin:0; padding:0;*/ }

ul.simpleTabsNavigation li a { position: absolute; top: 0; left: 0; padding: 0; font-size: 12px; text-decoration: none; z-index: 2; width: 95px; text-align: center; color: #666; }

ul.simpleTabsNavigation li a:hover { text-decoration: underline; }

ul.simpleTabsNavigation li a.current { background: #777; color: #fff; z-index: 1; top: -999px; }

div.simpleTabsContent { width: 155px; height: 20px; padding: 1px; float: left; display: none; }

div.simpleTabsContent.currentTab { display: block; }

/* 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; width: 700px; font-weight: bold; font-size: 14px; }

#site-generator { float: right; width: 220px; }

/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles  */
/* MustardMusem.com Home */
body, body.home { background: #511300 url("images/site_bkgd_home.jpg") no-repeat top center; }

/* Store */
body.store { background: #511300 url("images/site_bkgd_store1.jpg") no-repeat top center; }

/* Museum */
body.page-id-39, body.parent-pageid-39 { background: #512f19 url("images/site_bkgd_museum1.jpg") no-repeat top center; }

/* Press Room */
body.page-id-57, body.parent-pageid-57 { background: #ffce06 url("images/site_bkgd_pressroom1.jpg") no-repeat top center; }

/* Be A Friend */
body.page-id-11, body.parent-pageid-11 { background: #c56600 url("images/site_bkgd_beafriend1.jpg") no-repeat top center; }

/* Poupon U */
body.page-id-55, body.parent-pageid-55 { background: #291c04 url("images/site_bkgd_pouponu1.jpg") no-repeat top center; }

body, input, textarea { color: #222; font-size: 13px; line-height: 18px; }

hr { background-color: #E7E7E7; border: 0; height: 1px; margin-bottom: 18px; clear: both; }

/* 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; }

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; vertical-align: baseline; position: relative; }

sup { bottom: 1ex; }

sub { top: .5ex; }

input[type="text"], input[type="password"], textarea { padding: 2px; background: #f9f9f9; border: 1px solid #ccc; 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); }

a:link { color: #57409a; }

a:visited { color: #57409a; }

a:active, a:hover { color: #c48101; }

/* Text meant only for screen readers */
.screen-reader-text { position: absolute; left: -9000px; }

/* =Header
-------------------------------------------------------------- */
#header { background: url("images/header_bkgd.png") no-repeat center top; height: 210px; width: 1000px; }

#site-title { float: left; width: 188px; height: 149px; margin-left: 65px; }

#site-title a { display: block; }

#site-description { clear: right; float: right; font-style: italic; margin: 14px 0 18px 0; width: 220px; display: none; }

/* This is the custom header image */
/*#branding img {
	clear: both;
	border-top: 4px solid #000;
	display: block;
	border-bottom: 1px solid #000;
}*/
/* =Menu
-------------------------------------------------------------- */
#access .menu-header, div.menu { width: auto; }

#access { width: 750px; display: block; position: absolute; top: 119px; right: 40px; z-index: 80; /* Keeps menu behind Lightbox */ }

#access .menu-header, div.menu { margin-left: 12px; }

#access .menu-header ul, div.menu ul { list-style: none; margin: 0; }

#access .menu-header li, div.menu li { float: right; /*position: relative;*/ }

#access a { display: block; text-decoration: none; color: #511300; padding: 0 30px; line-height: 30px; text-transform: lowercase; font-weight: 300; font-size: 16px; }

#access ul ul { display: none; position: absolute; top: 30px; right: 0; float: right; width: 960px; z-index: 99999; }

#access ul li.current_page_item ul, #access ul li.current_page_parent ul, #access ul li.current_page_ancestor ul { display: block; z-index: 999999; }

#access ul ul li { /*min-width: 100px;	*/ }

#access ul ul ul { left: 100%; top: 0; }

#access ul ul a { /*background:#511300;*/ height: auto; line-height: 1em; padding: 5px 25px; width: auto; color: #fdfd8b; text-transform: uppercase; font-size: 12px; font-weight: 500; }

#access li:hover > a, #access ul ul :hover > a { 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; }

/* POUPON U MENU */
#menu-item-76:hover > a, #menu-item-76 ul ul :hover > a, #menu-item-76.current_page_item a, #menu-item-76.current_page_parent a, #menu-item-76.current_page_ancestor a, #menu-item-76 a:hover, #menu-item-76 ul.sub-menu { background: #511300 !important; }

/* BE A FRIEND MENU */
#menu-item-2419:hover > a, #menu-item-2419 ul ul :hover > a, #menu-item-2419.current_page_item a, #menu-item-2419.current_page_parent a, #menu-item-2419.current_page_ancestor a, #menu-item-2419 a:hover, #menu-item-2419 ul.sub-menu { background: #c56600 !important; }

/* PRESS ROOM MENU */
#menu-item-77:hover > a, #menu-item-77 ul ul :hover > a, #menu-item-77.current_page_item a, #menu-item-77.current_page_parent a, #menu-item-77.current_page_ancestor a, #menu-item-77 a:hover, #menu-item-77 ul.sub-menu { background: #327efd !important; }

/* THE MUSEUM MENU */
#menu-item-84:hover > a, #menu-item-84 ul ul :hover > a, #menu-item-84.current_page_item a, #menu-item-84.current_page_parent a, #menu-item-84.current_page_ancestor a, #menu-item-84 a:hover, #menu-item-84 ul.sub-menu { background: #c48101 !important; }

/* THE STORE MENU */
#menu-item-129:hover > a, #menu-item-129 ul ul :hover > a, #menu-item-129.current_page_item a, #menu-item-129.current_page_parent a, #menu-item-129.current_page_ancestor a, #menu-item-129 a:hover, #menu-item-129 ul.sub-menu { background: #63005a !important; }

#access ul ul li { position: relative; }

#access ul ul ul { display: none !important; position: absolute; top: 20px; left: 20px; float: left; width: 140px; z-index: 99999; }

#access .menu-header ul ul ul li { float: left; }

#access ul ul li:hover > ul { display: block !important; }

#access ul ul ul a { padding: 5px 10px; }

#access li.store-on { background: #63005a !important; }

#access li.store-on a { color: #fff; }

#access ul li.store-on ul { display: block; }

#access li.store-on ul a { color: #fdfd8b; }

#access li.store-on ul a:hover { color: #fff; }

/* =Content
-------------------------------------------------------------- */
#main { overflow: hidden; padding: 0 0 20px 0; background: url("images/content_bkgd.png") repeat-y 0 0; }

body.home #main { padding: 0 0 50px 0; }

#feedburner { text-align: center; position: absolute; bottom: 225px; left: 60px; }

#feedburner p { margin: 0; padding-bottom: 5px; }

#feedburner_sidebar p { margin: 0; padding-bottom: 5px; }

#feedburner_entry { border-top: 1px solid #E7E7E7; margin: 24px 0; }

#content { margin-bottom: 36px; }

#content, #content input, #content textarea { color: #333; font-size: 13px; line-height: 18px; /* 24px */ }

#content p, #content ul, #content ol, #content dd, #content pre, #content hr { margin-bottom: 14px; /* 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; }

#content dt, #content th { color: #000; }

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { color: #000; margin: 0 0 20px 0; line-height: 1.5em; }

#content table { /*border: 1px solid #e7e7e7;*/ text-align: left; margin: 0 -1px 24px 0; width: 100%; }

#content tr th, #content thead th { color: #888; font-size: 12px; font-weight: bold; line-height: 18px; padding: 9px 24px; }

#content tr td { /*border-top: 1px solid #e7e7e7;*/ padding: 6px 24px 25px; line-height: normal; }

#content tr.odd td { background: #F2F7FC; }

.hentry { margin: 0 0 48px 0; }

.home .sticky { background: #F2F7FC; border-top: 4px solid #000; padding: 18px 20px; margin-left: -20px; margin-right: -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: #C48101; }

#content .entry-title { color: #000; font-size: 21px; line-height: 1.3em; font-weight: bold; margin-bottom: 0; }

.entry-title a:link, .entry-title a:visited { color: #C48101; text-decoration: none; }

.entry-title a:active, .entry-title a:hover { color: #57409A; }

.entry-meta { color: #888; font-size: 12px; }

.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 { clear: both; padding: 12px 0 0 0; }

#content .entry-summary p:last-child { margin-bottom: 12px; }

.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: 0 0 24px 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 22px 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; }

.page .edit-link { clear: both; display: block; }

#entry-author-info { background: #F2F7FC; border-top: 4px solid #000; padding: 18px 20px; margin: 24px 0; overflow: hidden; clear: both; font-size: 14px; line-height: 20px; }

#entry-author-info #author-avatar { background: #fff; border: 1px solid #e7e7e7; float: left; margin: 0 -104px 0 0; padding: 11px; height: 60px; }

#entry-author-info #author-description { float: left; margin: 0 0 0 104px; }

#entry-author-info h2 { color: #000; font-weight: bold; font-size: 100%; margin-bottom: 0; }

.entry-utility { color: #888; font-size: 12px; line-height: 18px; clear: both; }

.entry-meta a, .entry-utility a { color: #888; }

.entry-meta a:hover, .entry-utility a:hover { color: #c48101; }

#content .video-player { padding: 0; }

/* 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 { margin-bottom: 48px; }

.category-gallery h2 { margin-top: 10px; }

.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-content p { display: inline; }

.home #content .category-gallery .entry-utility { padding-top: 4px; }

/* Attachment pages
-------------------------------------------------------------- */
.entry-content .attachment img { margin-bottom: 0; }

.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; max-width: 640px; }

#content .attachment img { max-width: 900px; }

#content .alignleft, #content img.alignleft { display: inline; float: left; margin-right: 24px; margin-top: 4px; }

#content .alignright, #content img.alignright { display: inline; float: right; margin-left: 24px; margin-top: 4px; }

#content .aligncenter, #content 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; text-align: center; margin-bottom: 20px; padding: 4px; }

#content .wp-caption img { margin: 5px 5px 0; }

#content .wp-caption p.wp-caption-text { margin: 5px; color: #888; font-size: 12px; }

#content .wp-smiley { margin: 0; }

#content .gallery { margin: auto; }

#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; }

/* =Navigation
-------------------------------------------------------------- */
.navigation { font-size: 12px; line-height: 18px; overflow: hidden; color: #888; }

.navigation a:link, .navigation a:visited { color: #888; text-decoration: none; }

.navigation a:active, .navigation a:hover { color: #c48101; }

.nav-previous { float: left; width: 50%; }

.nav-next { float: right; width: 50%; text-align: right; }

#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; }

/* =Comments
-------------------------------------------------------------- */
#comments { clear: both; }

#comments .navigation { padding: 0 0 18px 0; }

h3#comments-title, h3#reply-title, h3#subscribe-title { color: #000; font-weight: bold; font-size: 20px; margin-bottom: 0; }

h3#comments-title { padding: 24px 0; }

.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 { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid #e7e7e7; }

.commentlist li.comment + li.pingback { margin-top: -6px; }

#comments .pingback p { color: #888; font-size: 12px; line-height: 18px; display: block; margin: 0; }

#comments .pingback .url { font-style: italic; font-size: 13px; }

/* Comments form */
input[type=submit] { color: #333; }

#respond { margin: 24px 0; border-top: 1px solid #e7e7e7; 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, h3#subscribe-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; line-height: 18px; font-weight: normal; }

#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 { width: auto; font-size: 14px; }

/* =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: underline; }

.widget-area .entry-meta { font-size: 11px; }

#wp_tag_cloud div { line-height: 1.6em; }

#wp-calendar { width: 100%; }

#wp-calendar caption { font-weight: bold; color: #222; text-align: left; font-size: 14px; padding-bottom: 4px; }

#wp-calendar thead { font-size: 11px; }

#wp-calendar tbody { color: #aaa; }

#wp-calendar tbody td { padding: 3px 0 2px; background: #f5f5f5; border: 1px solid #fff; 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 { height: 11px; width: 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 widget areas */
/* =Footer
-------------------------------------------------------------- */
#footer { margin-bottom: 0px; color: #000; }

#colophon { background: url("//www.mustardmuseum.com/mustardmuseum/wp-content/themes/mustardmuseum/images/footer_bkgd.png") repeat-y center top; margin-top: 0; padding: 20px 0 0 0; }

#mustard_copyright { font-weight: 500; float: left; clear: both; width: 290px; margin-top: 8px; }

#mustard_copyright a { color: #000; text-decoration: none; }

img#wpstats { display: block; margin: 0 auto 10px; }

#footer_one { float: left; margin-left: 40px; width: 290px; }

#mustard_tagline { float: left; margin-bottom: 13px; width: 290px; }

#mustard_tagline h4 { font-size: 18px; }

#mustard_newsletter { float: left; width: 290px; clear: both; }

#mustard_newsletter p { float: left; margin-right: 10px; margin-bottom: 5px; }

#mustard_copyright ul { margin: 0; padding: 0; list-style-type: none; font-size: 11px; }

#mustard_copyright li { float: left; margin: 0 23px 0 0; }

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

#footer_authorize { float: right; margin-right: 40px; margin-bottom: 10px; }

#footer_two { float: right; width: 365px; margin-top: 15px; }

#mustard_socialmedia { float: left; margin-top: 10px; margin-left: 10px; width: 105px; text-align: right; }

#mustard_socialmedia ul { list-style-type: none; margin: 0; padding: 0; }

#mustard_socialmedia li { float: left; margin-left: 5px; }

#mustard_footermenu { float: right; width: 360px; }

#mustard_footermenu ul { margin: 0; padding: 0; list-style-type: none; }

#mustard_footermenu li { float: left; }

#mustard_footermenu a { display: block; padding: 5px; margin: 0 5px; color: #000; text-decoration: none; }

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

.TA_virtualsticker { float: right; margin: 0 10px 0 10px; }
.TA_virtualsticker #CDSWIDHEADER { width: 142px; }

#newsletter_form input[type="text"] { padding: 5px; width: 250px; }

#newsletter_form input { margin-bottom: 10px; }

/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre { -webkit-text-size-adjust: 140%; }

code { -webkit-text-size-adjust: 160%; }

#access, .entry-meta, .entry-utility, .navigation, .widget-area { -webkit-text-size-adjust: 120%; }

#site-description { -webkit-text-size-adjust: none; }

/* =Print Style
-------------------------------------------------------------- */
@media print { body { background: none !important; }
  #wrapper { float: none !important; clear: both !important; display: block !important; position: relative !important; }
  #header { border-bottom: 2pt solid #000; padding-bottom: 18pt; }
  #colophon { border-top: 2pt solid #000; }
  #site-title, #site-description { float: none; margin: 0; padding: 0; line-height: 1.4em; }
  #site-title { font-size: 13pt; }
  .entry-content { font-size: 14pt; line-height: 1.6em; }
  .entry-title { font-size: 21pt; }
  #access, #branding img, #respond, .comment-edit-link, .edit-link, .navigation, .page-link, .widget-area { display: none !important; }
  #container, #header, #footer { width: 100%; margin: 0; }
  #content, .one-column #content { width: 100%; margin: 24pt 0 0; }
  .wp-caption p { font-size: 11pt; }
  #site-info, #site-generator { float: none; width: auto; }
  #colophon { width: auto; }
  img#wpstats { display: none; }
  #site-generator a { padding: 0; margin: 0; }
  #entry-author-info { border: 1px solid #e7e7e7; }
  #main { display: inline; }
  .home .sticky { border: none; } }
/* Mustard Museum CSS Definitions */
#main { min-height: 400px; height: auto !important; height: 400px; }

/* HOMEPAGE */
/*#main div { outline:1px solid #000; }*/
#twitter { float: left; margin: 0 0 10px 40px; width: 440px; background: url("/images/twitter.png") no-repeat 0 0; padding-left: 40px; height: 32px; line-height: 32px; position: relative; }

#twitter .twitter_link { position: absolute; top: 0; left: 0; width: 32px; height: 32px; }

#twitter a { text-decoration: none; }

#twitter .twtr-hd, #twitter .twtr-user, #twitter .twtr-ft, #twitter em { display: none; }

#twitter .twtr-widget .twtr-tweet-wrap { padding: 1px 8px; }

#staff_favorites { position: relative; float: left; width: 130px; margin: 3px 0 10px 40px; z-index: 79; }

#quicklinksmenu { position: relative; float: left; width: 130px; margin: 3px 0 10px 6px; z-index: 79; }

#store_search { position: relative; float: right; margin: 3px 36px 10px 0; width: 130px; z-index: 79; }

/* STAFF FAVORITES DROP DOWN */
#staff_favorites ul.quicklinks { list-style: none; padding: 0; margin: 0; float: left; width: 115px; font-size: 12px; background-color: #008; border: 1px solid #a2a2a2; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

#staff_favorites ul.quicklinks li { float: left; margin: 0; padding: 0; width: 100%; position: relative; /*--Declare X and Y axis base for sub navigation--*/ }

#staff_favorites ul.quicklinks li a { padding: 2px 5px; color: #fff; display: block; text-decoration: none; float: left; }

#staff_favorites ul.quicklinks li a:hover { background-color: #008; color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

#staff_favorites ul.quicklinks li span { /*--Drop down trigger styles--*/ width: 17px; height: 24px; float: left; background: white url(/images/subnav_btn_yellow.gif) no-repeat center top; }

#staff_favorites ul.quicklinks li span.subhover { background-position: center bottom; cursor: pointer; }

/*--Hover effect for trigger--*/
#staff_favorites ul.quicklinks li ul.subnav { list-style: none; position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/ left: 0; top: 28px; background: #fff; margin: 0; padding: 0; display: none; float: left; width: 170px; border: 1px solid #a2a2a2; }

#staff_favorites ul.quicklinks li ul.subnav li { margin: 0; padding: 0; clear: both; width: 170px; }

html #staff_favorites ul.quicklinks li ul.subnav li a { float: left; width: 155px; background-color: #fff; padding-left: 10px; color: #008; }

html #staff_favorites ul.quicklinks li ul.subnav li a:hover { /*--Hover effect for subnav links--*/ background-color: #008; color: #fff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

/* QUICK LINKS DROP DOWN */
#quicklinksmenu ul.quicklinks { list-style: none; padding: 0; margin: 0; float: left; width: 115px; font-size: 12px; background-color: #C48101; border: 1px solid #a2a2a2; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

#quicklinksmenu ul.quicklinks li { float: left; margin: 0; padding: 0; width: 100%; position: relative; /*--Declare X and Y axis base for sub navigation--*/ }

#quicklinksmenu ul.quicklinks li a { padding: 2px 5px; color: #fff; display: block; text-decoration: none; float: left; }

#quicklinksmenu ul.quicklinks li a:hover { background-color: #fff; color: #C48101; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

#quicklinksmenu ul.quicklinks li span { /*--Drop down trigger styles--*/ width: 17px; height: 24px; float: left; background: white url(/images/subnav_btn_yellow.gif) no-repeat center top; }

#quicklinksmenu ul.quicklinks li span.subhover { background-position: center bottom; cursor: pointer; }

/*--Hover effect for trigger--*/
#quicklinksmenu ul.quicklinks li ul.subnav { list-style: none; position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/ left: 0; top: 28px; background: #fff; margin: 0; padding: 0; display: none; float: left; width: 170px; border: 1px solid #a2a2a2; }

#quicklinksmenu ul.quicklinks li ul.subnav li { margin: 0; padding: 0; clear: both; width: 170px; }

html #quicklinksmenu ul.quicklinks li ul.subnav li a { float: left; width: 155px; background-color: #fff; padding-left: 10px; color: #C48101; }

html #quicklinksmenu ul.quicklinks li ul.subnav li a:hover { /*--Hover effect for subnav links--*/ background: #c48101 url(dropdown_linkbg.gif) no-repeat 10px center; color: #fff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

/* SHOP FOR MUSTARD DROP DOWN */
#store_search ul.quicklinks { list-style: none; padding: 0; margin: 0; float: left; width: 115px; /*163px*/ font-size: 12px; background-color: #63005a; border: 1px solid #a2a2a2; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

#store_search ul.quicklinks li { float: left; margin: 0; padding: 0; width: 100%; position: relative; /*--Declare X and Y axis base for sub navigation--*/ }

#store_search ul.quicklinks li a { padding: 2px 6px; color: #fff; display: block; text-decoration: none; float: left; }

#store_search ul.quicklinks li a:hover { background: #63005a url(topnav_hover.gif) no-repeat center top; color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

#store_search ul.quicklinks li span { /*--Drop down trigger styles--*/ width: 17px; height: 24px; float: left; background: white url(/images/subnav_btn_purple.gif) no-repeat center top; }

#store_search ul.quicklinks li span.subhover { background-position: center bottom; cursor: pointer; }

/*--Hover effect on trigger--*/
#store_search ul.quicklinks li ul.subnav { list-style: none; position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/ left: 0; top: 28px; background: #fff; margin: 0; padding: 0; display: none; float: left; width: 160px; border: 1px solid #a2a2a2; }

#store_search ul.quicklinks li ul.subnav li { margin: 0; padding: 0; clear: both; width: 160px; }

html #store_search ul.quicklinks li ul.subnav li a { float: left; width: 134px; background-color: #fff; padding-left: 20px; color: #63005a; }

html #store_search ul.quicklinks li ul.subnav li a:hover { /*--Hover effect for subnav links--*/ background: #63005a url(dropdown_linkbg.gif) no-repeat 10px center; color: #fff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

html #store_search ul.quicklinks li ul.subnav li.section_heading a { padding-left: 10px; width: 144px; background: #63005a url(dropdown_linkbg.gif) no-repeat 10px center; color: #fff; font-weight: bold; }

ul.quicklinks li a.parent { text-align: center; width: 100%; padding: 5px 0 !important; }

#home_barrysblog { clear: both; float: left; margin: 0 9px 0 40px; width: 224px; height: 321px; background: url("/images/barrysblog_bkgd.png") no-repeat 0 0; position: relative; z-index: 99; }

#home_barrysblog h1 { color: #fff; font-size: 12px; font-weight: bold; text-align: center; line-height: 22px; margin-bottom: 3px; text-transform: uppercase; }

#home_barrysblog h2 { color: #000; font-size: 12px; font-style: italic; font-weight: bold; text-align: center; }

#home_barrysblog h3 a { color: #511300; text-decoration: none; }

#home_barrysblog h3 a:hover { text-decoration: underline; }

#home_barrysblog a.viewall { color: #000; font-size: 12px; font-style: italic; font-weight: bold; text-decoration: none; }

div.viewall { width: 190px; margin: 0 auto; text-align: center; }

.barry { position: absolute; top: 270px; left: -20px; z-index: 1; }

.barry_hand { position: absolute; top: 270px; left: -20px; z-index: 999; }

#barrysblog_newpost { margin: 10px auto 0; width: 194px; }

#barrysblog_newpost h3 { margin-bottom: 5px; }

#barrysblog_olderposts { margin: 0 auto; width: 194px; }

#barrysblog_olderposts h3 { font-size: 13px; }

#home_banners { float: left; width: auto; margin-bottom: 5px; }

#home_banners #content { margin: 0; }

.home_blurb { background: url("/images/blurb_bkgd.png") no-repeat 0 0; width: 455px; height: 42px; margin-bottom: 5px; }

.home_blurb p { margin: 0; padding: 0; line-height: normal; }

.home_blurb p strong { font-weight: bold; color: #63005a; }

#first_blurb { clear: both; float: left; margin-left: 40px; }

#first_blurb p { margin: 6px 10px 0; }

#second_blurb { float: right; margin-right: 42px; }

#second_blurb p { margin: 6px 10px 0; }

#home_pattisblog { clear: both; float: left; margin: 0 9px 20px 40px; width: 224px; height: 269px; background: url("/images/pattisblog_bkgd.png") no-repeat 0 0; position: relative; z-index: 99; }

#home_pattisblog h1 { color: #fff; font-size: 11px; font-weight: bold; width: 100%; line-height: 24px; margin-bottom: 2px; text-transform: uppercase; text-align: center; }

#home_pattisblog h2 { color: #000; font-size: 12px; font-style: italic; font-weight: bold; text-align: center; }

#home_pattisblog h3 a { color: #511300; text-decoration: none; }

#home_pattisblog h3 a:hover { text-decoration: underline; }

#home_pattisblog a.viewall { color: #000; font-size: 12px; font-style: italic; font-weight: bold; text-decoration: none; }

.patti { position: absolute; top: 570px; left: 61px; z-index: 99999; }

#pattisblog_newpost { margin: 10px auto 0; width: 194px; }

#pattisblog_newpost h3 { margin-bottom: 5px; }

#pattisblog_olderposts { margin: 0 auto; width: 194px; }

#pattisblog_olderposts h3 { font-size: 13px; }

.home_feature { width: 224px; height: 184px; margin-bottom: 20px; }

#first_featurette { float: left; margin-right: 6px; }

#second_featurette { float: left; margin-right: 6px; }

#third_featurette { float: left; }

#quick_announcements { float: left; width: 685px; text-align: center; }

#quick_announcements p { margin: 0 auto; width: 550px; color: #959595; font-size: 14px; }

#quick_announcements strong { color: #511300; }

/* BLOG CATEGORY PAGE */
#category_container { float: left; margin: 0; width: 450px; }

#category_rightcolumn { float: right; margin: 0 60px 0 0; width: 200px; }

#category_container h1 { font-size: 12px; font-weight: bold; text-align: center; background-color: #c56600; padding: 4px 0 3px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

#category_container h1 span { color: #fff; }

#category_container h2 a { color: #511300; text-decoration: none; }

body.category-mrs-mustards-kitchen #category_container h1 { background-color: #63005a; }

body.category-mrs-mustards-kitchen #secondary h3.widget-title { background-color: #63005a; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #fff; padding: 4px; margin: 15px 0 10px; }

body.category-the-curators-curiosities #secondary h3.widget-title { background-color: #c56600; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #fff; padding: 4px; margin: 15px 0 10px; }

body.category-the-curators-curiosities .entry-utility, body.category-mrs-mustards-kitchen .entry-utility { text-align: right; border-bottom: 1px dashed #d79e01; }

body.category-the-curators-curiosities .entry-utility .comments-link, body.category-mrs-mustards-kitchen .entry-utility .comments-link { background-color: #d79e01; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; padding: 4px 4px 3px; }

body.category-the-curators-curiosities .entry-utility .comments-link a, body.category-mrs-mustards-kitchen .entry-utility .comments-link a { text-decoration: none; color: #fff; font-weight: bold; }

/* STORE HOMEPAGE */
#store_home_wrap { margin: 0 auto 20px; width: 920px; text-align: center; }

#store_home_wrap .bordered { border: 1px solid #c48101; }

#store_home_wrap .sectionHeader { margin: 5px 0 20px; color: #63005a; font-size: 16px; }

#store_home_left_column { float: left; width: 200px; height: 650px; margin-right: 20px; border-right: 1px solid #a2a2a2; }

#store_home_center_column { float: left; width: 480px; }

#store_home_right_column { float: right; width: 200px; height: 650px; border-left: 1px solid #a2a2a2; }

#new_product_wrap, #best_seller_wrap { width: 142px; margin: 0 auto; }

.new_product_item, .best_seller_item { margin-bottom: 20px; }

.store_recommendation_item { width: 132px; float: left; margin: 0 12px 20px 15px; }

#storehome_promobanner { margin: 8px 0 30px; clear: both; }

#shopformustards ul { list-style-type: none !important; }

ul.shopforlist { float: left; width: 45%; }

ul.shopforlist a { color: #fff; text-decoration: none; }

ul.shopforlist a.content_button { width: 209px; }

/* Store.MustardMuseum.com CSS Definitions */
div.clear { clear: both; }

h1 { color: #c48101; font-weight: 200; font-size: 20px; margin-bottom: 10px; }

img.bordered { border: 1px solid #c48101; }

#left_column { float: left; width: 140px; margin-left: 40px; margin-right: 20px; }

#right_column { float: left; width: 760px; position: relative; }

#breadcrumb { float: left; width: 500px; /*520px*/ color: #000; margin-bottom: 20px; font-weight: 600; }

#breadcrumb a { text-decoration: none; color: #555; /*959595*/ }

#minicart { float: right; width: 250px; /*230px*/ text-align: right; }

#minicart a { color: #555; /*a2a2a2*/ text-decoration: none; }

#left_column .left_header { color: #63005a; font-weight: 200; font-size: 18px; font-style: italic; text-align: right; text-transform: lowercase; letter-spacing: 1px; margin: 25px 0 20px; }

#left_column #categoryList ul { list-style-type: none; margin: 0; padding: 0; text-align: right; text-transform: uppercase; }

#left_column #categoryList ul ul li a { color: #959595; font-size: 12px; text-decoration: none; font-weight: 600; line-height: normal; display: block; margin-bottom: 12px; }

#left_column #categoryList ul ul li a:hover { text-decoration: underline; }

#left_column #categoryList ul ul ul { margin-bottom: 12px; }

#left_column #categoryList ul ul ul a { color: #000; font-size: 12px; font-weight: 500; text-transform: none; margin-bottom: 2px; }

#left_column .shop_by_price { margin: 30px 0 50px; text-align: right; }

#left_column .shop_by_price .header { font-weight: 600; color: #959595; font-size: 12px; text-transform: uppercase; }

/* PRODUCT PAGE */
#product_image { clear: both; float: left; width: 220px; text-align: center; }

#product_image img { width: 208px; }

#product_image a { text-decoration: none; }

#product_actions { margin: 5px 0 30px; text-align: center; }

#product_actions a { border: 1px solid #c48101; color: #000; text-transform: uppercase; text-decoration: none; padding: 1px 17px; font-size: 11px; }

#product_actions a:hover { background-color: #c48101; color: #fff; }

#additional_product_images h4 { color: #63005A; text-transform: lowercase; margin-bottom: 5px; font-size: 12px; font-weight: bold; letter-spacing: 1px; }

#additional_product_images img { width: 50px; }

#additional_product_images .additional_image_wrap { float: left; width: 63px; margin: 0 3px 5px; }

#additional_product_images .bordered { border: 1px solid #c48101; background-color: #fff; }

#product_details { float: left; width: 100px; text-align: center; margin-top: 20px; margin-left: 20px; }

#product_details .price { font-weight: bold; font-size: 18px; color: #63005a; }

#product_details .weight { display: block; font-size: 16px; color: #222; /*a2a2a2*/ margin: 10px 0 30px 0; }

#product_details .ratings { display: block; margin-bottom: 30px; }

#product_details .ratings a { color: #555; /*a2a2a2*/ font-size: 12px; }

#product_details .addtocart { display: block; }

#product_details .addtocart input.btnstyle1 { background: url("images/addtocart_button.png") no-repeat 0 0; width: 91px; height: 39px; border: none; cursor: pointer; text-indent: -9999px; }

#product_details .addtocart input.btnstyle2 { background: url("images/button_wishlist.png") no-repeat 0 0; width: 91px; height: 39px; border: none; cursor: pointer; text-indent: -9999px; }

#product_details .addtocart input.btnstyle3 { background: url("images/button_easyreorder.png") no-repeat 0 0; width: 91px; height: 39px; border: none; cursor: pointer; text-indent: -9999px; }

#product_details .addtocart_note { color: #a2a2a2; font-size: 10px; margin-top: 10px; line-height: normal; }

#product_details .sku { display: block; margin-top: 30px; color: #63005a; font-size: 12px; font-weight: bold; }

#product_description { float: left; width: 245px; margin-top: 20px; margin-left: 20px; }

#product_description h1 { font-size: 18px; }

#product_description .product_attributes select { width: 200px; }

#product_recentlyviewed { float: right; width: 125px; margin-top: 20px; }

#product_recentlyviewed .header { color: #63005a; font-weight: bold; font-size: 12px; text-align: center; text-transform: lowercase; letter-spacing: 1px; margin: 0 0 10px; }

.recently_viewed_item { display: block; margin-bottom: 10px; text-align: center; border-bottom: 1px dashed #a2a2a2; padding-bottom: 10px; }

.recently_viewed_item a { color: #555; /*a2a2a2*/ text-decoration: none; font-style: italic; line-height: 14px; }

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

#related_products { clear: both; border-top: 1px solid #63005a; background: url("images/bttm_storefade.jpg") no-repeat 0 0; padding-top: 15px; }

#related_products_header h2 { color: #63005a; font-weight: bold; font-size: 12px; text-transform: lowercase; letter-spacing: 1px; margin: 0 0 5px 5px; }

#related_products .bordered { border: 1px solid #c48101; background-color: #fff; }

/*#related_products .sectionHeader { position:relative; width:190px; margin:0 auto; margin-bottom:30px; }
#related_products h2 { background-color:#fff; position:absolute; top:-14px; font-size:18px; font-style:italic; color:#a2a2a2; word-spacing:1px;  letter-spacing:1px; padding:0 10px; }*/
/* CATEGORY PAGE */
#category_introblock { float: left; clear: both; width: 560px; margin-bottom: 5px; }

#category_introblock h1 { float: left; clear: none; width: 550px; }

#category_introblock p { float: left; clear: left; width: 340px; }

#category_introblock .category_introimage { float: right; }

#category_view_options { float: left; clear: both; margin-bottom: 30px; }

#category_view_options .content_button { font-weight: normal; margin-bottom: 15px; background-color: #57409A; padding: 2px 7px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align: center; width: auto; float: none; margin-left: 5px; }

#category_view_options .content_button:hover { background-color: #c56600; }

#category_view_options .content_button a { color: #fff; text-decoration: none; display: block; }

#category_view_options a.content_button { color: #fff; text-decoration: none; }

#country_icons { clear: both; float: left; width: 570px; height: 250px; text-align: center; position: relative; }

#country_icons a { color: #555; /*#a2a2a2*/ text-decoration: none; }

#country_icons .country_item { float: left; width: 116px; text-align: center; margin: 0 12px 20px; }

#country_icons .country_item2 { position: absolute; top: 110px; width: 116px; text-align: center; margin: 0 12px; }

#country_icons #scottish { left: 68px; }

#country_icons #american { left: 210px; }

#country_icons #international { left: 352px; }

#variety_icons { clear: both; float: left; width: 570px; min-height: 250px; height: auto !important; height: 250px; text-align: center; position: relative; }

#variety_icons a { color: #555; /*#a2a2a2*/ text-decoration: none; }

#variety_icons .variety_item { float: left; width: 116px; text-align: center; margin: 0 12px 20px; height: 100px; }

#category_featured_product { position: absolute; top: 40px; right: 0; width: 190px; min-height: 210px; height: auto !important; height: 210px; text-align: center; }

/* CATEGORY GRID VIEW */
div.sort_area { clear: both; float: left; width: 100%; padding-bottom: 20px; }

div.prod_list_cell { float: left; width: 340px; height: 150px; margin: 0 10px 20px 10px; /*h: 110px*/ }

div.prod_list_cell_thumb { float: left; margin-right: 10px; }

div.prod_list_cell_thumb .bordered { border: 1px solid #c48101; }

div.prod_list_cell_details { float: left; width: 180px; margin-top: 3px; }

div.prod_list_cell_details .prod_links a { color: #63005a; font-size: 12px; text-decoration: none; }

div.prod_list_cell_details a.cat_item_read_more { color: #a2a2a2; font-style: italic; text-decoration: none; }

div.prod_list_cell_details a:hover { text-decoration: underline; }

div.prod_list_cell_details .addtocart_btn { clear: both; background: url("images/addtocart_button.png") no-repeat 0 0; border: none; width: 94px; height: 40px; text-indent: -9999px; cursor: pointer; margin-top: 10px; }

/* CATEGORY LIST VIEW */
div.prod_listview_cell { float: left; width: 720px; height: 60px; margin: 0 10px 10px 10px; border-bottom: 1px solid #a2a2a2; }

div.prod_listview_cell_thumb { float: left; margin-right: 10px; }

div.prod_listview_cell_thumb .bordered { border: 1px solid #c48101; }

div.prod_listview_cell_details { float: left; width: 650px; margin-top: 8px; }

div.prod_listview_cell_details .prod_links { float: left; width: 350px; }

div.prod_listview_cell_details .prod_links a { color: #63005a; font-size: 12px; text-decoration: none; }

div.prod_listview_cell_details .productprice { float: left; width: 140px; text-align: center; }

div.prod_listview_cell_details a.cat_item_read_more { color: #a2a2a2; font-style: italic; text-decoration: none; }

div.prod_listview_cell_details a:hover { text-decoration: underline; }

div.prod_listview_cell_details .addtocart_btn { float: right; background: url("images/addtocart_button.png") no-repeat 0 0; border: none; width: 94px; height: 35px; text-indent: -9999px; cursor: pointer; }

/* CONTENT PAGE (MAINLY PAGES IN WORDPRESS */
#content h1.entry-title { text-transform: capitalize; color: #c48101; font-weight: bold; clear: none; }

#content h3 { color: #59004e; font-weight: bold; clear: none; }

#content .entry-content { clear: none; }

#first_promo { clear: both; }

.content_promo { float: left; width: 177px; height: 58px; border: 1px solid #ddd; margin: 0 16px 10px 0; padding: 0 10px; text-align: center; line-height: normal; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }

.content_promo.last { margin-right: 0px; }

#content .content_promo h4 { line-height: normal; padding: 0; margin: 5px 0 0 0; font-weight: bold; color: #59004e; }

#content h3.flickr_caption { clear: both; color: #c48101; margin-bottom: 5px; padding-top: 20px; }

#flightbox-title { display: none !important; }

#sidebar_wrap { float: left; margin-left: 40px; width: 224px; }

#sidebar_wrap .widget-container { margin: 0 0 5px; }

#facebook_sidebar { float: left; clear: both; margin-bottom: 20px; }

#general_content_photo { float: right; margin: 0 0 10px 20px; }

#beafriend_sidead { margin-bottom: 20px; }

#content h4 { margin-bottom: 5px; margin-top: 25px; font-weight: bold; clear: left; font-size: 14px; color: #511300; }

#content ul { list-style-type: disc; }

#content ul li { margin-bottom: 5px; }

/* CURRENT FRIENDS LIST */
div.jar { clear: both; float: left; padding: 0 20px 10px 0; width: 160px; text-align: center; }

ul.friends_list { margin: 0; padding: 0; float: left; width: 30%; }

ul.friends_list li { padding: 5px; }

ul.friends_list a { text-decoration: none; }

#content h4.friends_header { float: left; clear: both; width: 100%; border-bottom: 1px solid #63005a; margin: 0 0 20px 0; }

/* SHOPPING CART */
#shopping_cart { width: 100%; }

#shopping_cart th { background-color: #63005a; color: #fff; padding: 5px; }

#shopping_cart td { padding: 5px; }

#shopping_cart tr { border-bottom: 1px solid #a2a2a2; }

#number_of_recipients, #enter_catalog_code { text-align: center; font-weight: bold; margin-bottom: 20px; }

.bordered { border: 1px solid #d8cdbc; padding: 5px; }

.bordered p { margin: 5px 0; }

.sectionHeader { font-weight: bold; }

.button { margin-top: 15px !important; }

td.checkout_panel input { margin-top: 10px; }

.cart_checkout { color: #fff; background-color: #0099d6; border: none; border-radius: 7px; padding: 3px 10px; text-transform: uppercase; font-weight: bold; font-size: 12px; cursor: pointer; }

#cart_actions { margin-top: 20px; }

#begin_checkout { margin-bottom: 40px; }

#begin_checkout .sectionHeader, .checkout_now .sectionHeader { text-align: center; font-size: 14px; margin: 5px 0; color: #63005a; }

#begin_checkout .bordered, .checkout_now { padding: 10px; }

#begin_checkout .normaltext, .checkout_now .normaltext { text-align: center; }

#begin_checkout input[class="formtext"] { width: 260px; }

.checkout_now { display: block; margin-bottom: 20px; background-color: #f7ead8; }

.checkout_now .sectionHeader { font-size: 18px; }

.forgot_password { padding: 8px 0 0; }

#checkout_form_wrapper td, #begin_checkout td { padding: 0 2px 8px; vertical-align: top; }

#checkout_form_wrapper h3 { border-bottom: 1px solid #d8cdbc; padding: 5px; margin-bottom: 15px; }

#checkout_form_wrapper input[name="s_shipon1"] { margin-bottom: 5px; }

#shippingaddress_columnone { float: left; width: 46%; }

#shippingaddress_columntwo { float: right; width: 48%; }

#shipping_address td, #shipping_address2 td { padding: 5px; vertical-align: top; }

#member_register { margin-bottom: 40px; }

#member_register td { padding: 5px; vertical-align: top; }

#account_links { border-bottom: 1px solid #a2a2a2; padding-bottom: 1px; margin-bottom: 10px; text-align: center; }

#account_links a { text-decoration: none; font-size: 13px; }

.account_table .largetext { font-weight: bold; color: #63005a; font-size: 14px; }

.account_table td { padding: 5px; vertical-align: top; }

/* SHOPPING CART CONFIRMATION PAGE */
.checkout_box .heading { font-weight: bold; }

#checkout_personalinfo, #checkout_paymentinfo, #checkout_ordershippinginfo { float: left; border: 1px solid #63005a; padding: 10px; margin: 0 20px 20px 0; min-height: 170px; height: auto !important; height: 170px; width: 25%; }

#checkout_ordershippinginfo { float: right; margin-right: 0; width: 34%; }

#confirmation_cart { width: 100%; }

#confirmation_cart th { background-color: #63005a; color: #fff; padding: 5px; }

#confirmation_cart td { padding: 5px; }

#confirmation_cart tr { border-bottom: 1px solid #a2a2a2; }

#confirmation_cart tr table tr { border-bottom: none; }

#checkout_notes { float: left; border: 1px solid #c48101; padding: 10px; width: 430px; margin: 20px auto; }

#checkout_notes p { margin-bottom: 0; }

#shipping_costs { float: right; border: 1px solid #a2a2a2; background-color: #eee; margin: 20px auto; width: 270px; padding: 10px; }

/* CATALOG REQUEST */
#catalog_request { width: 70%; }

#catalog_request td { padding-bottom: 5px; }

#catalog_request input[type="text"] { padding: 5px; }

div.catalog_option { float: left; margin: 0 5px; text-align: center; width: 175px; border: 1px solid #C48101; padding: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

div.catalog_option .content_button { width: 100%; }

div.catalog_option img { margin-top: 15px !important; }

/* MEDIA RESOURCES */
.media_resource, .media_flickr { float: left; margin: 0 5px 20px; width: 100%; border: 1px solid #C48101; padding: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.media_resource img { float: left; width: 85px; padding: 10px 20px 10px 12px; }

#content .media_resource h3 { margin: 0 0 5px; }

.media_flickr { border: none; }

/* RECIPE POPUP */
#popup_recipe_wrap { margin: 20px auto; width: 85%; background-color: #fff; padding: 20px; }

#popup_recipe_wrap * { vertical-align: top; }

#popup_recipe_wrap h2 { color: #63005a; margin-bottom: 20px; }

#popup_recipe_wrap td { font-weight: lighter; }

#popup_recipe_wrap table { margin-bottom: 30px; }

/* MAIN RECIPES DIRECTORY PAGE (JQUERY EXPANDER) */
#recipe_container .hentry { margin-bottom: 0; }

#recipe_container #content { margin-bottom: 0; }

/* SINGLE RECIPE PAGE */
#single_recipe_container { float: left; width: 500px; margin: 0; }

#single_recipe_content { position: relative; margin: 0 0 0 20px; }

#single_recipe_content p { margin-bottom: 5px; }

#single_recipe_content strong { color: #511300; }

#featured_recipe_mustard { position: absolute; top: 50px; right: 10px; }

#featured_recipe_mustard .bordered { border: 1px solid #C48101; }

#single_recipe_sidebar { float: left; clear: both; }

#recipes_sidebar { float: left; width: 180px; margin-left: 20px; }

ul.sidebar_receipt_list { text-align: center; padding-bottom: 10px !important; }

ul.ingredient_list { width: 320px; list-style-type: disc; }

ul.ingredient_list li { margin-bottom: 3px; }

/* RECIPE CATEGORY */
#recipe_category_image { float: right; width: 153px; }

#recipe_category_image .bordered { border: 1px solid #C48101; }

/* SHARE WITH A FRIEND (EMAIL A FRIEND) */
#emailafriend { width: 360px; margin: 20px auto; text-align: center; padding: 20px; background-color: #fff; }

#emailafriend * { vertical-align: top; }

#emailafriend h2 { color: #63005a; }

#emailafriend td { padding-bottom: 5px; }

/* NATIONAL MUSTARD DAY */
/*body.mustard_day { background:#63005a url('images/mustard_day_site_bkgd.jpg') no-repeat top center; }*/
body.mustard_day { background: #512f19 url("images/site_bkgd_museum1.jpg") no-repeat top center; }

body.mustard_day #container { margin: 0 65px 0 0; width: 670px; }

body.mustard_day #wrapper { position: relative; }

body.mustard_day .entry-content { padding-top: 180px; }

#nmd_logo { position: absolute; top: 100px; left: 390px; z-index: 999999; }

#tagline_one { position: absolute; top: 116px; left: 0; line-height: normal; color: #63005a; font-weight: bold; text-align: center; }

#tagline_two { position: absolute; top: 116px; right: 0; line-height: normal; color: #63005a; font-weight: bold; text-align: center; }

/*#nmd_fountain { position:absolute; top:140px; right:70px; z-index:99999; }*/
#nmd_hotdog { position: absolute; top: 325px; left: 390px; z-index: 99999; text-align: center; width: 442px; }

#nmd_hotdog h2 { font-size: 24px; color: #63005a !important; font-weight: bold; text-align: center; }

#nmd_hotdog img { display: none; }

#nmd_leftnavpic { text-align: center; }

h3.nmd-title { float: left; width: 450px; font-size: 18px; color: #63005a !important; font-weight: bold; }

#primary h3.nmd-title { float: left; width: auto; font-size: 14px; color: #63005a !important; font-weight: bold; }

p.nmd-top { float: right; width: 150px; text-align: right; }

#mustard_day_nav li a { background-color: #63005a; color: #c48101; display: block; padding: 5px; font-weight: bold; text-align: center; margin-bottom: 5px; }

#mustard_day_nav li a.inverse { background-color: #c48101; color: #63005a; }

#sponsors li { display: block; padding: 5px; font-weight: bold; }

#sponsors li a { text-decoration: underline; }

#sponsors li.sponsorgroup { list-style-type: none; font-weight: bold; margin: 0; padding-top: 10px; color: #c48101; }

#schedule_photos { float: left; padding: 0 10px 20px 0; width: 204px; }

#schedule { float: left; width: 400px; }

#schedule li.stagename { list-style-type: none; font-weight: bold; margin: 0; padding-top: 10px; color: #c48101; }

#schedule li.note { list-style-type: none; font-style: italic; padding-bottom: 10px; }

#schedule span.event_item { font-weight: bold; }

#directions { float: left; width: 280px; }

#directions li { margin-left: 20px; }

#directions li.cityname { list-style-type: none; font-weight: bold; margin: 0; padding-top: 10px; }

ul.eventslist li { line-height: normal; padding-bottom: 10px; }

body.mustard_day #primary h3 { color: #000; line-height: 1.5em; margin: 20px 0 10px; text-align: center; }

body.mustard_day #primary { width: 200px; }

body.mustard_day #main .widget-area ul { padding: 0; }

#mustard_day_sidebar { float: left; clear: both; margin-left: 30px; }

#mustard_day_sidebar ul { list-style-type: none; margin: 0 !important; padding: 0; }

#mustard_day_sidebar ul ul a { display: block; text-align: center; width: 220px; }

#mustard_day_sidebar ul ul li { margin-bottom: 20px; }

#mustard_day_sidebar .widget-title, #mustard_day_sidebar h2 { text-align: center; margin-bottom: 20px; font-size: 14px; margin-top: 15px; padding: 5px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }

/* 404 ERROR PAGE */
body.error404 { background-image: none; background-color: #fff; }

body.error404 #header, body.error404 #colophon, body.error404 #main { background: none; }

/* PRINT STYLES */
body#print_preview #minicart { display: none; }

body#print_preview #breadcrumb { display: none; }

body#print_preview #product_recentlyviewed { display: none; }

body#print_preview #product_details .addtocart { display: none; }

body#print_preview #product_actions { display: none; }

body#print_preview #related_products { display: none; }

#print_preview_wrapper { width: 95%; margin: 20px auto; }

/* Internet Explorer 6 Message */
#ie-message { background: #C00; text-align: center; border-bottom: 1px solid #900; color: #fff; font-weight: bold; position: absolute; top: 0; padding: 5px; width: 100%; z-index: 999999; }

#ie-message a { color: #fff; font-weight: bold; }

/* Hidden and Miscellaneous Pieces */
.product_page_cart_display, .prev_next { display: none; }

.sort_area .prev_next { display: block !important; }

.ingredients { font-weight: bold; }

.kosher { font-weight: bold; margin-bottom: 15px; margin-top: 15px; background-color: #0275be; padding: 2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align: center; width: 60px; }

.kosher a { color: #fff; text-decoration: none; }

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

.content_button { font-weight: bold; margin-bottom: 15px; background-color: #c56600; padding: 2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align: center; width: 130px; float: left; margin-right: 10px; }

.content_button:hover { background-color: #57409A; }

.content_button a { color: #fff; text-decoration: none; display: block; }

a.content_button { color: #fff; text-decoration: none; }

/* MOBILE NOTICE MESSAGE */
#mobile_notice { position: absolute; top: 0; width: 100%; background-color: #c00; text-align: center; z-index: 99; padding: 40px 30px; height: 10px; }

#mobile_notice a { color: #fff; font-weight: bold; font-size: 28px; letter-spacing: 5px; }

/* POPUP CALENDAR (CHECKOUT) */
#calDiv { position: absolute; top: 170px !important; left: 615px !important; width: 144px; background-color: #fff; visibility: hidden; }

.cpYearNavigation, .cpMonthNavigation { background-color: #511300; text-align: center; vertical-align: center; text-decoration: none; color: #fff; font-weight: bold !important; }

a.cpMonthNavigation, a.cpMonthNavigation:hover { color: #fff; }

.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText { font-family: arial; font-size: 8pt !important; }

td.cpDayColumnHeader { text-align: right; border: solid thin #C0C0C0; border-width: 0px 0px 1px 0px !important; }

.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate { text-align: right; text-decoration: none !important; }

.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled { color: #D0D0D0; text-align: right; text-decoration: line-through !important; }

.cpCurrentMonthDate, .cpCurrentDate { color: #000000 !important; }

td.cpCurrentMonthDate:hover, .cpCurrentDate:hover { background-color: #c48101; border: 1px solid #a2a2a2; color: #000000 !important; }

.cpOtherMonthDate { color: #808080 !important; }

td.cpOtherMonthDate:hover { background-color: #c48101; border: 1px solid #a2a2a2; color: #000000 !important; }

td.cpCurrentDate { color: black !important; }

td.cpCurrentDateDisabled { border-width: 1px; border: solid thin #FFAAAA !important; }

td.cpTodayText, td.cpTodayTextDisabled { border: solid thin #C0C0C0; border-width: 1px 0px 0px 0px !important; }

a.cpTodayText, span.cpTodayTextDisabled { height: 20px !important; }

a.cpTodayText { color: #c00 !important; }

.cpTodayTextDisabled { color: #D0D0D0 !important; }

.cpBorder { border: solid thin #808080 !important; }

a.cpCurrentDate { color: #c00 !important; font-weight: bold; }

/* Left Column Drawers Accordion Layout */
.drawers-wrapper { position: relative; width: 170px; }

.drawer { color: #76797C; font-size: 11px; line-height: 1.3em; }

.boxcap { height: 5px; left: 0pt; position: absolute; width: 100%; z-index: 100; margin-top: -5px; }

.captop { bottom: auto; top: 0pt; margin-top: 0; }

.drawers { margin-bottom: 15px; color: #76797C; font-size: 11px; line-height: 18px; }

.drawers A { color: #666666; text-decoration: none; font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif; font-size-adjust: none; font-style: normal; font-variant: normal; font-weight: normal; }

.drawer li { /*border-bottom:1px solid #E5E5E5;*/ line-height: 16px; padding: 6px 0pt; }

UL { list-style: none; padding: 0; }

UL.drawers { margin: 0; }

.drawer-handle { color: #ddd; cursor: pointer; font-size: 12px; font-weight: normal; height: 25px; line-height: 25px; margin-bottom: 0pt; text-align: center; width: 100%; }

.drawer-handle.open { background-color: #72839D; background-position: -188px 0pt; color: #FFFFFF; }

.drawer-handle.appetizers { background-color: #c48101; }

.drawer-handle.salads { background-color: #57409a; }

.drawer-handle.entrees { background-color: #c56600; }

.drawer-handle.sandwiches { background-color: #327efd; }

.drawer-handle.treats { background-color: #511300; }

.drawer UL { padding: 0 15px; padding-bottom: 0; margin: 0; }

.drawer h2 { margin-top: 0; }

.drawer-content UL { padding-top: 7px; }

.drawer-content LI A { display: block; overflow: hidden; }

/*.alldownloads li { border:0pt none; line-height:18px; padding:0pt;
}*/
/* ROYALTY INVITE */
.buttons, .copy { text-align: center; }

.buttons { width: 310px; float: left; }

.copy { width: 50%; float: right; }

.copy p { color: #413353; }

/* TWITTER FEED */
.latest-tweet { font-size: smaller; line-height: normal; }

.latest-tweet .controls { display: block; visibility: hidden; }

.latest-tweet:hover .controls { visibility: inherit; }

a.twitter_link { float: left; }
