/*
Theme Name: Kitchen
Theme URI: http://visionlinemedia.com
Author: VisionLine Media
Author URI: http://visionlinemedia.com
Description: 2012 Universal Theme
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */
html,body{
	min-width:990px;
	height:100%; /* needed for container min-height */
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFF;
	line-height:normal;
	background-image:url(images/bg_body.png);
	background-position:center top;
	background-repeat:repeat-x;
}
#page{
	width:981px;
	margin:0px auto;
	padding:0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/*HEADER*/
#header{
	position:relative;
	height:345px;
	background-image:url(images/bg_body.png);
	background-position:center top;
	background-repeat:repeat-x;
	z-index:10;
}
#logo{
	margin:0px;
	padding:0px;
	position:absolute;
	z-index:1000;
	top:150px;
	left:0px;
}
#logo a{
	display:block;
	width:210px;
	height:241px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-9999px;
}
/*menu main*/
#menu-main-navigation{
	position:absolute;
	top:306px;
	left:228px;
	z-index:2000;
	margin:0px;
	padding:0px;
}
#menu-main-navigation li{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	border-right:solid 1px #696968;
	position:relative;
}
#menu-main-navigation li.menu-item-10{
	border-right:none;
}
#menu-main-navigation li a{
	display:block;
	color:#ce171f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	height:31px;
	line-height:31px;
	padding:0px 9px 0px 41px;
	background-image:url(images/bg_navigation_a.png);
	background-repeat:no-repeat;
	background-position:9px 4px;
	opacity:.60;
	filter:alpha(opacity=60);
	filter: “alpha(opacity=60)”;
}
#menu-main-navigation li a:hover,#menu-main-navigation li:hover a, #menu-main-navigation li.current_page_item a, #menu-main-navigation li.current-menu-item a, #menu-main-navigation li.current-menu-parent a{
	opacity:1;
	filter:alpha(opacity=100);
	filter: “alpha(opacity=100)”;
}
/*drop*/
#menu-main-navigation li ul{
	display:none;
	position:absolute;
	top:31px;
	left:0px;
	background-color:#000;
	width:110px;
}
#menu-main-navigation li:hover ul{
	display:block;
}
#menu-main-navigation li ul li{
	float:none;
	border:none;
	margin:0px;
	padding:0px;
}
#menu-main-navigation li ul li a{
	height:auto;
	line-height:normal;
	font-size:10px;
	color:#DDD;
	margin:0px;
	padding:5px;
	background-image:none;
	border-bottom:dashed 1px #666;
}
#menu-main-navigation li ul li a:hover{
	color:#FFF;
}
/*chef*/
#chef{
	width:320px;
	height:323px;
	position:absolute;
	z-index:10;
	background-image:url(images/chef.png);
	background-repeat:no-repeat;
	left:-12px;
	bottom:7px;
}
/*toppics*/
#toppics{
	margin:0px;
	padding:0px;
	position:absolute;
	top:31px;
	left:0px;
	z-index:5;
	width:981px;
	height:274px;
	overflow:hidden;
}
#toppics li{
	margin:0px;
	padding:0px;
	list-style:none;
	width:981px;
	height:274px;
}
/*MAIN*/
#main{
	background-color:#f5ced0;
	border:solid 1px #cf1a22;
	border-top:none;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	z-index:1;
	margin-top:-3px;
}
#main a{
	color:#981016;
	font-weight:bold;
	text-decoration:none;
}
#main a:hover{
	text-decoration:underline;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p{
	margin-bottom:15px;
}
#main h1{
	font-size:18px;
	font-weight:bold;
}
#main h2{
	font-size:16px;
	font-weight:bold;
}
#main h3{
	font-size:14px;
	font-weight:bold;
}
#main h4{
	font-size:13px;
	font-weight:bold;
}
#main h5{
	font-size:12px;
	font-weight:bold;
}
#main ul, #main ol{
	margin:0px 0px 15px 15px;
}
#main li{
	margin:0px 0px 5px 0px;
	list-style:disc;
}
#main .entry-title{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ce171f;
	text-shadow:1px 1px 0px rgba(0,0,0,.0);
}
#container{
	width:713px;
	float:left;
	padding:30px 15px 15px 15px;
}
#primary{
	width:170px;
	float:left;
	padding:5px 15px 15px 15px;
}
#primary ul.xoxo{
	margin:0px;
	padding:0px;
}
#primary ul.xoxo li.widget-container{
	margin:0px 0px 15px 0px;
	padding:0px;
	list-style:none;
}
/*social*/
#text-2 ul{
	margin:0px;
	padding:0px;
}
#text-2 ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
}
#text-2 ul li a{
	display:block;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background-image:url(images/icons/rss.png);
	background-repeat:no-repeat;
	margin:0px 5px 0px 0px;
}
#text-2 ul li.blog a{
	background-image:url(images/icons/rss.png);
}
#text-2 ul li.facebook a{
	background-image:url(images/icons/facebook.png);
}
#text-2 ul li.twitter a{
	background-image:url(images/icons/twitter.png);
}
#text-2 ul li.youtube a{
	background-image:url(images/icons/youtube.png);
}
/*FOOTER*/
#footer{
	text-align:center;
	font-size:10px;
	padding:20px;
	color:#666;
}
#footer a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}


/*MISC*/
em{
	font-style:italic;
}
strong{
	font-weight:bold;
}
.clear{
	clear:both;
	line-height:0px;
	height:0px;
	padding:0px;
	margin:0px;
}
.assistive-text{
	display:none;
}
.alignleft{
	border:solid 1px #000;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.alignright{
	border:solid 1px #000;
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.jwsharethis{
	font-weight:bold;
	font-size:11px;
}
.jwsharethis a,.jwsharethis a:hover{
	text-decoration:none !important;
}
.screen-reader-text{
	display:none;
}
.entry-utility{
	font-size:11px;
	color:#666;
	padding:10px 0px;
}
#comments{
	display:none;
}