/*
Theme Name: Tori Avey 2014
Theme URI: http://toriavey.com
Author: Foliovision
Author URI: http://foliovision.com
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #623220;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a {
	color: #0675a7;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #0675a7;
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

ins.adsbygoogle {
	background: none;	
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-border-radius: 0;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	font-size: 16px;
	padding: 10px 2px 11px 4px;
	box-shadow: none;
}

.comment-form input,
.comment-form textarea {
	border: 1px solid #98BDCA;
	color: #979797;
	font-size: 14px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Custom Fonts */

.primary-navigation,
.archive-title,
.page-title,
h1.entry-title,
.section-title,
.archive .post_box h2,
.page-template-page-templatespage-section-index-php h2,
#slider .soliloquy-container .soliloquy-caption-inside {
	font-family: "Century Gothic","Apple Gothic", "futura-pt", sans-serif;	
}

.widget-title,
.widget .thumbs-2r .trc_rbox_header {
	font-family: "adobe-jenson-pro-display", Georgia, serif;	
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #224A74;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #224A74;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	color: #0675a7;
	padding: 6px 10px 5px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	min-height: 34px;
	background-color: #224a74;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #0f7bab, #224a74);
	background-image: -ms-linear-gradient(top, #0f7bab, #224a74);
	background-image: -webkit-linear-gradient(top, #0f7bab, #224a74);
	background-image: -o-linear-gradient(top, #0f7bab, #224a74);
	background-image: linear-gradient(top, #0f7bab, #224a74);
	border: 1px solid #2c426a;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	vertical-align: middle;
	padding: 0 15px;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}


.search-field,
.newsletter-email {
	float: left;
	min-width: 252px;
	border: 1px solid #2c426a;
	min-height: 34px;
	line-height: 23px;
}

#section-s.search-field {
	width: 300px;
}

.newsletter-email {
	min-width: 223px;
}

.entry-content .search-field {
	min-width: 355px;
}

.search-submit,
#newsletter_submit {
	float: left;
	margin-left: -1px;
}

.extra-options {
	display: block;
	margin: 0 0 6px;
	padding: 10px 0 0;
	clear: both;
	width: 100%;
	font-size: 14px;
	color: #295467;
}

.mc4wp-notice,
.mc4wp-alert {
	display: inline-block;
	clear: both;
	width: 96%;
	margin: 12px 0; 
	padding: 12px;
	background-color: #EAF0F3;
	font-weight: 700;
}

.recent-box .extra-options {
	text-align: right;
	color: #623220;
}

.widget .extra-options {
	margin-bottom: 0;
}

.extra-options label {
	margin: 0 6px 0 0;
}

.menu-index-page-container li {
	margin: 8px 0 0;
}

.menu-index-page-container li:first-child {
	margin-top: 0;
}

.entry-content .menu-index-page-container a {
	text-decoration: none;
	font-size: 20px;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

.entry-content img {
	border: 8px solid #EAF0F3;
	margin-bottom: 15px;
}

.entry-content img.icon {
	border: none;
}

.entry-content img.wp-smiley,
.category-toris-kitchen .entry-content img.wp-smiley,
.category-history-kitchen .entry-content img.wp-smiley {
	border: none;
	margin: 0;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 4px 14px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 4px 0 7px 14px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
	position: relative;
}

.wp-caption img[class*="wp-image-"],
.entry-content img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.wp-caption {
	color: #623220;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	padding: 8px 0;
	position: absolute;
	bottom: 8px;
	left: 8px;
	right: 8px;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.single .adsbygoogle {
	margin: 12px 0;	
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.hentry:before,
.hentry:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
.post:before,
.post:after,
.site-content .page:before,
.site-content .page:after,
#rcp_head:before,
#rcp_head:after,
#serve:before,
#serve:after,
#this_recipe:before,
#this_recipe:after,
.featured-box:before,
.featured-box:after,
.extra-options:before,
.extra-options:after,
.post-inner:before,
.post-inner:after,
.section-nav:before,
.section-nav:after,
.nav-links:before,
.nav-links:after,
.widget:before,
.widget:after,
.entry-utility:before,
.entry-utility:after,
.comment-navigation:before,
.comment-navigation:after,
.fv_sharing_classic:before,
.fv_sharing_classic:after,
.comment-list:before,
.comment-list:after,
#site-header:before,
#site-header:after,
.top-menu:before,
.top-menu:after,
.mc4wp-alert:before,
.mc4wp-alert:after,
.site-content .search-form:before,
.site-content .search-form:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.hentry:after,
.contributor-info:after,
.search-box:after,
.post:after,
.site-content .page:after,
#rcp_head:after,
#serve:after,
.section-nav:after,
.featured-box:after,
.extra-options:after,
.post-inner:after,
#this_recipe:after,
.nav-links:after,
.widget:after,
#site-header:after,
.entry-utility:after,
.comment-list:after,
.top-menu:after,
.mc4wp-alert:after,
.site-content .search-form:after,
.comment-navigation:after,
.fv_sharing_classic:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

body.custom-background,
.site-footer {
    background-attachment: scroll;
    background-color: #224A74;
    background-image: url("images/wood-short-bg.jpg");
    background-position: center top;
    background-repeat: repeat-x;
}

.site,
.footer-inner {
	max-width: 990px;
	position: relative;
	margin: 0 auto;
}

.site-main {
	background: url("images/sidebar-bg.png") repeat-y right top #fff;	
}

.content-area {
	float: left;
	width: 100%;
}

.main-content {
	width: 100%;
}

.site-content {
	margin-right: 322px;
	position: relative;
}

.full-width .site-content {
	margin-right: 0;
}



/**
 * 3.1 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary,
#supplementary {
	padding: 0 15px 0 0;
}

#secondary {
	width: 192px;
	background-color: transparent;
	border: 0;
	clear: none;
	float: left;
	position: relative;
	margin: 0 0 0 -100%;
	min-height: 100vh;
	z-index: 2;
}

.content-sidebar {
	float: right;
	margin-left: -328px;
	width: 328px;
}


/* Content Sidebar */

.content-sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}



/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
   the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#top-header {
	padding-top: 27px;	
}

.top-menu {
	margin: 0 0 6px;
	font-size: 14px;
}

.top-menu ul {
	float: right;	
}

.top-menu ul,
.footer-menu ul {
	list-style: none;
	margin: 0;
}

.top-menu ul li,
.footer-menu ul li {
	float: left;
}

.top-menu,
.top-menu a,
.site-footer,
.site-footer a {
	color: #f8eed0;
}

.top-menu li,
.footer-menu li {
	padding: 0 20px;
	border-left: 1px solid #9E6C3F;
	line-height: 22px;
}

.top-menu li:first-child,
.footer-menu li:first-child {
	border-left: none;
	padding-left: 0;
}

.top-menu li:last-child {
	padding-right: 0;
}

.social-and-search {
	color: #b99585;
	float: left;
	width: 222px;
	font-size: 13px;
	margin: 11px 0 0;
}

.social-and-search ul,
.page-template-page-templatespage-section-index-php .social-and-search ul {
	display: inline-block;
	list-style: none;
	margin: 5px 0 0;
}

.social-and-search ul li {
	display: inline-block;
	float: left;
}

.social-and-search a {
	text-indent: -9999em;
	width: 32px;
	height: 32px;
	margin: 0 3px 0 2px;
	display: block;
	background: url("images/social-icon_sprite.png") no-repeat;
	cursor: pointer;
}

.social-and-search li:last-child a {
	margin-right: 0;
}

.social-and-search .item-twitter a {
	background-position: -39px top;
}

.social-and-search .item-google a {
	background-position: -77px top;
}

.social-and-search .item-pinterest a {
	background-position: -116px top;
}

.social-and-search .item-instagram a {
	background-position: -154px top;
}

.social-and-search .item-rss a {
	background-position: -194px top;
}

#site-header {
	position: relative;
	z-index: 3;
	padding: 8px 0;
	max-width: 990px;
}

.site-header {
	max-width: 990px;
	position: relative;
	width: 100%;
	z-index: 4;
}

.site-logo {
	width: 40%;
	float: left;
}

#info-header {
	width: 55%;
	float: right;
}

.header-search {
	width: 300px;
	float: right;
}

.header-search .search-form {
	float: right;
}

.header-search .extra-options {
	color: #b99585;
	font-size: 13px;
}

.header-search #section-s.search-field {
	width: 200px;	
	min-width: 200px;
}

.header-main {
	min-height: 48px;
}

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

#under-header {
	/*min-height: 109px;*/
	padding-top: 19px;
	/*background-color: #fff;*/
	text-align: center;
	max-width: 100%;
}

#under-header .widget,
#supplementary .widget {
	margin-bottom: 0;
	padding: 0;
}

#under-header img.aligncenter, 
#under-header .wp-caption.aligncenter,
#supplementary img.aligncenter, 
#supplementary .wp-caption.aligncenter {
	margin-top: 0;
	margin-bottom: 0;
}

#under-slider {
	padding: 14px 0 0;	
}

#under-header ins,
#under-slider ins {
	max-width: 100%;
	height: auto;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #fff;
	display: block;
}

.site-navigation a:hover {
	color: #41a62a;
}

.site-navigation .current_page_item,
.site-navigation .current_page_ancestor,
.site-navigation .current-menu-item,
.site-navigation .current-menu-ancestor {
	background-color: #95BBC9;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #295467;
	font-weight: 400;
}

/* Primary Navigation */

.primary-navigation {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	background-color: #224a74;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #0f7bab, #224a74);
	background-image: -ms-linear-gradient(top, #0f7bab, #224a74);
	background-image: -webkit-linear-gradient(top, #0f7bab, #224a74);
	background-image: -o-linear-gradient(top, #0f7bab, #224a74);
	background-image: linear-gradient(top, #0f7bab, #224a74);
	text-align: center;
}

.menu-mainmenu-container {
	display: table;
	width: 100%;
}

.primary-navigation .nav-menu {
	display: table-row;
	width: 100%;
}

.primary-navigation li {
	overflow: visible; /* hidden */
	border: 0;
	display: table-cell;
	width: auto;
	height: 48px;
	line-height: 48px;
	position: relative;
	border-right: 1px solid #214c77;
	border-left: 1px solid #0675a7;
}

.primary-navigation li:first-child,
.category-toris-kitchen .primary-navigation li:first-child,
.category-history-kitchen .primary-navigation li:first-child {
	border-left: none;
}

.primary-navigation li:last-child,
.category-toris-kitchen .primary-navigation li:last-child,
.category-history-kitchen .primary-navigation li:last-child {
	border-right: none;
}

.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
	background-color: #96BBC7;
	color: #fff;
	text-decoration: none;
}

.site-header .sub-menu {
	min-height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: 700;
	background-color: #95bbc9;
	border-bottom: 1px solid #295467;
}

.site-header .sub-menu ul {
	list-style: none;
	margin: 0;
	display: table;
}

.category-toris-corner .site-header .sub-menu > ul {
	padding-left: 105px;
	float: none;
}

.site-header .sub-menu ul li {
	display: inline-block;
	float: left;
	position: relative;
}

.site-header .sub-menu li a {
	padding: 0 18px;
	border-left: 1px solid #295467;
	color: #295467;
}

.site-header .sub-menu li a:hover {
	color: #fff;
	background: none;
}

.site-header .sub-menu li a:hover {
	text-decoration: none;
}

.site-header .sub-menu ul li:first-child a {
	border-left: none;
}

.header-main .menu-item ul.sub-menu {
	top: 100%;
	left: -9999em;
	overflow: auto;
	text-align: left;
}
.site-header .primary-navigation li:hover ul.sub-menu {
	left: -155%;
	overflow: hidden;
}
.header-main .menu-item ul.sub-menu li {
	width: 150px;
	font-family: Arial, sans-serif;
}

.site-header ul ul.sub-menu {
	background-color: #95BBC9;
	float: left;
	margin: 0;
	padding-bottom: 20px;
	position: absolute;
	top: 40px;
	left: -999em;
	z-index: 99999;
	border-bottom: none;
}

.site-header ul ul.sub-menu li,
.site-header .menu-item .sub-menu li{
	float: none;
	display: block;
	width: 195px;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
}

.site-header ul ul.sub-menu li a {
	border-left: none;
}

.site-header ul li:hover ul.sub-menu,
.site-header ul li.focus ul.sub-menu {
	left: auto;
}



/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.hentry {
	margin: 0 auto 48px;
	max-width: 672px;
}

.page-content {
	margin-bottom: 48px;
}


/* Homepage */

.home .site-content {
	border: none;
	padding: 0;
}

.featured-box,
.recent-box,
.border-box,
#slider {
	margin: 0 0 14px;
	padding: 0 14px 28px;
	font-size: 14px;
	border-bottom: 2px solid #F2F2F2;
}

.recent-box {
	border-bottom: none;
	margin-bottom: -14px;
	padding-bottom: 0;
}

.border-box {
	font-size: 16px;	
}

.section-title {
	margin: 0 0 12px 0;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
}

.home .post {
	width: 44%;
	min-height: 405px;
	position: relative;
	float: left;
	padding: 0 2% 0 4%;
}

.home .recent-box .post {
	width: auto;
	float: none;
	min-height: 0;
}

div.featured-box .post:nth-of-type(1) {
	padding: 0 4% 0 2%;
	width: 43.7%;
	border-right: 1px solid #cadde4;
}

.featured-box h3 {
	margin: 12px 0;
}

.featured-box h3,
.featured-box h3 a {
	font-size: 16px;
	color: #623220;
	font-weight: 700;
}

.featured-box h3 a:hover {
	color: #623220;	
}

.site-content .featured-box .entry-summary {
	padding-top: 0;
}

.featured-box .read-more,
.recent-box .read-more-link,
.entry-right .read-more-link {
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
	font-size: 13px;
}

.featured-box .entry-meta {
	position: absolute;
	bottom: 0;
	width: 88%;
}

.featured-box .entry-meta div {
	font-size: 12px;
	padding: 0 10px;
}

.featured-box .entry-date {
	float: left;
}

.featured-box .entry-comments {
	float: right;
}

.recent-box .post,
.archive .post,
.menu-index-page-container,
.post_wrap {
	background-color: #EBEFF3;
	margin: 0 0 15px 0;
	padding: 10px;
}

.recent-box #inside-recent-posts.post {
	padding: 10px 10px 5px 10px;	
}

.recent-box .post-inner,
.archive .post-inner,
.menu-index-page-container ul,
.archive .post_box {
	border: 1px solid #fff;
	margin: 0;
	padding: 10px;
	list-style: none;
}

.search .post_box {
	border-top: 1px solid #CADDE4;
	padding: 10px 0;
}

.search .post_box_image {
	float: left;
	width: 112px;
	margin-right: 20px;
}

.search .postcol {
	float: left;
	width: 488px;
	font-size: 14px;
}

.little-recipe {
	width: 31.333%;
	float: left;
	margin: 1%;
	min-height: 213px;
}

.little-recipe h4 {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
}

#nav-above,
#nav-below {
	font-size: 12px;
}

#quicknav {
	position: absolute;
	right: 6px;
	top: 30px;	
}

.little-recipe ins {
	max-width: 100%;
}

.cse-meta {
	font-size: 12px;
	margin-bottom: 6px;
	color: #0675A7;
}

#cse-pager {
	text-align: center;
	padding-top: 6px;
	font-size: 16px;
}

.home .recent-box .entry-thumbnail,
.archive .entry-thumbnail {
	float: left;
	width: 200px;
	margin: 0 14px 0 0;
}

.home .recent-box .entry-right,
.archive .entry-right {
	float: left;
	width: 360px;
}

.post-inner h3,
.post-inner h3 a,
.category-toris-kitchen .post-inner h3 a,
.category-history-kitchen .post-inner h3 a,
.search h3,
.search h3 a {
	font-size: 20px;
	font-weight: 400;
	color: #623220;
	margin: -3px 0 4px 0;
}

.entry-right .entry-top-meta {
	font-size: 12px;
}

.entry-right p {
	margin-bottom: 6px;
	line-height: 1.3;
}


/* Slider */

#slider .soliloquy-container {
	margin-bottom: 0 !important;
	min-height: 480px;
	overflow: hidden;
}

#slider .soliloquy-container .soliloquy-prev {
	background: url("images/arrow-left.png") no-repeat 50% 50%;
	width: 51px;
	height: 70px;
	left: -14px;
}

#slider .soliloquy-container .soliloquy-next {
	background: url("images/arrow-right.png") no-repeat 50% 50%;
	width: 51px;
	height: 70px;
	right: -14px;
}

#slider .soliloquy-fc-slider .soliloquy-caption {
	width: 100%;
	right: 0;
	left: 0;
	bottom: 0;
}

#slider .soliloquy-container .soliloquy-caption-inside {
	background: rgba(255, 255, 255, 0.5);
}

#slider .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title, 
#slider .soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title-link {
	color: #623220;
	font-weight: 300;
	font-size: 32px;
	margin-bottom: 0;
	text-shadow: -1px 0 0 #fff;
}


/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.archive-nav {
	position: relative;
	float: right;
	margin: 12px 0 0;
}

.archive-nav span:after {
    border-color: #CBCBCB rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 7px 6px 0;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 6px;
    width: 0;	
}

.archive-nav span:hover:after {
    border-color: #9f9f9f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.archive-nav ul {
	list-style: none;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
	margin: 0;
    padding: 0;
    position: absolute;
    width: 100px;
    z-index: 999;	
}

.archive-nav ul ul {
	list-style: none;
   	left: 100px;
	top: 0;
	width: 152px;
}

.archive-nav ul li:hover > ul {
    display: block;
}

.archive-nav ul li:hover > a {
	background-color: #f8f8f8;	
}

.archive-menu li a {
	font-size: 14px;
	padding: 4px 8px;
	display: block;
}

.border-box {
	border-top: 2px solid #F2F2F2;
	padding-top: 14px;
}

.home .border-box {
	border-top: none;
	padding-top: 0;
}

#content-sidebar .thumbs-b .trc_header_left_column,
#from-the-web .thumbs-a .trc_header_left_column {
	display: none;	
}

#from-the-web .thumbs-a .trc_rbox_header .trc_header_ext {
	top: -35px;	
}

#from-the-web .thumbs-a .trc_rbox_header {
	height: 10px;
}

#from-the-web .thumbs-a {
	overflow: visible !important; /* overwriting inline style originating in outside JS ad source */
}

.entry-header {
	position: relative;
	z-index: 1;
}

.archive-header,
.page-header {
	margin: 0 auto 15px;
	padding: 0;
}

.entry-title {
	font-size: 34px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
}

.search h3.entry-title {
	margin: 0 0 12px 0;
}

.entry-title a {
	color: #2b2b2b;
}

.site-content .entry-header {
	padding: 0;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
}

.sticky .entry-date {
	display: none;
}

.site-content .entry-meta > span {
	margin-right: 10px;
}

.browse_label,
.entry-date {
	text-transform: uppercase;
}

.browse_label {
	font-size: 12px;
	font-weight: 700;
}

.fv_sharing_classic {
	margin: 20px 0 5px;
}

.entry-meta .fv_sharing_classic .fvpinterest_pinit a,
.entry-meta .fv_sharing_classic .fvpinterest_pinit a:hover {
	background-position: initial;
}

.fv_sharing_classic span span {
	color: #989898;
}

.fv_sharing_classic .rcp-save {
	float: right;	
}

.category-toris-kitchen .fv_sharing_classic .rcp-save a,
.category-history-kitchen .fv_sharing_classic .rcp-save a {
	color: #fff;
	font-weight: 400;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}

#entry-author-info {
	background-color: #EBEFF3;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}

#entry-author-info #author-avatar {
	float: left;
	width: 20%;
}

#entry-author-info #author-description {
	float: right;
	width: 74%;
}

#entry-author-info h2 {
	color: #623220;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
}

#author-link {
	margin: 12px 0;
}

.entry-utility {
	margin: 0 -10px 0 -14px;	
	padding: 14px;
	font-size: 12px;
	background-color: #EAF0F3;
}

.entry-utility a {
	text-decoration: underline;
}

.entry-meta-share {
	margin-bottom: 10px;
}

.entry-meta-share a {
	margin-right: 5px;
}

.footer-sharing {
	float: right;
	max-width: 85px;
	margin-left: 10px;
	display: inline-block;
}

.footer-sharing > span {
	margin-top: 4px;
}

.footer-sharing .fvpinterest_pinit {
	clear: both;
	display: block;
	float: none;
}

.fvpinterest_pinit .fvpinnm {
	vertical-align: text-top;
	line-height: 16px;
	display: inline-block;
	margin-left: 2px;
}

.footer-sharing .pinit {
	display: block;
	clear: both;
}

.footer-sharing .fvgoogleplusone-number, 
.footer-sharing .fvgoogleshare-number,
.footer-sharing .twnumber {
	vertical-align: top;
	height: auto;
	margin-top: 0;
	color: #000;
}

.footer-cat-links {
	max-width: 535px;
}

.footer-cat-links span {
	font-weight: 700;
	text-transform: uppercase;
}

#footer-sidebar .widget {
  text-align: center;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */


.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	padding: 10px 0 0;
}

.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover {
	text-decoration: none;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

.site-content .search-form {
	margin-bottom: 14px;	
}

/* Mediaelements */

.hentry .mejs-container {
	margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255,255,255,.33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
	padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.hentry .mejs-overlay-loading {
	background: transparent;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/* FV Recipe Card */

.fv_recipe .all_but_instructions {
	margin: 0 -10px 12px -14px;
	padding: 30px 14px;
	background-color: #95BBC9;
}

#rcp_head {
	display: block;
}

#rcp_save a,
.fv_sharing_classic .rcp-save a,
#rcp_print a,
.jumpto-button {
	display: inline-block;
	float: left;
	margin: 0 5px 0 0;
	padding: 2px 5px 2px 28px;
	line-height: 18px;
	height: 18px;
	font-size: 12px;
	border-radius: 4px;
	background: url("images/icons-sprite.png") no-repeat;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

#rcp_save a,
.fv_sharing_classic .rcp-save a {
	background-color: #1E7DCD;
	background-position: 7px -514px;
}

.jumpto-button {
	background: #95BBC9;
	float: right;
	margin: 0 9px 0 0;
	padding: 2px 9px 2px 8px;
	font-weight: 400;
	text-transform: none;
	min-width: 86px;
	text-align: center;
}

.fv_sharing_classic .rcp-save a {
	min-width: 70px;
}

#rcp_print a {
	background-color: #C71223;
	background-position: 7px -559px;
}

#rcp_save a:hover,
a.jumpto-button:hover,
.fv_sharing_classic .rcp-save a:hover,
#rcp_print a:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
	text-decoration: none;
	color: #fff;
}

#rcp_head #rcp_tabs {
	float: right;
	margin: 5px 10px -3px 0;
	text-align: right;
	background-color: #224A74;
	border: 3px solid #fff;
	color: #fff;
	box-shadow: 2px -3px 3px #799FAD;
}

#rcp_head #rcp_tabs h2 {
	margin: 0;
	padding: 5px 15px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
}

#this_recipe {
	background-color: #fff;
	margin: 0 0 1px;
	padding: 15px 5px 15px 10px;	
	box-shadow: 0 7px 7px -7px #666;
	font-size: 14px;
}

.adapted {
	width: 100%;
	display: block;
	margin-bottom: 6px;
	padding: 0 8px 4px 0;
	font-size: 14px;
	text-align: right;
	border-bottom: 1px solid #EAF0F3;
}

#this_recipe h3 {
	margin: 0 0 10px;
	font-size: 16px;
	text-transform: uppercase;
}

#this_recipe ul {
	margin: 0 10px 18px 0;
	list-style: none;
}

#this_recipe ul.fv_recipe_ingredient_width {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.instructions ul,
.instructions ul li {
	list-style: none;
	margin: 0 0 15px 0;
}	



/* Section Index */

.section-header .section-title {
	clear: none;
	width: 47%;
	float: left;
}

.recent-box .section-title {
	width: 40%;
	font-size: 34px;
}

.home .recent-box .section-title {
	font-size: 24px;
}

.section-header .search-form {
	float: right;
	margin-bottom: 14px;
}

.archive .post_box ul,
.page-template-page-templatespage-section-index-php ul {
	list-style: none;
	margin: 0;
}

.archive .post_box ul,
.page-template-page-templatespage-section-index-php .site-content ul {
	font-size: 14px;
}

.archive .post_box h2,
.page-template-page-templatespage-section-index-php h2 {
	margin: 0 0 10px 0;
	font-weight: 300;
}

.page-template-page-templatespage-section-index-php .entry-header,
.category-recipes .entry-header,
.category-recipes-thk .entry-header {
	max-width: 450px;
	margin: 0;
}

.single .entry-header {
	max-width: 640px;	
}

#browse_icons {
	position: absolute;
	top: 18px;
	right: 20px;
	width: 140px;
}

#browse_icons a {
	background: url("images/icons-sprite.png") no-repeat;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	border-radius: 4px;
	background-color: #95bbc9;
	text-indent: -9999em;
	overflow: hidden;
}

#browse_icons a:hover,
#browse_icons a.current {
	background-color: #1c4b74;
}

#browse_icons #date-icon {
	background-position: -5px -464px;
}

#browse_icons #alpha-icon {
	background-position: -4px -307px;
}

#browse_icons #category-icon {
	background-position: -4px -360px;
}

#browse_icons #thumb-icon {
	background-position: -4px -412px;
}

#browser {
	font-size: 14px;
	margin: 0 0 10px 0;
	position: relative;
}

#browser .current {
	font-weight: 700;
}

#browser .current,
#browser a {
	font-size: 12px;
}



/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	margin-bottom: 10px;
}

.nav-links div {
	width: 47%;
}

.nav-links .nav-previous {
	float: left;	
}

.nav-links .nav-next {
	float: right;
	text-align: right;
}

.post-navigation,
.image-navigation {
	margin: 10px auto 48px;
	padding: 0 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	padding: 11px 0 12px;
}

.post-navigation .meta-nav {
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7142857142;
	text-transform: none;
	font-style: italic;
}


/* Paging Navigation */

.paging-navigation {
	margin: 6px 0;
}

.paging-navigation .loop-pagination {
	font-size: 12px;
}

.paging-navigation .page-numbers {
	display: inline-block;
	line-height: 12px;
	padding: 0 5px;
	text-transform: uppercase;
	border-left: 1px solid #623220;
}

.pagination a:first-child {
	border-left: none;
}

.section-nav .navigation {
	float: left;
	width: 76%;
}

.section-nav .navigation.nav-below {
	width: 100%;
}

.section-nav #browser {
	float: right;
}



/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}


/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-title,
.page-title {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
}

.archive .page-title {
	clear: none;
	display: inline-block;
}

.search .entry-subtitle {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
	font-weight: 400;
}

.search .entry-title a,
.category-toris-kitchen.search .entry-title a,
.category-history-kitchen.search .entry-title a {
	color: #623220;
}

.search h2.entry-title span {
	color: #224A74;
}

.archive-title span,
.page-title span {
	font-style: italic;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.page-section-index .taxonomy-description {
	padding-bottom: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}




/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}


/**
 * 6.13 Singular
 * -----------------------------------------------------------------------------
 */


/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 24px auto;
	padding: 15px 0 0;
	border-top: 1px solid #98BDCA;
}
.comment-reply-title,
.comments-title {
	font: 300 24px/1.5 Arial, sans-serif;
	margin: 0;
	color: #623220;
}
.comment-list {
	list-style: none;
	margin: 0 0 48px;
	clear: both;
	display: block;
}
.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}
.comment-metadata {
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}
.comment-list .reply {
	margin-top: 6px;
	font-size: 12px;
}
.single .site-main .comment-list a.comment-reply-link {
	background-color: #0F7BAB;
	color: #fff;
	padding: 3px 6px;
	border: 1px solid #2C426A;
}
.comment-author {
	font-weight: 700;
	font-size: 16px;
}
.comment-author a {
	color: #2b2b2b;
}
.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a,
.category-toris-kitchen .site-main .comment-metadata a,
.category-history-kitchen .site-main .comment-metadata a,
.reply a,
.category-toris-kitchen .site-main .reply a,
.category-history-kitchen .site-main .reply a {
	color: #808080;
}
.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #98BDCA;
	margin-bottom: 24px;
	padding-top: 24px;
}
.comment-list .depth-2 article,
.category-toris-kitchen .comment-list .depth-2 article,
.category-history-kitchen .comment-list .depth-2 article {
	border-top: none;
}
.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}
.comment-author {
	position: relative;
}
.comment-author .avatar {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
}
.says {
	font-style: italic;
	font-weight: 400;
}
.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 50px;
}
.comment-edit-link {
	margin-left: 10px;
}
.comment-edit-link:before {
	content: "\f411";
}
.comment-content {
	font-size: 14px;
}
.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}
.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}
.comment-content > :last-child {
	margin-bottom: 0;
}
.comment-list .children {
	list-style: none;
	margin-left: 70px;
}
.comment-respond {
	margin-bottom: 24px;
	padding: 15px 0 0;
	border-top: 1px solid #98BDCA;
}
.comment-form,
.comment-policy {
	max-width: 480px;
	font-size: 14px;
}
.comment .comment-respond {
	margin-top: 24px;
}
.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}
.comment-notes,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}
.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}
.comment-form p {
	margin-bottom: 9px;
}
#respond .fv_newsletter_pro_subscribe {
	padding-right: 100px;
}
#subscribe-reloaded,
#fv_newsletter_pro_comment_subscribe {
	margin: 5px 7px 26px -3px;
	float: left;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 300px;
	margin-right: 5px;
	vertical-align: middle;
}
.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}
.comment-awaiting-moderation,
.required {
	color: #c0392b;
	font-weight: 700;
	line-height: 1.71;
}
.comment-form #submit {
	float: right;
	width: auto;
	margin-left: 40px;
}
.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}
.comment-reply-title small a:hover {
	color: #41a62a;
}
.comments-title a,
.comments-area .navigation {
	float: right;
}
.comment-navigation {
	font-size: 16px;
	font-style: italic;
	line-height: 2;
	margin-bottom: 24px;
	text-transform: uppercase;
	clear: both;
	display: block;
	width: 100%;
}
.comment-navigation .page-numbers {
	margin-left: 10px;
}
.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}
.comment-navigation .next {
	background-color: #EAF0F3;
	padding: 0 5px;
}
.comment-navigation .nav-previous a {
	margin-right: 10px;
}
#comment-nav-above {
	margin-top: 15px;
	margin-bottom: 0;
}



/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.primary-sidebar .widget {
	margin-bottom: 32px;	
}

.primary-sidebar .widget h1 {
	font-size: 31px;
	line-height: 1.2;
	color: #623220;
}

.primary-sidebar .widget .widget-title {
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 15px;
}

.primary-sidebar .widget h2 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.primary-sidebar .widget h3 {
	font-size: 16px;
	line-height: 1.5;
}

.primary-sidebar .widget h4 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.primary-sidebar .widget ins {
	width: 160px !important;
	display: block;	
}


.widget {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 5px;
	padding: 12px 18px;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 12px 0 0 0;
}

.widget ul li {
	margin-bottom: 4px;
	font-size: 14px;
}

.widget.widget_reallysimpletwitterwidget ul li {
	margin-bottom: 12px;	
}
.widget.widget_reallysimpletwitterwidget ul li:last-child {
	margin-bottom: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget input,
.widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	color: #0675A7;
}

.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	color: #fff;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.7142857142;
	margin: 0 0 14px 0;
	font-style: italic;
	letter-spacing: 1px;
}

.widget-title,
.widget-title a {
	color: #000;
}

.content-sidebar .widget .widget-title {
	background: url("images/widget-title-bg.jpg") no-repeat left center;
	padding: 4px 15px 0;
	color: #fff;
	font-style: normal;
	line-height: 1.5;
}

.content-sidebar .widget-title a,
.category-toris-kitchen .content-sidebar .widget-title a,
.category-history-kitchen .content-sidebar .widget-title a {
	color: #fff;
}

#widget_sp_image-14 p {
	margin-bottom: 0;	
}

.widget .thumbs-2r [class*="span"] {
	display: block;
	clear: both;
}

.widget .thumbs-2r .trc_rbox_header .trc_header_ext,
#from-the-web .thumbs-2r-hp .trc_header_ext {
	position: absolute;
	right: 0;
	top: -24px;
}

#from-the-web .thumbs-2r-hp .trc_header_ext {
	top: -34px;	
}

.widget .trc_related_container .trc-content-sponsored .attribution-disclosure-link-sponsored {
	display: inline-block;
}

.widget-title a:hover {
	color: #41a62a;
}

.widget iframe {
	margin-bottom: 6px;	
}
.widget img {
	max-width: 100% !important;
	height: auto !important;
}

#text-27.widget,
#text-36.widget,
#text-27 img {
    margin-bottom: 0;
}

/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	color: #fff;
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	background-color: #24890d;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #41a62a;
}

.widget_calendar tbody a:hover {
	color: #fff;
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Ephemera Widget*/

.widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 18px;
	padding: 0;
}

.widget_twentyfourteen_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}

.widget_twentyfourteen_ephemera .entry-title,
.widget_twentyfourteen_ephemera .entry-meta,
.widget_twentyfourteen_ephemera .wp-caption-text,
.widget_twentyfourteen_ephemera .post-format-archive-link,
.widget_twentyfourteen_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}

.widget_twentyfourteen_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_twentyfourteen_ephemera .entry-meta {
	margin-bottom: 18px;
}

.widget_twentyfourteen_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.widget_twentyfourteen_ephemera .entry-content ul,
.widget_twentyfourteen_ephemera .entry-content ol {
	margin: 0 0 18px 20px;
}

.widget_twentyfourteen_ephemera .entry-content ul {
	list-style: disc;
}

.widget_twentyfourteen_ephemera .entry-content ol {
	list-style: decimal;
}

.widget_twentyfourteen_ephemera .entry-content li > ul,
.widget_twentyfourteen_ephemera .entry-content li > ol {
	margin: 0 0 0 20px;
}

.widget_twentyfourteen_ephemera .entry-content th,
.widget_twentyfourteen_ephemera .entry-content td {
	padding: 6px;
}

.widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: uppercase;
}

/* List Style Widgets*/

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget .blogroll li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child,
.widget .blogroll li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

.widget .blogroll li {
	margin-bottom: 0;	
}

.widget .blogroll li:before {
	color: #CDCDCD;
    content: "\2605";
    margin: 0 6px 0 0;
	display: inline-block;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}

#widget_sp_image-14 .widget_sp_image-description a {
	padding: 0 15px;
}

.widget .thumbs-2r .trc_rbox_header .trc_rbox_header_span,
#from-the-web .thumbs-2r-hp .trc_rbox_header_span {
	display: none;
}

/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */


.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}


.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul,
.widget .blogroll li {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 700;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}

.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
	color: #ccc;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
	color: #767676;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #41a62a;
}

.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}

.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 900;
}



/**
 * Color schemes for sections - borders, navigation background, links and other colors 
 */

.primary-sidebar,
.content-sidebar .widget {
	overflow: hidden;
}

.content-sidebar .widget.widget_search,
.category-toris-kitchen .content-sidebar .widget.widget_search,
.category-history-kitchen .content-sidebar .widget.widget_search {
	border: none;
	padding: 0;
}



/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

.site-footer {
	font-size: 13px;
	line-height: 1;
	position: relative;
	z-index: 3;
	padding: 12px 0;
}

.footer-menu,
.site-info {
	float: right;
	padding: 0 15px;
}

.footer-menu {
	float: left;
	width: 50%;
}

.site-info {
	float: right;
	text-align: right;
	width: 43%;
	line-height: 22px;
}

.site-info a:hover {
	color: #41a62a;
}

#supplementary {
	padding: 24px 14px 14px 14px;
	background-color: #fff;
}

/* recipe rating */
.entry-meta .averageRatingStars {
    display: inline-block;
    float: right;
    margin: 0 10px 0 0
}

.entry-content .rating img {
    border: none;
    margin-bottom: 0;
}

.entry-content .averageRatingStars a {
  text-decoration: none;
}

.preps .times {
    font-weight: bold;
}



/**
 * 10.0 Multisite
 * -----------------------------------------------------------------------------
 */

.site-main .widecolumn {
	padding-top: 72px;
	width: auto;
}
.site-main .mu_register,
.widecolumn > h2,
.widecolumn > form {
	margin: 0 auto 48px;
	max-width: 474px;
	padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
	font-size: inherit;
	width: auto;
}

/* links fix by danka */
.entry-content .recommended-links-page,
.entry-content .xoxo.blogroll {
    list-style-type:none
}

.entry-content .recommended-links-page h4 {
    background-color:#f2f2f2;
    width:93%;
    line-height:2;
    padding:0 0 0 20px;
    margin-top:15px;
}

.entry-content .xoxo.blogroll a {
    text-decoration:none;
}

.entry-content .xoxo.blogroll a:hover {
    color:#61321e;
}


/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


@media screen and (min-width: 600px) and (max-width: 728px) {

	#site-header {
		padding: 7px 14px;	
	}
	
	.social-and-search {
		float: right;
		width: 284px;
	}
	
	.site-logo {
		width: 45%;	
		text-align: center;
		margin-top: 24px;
	}
	
	.primary-navigation {
		font-weight: 400;	
	}
	
	.primary-navigation li {
		height: 40px;
		line-height: 20px;
		padding: 8px 0;
	}
	
	.site-content {
		margin-right: 0;	
	}
	
	.content-area {
		float: none;	
	}
	
	.content-sidebar {
		float: none;
		clear: both;
		margin-top: 14px;
		margin-left: 0;
		background-color: #F2F2F2;
		width: 100%;
	}

	.site-main {
		background: none;	
		background-color: #fff;
	}

	.home .recent-box .entry-right, 
	.archive .entry-right {
		width: 58.5%;	
	}
	
	#under-header,
	#under-slider,
	#inside-recent-posts,
	#supplementary {
		overflow: hidden;	
	}
	
	.footer-menu, 
	.site-info {
		float: none;
		width: 100%;
		display: block;
		clear: both;
		text-align: left;
		margin-bottom: 6px;
	}
	
	.archive-nav ul {
		left: -38px;	
	}
	
	.archive-nav ul ul {
		left: -151px;	
	}

}


@media screen and (min-width: 729px) {

	/* Navigation */

	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a,
	.site-header .sub-menu .current-menu-item > a {
		color: #fff;
	}

	/* Primary Navigation */

	.primary-navigation ul ul {
		background-color: #24890d;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 18px 12px;
		white-space: normal;
		width: 176px;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #41a62a;
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}
	
	.site-header .primary-navigation li:hover ul.sub-menu {
		left: -105px;
	}

}


@media screen and (min-width: 729px) and (max-width: 990px) {

	.site-logo {
		width: 45%;
		margin-top: 24px;
	}

	#site-header {
		padding: 7px 14px;	
	}
	
	.social-and-search {
		float: right;
		width: 280px;
		padding-left: 20px;
	}
	
	.site-header .sub-menu li a {
		padding: 0 10px;	
	}
	
	#secondary {
		float: left;
		width: 100%;
		clear: both;
		margin: 0;
	}
	
	#secondary .primary-sidebar:before,
	#secondary .primary-sidebar:after {
		content: "";
		display: table;
	}
	
	#secondary .primary-sidebar:after {
		clear: both;	
	}
	
	#secondary .widget {
		width: 160px;
		float: left;
		margin: 0 15px 15px 0;
	}
	
	.site-content {
		margin-left: 0;	
	}
	
	#slider .soliloquy-container {
		min-height: 0;	
	}
	
	.home .recent-box .entry-thumbnail, 
	.archive .entry-thumbnail {
		width: 40%;	
	}
	
	.home .recent-box .entry-right, 
	.archive .entry-right {
		width: 56%;	
	}
	
	.site-top .social-menu ul {
		margin-top: 1px;
	}

	.social-menu a {
		width: 24px;
		height: 24px;
	}

	.social-menu .item-facebook a {
		background-position: right 0;
	}

	.social-menu .item-twitter a {
		background-position: right -50px;
	}
	
	.social-menu .item-google a {
		background-position: right -100px;
	}
	
	.social-menu .item-pinterest a {
		background-position: right -150px;
	}
	
	.social-menu .item-instagram a {
		background-position: right -200px;
	}
	
	.social-menu .item-rss a {
		background-position: right -250px;
	}

	#section-s.search-field {
		width: 60%;
	}

	.page-template-page-templatespage-section-index-php .entry-header, 
	.category-recipes .entry-header, 
	.category-recipes-thk .entry-header {
		display: block;
		max-width: 100%;
		width: 100%;
	}

	#browse_icons {
		display: block;
		height: 32px;
		position: static;
		width: 100%;
	}

	.site-footer {
		font-size: 14px;	
	}
	
	.top-menu li, 
	.footer-menu li {
		padding: 0 6px;	
	}
	
	.footer-menu {
		width: 53%;	
	}
	
	.site-info {
		width: 39%;
	}


	.primary-navigation {
		font-size: 16px;
	}
	
	.site-header .sub-menu {
		font-size: 14px;	
	}

	.category-history-kitchen .site-header .sub-menu ul {
		padding-left: 80px;
	}
	
	.category-toris-corner .site-header .sub-menu > ul {
		padding-left: 0;	
	}

}
@media screen and (min-width: 1200px) {
	
	.site-header .primary-navigation li:hover ul.sub-menu {
		left: 0;
		overflow: hidden;
	}
	
}


	.site-content blockquote.alignleft,
	.site-content blockquote.alignright {
		width: -webkit-calc(50% + 18px);
		width:         calc(50% + 18px);
	}

	.site-content blockquote.alignleft {
		margin-left: -18%;
	}

	.site-content blockquote.alignright {
		margin-right: -18%;
	}



/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#top-header,
	.site-header,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	#content-sidebar,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.related-posts,
	#comments,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.fv_sharing_classic,
	.footer-menu,
	#serve,
	.entry-meta-share,
	.footer-sharing {
		display: none;
	}

	.border-box {
		border: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer {
		background: transparent;
	}

	.all_but_instructions {
		border: 3px solid #DDE7C6;
	}

	#rcp_head #rcp_tabs {
		float: none;
		text-align: center;
	}

	#rcp_head #rcp_tabs h2 {
		font-weight: 700;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.site-content {
		margin-left: auto;
		margin-right: auto;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.site-footer .site-info {
		float: none;
		margin: 0 auto;
		text-align: center;
		color: #999;
		font-size: 12px;
	}


}
