/* Theme Name: Shiksa 
Theme URI: http://foliovision.com/ 
Author: Foliovision Version: 0.6 */
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html -------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* =Layout -------------------------------------------------------------- */
/* LAYOUT: Two columns DESCRIPTION: Two-column fixed layout with one sidebar right of content */
#container {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
}
#content {
	margin: 0 320px 0 0;
}
#primary, #secondary {
	float: right;
	overflow: hidden;
	width: 300px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
/* LAYOUT: One column, no sidebar DESCRIPTION: One centered column with no sidebar */
.one-column #content {
	margin: 0 auto;
	width: 630px;
}
	/* LAYOUT: Full width, no sidebar DESCRIPTION: Full width content with no sidebar;
used for attachment pages */
.single-attachment #content {
	margin: 0 auto;
	width: 988px;
}
/* =Fonts -------------------------------------------------------------- */
body, input, textarea, .page-title span, .pingback a.url, .entry-content p, #tec-content .entry p, .box h3 {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility,
/* #respond label, */
.navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, input[type=submit], .jFlowSlideContainer .slide_more a, #slides35 div p {
	font-family: Georgia, "Bitstream Charter", serif;
}
p, .top-menu ul li a, #category_meta #browser, #primary ul li ul li, #footer-widget-area #fifth, #tec-content .ical, #respond label, #commentform #author, #commentform #email, #commentform #url, #commentform textarea, #access ul ul a, #featured-products a, #rcp_print a, #rcp_save a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#footer-widget-area #second span, #rcp_tabs #rcp_print a, #rcp_tabs #rcp_save a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* =Structure -------------------------------------------------------------- */
/* The main theme structure */
#access .menu-header, #header, #branding, #main, #footer {
	margin: 0 auto;
	width: 988px;
}
#wrapper {
	padding: 0 0 6px 0;
	background-color: #fff;
	background-image: url('/images/graphics/back_shadow.png') scroll repeat-y center top;
	margin: 0 auto;
	width: 1020px;
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}

.p-web {display: none !important;}
.p-footer {display: none;}

/* 
=Global Elements -------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body, input, textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
	margin: 0 0 10px 0;
}
ul {
	list-style: square;
	margin: 0 0 18px 5px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
#content .entry-content ul, #content .entry-content ol {
	margin: 0 0 18px 2.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], textarea {
	background: #fff;
	border: 1px solid #D8E4B9;
	padding: 3px;
}
a {
	text-decoration: none;
}
a:link {
	color: #c5202e;
}
a:visited {
	color: #c5202e;
}
a:hover {
	color: #c5202e;
	text-decoration: underline;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Header -------------------------------------------------------------- */
#header {
	padding: 0;
	height: 287px;
}
#site-title {
	float: left;
	font-size: 30px;
	margin: 0;
	width: 700px;
	text-indent: -9999px;
	overflow: hidden;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 0;
	width: 220px;
	text-indent: -9999px;
	overflow: hidden;
}
/* This is the custom header image */
#branding {
	height: 205px;
  position: relative;
}
#branding img {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 970px;
	height: 165px;
  padding-top: 20px;
}
/* =Menu -------------------------------------------------------------- */
#access {
	display: block;
	margin: 0 auto;
	font-size: 14px;
	height: 38px;
	border-color: #edf3e1;
	border-style: solid;
	border-width: 1px 0;
}
div.menu {
	margin: 0 auto;
	padding: 0;
	display: block;
	float: right;
}
#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li, div.menu li {
	float: left;
	border-right: 1px solid #edf3e1;
	position: relative;
}
#access a {
	color: #794508;
	display: block;
	line-height: 38px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#access div.menu li.new-star.menu-item a {
	padding-left: 36px;
	background: url('/images/graphics/star-new-icon.png') no-repeat left center;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	float: left;
	width: 176px;
	z-index: 99999;
    background: #fff;
    border: 1px solid #EDF3E1;
}
#access ul ul li {
	min-width: 176px;
	border-left: none;
	border-bottom: 1px solid #EDF3E1;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fff;
	color: #643423;
	line-height: 1em;
	padding: 10px;
	width: 154px;
	margin: 1px;
	display: block;
	height: auto;
	text-transform: none;
}
#access li:hover > a {
	text-decoration: underline;
}
#access ul ul:hover > a, #access #menu-item-18123 a:hover, #access ul ul li:hover > a {
	background: #f1f6e7;
	text-decoration: none;
}
#access ul #menu-item-18123 ul a:hover {
	background: #f1f6e7;
	text-decoration: none;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
	color: #C5202E;
}
* html #access ul li.current_page_item a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a, * html #access ul li a:hover {
	color: #C5202E;
}

#access #menu-item-17386 {
	border-right: none;		
}
#menu-item-17386 a, #menu-item-18123 a /* change to - real menu item ID */ {
  background: #D0EDF3;
  line-height: 36px;
  height: 36px;
  margin: 1px;
}
#menu-item-18123 a { /* change to - real menu item ID */
	background: url("images/market-menu-bg.png") no-repeat right center transparent;
	text-decoration: none;
}
#access #menu-item-18123 ul a {
	background: none;	
}

.top-menu {
  position: absolute;
  right: 50px;
  top: 5px;
}
.top-menu ul {
  list-style: none;  
}
.top-menu ul li {
  float: left;
}
.top-menu ul li a {
  color: #999;
  text-decoration: none;
  font-size: 11px;
  margin-left: 20px;
}
.top-menu ul li a:hover {
  text-decoration: underline;
}
/* =Content -------------------------------------------------------------- */
#main {
	width: 988px;
	clear: both;
	overflow: hidden;
	padding: 15px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content, #content input, #content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin: 0 0 0 30px;
}
#content pre, #content kbd, #content tt, #content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt, #content th {
	color: #000;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #000;
	line-height: 1.5em;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th, #content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 40px 20px;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link, .page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active, .page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #794508;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0 0 0 15px;
}
.entry-title a:link, .entry-title a:visited {
	color: #794508;
	text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
	text-decoration: underline;
}
.entry-meta {
	color: #888;
	font-size: 14px;
	margin: 0 0 0 15px;
}
.entry-meta abbr, .entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover, .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content, .entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 15px 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
	letter-spacing: 1px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file, .entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup, .entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link, .page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active, .page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.utility_box {
	min-height: 60px;
}
.entry-meta a, .entry-utility a {
	color: #888;
}
#content .video-player {
	padding: 0;
}
#content .wFormContainer {
	margin-left: 15px;
}
#content h2.gap {
	margin-top: 25px;
}
#content .wFormContainer p {
	margin: 10px 0 0 0;
	padding: 0;
}
#content .wFormContainer p input {
	margin: 0 0 10px;
}
#content .wFormContainer p.inlineSection label, #content .wFormContainer p.inlineSection input {
	display: inline-block;
}
#content .wFormContainer p label, #content .wFormContainer p input, #content .wFormContainer p textarea, .entry-content #submissions #tfa_Iagree {
	font-size: 14px;
	color: #794508;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.2;
	margin: 4px 0 0;
	padding: 0;
}
#content .wFormContainer p textarea#tfa_Pleasetypeorcopy {
	width: 620px;
}
#content .wFormContainer p.inlineSection label.preField {
	width: 80px;
}
#content .wFormContainer p br {
	display: none;
}
#content .wFormContainer input[type=submit] {
	background-color: #EDF3E1;
	color: #794508;
	float: right;
	border: 1px solid #D8E4B9;
	font-style: italic;
	text-transform: none;
	margin-right: 10px;
	padding: 8px;
}
#content .wFormContainer fieldset.captcha {
	font-size: 12px;
	color: #794508;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.4;
	border: 1px solid #D8E4B9;
	padding: 10px 15px;
	width: 590px;
}
#content .wFormContainer fieldset.captcha legend {
	font-size: 14px;
}
#content .wFormContainer fieldset.captcha label, #content .wFormContainer fieldset.captcha input, #content .wFormContainer fieldset.captcha p {
	font-size: 12px;
	color: #794508;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
#content .wFormContainer fieldset.captcha p {
	margin: 8px 0 0;
}
/* =Asides -------------------------------------------------------------- */
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}
/* =Gallery listing -------------------------------------------------------------- */
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =Attachment pages -------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Images -------------------------------------------------------------- */
#content img {
	height: auto;
	/* max-width: 615px;
*/
	/* width: auto;
*/
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft, #content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright, #content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter, #content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter {
	/* margin-bottom: 12px;
*/
}
#content .wp-caption {
	position: relative;
	background: #edf3e1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 6px;
	text-align: center;
	border: 0;
}
#content .wp-caption img {
	margin: 1px;
	border: 2px solid #fff;
	padding: 8px;
}
#content .wp-caption p.wp-caption-text {
	color: #794508;
	font-size: 12px;
	line-height: 25px;
	/* margin: 8px 16px 9px 8px;
*/
	padding: 3px;
	position: absolute;
	border: 0;
	bottom: 10px;
	*bottom: 7px;
/* IE position hack */
	border: 0;
	left: 2px;
	right: 17px;
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	display: inline-block;
	min-height: 25px;
	font-style: italic;
	font-weight: bold;
	width: auto;
}
#content .wp-smiley {
	margin: 0;
	padding: 0;
	border: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img {
/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Newsletter Subscription ------------------------------------------------- */
.newsletter-subscription {
	width: 100%;
	height: 30px;
	margin: 0 15px 20px 15px;
	display: block;
}
.newsletter-subscription label {
	float: left;
	margin: 0 5px 0 0;
	color: #794508;
	font-size: 14px;
}
#content .newsletter-subscription input[type="text"] {
	height: 19px;
	float: left;
	margin: 0 5px 0 0;
}
#content .newsletter-subscription input[type="submit"] {
	height: 27px;
	font-size: 12px;
	color: #fff;
	background: #C5202E;
	line-height: 27px;
	float: left;
	margin: 0;
}



/* =Navigation -------------------------------------------------------------- */
.navigation {
	color: #c5202e;
	font-size: 15px;

	overflow: hidden;
	font-style: italic;
}
.navigation a {
	color: #c5202e;
	text-decoration: none;
	padding-right: 10px;
}
.navigation a:hover {
	color: #c5202e;
	text-decoration: underline;
		padding-right: 10px;
}
.nav-previous {
	float: left;
	width: 47%;
	margin-left: 10px;
}
.nav-next {
	float: right;
	text-align: right;
	width: 47%;
	margin-right: 10px;
}
#nav-above {
	margin: 0 0 18px 0;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
#nav-below {
	margin: 20px 0 0 0;
}
/* =Comments -------------------------------------------------------------- */

.pac {float:right;}
#leac {height: 30px;}


.next {background-color: #EDF3E1 !important;
padding: 7px !important;
margin: 0px;
padding-bottom:3px !important;

}

.prev {background-color: #EDF3E1 !important;
padding: 7px !important;
margin: 0px;
margin-right: 10px;
padding-bottom:3px !important;
}

.current {
color: #6A2E00;
	padding-right: 10px;}
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title, h3#leave_comm {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	background: none !important;
	text-transform: none;
	/* border-bottom: 1px solid #CFEBBC;
*/
}
#comments-title small {
font-size: 16px !important;

}
h3#comments-title {
	padding: 20px 10px;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #CFEBBC;
	line-height: 14px;
	margin: 0 0 14px 0;
	padding: 0 0 0 50px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 14px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #794508;
	font-size: 16px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Widget Areas -------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {
/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 10px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
	text-align: center;
}
.widget-area a:link, .widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active, .widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	margin: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	padding: 0;
}
#primary {
}
#secondary {
}
/* =Footer -------------------------------------------------------------- */
#colophon {
	overflow: hidden;
	background: #edf3e1;
	padding: 4px;
	margin: 0 auto;
	width: 970px;
	display: block;
	margin-bottom: 5px;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch ) -------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access, .entry-meta, .entry-utility, .navigation, .widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* CUSTOM CSS */
/* Basic elements */
#header, #main, #footer {
	border-left: 1px solid #edf3e1;
	border-right: 1px solid #edf3e1;	
}
#main {
	border-top: 1px solid #edf3e1;
	border-bottom: 0 none;
}
.post_wrap, .all_but_instructions {
	max-width: 660px;
	display: block;
	background: #edf3e1;
	padding: 8px 8px 8px 0;
	margin: 0 0 10px 0;
  overflow: hidden;
}
/** milos edit **/
.post_wrap2 {
	max-width: 648px;
	max-height: 514px;
	display: block;
	background: #edf3e1;
	padding: 8px 8px 8px 0;
	margin: 0 0 10px 0;
}
span.current {
font-weight:bold;
}
/** end **/

/*cse search start*/
.post_box {
	display: block;
	border-top: 1px solid #EDF3E1;
	padding: 10px 20px;
	position: relative;
	min-height: 90px;
  overflow: hidden;
}
.post_box_image {
  width: 80px;
  display: block;
  float: left;
  text-align: center;
  padding-right: 15px;
}

.search .entry-summary {
	padding: 0;
}
#content .post_box_image img {
  height: 95px;
  width: auto;
}
.postcol {
	width: 533px;
	display: inline-block;
  font-size: 14px;
  float: left;   
}
.postcol .entry-summary {	
	font-family: Arial,Helvetica,sans-serif;  
}
.search #content .entry-title {
  color: #794508;
  font-size: 16px;
  font-weight: normal;
  margin: 0 15px 20px 15px;
  text-transform: none;
}
.search #content .entry-title span {
  color: #000;
}
#cse-pager {
  padding-left: 20px;
  text-align: center;
}
#cse-pager a {
  text-decoration: underline;
  color: #333333;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  margin-right: 3px;
}
#cse-pager .actual {
  text-decoration: none;
  font-weight: bold;
  color: #C5202E;
}
.cse-meta {
  color: #C5202E;
  font-size: 12px;
}
/*search end*/

.archive .post_box {
  border: 1px solid #fff;
  padding: 8px;
  margin-left: 8px;
} 

.archive .postcol, .search .postcol {
  width: 420px;
}
.archive .postcol .entry-summary p {	
	font-family: Georgia,"Bitstream Charter",serif;
  font-size: 14px;  
}

.entry-utility img {
	vertical-align: middle;
	border: none !important;
	padding: 0 !important;
}
.post p img, .fv_recipe .instruction a img {
	background: #EDF4E5;
	padding: 8px;
	border-width: 11px;
	max-width: 615px;
	height: auto;
	-moz-border-image:url("/images/graphics/white-border.gif") 18 repeat;
	-webkit-border-image:url("/images/graphics/white-border.gif") 18 repeat;
	-o-border-image:url("/images/graphics/white-border.gif") 18 repeat;
	border-image:url("/images/graphics/white-border.gif") 18 repeat;
}
.post h5 {
	width: auto;
	height: auto;
	margin: 0 auto 15px auto;
	text-align: center;
	display: block;
	background: #edf3e1;
	padding: 8px;
}
.post h5 img {
	display: block;
	border: 1px solid #fff;
	padding: 8px;
	margin: 0 auto;
}
.width34 {
	width: 34%;
	display: inline-block;
}
.width65 {
	width: 65%;
	display: inline-block;
}
.clear {
	clear: both;
	/*width: 100%;
	height: 1px;
	display: block; */
}
input[type="text"], #links a.selected {
	outline: none;
}
input[type="submit"] {
	color: #fff;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: none;
}
/* Search Line */
#searchline {
	max-width: 986px;
	border: 0;
	line-height: 14px;
	margin: 2px;
	padding: 8px 8px 0 0;
	height: 30px;
	background: #edf3e1;
	color: #6a2e00;
	font-size: 16px;
	text-align: right;
}
#social-icons, #social-icons a {
	float: left;
	display: inline-block;
	margin-left: 5px;
}

#searchline #searchform {
	float: right;
	display: inline-block;
}
#searchsubmit {
	border: 1px solid #fff;
	background: #c5202e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 2px;
}
#searchline #s {
	width: 183px;
	height: 16px;
	outline: none;
}
#searchline label {
	margin: 0 10px 0 5px;
	line-height: 22px;
}
#commentform {
	margin: 0 15px;
	width: 480px;
	display: block;
}
#commentform #author, #commentform #email, #commentform #url, #contact-form #fsubj, #contact-form #fmail, #contact-form #fname {
	width: 300px;
	color: #999;
}
#commentform textarea,#contact-form textarea {
	width: 467px;
	outline: none;
}
#commentform label, #contact-form label {
	color: #794508;
	font-size: 16px;
}
/* Typography */
/*small { 
	font-size: 11px;
}*/
.italic {
	font-style: italic !important;
	font-family: Georgia, "Bitstream Charter", serif;
}
a.underline:hover {
	text-decoration: underline !important;
}
a.reverse:hover {
	text-decoration: none !important;
}
.brown, .brown a {
	color: #794508 !important;
}
.black, .black a {
	text-decoration: underline !important;
	color: #000;
}
.darkgray, #footer-widget-area #third h3 {
	color: #333 !important;
}
.red, .red a, #home_feat h4 a.post-edit-link, #home_other h4 a.post-edit-link, #feat_meta h4 a.post-edit-link, #content .entry-meta a.post-edit-link {
	color: #c5202e !important;
	text-decoration: none;
}
.red a:hover {
	color: #c5202e !important;
	text-decoration: underline !important;
}
#content .fv_recipe .instructions h3 {
	margin: 15px 0 0 10px !important;
	background: none;
	font-weight: bold;
}
h3.brown {
	/*border-bottom: 1px solid #edf3e1;*/
	background: #fff;
	color: #794508;
	margin: 10px 0;
}
h3#comments-title, h3#reply-title, #content h1.page-title, h3#leave_comm {
	font-size: 26px;
	color: #794508;
	font-weight: normal;
	margin: 0 15px;
	text-transform: none;
}
#home_other .brown, #home_feat .brown, #featured-products .brown, .carousel-brown {
	border-bottom: 1px solid #EDF3E1;
	padding: 8px 8px 2px 8px;
}
#category_meta h1.page-title {
	display: block;
	width: 500px;
	line-height: 30px;
	min-height: 38px;
}
#category_meta {
	position: relative;
}
#category_meta #browser {
	color: #c5202e;
	margin: 0 0 15px 15px;
}
#browse_icons {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
}
#category_meta #browser span.browse_label {
	color: #794508;
	text-transform: uppercase;
	font-weight: bold;
}
#category_meta #browser a {
	text-decoration: none;
}
#category_meta #browser a:hover {
	text-decoration: underline;
	color: #c5202e;
}
#quicknav {
	float: right;
	border: 1px solid #FEE2C4;
	background: #fff;
	width: 104px;
	font-size: 12px;
	color: #744101;
	padding: 3px;
	outline: none;
}
select {
	border: 1px solid #FEE2C4;
	outline: none;
}
option:hover, select:hover {
	background: #fff !important;
	color: #744101;
}
.little-recipe {
	float: left;
	display: inline-block;
	width: 200px;
	height: 225px;
	margin: 10px 5px 5px 5px;
}
.little-recipe a {
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
}
.catmod .post_box h2 {
	color: #794508;
	margin-left: 5px;
}
.catmod #content ul li {
	list-style: none;
	font-size: 14px;
}
.catmod #content ul li a {
	font-size: 14px;
}
#content .postcol p:last-child {
  margin-bottom: 0;
}
#content .post_box h2.entry-title {
	margin: 0 0 10px 0;
	font-size: 18px;    
}
#content .post_box .entry-summary {
  padding: 0;
}
#cat_pager {
	position: absolute;
	right: 0;
	top: 5px;
}
#content .entry-content p {
	margin: 0 0 15px 15px;
	font-size: 16px;
}
.entry-utility p {
	margin: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
a.more_link {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.more_link:hover {
	text-decoration: underline !important;
}
a.omsh {
	color: #333;
	text-decoration: underline !important;
}
a.omsh:hover {
	text-decoration: none !important;
}
a.post-edit-link {
	font-size: 13px;
}
.page span.edit-link {
	margin: 0 0 0 15px;
}
#content .entry-utility p {
	margin-bottom: 5px;
	font-size: 11px;
}
.entry-utility .post_twtr {
	display: /*inline-*/block;
	width: 85px;/*48*/
	/*margin: 0 10px;*/
	height: 90px;
	margin-left: 10px;
}
.entry-utility a {
	color: #c5202e;
	text-decoration: underline;
}
.entry-utility a:hover {
	text-decoration: none;
}
a.reverse {
	text-transform: uppercase;
	margin-right: 5px;
}
.entry-utility span {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
.fvretweet {
	margin-right: 10px;
	min-width: 70px;
}
#___plusone_0 {
/*	display: none !important;*/
	margin: 5px 0 0 0 !important;
	width: 70px;
	height: 15px;
}
#comments, #fbComments {
	margin: 0 0 0 10px;
}
#comments h3 {
	background: none;
}
#comments input[type="submit"],  #contact-form input[type="submit"]  {
	background: #edf3e1;
	border: 1px solid #D8E4B9;
	color: #794508;
	font-style: italic;
	text-transform: none;
	float: right;
	margin-right: 5px;
	padding: 10px;
}
#fbComments {
	margin: 0 20px !important;	
}
/* Share Mini Widget */
#primary li.eventsListWidget {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ra1-pw-layout-horizontal {
	display: inline-block !important;
	min-height: 22px;
	float: left;
}
.ra1-pw-widget-looknative .ra1-pw-alone-button {
	padding-right: 4px !important;
}

#primary ul.xoxo li {
	border-style: solid;
	border-width: 1px 0 1px 1px;
	padding: 3px;
	border-color: #edf3e1;
}
#primary ul.xoxo li ul li {
	border: none;
	list-style: none;
	margin: 5px 0;
}
#primary ul.xoxo li p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#primary .textwidget {
	color: #333;
	font-size: 14px;
	padding: 0 0 10px 10px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
h3, h3.widget-title {
	background: #edf3e1;
	text-transform: uppercase;
	font-weight: normal;
	color: #794508 !important;
	font-size: 16px;
	padding: 8px;
	margin: 0 0 10px 0 !important;
}
.execphpwidget {
	overflow: hidden;	
}
.execphpwidget h4 a {
	color: #333;
}
.execphpwidget h4 a:hover {
	color: #C5202E;
}
.widget_sp_image {
	background: #edf3e1;
}
.widget_sp_image img {
	border: 2px solid #fff;
	padding: 6px;
}
.fv_fblikebox {
	border: none !important;
}
.fv_fblikebox_title {
	background-color: #EDF3E1 !important;
	border-bottom: none !important;
    background: none repeat scroll 0 0 #EDF3E1;
    color: #794508 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    text-transform: uppercase;
	padding: 8px;
}
.fv_fblikebox_text {
	border-top: 1px solid #EDF3E1 !important;	
}
.fv_fblikebox_logo a {
    color: #C5202E !important;
}
#text-8, #text-19 {
	height: 30px;
	display: block;
	border-width: 0 !important;
}
#text-8 #fb_small_widget, #text-8 #tw_small_widget, #text-8 #feed_small_widget, #text-8 #gg_small_widget, #text-8 #pin_small_widget,
#text-19 #fb_small_widget, #text-19 #tw_small_widget, #text-19 #feed_small_widget, #text-19 #gg_small_widget, #text-19 #pin_small_widget {
	float: left;
	width: 30px;
	margin-right: 3px;
	height: 30px;
	display: inline-block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: -0.1px;
	line-height: 14px;
  	margin: 0 14px;
}
#text-8 .textwidget, #text-19 .textwidget {
	padding: 0;
}
#text-8 div img, #text-19 div img {
	float: left;
	margin-right: 3px;
}
#text-8 a, #text-19 a {
	color: #c5202e;
}
#text-9 .textwidget, #text-20 .textwidget {
	text-align: left;
	display: block;
	padding: 0;
}
#twitter-2 h3 {
	color: #794508;
}
#twitter-2 div {
	font-size: 15px;
	margin: 15px 0 5px 0;
}
#twitter-2 img {
	vertical-align: middle;
}
#primary .widget_sp_image, #primary .widget_sp_image img {
	border: 0 !important;
	padding: 0 !important;
/*	margin: 0 !important;*/
}
#primary .widget_sp_image {
	margin: 0 0 10px 0;
	background: #fff;
	text-align: center;
}
#primary .widget_sp_image .widget_sp_image-description p {
	font-weight: bold;
	color: #794508;
	font-size: 15px;
}
#fifth {
	max-width: 500px;
}
#fifth #pages-3 ul li {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}
#sixth {
	max-width: 300px;
	text-align: right;
}
.widget-container p {
	padding: 10px;
}
.widget-container p.smallpadding {
	padding: 5px 10px;
}
/* Subscribe widget */
.subs {
/*	padding: 10px 0 10px 10px;	*/
	font-size: 14px;
	color: #333;
}
.subs form {
	margin-top: 10px;	
}
#newsletterwidget-3 input#newsletter_submit,
#newsletterwidget-4 input#newsletter_submit {
	background: #794508;
	height: 22px;
	margin-left: 5px;
	width: 125px;
	text-align: center;
	text-indent: 0px;
	padding-left: 0px;
}
#newsletterwidget-3 .newsletter-email,
#newsletterwidget-4 .newsletter-email {
	 width: 135px;
}
#newsletterwidget-3 p,
#newsletterwidget-4 p {
	margin-bottom: 0;
}
#text-9 {
	border-color: #fdc180;
}
#text-9 h3.widget-title, #twitter-2 h3.widget-title, #execphp-2 h3.widget-title, #text-20 h3.widget-title {
	background: #fdc180;
}
/* Menu */
#___plusone_0 iframe{
top: 0px;
left: 0px;
}
#access #menu-item-3995 a, #access #menu-item-5560 a {  /* about, contact */
	color: #999;
	font-size: 12px;
	text-transform: none;
}
/* Footer widget areas */
#footer {
	border-bottom: 1px solid #edf3e1;
}
#foot_bottom {
	background: url('/images/graphics/foot_bottom_shadow.png') scroll no-repeat 50% top;
	width: 1020px;
	height: 10px;
	margin: 0 auto 30px auto;
}
#footer-widget-area {
	color: #333;
	max-width: 980px;
}
#footer-widget-area #first {
	width: 192px;
	float: left;
	margin-right: 20px;
}
#footer-widget-area #second {
	width: 290px;
	height: 285px;
	font-size: 15px;
	line-height: 22px;
	position: relative;
	float: left;
	margin: 4px 20px 0 0;
}
a.black {
	color: #333;
}
a.black:hover {
	color: #c5202e;
	text-decoration: underline;
}
#footer-widget-area #third {
	width: 220px;
	float: left;
	color: #333;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
#footer-widget-area #fourth {
	width: 210px;
	float: right;
	text-align: right;
}
#footer-widget-area #fifth, #footer-widget-area #sixth {
	margin: 5px 10px;
}
#footer-widget-area #fifth a {
	color: #333;
	font-size: 15px;
	margin: 0 10px;
}
#footer-widget-area #fifth a:hover {
	color: #c5202e;
}
#footer-widget-area img {
	padding: 4px;
	border: 1px solid #fff;
}
#footer-widget-area #second span {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}
#footer-widget-area #third h3.widget-title {
	margin: 0 0 10px 0;
	padding: 3px 15px;
}
#footer-widget-area #third ul li a {
	color: #333;
	display: block;
	padding: 2px 15px;	
}
#footer-widget-area #third ul li a:hover {
	background: #F6F9F0;
	text-decoration: none;
}
#footer-widget-area ul, #footer-widget-area ul li {
	list-style: none;
	margin: 0;
}
#footer-widget-area h3.widget-title {
	text-transform: uppercase;	
}
#footer-widget-area .textwidget h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
#primary li.eventsListWidget ul li {
	background: #F1F7E9;
}
#primary li#twitter-2 ul li {
	background: #FFF3E5;
}
#primary ul li ul li {
	padding-left: 10px !important;
}
#primary li.eventsListWidget  ul li.alt, #primary li#twitter-2 ul li.alt {
	background: #fff;
}
li.eventsListWidget .dig-in {
	margin: 10px;
	font-size: 14px;
}
#tec-events-calendar-header, #tec-content {
	width: 630px;
	color: #333;
}
#container #tec-content {
	margin-left: 15px;
	padding: 0;
	width: 630px;
}
.tec-calendar-buttons .tec-button-on, .tec-calendar-buttons .tec-button-off {
	float: right;
	clear: right;
}
#googlemaps {
	margin: 15px 0;
}
#primary #execphp-2 h4 {
	color: #333 !important;
	font-size: 17px;
	margin: 5px 0 5px 10px;
}
#primary #execphp-2 p {
	margin-left: 10px;
}
#footer-widget-area #third a.more_link { color: #C5202E }
/* Home Page */
/** EDIT MILOS home slide 640 -> 630 **/
/*
#home_slide {
	width: 630px;
	height: 480px;
	padding: 0 !important;
    display: block;
    position: relative;
}*/
#home_feat h4 a, #home_other h4 a, .feat_meta a {
	color: #333;
	text-decoration: none;
}
#home_feat h4 a:hover, #home_other h4 a:hover, .feat_meta a:hover {
	color: #c5202e;
	text-decoration: underline;
}
.other_single p, .feat_single p {
	line-height: 20px;
}
#home_feat, #home_other, #featured-products {
	margin: 0 0 10px 10px;
	display: inline-block;
	overflow: hidden;
}
#home_feat {
	background: url('/images/graphics/feat_col_border.png') scroll no-repeat 327px 39px;
}
#home_feat .feat_single {
	float: left;
	display: inline-block;
	width: 300px;
	margin: 0 14px;
}
.feat_meta {
	background: #edf3e1;
	font-size: 11px;
	padding: 0 5px;
}
#home_other .other_single {
	float: left;
	display: inline-block;
	width: 204px;
	margin: 0 15px 0 0;
}
#home_other .other_image {
	height: 199px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
#home_other .other_image img {
	margin: 0 auto;
	text-align: center;
}
/* SLIDER */
#slider {  
    /* You MUST specify the width and height */  
    width: 630px;  
    height: 470px;  
    position: relative; 
    &position: static;   
    overflow: hidden; 
}
#slider img {
	border: none;
}
#slider h3.slide_title {
	display: inline-block;
	width: 480px;
	float: left;
}
#controller35 p {
	font-size: 23px;
	line-height: 30px;
	color: #333;
	text-decoration: none;
}
.this_image {
	display: block;
	width: 630px;
	height: 470px;
}
.excerpt {
	padding: 10px;	
}
.featured {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	/*opacity: 0.8;
	filter:alpha(opacity=80);*/
	background: url("/images/graphics/scaloped_back.png") no-repeat top left;
}
.dark .featured {
  color: #000;
}
#controller35 {
	position: absolute;
	z-index: 20;
	top: 18px;
	right: 18px;
	width: 135px;
	height: 28px;
	display: block;
	margin: 5px 0 30px 0;
	text-align: center;
	background: #fff;
	border: 1px solid #c5202e;
	opacity: 0.9;
	filter:alpha(opacity=90);
}
#controller35 .jFlowControl {
	color: #794508;
	display: block;
	width: 20px;
	height: 28px;
	margin-left: 5px;
	float: left;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	cursor: pointer;
}
#controller35 .jFlowSelected {
	background: #c5202e !important;
	color: #fff !important;
}
.jFlowSlideContainer {
	padding: 0 !important;
}
#slides35 div p {
margin: 0;
padding: 0 10px;
font-size: 1.5em;
position: relative;
top: -83px;
left: 0px;
display: block;
line-height: 70px;
height: 115px;
width: 618px;
background: black;
background: url("/images/graphics/scaloped_back.png") no-repeat 0px 3px ;
}
#slides35 {
	margin: 0 !important;
	display: block;
	width: 630px;
	height: 480px;
	overflow: hidden;
}
#slides35 div {
	overflow: hidden;
	position:absolute;
	top: 0;
	left: 0;
	padding:0;
	margin:0;
	z-index:10;
	width: 638px;
	height: 484px;
}
#slides35 div img {
	margin: 10px 10px 10px 0;
	max-width: 638px;
}
#slides35 div p a {
	color: #333;
	text-decoration: none;
}
#slides35 div p span.slide_more a {
	color: #c5202e;
	font-size: 16px;
}
#sildes35 .cont {
border:1px solid #ff0000;
}
#slidesWrapper{
position:relative;width:646px;margin:auto;
}
ul#slides{list-style:none;overflow:hidden;}
.recipe_wrap {
	width: 650px;
	color: #794508;
	background: #edf3e1 url('/images/graphics/recipe_bottom.png') scroll no-repeat left bottom;
	padding-bottom: 5px;
}
#rcp_head {
	background: url('/images/graphics/recipe_top.png') scroll no-repeat 2px bottom;
	display: block;
	width: 635px;
	margin: 0;
	height: 61px;
	overflow: hidden;
}
#rcp_head #serve {
	width: 590px;
	height: 26px;
	border: 0;
	display: inline-block;
	margin: 0 0 0 5px;
	/*font-size: 14px;*/
}
#rcp_head #rcp_tabs {
	width: 615px;
	/*height: 40px;*/
	text-align: right;
	margin: 5px 5px 0 0;
	display: inline-block;
	overflow: hidden;
}
#rcp_tabs h2 {
    font-size: 15px; font-weight: bold;
	font-style: italic !important;
	font-family: Georgia, "Bitstream Charter", serif;    
	color: #c5202e !important;
	text-decoration: none; 
	float: right;       
    }
#rcp_tabs #rcp_print, #rcp_tabs h2, #rcp_tabs #rcp_save {
	padding: 2px 5px;
}
#rcp_print a, #rcp_save a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	font-size: 12px;
	color: #fff;
	margin: 0 5px 0 0;
	padding: 2px 5px 2px 28px;
	height: 18px;
	line-height: 18px;
	border: none;
	font-weight: bold;
	display: inline-block;
}
#rcp_print a:hover, #rcp_save a:hover {
	text-decoration: none;
}
#serve #rcp_print a {
	background: #c71223 url("images/print-recipe-icon.png") no-repeat 5px center;
}
#serve #rcp_save a {
	background: #1e7dcd url("images/save-recipe-icon.png") no-repeat 5px center;
}
#rcp_tabs h2 {
	border: 3px solid #fff;
	height: 25px;
	max-height: 25px;
	background: #FFF3E5;
	margin: 0 !important;
}
#recipe_wrap {
	margin: 0 6px -4px 0;
/*	padding-bottom: 1px;*/
	display: block;
	width: 635px;
	max-width: 635px;
	background: url('/images/graphics/recipe_back_new.png') scroll repeat-y right bottom;
}
#this_recipe {
	background: #fff;
	margin: 0 5px 1px 5px;
	padding: 5px 5px 5px 10px;
}
#content #this_recipe ul {
    float: left;
	list-style: none;
	display: inline-block;
	margin-right: 10px;
    margin-left: 0px;
}
#this_recipe .instructions ul li {
    padding-bottom: 10px;
    clear: both;
}
#this_recipe ul.fv_recipe_ingredient_width {
	width: 290px;
}
#this_recipe h3 {
  font-family: Georgia,"Bitstream Charter",serif;
  color: #794508 !important;
  font-weight: bold;
	border: none;
	background: none;
    padding-left: 3px;
}
#this_recipe .adapted {
	border-bottom: 1px solid #EEF1E1;
	text-align: right;
	width: 615px;
	display: block;
	font-size: 13px;
}
#this_recipe img.photo {
    display: none;
}
#content .instructions ul {
	margin: 0 0 10px 0;	
}
#content .instructions ul li {
	padding: 10px 20px 20px;
	list-style: none;
	margin: 0;
}
.instructions ul li p {
	font-size: 16px;
	margin: 0;
}
.instructions ul li a img {
	margin-bottom: 10px;
}
.fv_recipe .preps {
	margin: 0 0 10px 0;
}
.fv_recipe .preps .times {
	font-weight: bold;
}
#content .fvfacebook_add { 
	margin-bottom: 4px; 
	min-width: 83px;
  color: #888888;
}
#content .fvretweet,
#content .fvgoogleplusone {
  margin-bottom: 4px;
}

.top-share {
	display: block;
	min-height: 22px;
	margin: 10px 0 0 0;	
}
.top-share span {
	/*margin: 0 0 0 5px;*/
	/*20130107 for po.st buttons! */
	margin: 0 0 0 1px;
}
.top-share .fblikenm, .top-share .twnumber, .top-share .fvgoogleplusone-number, .top-share .fvpinnm {
	font-size: 12px;
	color: #999;
  height: 22px;
  line-height: 22px;
  /*display: block;
  float: right;*/
}
.top-share .fvfacebook_add,
.top-share .fvretweet,
.top-share .fvgoogleplusone,
.top-share .fvpinterest_pinit {
  margin: 0 15px 0 0;     
}
.top-share .fvfacebook_add a {
	background: url("images/fb-button.png") no-repeat;
	width: 60px;
	height: 22px;
	float: left;
}
.top-share .fvretweet a.image {
	background: url("images/twitter-button.png") no-repeat;
	width: 55px;
	height: 20px;
	float: left;
}
.top-share .fvgoogleplusone a.image {
	background: url("images/gplus-button.png") no-repeat;
	width: 32px;
	height: 20px;
	float: left;
}
.top-share .fvpinterest_pinit a {
	background: url("images/pinit-button.png") no-repeat;
	width: 39px;
	height: 20px;
	margin: 0 4px 0 0;
	float: left;
}
.top-share .fvfacebook_add a:hover, .top-share .fvretweet a.image:hover, .top-share .fvgoogleplusone a.image:hover, .top-share .fvpinterest_pinit a:hover {
	background-position: left bottom;
}

.ziplist-buton {
  background: url("images/add-recipe-button.png") no-repeat scroll left top transparent;
  display: inline-block;
  height: 20px;
  text-indent: -9999px;
  width: 91px;
	float: left;
	margin: 0 15px 0 0;
}

/* Contact Forms*/
#content #contact-form table, #content #contact-form table tr td {
	border: 0;
	padding: 0;
}
#content #contact-form input {
	margin: 0 0 10px 0;	
}
.entry-content #submissions input {
	margin: 0;
}
.entry-content #submissions .captcha {
	margin: 20px 0;
}
.entry-content #submissions .form_captcha {
	float: left;
	display: inline-block;
}
.entry-content #submissions .form_notice ul {
	margin-left: 60px;
}
.entry-content div#submissions {
	margin-left: 15px;
}
h3#comments-title { color: #C5202E !important; }
/*
Google Custom Search Adjustments
*/
#custom-search input.gsc-search-button{ background: white; text-shadow: none; }
#custom-search table, #custom-search tr td { border: none; }
#custom-search .gsc-webResult.gsc-result:hover { border-color: white; }
#custom-search .gsc-results .gsc-cursor-page.gsc-cursor-current-page { background-color: white; text-shadow: none; }
/*
Say Media ads
*/
#primary #text-24, #primary #text-25 { padding: 0; border: 0; height: 254px; }
#primary #text-24 .textwidget, #primary #text-25 .textwidget { padding: 0; }

.entry-content #searchform {
  margin-left: 15px;
}


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

/* COPIED FROM CUSTOM.CSS */

#primary #text-27 .textwidget {
  color: #6a2e00; 
  font-size: 13px;
  font-family: Trebuchet MS, serif;
}
#primary #text-27 a {
	color: #6A2E00;
}
#primary #text-27 a.readmore {
	text-transform: uppercase;
	color: #C5202E;
}
#primary #text-27 img.alignright {
  margin: 0 0 5px 5px;
}

#featured-products .widget_sp_image {
  display: inline-block;
  float: left;
  margin: 0 0 10px 0;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  width: 219px;
  height: 230px;
  background: #fff;
  line-height: 14px;
}
#featured-products .widget_sp_image a {
	color: #6a2e00;
	text-decoration: none;
	font-weight: bold;
}
#featured-products .img_wrap {
	background: #fff;
	margin: 0 10px 5px 10px;
	min-height: 180px;
	display: block;
	overflow: hidden;
}
#featured-products .widget_sp_image:hover {
	background: #fdc180;	
}
#featured-products .widget_sp_image-description {
	margin: 0 10px;	
}
#carousel-wrapper {
  margin: 0 10px 15px 10px;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #EDF3E1;
  padding-bottom: 15px;  
}
#carousel {
	width: 950px;
	height: 150px;
	overflow: hidden;
	border: 10px solid #fcc288;
	padding: 0px;
	clear:both;
  margin-top: 15px; 
}

/* Immagini */
#carousel img {
	height: 150px;
	margin: 0px;
	border-right: 10px solid #fcc288;
	clear:both;
}
.carousel-brown {
  background: none;
  margin: 0 10px 10px 10px;
  line-height: 1.5em;
}

#execphp-3 p,
#text-11 p {
  padding: 5px;
  margin: 0;
}

.recommended-links-page {
  list-style: none;
}
#content .recommended-links-page h2.entry-title {
  margin: 0;
  font-size: 22px;
}
#content .recommended-links-page p.description {
  margin: 5px 0 0 0;
}
#content .recommended-links-page ul.blogroll {
  list-style: square;
  padding-top: 10px;
  margin-left: 30px;
}