/**
Theme Name: FieldRoast
Author: FieldRoast
Description: Official theme of <a href="http://fieldroast.com/">http://fieldroast.com/</a>
Version: 0.1
*/

@font-face {
	font-family: 'clarendon';
	src: url('fonts/clarendon-bold.eot');
	src: url('fonts/clarendon-bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/clarendon-bold.woff') format('woff'),
		 url('fonts/clarendon-bold.ttf') format('truetype'),
		 url('fonts/clarendon-bold.svg#clarendonno1urwtotbolregular') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/opensans-regular.eot');
	src: url('fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/opensans-regular.woff') format('woff'),
		 url('fonts/opensans-regular.ttf') format('truetype'),
		 url('fonts/opensans-regular.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/opensans-italic.eot');
	src: url('fonts/opensans-italic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/opensans-italic.woff') format('woff'),
		 url('fonts/opensans-italic.ttf') format('truetype'),
		 url('fonts/opensans-italic.svg#open_sansitalic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/opensans-bold.eot');
	src: url('fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
			url('fonts/opensans-bold.woff') format('woff'),
			url('fonts/opensans-bold.ttf') format('truetype'),
			url('fonts/opensans-bold.svg#open_sansbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/opensans-bolditalic.eot');
	src: url('fonts/opensans-bolditalic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/opensans-bolditalic.woff') format('woff'),
		 url('fonts/opensans-bolditalic.ttf') format('truetype'),
		 url('fonts/opensans-bolditalic.svg#open_sansbold_italic') format('svg');
	font-weight: bold;
	font-style: italic;
}


/*** ! normalize.css v2.1.2 | MIT License | git.io/normalize ***/

/** HTML5 display definitions **/

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: Open Sans, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/** Links **/

/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/** Typography **/

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

/** Embedded content **/

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/** Figures**/

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

/** Forms **/

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/** Tables **/

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*** H5BP ***/
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/**
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
    vertical-align: middle;
}

/**
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/**
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}


/**** Helper classes ***/

/**
 * Prevent callout
 */
.nocallout {
    -webkit-touch-callout: none;
}
.pressed {
    background-color: rgba(0, 0, 0, 0.7);
}

/**
 * A hack for HTML5 contenteditable attribute on mobile
 */
textarea[contenteditable] {
    -webkit-appearance: none;
}

/**
 * A workaround for S60 3.x and 5.0 devices which do not animated gif images if
 * they have been set as display: none
 */
.gifhidden {
    position: absolute;
    left: -100%;
}

/**
 * Image replacement
 */
.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}
.ir br {
    display: none;
}

/**
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}

/**
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden,
.screen-reader-text,
.ht-left span,
.page.has-side-menu .entry-title,
.page-utilities .entry-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/**
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/**
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}


/*** WordPress ***/
.aligncenter {
	display: block;
	margin: .5em auto;
}
.alignleft {
	float: left;
}
.alignleft,
.alignnone {
	margin: .5em 1em .5em 0;
}
.alignright {
	float: right;
	margin: .5em 1em 0 .5em;
}
.wp-caption-text,
.gallery-caption {
	text-align: center;
	line-height: 1.15;
}
.hidden-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	display:block;
}
.button {
	display: inline-block;
}

/*** Start of theme styles ***/

/*** Base ***/
body {
	background-color: #dbe6cb;
	padding: 20px 0;
}
a {
	color: #880b07;
}
a:visited {
	color: #883e3b;
}
a:focus,
a:hover {
	color: #650805;
}

input[type="submit"] {
	background:#666;
	color: #fff;
	cursor: pointer;
	border: 0;
	padding: 3px 5px;
	font-family: sans-serif !important;
}
input[type="submit"]:focus,
input[type="submit"]:hover {
	background: #444;
	text-decoration: underline;
}
input[type="submit"]:active {
	top: 1px;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
	border: 1px solid #ddd;
	padding: 2px 5px;
	color: #444;
}


.wrap {
	width: 944px;
	padding: 25px 38px;
	margin: 0 auto;
}

#page {
	background:#fff;
	position: relative;
}
#page::before,
#page::after {
	content: '';
	display: block;
	position: absolute;
}
#page::before {
	width: 998px;
	left: 10px;
	top: 10px;
	bottom: 10px;
	border: 1px solid #404040;
}
#page::after {
	width: 984px;
	left: 16px;
	top: 16px;
	bottom: 15px;
	border: 2px solid #404040;
}


/*** Footer ***/
.colophon {
	padding: 10px 0;
	width: 980px;
}
.copy {
	font-size: .625em;
}

/*** Header ***/
.branding {
	position: relative;
	z-index: 3;
	height: 130px;
	padding: 8px 0;
}
.site-title {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -127px;
}
.site-title,
.site-title a {
	width: 253px;
	height: 128px;
}
.site-title a {
	display: block;
	background: url(images/sprite.png) no-repeat;
}

.ht-left {
	position: absolute;
	left: -20px;
	top: 35px;
	width: 197px;
	height: 28px;
	background: url(images/sprite.png) no-repeat -387px 0;
}
.ht-right {
	position: absolute;
	right: 0;
	top: 40px;
	color: #880b07;
	font: bold .5em/1 clarendon, georgia, serif;
	text-transform: uppercase;
}
/*** Menus ***/
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.branding .menu {
	position: absolute;
	text-transform: uppercase;
}
.branding .menu-item {
	display: inline;
}
.branding .menu-item a {
	color: #111;
	text-decoration: none;
}
.branding .menu-item a:focus,
.branding .menu-item a:hover,
.branding .current-menu-item a,
.singular-fieldroast_product .menu ._products-main a,
.singular-fieldroast_recipe .menu ._recipes-main a {
	color: #880b07;
}

.branding ._has-sub:hover > a,
.branding .sub-menu {
	background: #dcdaba;
	opacity: .95;
}
.branding .sub-menu {
	padding: 0;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: .5em;
	text-transform: none;
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	z-index: 5;
	border-top: 1px solid #fff;
	border-bottom: 6px solid #202020;
	display: none;
}
.branding .menu-item:hover .sub-menu {
	display: block;
}
.branding .sub-menu li {
	white-space: nowrap;
}
.branding .sub-menu a {
	display: block;
	color: #333;
	border-bottom: 1px solid #fff;
	padding: .5em 1.25em .5em .75em;
	margin: 0;
}

/* Main menus */
.menu-main-left,
.menu-main-right {
	top: 75px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	font-family: clarendon, georgia, serif;
	font-size: .75em;
	font-weight: bold;
}
.menu-main-left::after,
.menu-main-right::after {
	content: '';
	position: absolute;
	bottom: -6px;
	width: 100%;
	border-bottom: 1px solid #000;
}
.menu-main-left::after {
	left: 0;
}
.menu-main-right,
.menu-main-right::after {
	right: 0;
}
.menu-main-left a,
.menu-main-right a {
	display: inline-block;
	padding: .5em .6em;
	margin-right: .25em;
}
.menu-main-left .menu-item,
.menu-main-right .menu-item {
	border-right: 1px solid #000;
	position: relative;
}
.menu-main-left .menu-item:last-child,
.menu-main-right .menu-item:last-child,
.menu-main-left .sub-menu .menu-item,
.menu-main-right .sub-menu .menu-item {
	border: 0;
}

.menu-main-left .sub-menu .menu-item,
.menu-main-right .sub-menu .menu-item {
	padding: 0;
	margin: 0;
}
.menu-main-left .sub-menu .menu-item a,
.menu-main-right .sub-menu .menu-item a {
	border-bottom: 1px solid #fff;
}


/* Misc menu */
.menu-misc {
	text-align: right;
	top: 10px;
	right: 0;
	font-family: tahoma, sans-serif;
	font-size: .625em;
}
.menu-misc .menu-item {
	margin-left: 1.5em;
}

/* Social Menu */
.menu-social {
	top: .2em;
}
.menu-social .menu-item {
	margin-right: .3em;
	background: none;
	border: 0;
	padding: 0;
	display: inline;
}
.menu-social a,
.share-post a {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(images/sprite.png) no-repeat;
}
.menu-social ._facebook a {
	background-position: 0 -151px;
}
.menu-social ._facebook a:focus,
.menu-social ._facebook a:hover {
	background-position: 0 -128px;
}
.menu-social ._twitter a {
	background-position: -23px -151px;
}
.menu-social ._twitter a:focus,
.menu-social ._twitter a:hover {
	background-position: -23px -128px;
}
.menu-social ._instagram a {
	background-position: -46px -151px;
}
.menu-social ._instagram a:focus,
.menu-social ._instagram a:hover {
	background-position: -46px -128px;
}
.menu-social ._pinterest a {
	background-position: -69px -151px;
}
.menu-social ._pinterest a:focus,
.menu-social ._pinterest a:hover {
	background-position: -69px -128px;
}
.menu-social ._gplus a,
.share-post ._gplus {
	background-position: -92px -151px;
}
.menu-social ._gplus a:focus,
.menu-social ._gplus a:hover {
	background-position: -92px -128px;
}

.menu-social .youtube a {
	background-image: url('http://fieldroast.wpengine.com/wp-content/uploads/2014/10/youtube-icon-prehover.png');
	background-repeat: no-repeat; 
}
.menu-social .youtube a:focus,
.menu-social .youtube a:hover {
	background-image: url('http://fieldroast.wpengine.com/wp-content/uploads/2014/10/youtube-icon.png');
	background-repeat: no-repeat; 
}

/*** Main area ***/
.main-wrap {
	position: relative;
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	z-index: 2;
}
.main-wrap::before,
.main-wrap::after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	height: 0;
}
.main-wrap::before {
	top: 5px;
	border-top: 5px solid #000;
}
.main-wrap::after {
	bottom: 5px;
	border-bottom: 5px solid #000;
}

.main-content {
	position: relative;
	min-height: 515px;
}
.main-content::before,
.main-content::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
}
.main-content::after {
	z-index: 1;
}

/** Typo **/
.entry-title h1,
.page-title h1 {
	font-size: 1em;
	font-family: clarendon, georgia, serif;
	text-transform: uppercase;
	margin-top: .3em;
}
.entry-content {
	font-size: .8125em;
}
.entry-content h3 {
	margin: .5em 0;
}
.entry-content p {
	margin: .75em 0
}
.entry-content blockquote {
	font-style: italic;
	margin: 0;
}
.entry-content blockquote footer {
	font-style: normal;
	margin-top: -.5em;
}

/*** Page ***/
.page-template-default .main-content {
	min-height: 675px;
	height: 100%;
	background:
		url(images/content-bg-top.png) no-repeat,
		url(images/content-bg-center.png) repeat-y;
}
.page-template-default .main-content::after {
	height: 45px;
	bottom: 0;
	background: url(images/content-bg-bottom.png) no-repeat;
}
.page-template-default .entry-box {
	position: relative;
	padding: 2em 4.5em;
}

/** Frontpage **/
.home .main-content {
	background: url(images/home-bg.gif) no-repeat center center;
	min-height: auto;
	height: 508px;
	overflow: hidden;
}
.home .main-content:before,
.home .main-content:after {
	display: none;
}

/*** Retailers ***/
.tpl-templates-retailers .articles-list {
	list-style: none;
	padding: 0;
	overflow: hidden;
}
.tpl-templates-retailers .articles-list .item {
	float: left;
	width: 41%;
	margin-bottom: 2em;
}
.tpl-templates-retailers .articles-list .item:nth-child(odd) {
	clear: left;
	width: 54%;
	margin-right: 4.5%;
}
.tpl-templates-retailers .articles-list h3,
.tpl-templates-retailers .articles-list p {
	margin: .5em 0;
}


/*** Products & Recipes */
.has-side-menu .main-content {
	overflow: hidden;
	background:
		url(images/ps-bg-top.png) no-repeat,
		url(images/ps-bg-center.png) repeat-y;
}
.has-side-menu .main-content::after {
	bottom: 0;
	background: #fff url(images/ps-bg-bottom.png) no-repeat;
	height: 35px;
}

.tpl-templates-products.has-side-menu .side-menu,
.tpl-templates-recipes.has-side-menu .side-menu {
	padding-bottom: .75em;
}
.tpl-templates-recipes.has-side-menu .entry-wrap,
.tpl-templates-products.has-side-menu .entry-wrap {
	padding: 0;
}
.tpl-templates-recipes.has-side-menu .side-menu .inside,
.tpl-templates-products.has-side-menu .side-menu .inside {
	height: 495px;
	overflow: auto;
}

.side-menu {
	float: left;
	width: 253px;
	padding-right: 10px;
	position: relative;
	z-index: 3;
}
.side-menu .inside {
	margin: 2em 0 0 2.25em;
}
.archive .side-menu .inside {
	margin-bottom: 1em;
}
.side-menu h2 {
	text-transform: uppercase;
	font-family: clarendon, georgia, serif;
	font-size: .75em;
	margin: 0 0 .3em;
}
.side-menu ul {
	list-style: square;
	padding-left: 1em;
	margin-top: 0;
	margin-left: .5em;
	font-size: .8125em;
	line-height: 1.15;
}
.side-menu ul:last-child {
	margin-bottom: 0;
}
.side-menu li {
	margin-bottom: .25em;
}
.side-menu li ul {
	font-size: 100%;
	margin-top: .2em;
}
.side-menu a {
	color: #000;
	text-decoration: none;
}
.side-menu a:focus,
.side-menu a:hover,
.side-menu .current-cat > a,
.side-menu .current-menu-item > a {
	color: #880b07;
}
.side-menu h3 {
	margin: .4em 0 .25em;
	font-size: 1em;
}

.articles-wrap {
	position: relative;
	z-index: 2;
}
.has-side-menu .articles-wrap {
	float: right;
	width: 670px;
	padding: 7px 5px 0 0;
}
.has-side-menu .entry-wrap {
	padding: 2em;
	position: relative;
}

._dl-links {
	position: absolute;
	right: 2em;
	top: 1em;
	font-size: .8125em;
}
._dl-links ._sep {
	font-weight: bold;
	margin: 0 .2em;
}
.singular-fieldroast_product .entry-title h1,
.singular-fieldroast_recipe .entry-title h1 {
	font-size: 1em;
	margin-bottom: .5em
}
.page .entry-content h2 {
	font-family: clarendon, georgia, serif;
	font-size: 1.4285em;
	line-height: 1.2;
	padding-bottom: .2em;
	border-bottom: 1px dashed #000
}

.fieldroast_recipe {
	overflow: hidden;
	padding: 1.5em 0;
	margin: 0 1.5em;
	border-bottom: 1px dotted #7d7c6a;
}
.fieldroast_recipe .attachment-recipe-thumb {
	float: left;
	border: 5px solid #000;
	margin: 0 1em 3px 0;
}
.archive .fieldroast_recipe .entry-box,
.single .fieldroast_recipe ._description {
	float: right;
	width: 375px;
	padding: 0;
}
.single .fieldroast_recipe .entry-box {
	padding: 0;
}
.archive .fieldroast_recipe .entry-title h1 {
	text-transform: none;
	margin-bottom: .5em;
}
.fieldroast_recipe .entry-title h1 a {
	text-decoration: none;
	color: #404040;
}
.fieldroast_recipe .entry-title a:focus,
.fieldroast_recipe .entry-title a:hover {
	color: #650805;
}
.single .fieldroast_recipe ._details {
	overflow: hidden;
	padding: 1em 0;
	border-top: 1px dotted #404040;
	border-bottom: 1px dotted #404040;
	margin: 1em 0;
}
.fieldroast_recipe ._details ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.single .fieldroast_recipe ._details ul {
	float: left;
	width: 50%;
}
.fieldroast_recipe ._details li {
	line-height: 22px;
	margin-bottom: .4em;
}
.fieldroast_recipe ._details li:last-child {
	margin-bottom: 0;
}
.fieldroast_recipe h2 {
	text-transform: uppercase;
	font-size: 1em;
	padding: .4em 0 .6em;
	border-bottom: 1px dotted #404040;
}
.fieldroast_recipe h2 {
	clear: both;
}
.fieldroast_recipe h2._ingredients::before,
.fieldroast_recipe h2._preparations::before,
.fieldroast_recipe ._details li::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -.15em .4em 0 0;
	background: url(images/sprite.png) no-repeat;
	width: 16px;
}
.fieldroast_recipe h2._ingredients::before {
	background-position: -115px -128px;
	height: 14px;
}
.fieldroast_recipe h2._preparations::before {
	background-position: -131px -128px;
	height: 17px;
}
.fieldroast_recipe ._details ._cook-time::before {
	background-position: -147px -132px;
	width: 21px;
	height: 14px;
}
.fieldroast_recipe ._details ._prep-time::before {
	background-position: -168px -128px;
	width: 17px;
	height: 22px;
	margin-left: 2px;
	margin-right: 7px;
}
.fieldroast_recipe ._details ._yield::before {
	background-position: -185px -131px;
	width: 17px;
	height: 14px;
	margin: -2px 8px 0 1px;
}
.fieldroast_recipe ._by {
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	width: 50%;
	margin: 0;
	text-align: right;
}
.fieldroast_recipe ._by span {
	text-transform: none;
	font-weight: normal;
}
.fieldroast_recipe ._description p {
	margin-top: 0;
}
.fieldroast_recipe a._print {
	background: #c1ad8f;
	float: left;
	clear: left;
	width: 155px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 1.25em 0;
}
.no-js .fieldroast_recipe a._print {
	display: none;
}
.singular-fieldroast_recipe .fieldroast_recipe a._print {
	width: 225px;
	margin-top: 0;
}
.fieldroast_recipe a._print::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 15px;
	background: url(images/sprite.png) no-repeat -203px -128px;
}
.single-fieldroast_recipe .entry-title,
.page-title {
	position: relative;
}
.single-fieldroast_recipe .entry-title h1,
.page-title h1 {
	padding: 0 150px .6em 0;
	margin-bottom: 1.25em;
	border-bottom: 1px dotted #404040;
	font-size: 1em;
}
.page-title h1 {
	padding: .6em 0;
	margin: .2em 1.5em 0;
}
.page-title ._found {
	text-transform: none;
	font-family: Open sans, sans-serif;
	font-weight: normal;
	font-size: .875em;
	margin-left: .25em;
}

.fieldroast_recipe .product-images img {
	margin: 0 1em 1em 0;
}

.share-post {
	height: 16px;
	line-height: 16px;
	font-size: .8125em;
	position: absolute;
	right: 0;
	top: 3px;
	width: 140px;
	text-align: right;
	margin: 0;
}
.share-post em {
	display: inline-block;
	vertical-align: top;
	margin-right: .5em;
}
.share-post a {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	background: url(images/sprite.png) no-repeat;
}
.share-post ._facebook {
	background-position: -115px -151px;
}
.share-post ._twitter {
	background-position: -136px -151px;
}
.share-post ._pinterest {
	background-position: -157px -151px;
}
.share-post ._gplus {
	background-position: -178px -151px;
}


/*** On the Menu ***/
.page.tpl-templates-onthemenu .entry-title,
.page.tpl-templates-inthenews .entry-title,
.page.tpl-templates-pressarchive .entry-title {
	height: auto;
	width: auto;
	position: static;
	clip: auto;
	margin: 0;
}
.page.tpl-templates-onthemenu .entry-title h1,
.page.tpl-templates-inthenews .entry-title h1,
.page.tpl-templates-pressarchive .entry-title h1 {
	font-size: 1.35em;
	margin-top: 0;
}
.tpl-templates-onthemenu .entry-content {
	background: url(images/paper-bg9.jpg) no-repeat;
	padding: 10px;
	line-height: 1.6;
}
.tpl-templates-onthemenu .entry-content h2 {
	padding-bottom: .3em;
	border: 0;
	margin: 0;
}
.tpl-templates-onthemenu .entry-content h3 {
	margin: .1em 0;
}
.tpl-templates-onthemenu .entry-content p,
.tpl-templates-onthemenu .entry-content ul {
	margin: 0;
}

/*** In the News ***/
.tpl-templates-inthenews .articles-list,
.tpl-templates-pressarchive .hentry .news-list {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}
.tpl-templates-inthenews .item,
.tpl-templates-pressarchive .hentry .news-list li {
	overflow: hidden;
	padding-bottom: 1.5em;
}
.tpl-templates-inthenews .item ._content {
	overflow: hidden;
}
.tpl-templates-inthenews .item h3,
.tpl-templates-inthenews .item p {
	display: inline;
}
.tpl-templates-inthenews .item h3::after {
	content: ',';
}
.tpl-templates-inthenews .item strong {
	font-size: 1.15em;
}
.tpl-templates-inthenews .item img,
.tpl-templates-pressarchive .hentry .news-list img {
	float: left;
	margin-right: 15px;
}
.tpl-templates-inthenews ._more {
	text-transform: lowercase;
	display: block;
}

.tpl-templates-pressarchive .hentry h3 {
	margin: .5em 0;
	font-family: clarendon, georgia, serif;
	font-size: 1em;
}
.tpl-templates-pressarchive .hentry ul + h3 {
	margin-top: 1em;
}
.tpl-templates-pressarchive .hentry .news-list li {
	padding-bottom: .5em;
}


/*** Blog ***/
.is-blog .site-title,
.is-blog .site-title a {
	width: 945px;
	height: 75px;
	margin: 0;
	left: 0;
}
.is-blog .site-title a {
	background: url(images/adventures-of-FR.gif) no-repeat;
}
.is-blog #page {
	overflow: hidden;
}
.is-blog .main-wrap {
	font-family: georgia, serif;
}
.is-blog .main-wrap a {
	color: #668844;
}
.is-blog .main-wrap a:focus,
.is-blog .main-wrap a:hover {
	text-decoration: none;
}
.is-blog .main-content {
	float: left;
	width: 665px;
}

.is-blog .sidebar {
	float: right;
	width: 255px;
	padding: .5em 0;
}
.is-blog .widget,
.entry-meta {
	font-size: .8125em;
	margin-bottom: 1.4em;
}

.widget-title {
	font-size: 1.25em;
	margin: 0 0 .5em;
}

.widget ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
}
.widget li {
	padding: 0 0 .4em .75em;
	margin-bottom: .4em;
	background: url(images/list-arrow.png) no-repeat 0 .5em;
	border-bottom: 1px solid #ddd;
}

.search-form {
	font-family: sans-serif;
	position: relative;
}
.search-field {
	width: 192px;
}
.search-submit {
	position: absolute;
	right: 0;
}

.widget select {
	width: 100%;
}


.widget .menu-social a {
	width: 32px;
	height: 32px;
}
.widget .menu-social ._facebook a {
	background-position: -387px -28px;
}
.widget .menu-social ._facebook a:focus,
.widget .menu-social ._facebook a:hover {
	background-position: -387px -60px;
}
.widget .menu-social ._twitter a {
	background-position: -419px -28px;
}
.widget .menu-social ._twitter a:focus,
.widget .menu-social ._twitter a:hover {
	background-position: -419px -60px;
}
.widget .menu-social ._instagram a {
	background-position: -451px -28px;
}
.widget .menu-social ._instagram a:focus,
.widget .menu-social ._instagram a:hover {
	background-position: -451px -60px;
}
.widget .menu-social ._pinterest a {
	background-position: -483px -28px;
}
.widget .menu-social ._pinterest a:focus,
.widget .menu-social ._pinterest a:hover {
	background-position: -483px -60px;
}
.widget .menu-social ._gplus a {
	background-position: -515px -28px;
}
.widget .menu-social ._gplus a:focus,
.widget .menu-social ._gplus a:hover {
	background-position: -515px -60px;
}

.blog .hentry {
	margin-bottom: 2em;
}

.is-blog .entry-title h1 {
	text-transform: none;
	font-weight: normal;
	font-size: 1.25em;
	color: #cc8800;
	padding-bottom: .2em;
	border-bottom: 1px dashed #000;
}
.is-blog .entry-title a {
	color: #cc8800;
	text-decoration: none;
}

.entry-meta {
	margin: 1.5em 0;
}
.entry-meta p {
	margin: .5em 0;
}


.comment-respond {
	background: #eaf2fa;
	border: 1px solid #ddd;
	padding: 1em;
}
.comment-reply-title {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 .55em;
}
.logged-in-as,
.comment-form label,
.comment-notes {
	font-style: italic;
	font-size: .875em;
}
.comment-form label {
	display: block;
	margin-bottom: .25em;
	color: #000;
}
.comment-respond .required {
	color: #cc0000;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 400px;
}
.comment-form textarea {
	width: 98%;
}
.form-submit {
	text-align: right;
	margin-bottom: 0;
}
#submit {
	font-size: .8125em;
}


/** Recipe comments **/
.has-side-menu #comments {
	padding: 1em 2em;
}
.has-side-menu .comment-respond {
	padding: 0;
	background: none;
	border: 0;
}
.has-side-menu #comment-title,
.has-side-menu .comment-reply-title {
	text-transform: uppercase;
	color: #404040;
	font-family: clarendon, georgia, serif;
	font-size: 1em;
}
.has-side-menu .comment-form label {
	display: inline-block;
	width: 5em;
}
.has-side-menu .comment-form input,
.has-side-menu .comment-form textarea {
	width: 470px;
}
.has-side-menu #submit {
	width: auto;
	background: #c1ad8f;
	color: #fff;
	font-family: clarendon, georgia, serif !important;
	font-size: 1em;
	padding: .3em .75em;
}
.has-side-menu #submit:hover,
.has-side-menu #submit:active {
	text-decoration: none;
}

.has-side-menu #commentlist {
	list-style: none;
	padding: 0;
}
.has-side-menu .comment {
	overflow: hidden;
}
.has-side-menu .comment-item {
	font-size: .8125em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #404040;
}
.has-side-menu .comment .children {
	padding-top: 1.5em;
}
.has-side-menu .comment .avatar {
	border: 5px solid #fff;
	float: left;
	margin-right: .8em;
}
.has-side-menu .comment .fn {
	font-weight: bold;
	font-style: normal;
}
.has-side-menu .comment-content {
	overflow: hidden;
}
.has-side-menu .comment-content p {
	margin-top: .5em;
}


.posts-nav {
	overflow: hidden;
	margin: 1em 0;
}
.posts-nav .prev,
.posts-nav a[rel="prev"] {
	float: left;
}
.posts-nav .next,
.posts-nav a[rel="next"] {
	float: right;
}

.has-side-menu .posts-nav {
	text-align: center;
	text-transform: uppercase;
	color: #9c8769;
	font-family: clarendon, georgia, serif;
	font-size: .9em;
}
.has-side-menu .posts-nav a {
	color: #6d5b42;
	margin: 0 .25em;
	text-decoration: none;
}
.has-side-menu .posts-nav .prev,
.has-side-menu .posts-nav .next {
	float: none;
}
.has-side-menu .posts-nav a:focus,
.has-side-menu .posts-nav a:hover {
	color: #880b07
}

/*** Cooks in the Field ***/
.citf-main .entry-title h1 {
	border-bottom: 1px dotted #404040;
	padding-bottom: .5em;
	color: #cc0033;
	font-size: 1.1em !important;
}

.citf-list {
	margin-top: 2em;
}
.citf-entry {
	position: relative;
	min-height: 190px;
	padding: 2em 0 2em 310px;
	border-top: 1px dotted #404040;
}
.citf-entry h1,
.citf-enter,
.gform_wrapper .gform_footer input.button {
	font-family: clarendon, georgia, serif !important;
	font-size: 1.23em;
	text-transform: uppercase;
}
.citf-entry h1 {
	color: #404040;
}
.citf-entry img {
	position: absolute;
	left: 0;
	top: 2em;
}

.citf-enter,
.citf-enter:visited,
.gform_wrapper .gform_footer input.button {
	background: #0c642f;
	color: #fff;
	text-decoration: none;
	padding: .6em;
	line-height: 1;
	margin-top: 1em;
	
}

.gform_wrapper .gform_footer input.button {
	background: #8c221b;
	color: #fff;
	text-decoration: none;
	padding: .6em;
	line-height: 2;
	margin-top: 1em;
	width: 75px;
}

.citf-enter:focus,
.citf-enter:hover {
	color: #fff;
}
.citf-enter:active,
.gform_wrapper .gform_footer input.button:active {
	position: relative;
	top: 1px;
}


/** CITF form */
.gform_fields {
	list-style: none;
	margin: 0;
}
.gform_fields input[type="email"],
.gform_fields input[type="email"],
.gform_fields input[type="tel"],
.gform_fields input[type="text"],
.gform_fields input[type="url"],
.gform_fields select,
.gform_fields textarea {
	border: 1px solid #999;
}

.gfield {
	margin-bottom: .4em;
}


.page-citf-enter .entry-title h1 {
	font-size: .875em;
}
.page-citf-enter .gform_heading {
	font-size: 12px;
	color: #666;
	padding: 1em 0;
	border-top: 1px dotted #404040;
	border-bottom: 1px dotted #404040;
	margin: 1.5em 0 2em;
}
.page-citf-enter .gfield_required,
.page-citf-enter .gform_wrapper .f-text .gfield_label,
.page-citf-enter .gform_wrapper .f-type .gfield_required {
	display: none;
}
.page-citf-enter .gform_wrapper .gform_fields {
	position: relative;
}
.page-citf-enter .gform_wrapper .gfield {
	display: inline-block;
	width: 272px;
	margin-right: 3px;
	clear: none;
	padding-bottom:15px
}
.page-citf-enter .gform_wrapper .gsection {
	width: 100%;
	display: block;
	border-bottom: 1px dotted #404040;
	clear: both;
	margin: 0 0 1.75em;
	padding-top: 1.5em;
}
.page-citf-enter .gform_wrapper .gsection h2 {
	display: none;
}
.page-citf-enter .gform_wrapper .gfield_description {
	color: #867864;
	font-style: italic;
}
.page-citf-enter .gform_wrapper .f-text ::-webkit-input-placeholder {
	font-style: italic;
}
.page-citf-enter .gform_wrapper .f-text :-moz-placeholder { /* Firefox 18- */
	font-style: italic;
}
.page-citf-enter .gform_wrapper .f-text ::-moz-placeholder {  /* Firefox 19+ */
	font-style: italic;
}
.page-citf-enter .gform_wrapper .f-text :-ms-input-placeholder {
	font-style: italic;
}
.page-citf-enter .gform_wrapper .gfield_contains_required ::-webkit-input-placeholder {
	color: #000;
}
.page-citf-enter .gform_wrapper .gfield_contains_required :-moz-placeholder { /* Firefox 18- */
	color: #000;
}
.page-citf-enter .gform_wrapper .gfield_contains_required ::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
}
.page-citf-enter .gform_wrapper .gfield_contains_required :-ms-input-placeholder {
	color: #000;
}

.page-citf-enter .gform_wrapper .f-text input,
.page-citf-enter .gform_wrapper .f-text select,
.page-citf-enter .gform_wrapper .top_label textarea {
	background: #fff;
	padding: 10px;
	font-size: 1em;
	width: 92%;
	color: #000;
}
.page-citf-enter .gform_wrapper .f-text select {
	width: 100%;
	padding: 9px 10px;
	margin: 0 !important;
}
.page-citf-enter .gform_wrapper.gf_browser_gecko .gfield_select {
	padding: 7px 10px;
	line-height: 17px;
}
.page-citf-enter .gform_wrapper .f-city {
	width: 190px;
}
.page-citf-enter .gform_wrapper .f-city input {
	width: 88%;
}
.page-citf-enter .gform_wrapper .f-zip {
	width: 75px;
}
.page-citf-enter .gform_wrapper .f-zip input {
	width: 76%;
}
.page-citf-enter .gform_wrapper .f-bday input {
	width: 92% !important;
}
.page-citf-enter .gform_wrapper .f-website {
	width: 70%;
}
.page-citf-enter .gform_wrapper .f-website .ginput_container {
	display: inline-block;
	width: 74%;
}
.page-citf-enter .gform_wrapper .f-website input {
	width: 94%;
}
.page-citf-enter .gform_wrapper .f-website .gfield_description {
	display: inline;
}
.page-citf-enter .gform_wrapper .f-photo {
	float: left;
	position: relative;
	margin-right: 15px;
	width: 216px;
	height: 285px;
}
.page-citf-enter .gform_wrapper .f-photo .ginput_container {
	background: url(images/sprite.png) no-repeat 0 bottom;
	width: 216px;
	height: 228px;
}
.page-citf-enter .gform_wrapper .f-photo-recipe .ginput_container {
	background-position: -216px bottom;
}
.page-citf-enter .gform_wrapper .f-photo input {
	visibility: hidden;
}
.page-citf-enter .gform_wrapper .top_label .f-photo .gfield_label {
	color: #fff;
	background: #82a67f;
	padding: .9em 0;
	position: absolute;
	left: 0;
	top: 237px;
	margin: 0;
	width: 100%;
	text-transform: uppercase;
	font-family: clarendon, georgia, serif;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1;
	cursor: pointer;
}
.page-citf-enter .gform_wrapper .top_label .f-photo .gfield_label:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 10px;
	vertical-align: middle;
	background: url(images/sprite.png) no-repeat -222px -128px;
	margin: -.15em 5px 0 8px;
}
.page-citf-enter .gform_wrapper .top_label .f-photo .gfield_description {
	position: absolute;
	bottom: 0;
}

.page-citf-enter .gform_wrapper .f-type {
	background: #e1dfc7;
	width: 530px;
	margin-right: 0;
	padding: 6px 10px;
}
.page-citf-enter .gform_wrapper .f-type .gfield_label {
	font-style: italic;
	font-weight: normal;
}
.page-citf-enter .gform_wrapper .f-type * {
	display: inline-block;
	vertical-align: middle;
}
.page-citf-enter .gform_wrapper .f-type .gfield_label,
.page-citf-enter .gform_wrapper .f-type .gfield_radio li {
	margin: 0 .6em 0 0;
}
.page-citf-enter .gform_wrapper .f-type .gfield_radio li label {
	margin-left: .3em;
	font-weight: normal !important;
}
.page-citf-enter .gform_wrapper .f-textarea {
	width: 273px;
}
.page-citf-enter .gform_wrapper .f-reason {
	width: 550px;
}
.page-citf-enter .gform_wrapper .f-reason textarea {
	width: 96%;
	height: 169px;
}
.page-citf-enter .gform_wrapper .gform_footer {
	padding: 0 0 1px;
	margin: 0;
	text-align: right;
}
.page-citf-enter .gform_wrapper .f-agree {
	text-align: right;
	width: 100%;
	display: block;
}
.page-citf-enter .gform_wrapper .f-agree li,
.page-citf-enter .gform_wrapper .f-agree label,
.page-citf-enter .gform_wrapper .f-agree input {
	display: inline-block;
	margin-bottom: 0;
}
.page-citf-enter .gform_wrapper .f-agree label {
	margin-left: .5em;
	font-weight: normal !important;
}
.page-citf-enter .gform_wrapper .gform_footer input.button {
	margin-top: 0;
}


/*** Utillities ***/
.utilities-list,
.utilities-files {
	list-style: none;
	padding: 0;
}
.utilities-list .entry {
	display: inline-block;
	width: 45%;
	margin: 0 2% 1em;
	vertical-align: top;
}
.utilities-list h2 {
	text-transform: uppercase;
}
.utilities-files li {
	margin-bottom: .25em;
}

.page-no-title .entry-title {
	display: none;
}

/*** Contact ***/
.page-contact .entry-content {
	float: right;
	width: 430px;
}

.page-contact .entry-content ul {
	padding: 0;
}
.page-contact .entry-content hr {
	border-style: solid;
	border-width: 1px 0 3px;
	border-color: #000;
	height: 3px;
	background: none;
}
.page-contact .entry-content li {
	display: inline-block;
	width: 25%;
	margin-left: 4%;
	vertical-align: top;
}
.page-contact .entry-content li:first-child {
	margin-left: 0;
	width: 40%
}
.page-contact .entry-content li h3 {
	font-weight: normal;
	font-size: 1em;
	font-style: italic;
}
.page-contact .entry-content li p {
	font-weight: bold;
}


.page-contact .forms {
	float: left;
	width: 330px;
}
.page-contact .forms .gform_heading {
	margin: 0;
}
.page-contact .forms .gform_title {
	text-transform: uppercase;
	font-family: clarendon, georgia, serif;
	font-size: 1em;
	margin: 0;
}
.page-contact .forms .gform_wrapper {
	margin: 0 0 1em;
	max-width: auto;
}
.page-contact .forms .gform_wrapper .gfield_label,
.gform_wrapper .gform_footer input.button {
	font-weight: normal;
	font-size: .8125em !important;
	margin: 0;
}
.page-contact .forms .gform_wrapper input.medium,
.page-contact .forms .gform_wrapper textarea {
	width: 96% !important;
	padding: .5em;
}
.page-contact .forms .gform_footer {
	margin: .5em 0 0;
	padding: 0;
	text-align: right;
}
.page-contact .forms .gfield {
	margin-bottom: .25em;
}
.page-contact .forms .gform_wrapper textarea {
	height: 10em;
}


/*** Grain Meat Story ***/
.tpl-templates-gms .main-content img {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.tpl-templates-gms ._wrap {
	position: relative;
	z-index: 3;
	height: 520px;
	text-align: center;
}
.tpl-templates-gms .intro {
	background: url(images/gms/intro/grain-map-map.gif) no-repeat center center;
}
.js .tpl-templates-gms .intro > *,
.js .tpl-templates-gms .ttj {
	display: none;
}
.tpl-templates-gms .track-the-journey {
	margin-top: 35px;
}
.tpl-templates-gms .to-us-a-recipe {
	margin-top: 180px;
}
.tpl-templates-gms .its-a-story {
	margin-top: 12px;
}
.tpl-templates-gms .use-the-timeline {
	margin-top: 35px;
}
.tpl-templates-gms .intro .stars {
	margin-top: 34px;
}
.tpl-templates-gms .stars img {
	cursor: pointer;
	margin-right:-2px;
}
.tpl-templates-gms .ttj .stars {
	position: absolute;
	width: 100%;
	height: 45px;
	top: 348px;
}


/*** Milestones ***/
.the-milestones {
	width: 745px;
	margin: 0 auto;
}
.the-milestones .milestones {
	position: relative;
	width: 100%;
	height: 320px;
	overflow: hidden;
}
.the-milestones .ms {
	width: 100%;
	height: 100%;
}
.the-milestones h1 {
	margin: 0 0 .5em;
	line-height: 1;
	font-family: clarendon, georgia, serif;
	font-size: 2em;
}
.the-milestones .wp-post-image {
	float: left;
	margin-right: 1em;
	max-width: 410px;
	height: auto !important;
}
.ms-nav {
	padding: 3em 0 1em;
	margin-bottom: 2em;
}
.ms-nav a {
	color: #000;
	font-family: clarendon, georgia, serif;
	text-decoration: none;
	display: inline-block;
	padding: .5em;
	border-bottom: 2px dashed #000;
	position: relative;
}
.ms-nav a:focus,
.ms-nav a:hover,
.ms-nav .cycle-pager-active {
	color:#883e3b;
	outline: 0;
}
.ms-nav a:after {
	content: '';
	width: 7px;
	height: 7px;
	background: url(images/sprite.png) no-repeat -246px -128px;
	position: absolute;
	z-index: 2;
	bottom: -5px;
	left: 50%;
	margin-left: -3px;
}
.ms-nav .cycle-pager-active:after {
	content: '';
	width: 21px;
	height: 19px;
	background: url(images/sprite.png) no-repeat -203px -151px;
	position: absolute;
	z-index: 2;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
}
.ms-prevnext {
	position: absolute;
	width: 840px;
	height: 34px;
	top: 238px;
	left: 50%;
	margin-left: -420px;
}
.ms-prevnext a {
	position: absolute;
	z-index: 9;
	width: 18px;
	height: 34px;
	background: url(images/sprite.png) no-repeat;
	cursor: pointer;
}
.ms-prevnext .prev {
	background-position: -253px -93px;
}
.ms-prevnext .next {
	background-position: -271px -93px;
	right: 0;
}

/*** Recipe Search ***/
.search-query {
	text-transform: none !important;
	font-style: italic;
}

.side-menu .search-form {
	margin-bottom: 1em;
	font-size: .8125em;
}

.entry404 .entry-meta {
	display: none;
}

/* Cooks in the Field Adjustments */
#post-3656 .entry-title h1 {
	padding-bottom: 40px;
	font-family: "Cookie" !important;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 4em !important;
	line-height: 1em;
	text-transform: none;
	text-indent: -9999px;
	background-image: url('http://fieldroast.com/content/uploads/2014/01/citf-logo-e1390340125654.png');
	background-repeat: no-repeat;
}

#post-3656 .entry-title h1 span {
	position: absolute;
/*
	padding-top: 70px;
	margin-left: -329px;
*/
	font-size: 24px !important;
	font-family: clarendon, georgia, serif;
	color: black;
	line-height: 1em;
	text-indent: 0;
}

#post-3656 .citf-enter {
	position: absolute !important;
	left: 0 !important;
	bottom: 20px !important;
	width: 278px !important;
	text-align: center !important;
	height: 16px !important;
	top: 211px !important;	
}

#post-3656 .citf-entry .citf-enter:active {
	position: absolute !important;
	left: 0 !important;
	bottom: 20px !important;
	width: 278px !important;
	text-align: center !important;
	height: 16px !important;
	top: 211px !important;
}

#post-3656 .citf-entry {
	min-height: 230px;
}

@-moz-document url-prefix() {
    #post-3656 .entry-title h1 {
		padding-bottom: 40px;
		font-family: "Cookie" !important;
		font-style: normal;
		font-weight: 400;
		margin-bottom: 0;
		font-size: 4em !important;
		line-height: 1em;
		text-transform: none;
	}
}

/* End Cooks in the Field Adjustments */

/*** End of theme styles ***/