 form,fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}

input,textarea,select{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

img{
	border: 0;
}

body{
	background: url(../images/bg-body.gif) #ffffff repeat-x;
	color: #000000;
	font: 16px Georgia, "Times New Roman",serif;
	margin: 0;
}

a{
	color: #515928;
	text-decoration: none;
}

a:hover{
	color: #515928;
	text-decoration: underline;
}

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

/* main */
#main{
	background: url(../images/bg-main.gif) no-repeat;
	margin: 0 auto;
	padding: 0 15px 0 20px;
	width: 925px;
}

#header{
	height: 1%;
	overflow: hidden;
	padding: 30px 0 0 6px;
}

.logo {
	background: url(../images/logo.gif) no-repeat;
	float: left;
	height: 72px;
	margin: 0;
	width: 360px;
}

.logo a{
	display: block;
	height: 72px;
	overflow: hidden;
	text-indent: -9999px;
	width: 360px;
}

.nav{
	display:none;
}

.nav li{
	float: left;
	margin: 0 5px 0 0;
}

.nav li a{
	background: url(../images/nav-link.gif) no-repeat;
	float: left;
	font: 12px Georgia, 'Times New Roman', Times, serif;
	text-transform: uppercase;
}

.nav li a span{
	background: url(../images/nav-span.gif) no-repeat 100% 0;
	float: left;
	height: 22px;
	padding: 8px 14px 0;
}

.nav li a:hover, .nav li.active a{
	background: url(../images/nav-link-hover.gif) no-repeat;
	text-decoration: none;
}

.nav li a:hover span,
.nav li.active a span{
	background: url(../images/nav-span-hover.gif) no-repeat 100% 0;
}

/* content */
#content{
	height: 1%;
	overflow: hidden;
	/* background:url(../images/bg-content-inner.gif) repeat-y; */
	position: relative;
}

#content-inner{
	background: url(../images/bg-content-inner.gif) repeat-y;
	height: 1%;
	margin: 51px 0 0;
	overflow: hidden;
	padding: 0 7px 0 0;
}

.box-banner{
	background: #ffffff;
	border: 1px solid #e1d0a9;
	margin: 15px 0 18px;
	overflow: hidden;
	padding: 13px 13px 14px 21px;
	width: 889px;
}

.box-banner p{
	color: #616161;
	float: left;
	font: 19px Georgia, 'Times New Roman', Times, serif;
	line-height: 25px;
	margin: 0;
	width: 272px;
}

.link-more{
	color: #515928;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.link-more:hover{
	color: #515928;
}

/*gallery*/
.gallery {
	background: #f0f1d1;
	float: right;
	overflow: hidden;
	position: relative;
	width: 607px;
}

.gallery div.gal-holder {
	height: 255px;
	overflow: hidden;
	position: relative;
	width: 607px;
}

.gal-holder ul{
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 9999px;
}

.gal-holder ul li {
	float: left;
	height: 255px;
	overflow: hidden;
	padding: 0 17px 0 0;
	position: relative;
	width: 590px;
}

.gal-holder  li img{
	float: left;
}
 
.gal-holder  li div{
	float: right;
	padding: 22px 0 0 0;
	width: 220px;
}

.gal-holder li div h2{
	color: #515928;
	font: normal 24px Georgia, 'Times New Roman', Times, serif;
	margin: 0 0 1px;
}

.gal-holder li div p{
	color: #252525;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	width: 220px;
}

.gal-holder li div span{
	color: #252525;
	display: block;
	font-size: 11px;
	margin: 0 0 16px;
}

.gal-holder li div span a,
.gal-holder li div span a:hover{
	color: #515928;
}

.link-more2{
	color: #68732e;
	font-weight: bold;
}

.link-more2:hover{
	color: #68732e;
}

.link-next {
	cursor: pointer;
	display: block;
	height: 42px;
	position: absolute;
	right: 0;
	top: 204px;
	width: 26px;
	z-index: 50;
}

* html .link-next {
	right: -1px;
}

/* sidebar */
.sidebar{
display:none;
}

#content-inner .sidebar {
	border: none;
}
 
#content-inner .nav-left{
	padding-bottom: 10px;
}

.sidebar h2, .nav-left li,
.column2 h2{
	background: #515928;
	color: #ffffff;
	font: normal 18px Georgia, 'Times New Roman', Times, serif;
	margin: 0 0 9px;
	padding: 5px 0 3px 10px;
	text-transform: uppercase;
}

.sidebar h2 {
	height: 22px;
}

.form-search{
	margin: 0 0 24px;
}

.form-search input{
	background: none;
	border: none;
	float: left;
	height: 18px;
	padding: 3px 5px 0;
	width: 210px;
}

.form-search .inp-txt{
	background: url(../images/bg-input.gif) no-repeat;
	border: 1px solid #dcbb74;
	float: left;
	height: 21px;
	margin: 3px 12px 0 0;
}

#search{
	background: none;
	border: none;
	height: 26px;
	margin: 0;
	padding: 0;
	width: 26px;
}

.form-search label.search-label{
	clear: both;
	color: #c7a75d;
	float: left;
	font-size: 9px;
	margin-top: 5px;
	width: 100%;
}

.nav-left li{
	background: none;
	margin: 0;
	padding: 0;
}

.nav-left li span{
	background: #e11b24;
	display: block;
	padding: 3px 0 3px 14px;
}

.nav-left li ul{
	margin: 4px 0 14px 36px;
}

.nav-left li ul li{
	color: #252525;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 4px;
	padding: 0;
	text-transform: none;
}

.data-holder{
	float: right;
	overflow: hidden;
	width: 608px;
}

/* column1 */
.column1{
	float: left;
	padding: 0 6px 62px 6px;
	width: 285px;
}

.column1 h2{
	background: #e11b24;
	color: #ffffff;
	display: block;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	height: 22px;
	margin: 6px 0 12p 0;
	padding: 5px 5px 3px 10px;
}

.column1 ul{
	margin: 0 0 10px -11px;
	overflow: hidden;
	width: 279px;
}

.column1 ul li{
	display: inline;
	float: left;
	margin: 0 0 0 11px;
	position: relative;
}

.column1 ul li img{
	display: block;
}

.column1 span{
	color: #252525;
	font-size: 11px;
}

#foo{
	display: block;
	margin: -7px 0 12px;
}

.box-tooltip{
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}

.box-tooltip span{
	background: #e11b24;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 11px;
	height: 80px;
	line-height: 12px;
	padding: 2;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 80px;
}

.box-tooltip span a:link, .box-tooltip span a:visited{
	color: #ffffff;
	text-decoration: none;
}

.box-tooltip span a:hover{
	color: #000000;
}

.column1 ul li:hover .box-tooltip,
.column1 ul li.hover .box-tooltip{
	color: #ffffff;
	display: block;
	text-decoration: none;
}

.column1 h3, .column2 h3{
	color: #515928;
	font: normal 24px Georgia, 'Times New Roman', Times, serif;
	margin: 6px  0  0  0;
}

/* video-box */
.video-box{
	border: solid #68732e;
	border-width: 1px 0 0 0;
	padding: 16px 0 14px 0;
}

.video-box h3{
	color: #515928;
	font: normal 24px Georgia, 'Times New Roman', Times, serif;
	margin: 0;
}

.video-box a, .video-box a:hover{
	color: #515928;
}

.video-holder{
	margin: 14px 0 6px; /* height:170px; */
	width: 257px;
}

.video-box p{
	color: #252525;
	line-height: 17px;
	margin: 0;
}

/* column2 */
.column2{
	border: 1px solid #e1d0a9;
	float: right;
	padding: 8px 7px 111px;
	width: 274px;
}

.column2  ul{
	margin: 8px 0 8px 0;
}

.column2 p, .sidebar p{
	color: #515928;
	line-height: 1.4em;
	margin: 0 0 7px;
}

.column2 p a, .column2 p a:hover,
.sidebar p a, .sidebar p a:hover{
	color: #515928;
	font-weight: bold;
}

.column2 h2{
	background: #e11b24;
	color: #ffffff;
	display: block;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	height: 22px;
	margin: 0  0  8px  0;
	padding: 5px  5px  3px  10px;
}

.form-email{
	border: solid #dcbb74;
	border-width: 1px 0;
	margin: 0 0 26px;
	padding: 6px 0 7px;
}

.form-email input{
	background: none;
	border: none;
	float: left;
	height: 18px;
	padding: 3px 5px 0 10px;
	width: 170px;
}

.form-email .inp-txt{
	background: url(../images/bg-input.gif) no-repeat;
	border: 1px solid #dcbb74;
	float: left;
	height: 21px;
	margin: 0 16px 0 0;
}

#btn-go,#mc-embedded-subscribe{
	background: none;
	border: none;
	height: 23px;
	margin: 0;
	padding: 0;
	width: 70px;
}

.box-rss{
	height: 1%;
	overflow: hidden;
}

.link-rss{
	float: left;
}

.box-rss p{
	float: right;
	width: 240px;
}

.box-follow{
	border: solid #dcbb74;
	border-width: 1px 0;
	height: 1%;
	margin: 0 0 18px;
	overflow: hidden;
	padding: 6px 0 7px;
}

.box-follow ul{
	float: right;
}

.box-follow ul li{
	background: url(../images/bg-list-follow.gif) no-repeat;
	float: left;
	height: 19px;
	margin: 0 0 0 3px;
	padding: 4px 0 0;
	text-align: center;
	width: 70px;
}

.box-follow ul li a, .box-follow ul li a:hover{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

.box-follow span{
	float: left;
	margin: 5px 0 0;
}

.text-block{
	padding: 6px 0 8px 0;
}

.text-block p{
	line-height: 1.4em;
}

.text-block .rule{
	border: solid #68732e;
	border-width: 1px 0;
}

.box-intro{
	background: #ecf1d2 url(../images/bg-text-block.jpg) no-repeat;
	min-height: 164px;
	padding: 18px 10px 0 0;
}

* html .box-intro{
	height: 164px;
	overflow: visible;
}

.box-intro p{
	color: #515928;
	float: right;
	font: 20px Georgia, 'Times New Roman', Times, serif;
	margin: 0;
	text-align: right;
	width: 97px;
}

.bullet ul li {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 18px;
}

/* footer */
#footer{
	height: 1%;
	overflow: hidden;
	padding: 11px 0 30px 0;
	position: relative;
}
#footer ul {display:none;}
#footer ul li{
	float: left;
	margin: 0 15px 0 0;
}

#footer ul li a{
	font-size: 11px;
	text-transform: uppercase;
}

#footer p{
	float: right;
	font-size: 11px;
	margin: 0;
}

#line1{
	display: none;
}

* html #line1{
	display: none;
}

/* receipe page */
.data{
	float: right;
	width: 100%;
}

.data a:link, .data a:visited{
	font-weight: bold;
}

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

.data-intro{
	border: 1px solid #e1d0a9;
	margin: 0 0 15px;
	padding: 7px 14px 94px 15px;
	width: 90%;
}

.data-intro  ol{
	margin: 12px 0 12px 0;
}

.data-intro ol li{
	margin: 12px 0 0 0;
}
		
.data-intro  ul{
	margin: 12px 0 12px 0;
}

.data-intro ul li{
	margin: 6px 0 0 0;
}

#about-box{
	padding: 12px 20px 22px 14px;
	width: 567px;
}

.data h2{
	color: #e11b24;
	font: normal 24px Georgia, 'Times New Roman', Times, serif;
	margin: 0 0 12px;
}

#about-box h2{
	margin: 0 0 13px;
}

.box-info{
	border-bottom: 1px solid #dcbb74;
	height: 1%;
	margin: 0 0 14px;
	overflow: hidden;
	padding: 0 0 12px;
}

.box-info h3{
	color: #515928;
	font: normal 18px Georgia, 'Times New Roman', Times, serif;
	margin: 0;
}

.box-info img{
	float: left;
}

.box-info div{
	float: right;
	margin: -3px 0 0;
	width: 357px;
}

.box-info p{
	color: #333333;
	font-size: 13px;
	line-height: 17px;
	margin: 0;
}

.box-info p a, .box-info p a:hover{
	color: #515928;
	font-weight: bold;
}

.grey-box, .grey-box1{
	background: #555555;
	min-height: 58px;
	padding: 40px 0 0 112px;
	width: 494px;
}

.grey-box1{
	float: left;
	margin: 13px 0 0;
}

* html .grey-box,
* html .grey-box1{
	height: 58px;
	overflow: visible;
}

.grey-box span,.grey-box1 span{
	color: #ffffff;
}

/* about page */
#about-box{
	padding-top: 7px!important;
}

#about-box h2{
	margin-bottom: 7px;
}

#about-box h3 {
	color: #e11b24;
	font: normal 14px Georgia, 'Times New Roman', Times, serif;
	margin: 0 0 3px;
	text-transform: uppercase;
}

#about-box p, #contact-box p{
	color: #333333;
	line-height: 17px;
	margin: 0 0 19px;
}

.photo-box{
	float: right;
	margin: 0 0 20px 15px;
}

/* contact page */
#contact-box{
	padding-bottom: 27px;
}

#contact-box p{
	line-height: 14px;
	margin: -5px 0 14px;
}

.form-contact input{
	background: none;
	border: none;
	display: block;
	height: 16px;
	padding: 3px 5px 0 10px;
	width: 196px;
}

.form-contact .inp-txt{
	background: url(../images/bg-input.gif) no-repeat;
	border: 1px solid #dcbb74;
	display: block;
	height: 21px;
	margin: 0 0 12px;
	width: 211px;
}

.form-contact #tex1{
	background: #f0f1d1 url(../images/bg-textarea.gif) repeat-x;
	border: 1px solid #dcbb74;
	display: block;
	height: 94px;
	margin: 0 0 19px;
	padding: 8px 0 0 10px;
	width: 557px;
}

.form-contact p{
	color: #252525!important;
	line-height: 18px!important;
	margin: 0 0 7px 8px!important;
	width: 230px;
}

.form-contact div{
	height: 1%;
	height: 60px;
	margin: 0 0 5px;
	width: 569px;
}

.form-contact input#tex2{
	background: #dedfc1;
	border: none;
	float: left;
	font: 28px Verdana, Arial, Helvetica, sans-serif;
	height: 38px;
	margin: 0 67px 0 0;
	overflow: hidden;
	padding: 5px;
	width: 182px;
}

#code{
	color: #003dfd;
	float: left;
	font-size: 11px;
	margin: -15px 0 0;
	text-align: center;
	width: 205px;
}

#code img{
	display: block;
	margin: 0 0 5px;
}

#btn-send{
	background: none;
	border: none;
	float: right;
	height: 23px;
	margin: 0;
	padding: 0;
	width: 70px;
}

/* receipe2 page */
#receipe2{
	padding-bottom: 12px;
}

#receipe2 img {
	padding-bottom: 6px;
}

#receipe2 h2{
	margin: 0;
}

#receipe2 p{
	color: #252525;
	margin: -2px 0 10px;
}

.date-box{
	color: #666666;
}

#receipe2 p a,#receipe2 p a:hover{
	color: #515928;
}

/*#receipe2 img{ display:block;}*/
.serve{
	color: #666666;
	display: block;
	font-size: 13px;
	line-height: 17px;
	margin: 16px 0 19px;
}

#receipe2 h3 {
	color: #e11b24;
	font: bold 13px Georgia, 'Times New Roman', Times, serif;
	margin: 0 0 3px;
	text-transform: uppercase;
}

.list-ingredients{
	margin: 0 0 16px;
}

.list-ingredients li{
	font-size: 15px;
	margin: 0 0 2px;
	overflow: hidden;
}

.list-ingredients li span{
	float: left;
}

.number{
	padding: 0 5px 0 0;
	width: 30px;
}

#receipe2 ol{
	margin: 18px 0 18px 12px;
	padding: 0 0 0 10px;
}

#receipe2 ol li{
	font-size: 15px;
	margin: 0 0 2px;
}

.box-note{
	background: url(../images/bg-note.gif) no-repeat;
	padding: 12px 27px 0 38px;
	width: 507px;
}

.box-holder{
	background: url(../images/bg-holder.gif) repeat-y;
	border: solid #e11b24;
	border-width: 1px 1px 1px 0;
	margin: 10px 0 40px;
	overflow: hidden;
}

.box-note p{
	color: #333333;
	font-size: 13px;
	line-height: 17px;
	margin: 0;
}

.list{
	border: solid #dcbb74;
	border-width: 1px 0;
	margin: 0 0 14px;
	overflow: hidden;
	width: 100%;
}

.list01,.list02{
	float: left;
	padding: 0 5px 0 0;
}

.list02{
	padding: 0;
	width: 255px;
}

.list01 ul,.list02 ul{
	list-style: none;
	margin: 0 0 6px;
	padding: 0 0 6px;
	width: 100%;
}

.list01 li,.list02 li{
	background: url(../images/separator.gif) no-repeat 0 9px;
	display: inline;
	float: left;
	line-height: 18px;
	padding: 0 7px;
}

.list01 li a,.list02 li a{
	color: #515928;
	font-size: 11px;
}

.list01 li a:hover,
.list02 li a:hover{
	color: #515928;
}

.list01 .print,
.list01 .mail{
	background: url(../images/ptint.gif) no-repeat 0 5px;
	display: block;
	padding: 0 6px 0 20px;
}

.list01 .mail{
	background: url(../images/mail.gif) no-repeat 0 8px;
}

.list02 .view,
.list02 .facebook{
	background: url(../images/view.gif) no-repeat 0 6px;
	display: block;
	padding: 0 6px 0 20px;
}

.list02 .facebook{
	background: url(../images/facebook.gif) no-repeat 0 6px;
}

/*comments*/
.comments{
	background: #f0f1d1;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 12px 0 5px;
	width: 100%;
}

.comments h3{
	color: #e11b24;
	font: 14px Georgia, 'Times New Roman', Times, serif;
	margin: 13px 0 0;
	padding: 0 0 6px 10px;
}

.comments ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 12px;
}

.item01{
	border-bottom: 1px solid #dcbb74;
	color: #252525;
	font-size: 12px;
	line-height: 17px;
	padding: 0 0 16px;
}

.item02{
	border-bottom: 1px solid #dcbb74;
	color: #666666;
	font-size: 11px;
	line-height: 25px;
	margin: 0 0 15px;
}

.item02 span{
	color: #252525;
}

.item02 a{
	color: #515928;
}

.item02 a:hover{
	color: #515928;
}

.last{
	margin: 0;
}

/*post*/
.post{
	overflow: hidden;
	width: 100%;
}

#receipe2 .post h3{
	font: 24px Georgia, 'Times New Roman', Times, serif;
	margin: 0 0 14px;
	text-transform: none;
}

.post .form-login{
	overflow: hidden;
	width: 100%;
}

.post .form-login .txt-inp01,
.post .form-login .txt-inp02{
	float: left;
	margin: 0 0 12px;
	width: 420px;
}

.post .form-login .txt-inp02 span{
	float: left;
	margin: 0 0 10px;
	width: 200px;
}

.post .form-login .txt-inp02 em{
	color: #666666;
	display: block;
	font-size: 11px;
	letter-spacing: -1px;
	line-height: 16px;
	margin: 0 0 0 5px;
}

.post .form-login input{
	background: url(../images/bg-input.gif) no-repeat;
	border: 1px solid #dcbb74;
	float: left;
	height: 18px;
	margin: 0 16px 0 0;
	padding: 3px 5px 0 10px;
	width: 170px;
}

* html .post .form-login input{
	background: fixed;
}

.box-check{
	float: left;
	margin: 0 0 13px;
	overflow: hidden;
	width: 100%;
}

.post .form-login .box-check input{
	background: none;
	border: none;
	margin: 0 6px 0 0;
	width: 15px;
}

.post .form-login textarea{
	background: url(../images/bg-textarea.gif) no-repeat;
	border: 1px solid #dcbb74;
	height: 100px;
	margin: 0 0 11px;
	overflow: auto;
	padding: 3px 5px 0 10px;
	width: 554px;
}

.post .form-login #post01{
	background: none;
	border: none;
	float: right;
	height: 23px;
	margin: 0 4px 0 0;
	padding: 0;
	width: 70px;
}

/* MailChimp Email Signup */
input#mce-EMAIL {
	background: url("../images/bg-input.gif") no-repeat scroll 0 0 transparent;
	border: 1px solid #dcbb74;
	font-family: georgia,"Times New Roaman",serif;
}

label.input-group-label {
	clear: both;
	display: block;
	font-weight: bold;
	padding-top: 5px;
}

.form-email .mc-field-group label {
	font-weight: bold;
	width: 100%;
}

.form-email .mc-field-group {
	clear: both;
	float: left;
	font-weight: bold;
	margin: 0 10px 5px;
	width: 100%;
}

.input-group ul {
	float: left;
}

.input-group li {
	clear: both;
	float: left;
	width: 100%;
}

.form-email .mc-field-group .input-group li label {
	float: left;
	font-weight: normal;
	margin-top: 2px;
	width: 230px;
}

#mce-responses {
	background: #ffff00;
	clear: both;
	color: #ff0000;
	margin: 1em 0;
}

.input-group li input {
	float: left;
	height: auto;
	padding: 0;
	width: auto;
}

div.mce_inline_error {
	background: #ffff00;
	clear: both;
	display: block;
}

label[for="mce-EMAIL"]{
	display: none;
}
#btn-go {margin-left:10px;}

/* Heart Partners Styles
---------------------------------------- */
ul.heart-partner {width:575px;float:left; display:inline;border-bottom:1px solid #E1D0A9;padding-bottom:1em}
ul.heart-partner li {width:355px;float:right; display:inline;}
ul.heart-partner li.hp-img {width:200px;float:left; display:inline;}
.hp-name {padding-top:1em}
ul.heart-partner li h3 {margin:0;padding:0;}

/* Sociable Styles
---------------------------------------- */
div.sociable { display:none;}


#respond {display:none;}
