/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* lewisfarmmarket  */

/* font-family: 'Margarine', cursive;  */

@font-face {
    font-family: 'HoundcatsPBRegular';
    src: url('_fonts/houndcats_pb-webfont.eot');
    src: url('_fonts/houndcats_pb-webfont.eot#iefix') format('embedded-opentype'),
         url('_fonts/houndcats_pb-webfont.woff') format('woff'),
         url('_fonts/houndcats_pb-webfont.ttf') format('truetype'),
         url('_fonts/houndcats_pb-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'comic-scf-roundregular';
    src: url('_fonts/comic-scf-round-webfont.eot');
    src: url('_fonts/comic-scf-round-webfont.eot#iefix') format('embedded-opentype'),
         url('_fonts/comic-scf-round-webfont.woff') format('woff'),
         url('_fonts/comic-scf-round-webfont.ttf') format('truetype'),
         url('_fonts/comic-scf-round-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body.custom {
	background: url('images/bkg_body.jpg') repeat;
	margin: 0 auto 12px;
	padding: 0;
}

.custom .full_width .page {
	width: 1050px;
}

.custom h1 {
    font-family: 'HoundcatsPBRegular';
    color: #ed1c24;
    font-size: 28px;
}

.custom h2
.custom h3,
.custom h4 {
	font-family: 'Margarine', cursive !important;
}

.custom h2 {
	color: #1b95d7;
	font-size: 20px;
}

.custom h3 {
	color: #39b54a;
	font-size: 18px;
}

.custom h4 {
	color: #000000;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 4px;
	line-height: 22px;
}

.custom input,
.custom textarea {
	background-color: #FFFBC6;
}

.custom a {
	font-weight: bold;
}

.custom a,
.custom h2 a:hover {
	color: #2361a1;
	text-decoration: none;
}

.custom a:hover {
	color: #39b54a;
	text-decoration: none;
}

.custom .page {
	background-color: transparent;
}

.custom #header_area {
	background: url('images/bkg_header_area.jpg') repeat-x;
	height: 213px;
	width: 100%;
	overflow: visible;
}

.custom.front #header_area {
	background: url('images/bkg_header_areaFP.jpg') repeat-x;
	height: 315px;
	width: 100%;
	overflow: visible;
}

.custom #header {
	background: transparent url('images/bkg_header14.png') no-repeat top center;
	width: 1050px;
	margin: 0 auto;
	padding: 0;
	border: none;
	height: 213px;
}

.custom.front #header {
	background: transparent url('images/bkg_headerFP4.png') no-repeat top center;
	width: 1050px;
	margin: 0 auto 0;
	padding: 0;
	border: none;
	height: 315px;
}

.custom.cat_blog #header {
	background: transparent url('images/bkg_headerBLOG.png') no-repeat top center;
	width: 1050px;
	margin: 0 auto 0;
	padding: 0;
	border: none;
	height: 315px;
}

.custom #menu_container {
	width: 976px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 146px;
	clear: right;
}

.custom.front #menu_container {
	width: 976px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 249px;
	clear: right;
}

.custom .menu {
	border: none;
	float:left;
	left:50%;
	position:relative;
	width:auto;
    font-family: 'comic-scf-roundregular';
    font-size:  17px;
}

.custom .menu a {
	display: block;
	float: left;
	border: none;
    font-family: 'comic-scf-roundregular';
    font-size:  17px;
    line-height: 17px;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: capitalize;
    text-shadow: 4px 4px 4px rgba(0,0,0,1);    
}

.custom .menu li {
	float:left;
	position:relative;
	right:50%;
	margin: 0;
	padding: 0;
}

.custom .menu a,
.custom .menu .current ul a,
.custom .menu .current-cat ul a,
.custom .menu .current-menu-item ul a {
	color: #ffffff;
	background: transparent;
}

.custom .menu a:hover,
.custom .menu .current ul a:hover,
.custom .menu .current-cat ul a:hover,
.custom .menu .current-parent a:hover,
.custom .menu .current-menu-item ul a:hover,
.custom .menu .current-menu-ancestor a:hover {
	color: #7ee85e;
	background: transparent;
}

.custom .menu .current a,
.custom .menu .current a:hover,
.custom .menu .current-cat a,
.custom .menu .current-cat a:hover,
.custom .menu .current-menu-item a,
.custom .menu .current-menu-item a:hover {
	color: #68e4ff;
	background: transparent;
}

.custom .menu .current-parent > a,
.custom .menu .current-cat-parent > a,
.custom .menu .current-menu-ancestor > a {
	color: #000000;
	background: transparent;
}

.custom #content_box {
	background: transparent url('images/bkg_content2.png') repeat-y center;
	width: 976px;
	margin: 0 auto;
	padding: 0 37px 0 37px;
	position: relative;
}

.custom #content_box.no_sidebars {
	background: transparent url('images/bkg_content.png') repeat-y center !important;
}

.custom #content {
	/* background-color: gray; */
	width: 706px;
}

.custom .no_sidebars #content {
	width: 100%;
}

.custom #archive_intro {
	position:absolute;
	top:-1500px;
	left:-1500px;
}

.custom .headline_area {
	margin-bottom: 0;
}

.custom.front .headline_area,
.custom.calendar .headline_area,
.custom.thank-you-birthday .headline_area,
.custom.thank-you-employment .headline_area {
	position:absolute;
	top:-1500px;
	left:-1500px;
}

.custom .headline_area h1,
.custom .headline_area h2,
.custom #archive_intro h1 {
    font-family: 'HoundcatsPBRegular';
    font-size: 28px;
    line-height: 28px;
}

.custom .headline_area h1 a,
.custom .headline_area h2 a,
.custom #archive_intro h1 a {
    color: #ed1c24;
}

.custom .headline_area h1 a:hover,
.custom .headline_area h2 a:hover,
.custom #archive_intro h1 a:hover {
	color: #2361a1;
}

.custom .format_text h2,
.custom .format_text h3 {
    margin: .6em 0 0.4em;
   	font-family: 'Margarine', cursive !important;
}

.custom .format_text h2 {
	color: #1b95d7;
	font-size: 20px;
}

.custom .format_text h3 {
	color: #39b54a;
	font-size: 18px;
}

.custom .format_text a {
	color: #2361a1;
	text-decoration: none;
}

.custom .format_text a:hover {
	color: #39b54a;
	text-decoration: none;
}

.custom .format_text {
	line-height: 1.25em !important;
}

.custom .format_text p {
	margin-bottom: 1em;
}

.custom ol li {
	margin-bottom: 8px;
}

.custom #comments {
	display: none;
}

.custom .to_comments {
	display: none;
}

.custom #sidebars {
	width: 269px;
}

.custom #multimedia_box {
    padding: 18px 0 0 0;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    text-align: center;
}

.custom #image_box {
	border: none;
	background-color: transparent;
	height: 251px;
	text-align: center;
}

.custom #image_box img {
    background-color: transparent;
    border: 2px solid #000000;
    padding: 0;
    margin: 0 auto;
}

.custom .sidebar h3 {
   	font-family: 'Margarine', cursive !important;
	font-size: 16px;
    font-variant: normal;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 0.2em;
}

.custom li.widget {
    font-size: 1.3em;
    line-height: 1.385em;
    margin-bottom: 1em;
}

.custom li.widget ul li {
    margin-bottom: 0.2em;
}

.custom li.widget abbr {
	font-size: 1em;
}

.custom li.widget abbr img {
	margin-bottom: -2px;
}

.custom #footer {
	background: transparent url('images/bkg_footer.png') no-repeat top center;
    /* font-family: 'comic-scf-roundregular'; */
	width: 1050px;
	height: 60px
	margin: 0 auto;
	padding: 90px 0 0 0;
	text-align: center;
	line-height: 1.3em;
	border: none;
	color: #000000;
}

.custom #footer a {
	color: #000000;
	border: none;
	text-decoration: none;
}

.custom #footer a:hover {
	color: #ffffff;
}

.custom #footerQL {
	color: #000000;
    font-family: 'comic-scf-roundregular';
    font-size: 1.2em;
    /* font-weight: bold; */
}

.custom #footerQL a {
	color: #000000;
    font-family: 'comic-scf-roundregular';
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none
}

.custom #footerQL a:hover {
	color: #ffffff;
}

#quikLinks {
	float: right;
	margin: 8px 30px 0 0;
    font-family: 'comic-scf-roundregular';
    font-size:  12px;
    line-height: 12px;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px rgba(0,0,0,1);    
}

#quikLinks a {
    padding: 0 0.2em;
	color: #ffffff;
	background: transparent;
}

#quikLinks a:hover {
	color: #7ee85e;
	background: transparent;
}

.breadCrumbs {
	float: right;
	margin: 6px 20px 6px 0 !important;
	text-align: right;
}

.breadCrumbs a {
	text-decoration: none;
}

.breadCrumbs a:hover {
	
}

#daystil {
	float: left;
	text-align: left;
	margin: 6px 0 0 30px !important;
	color: #cc0000;
	font-weight: bold;
	font-size: 14px;
	width: 400px;
}

#shareThis {
	float: right;
	text-align: right;
	margin: 6px 30px 0 0 !important;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	width: 400px;
}

.kontak img {
	margin: 0 auto !important;
	padding: 0 !important;
}

/* CSS for gravity forms in general */

.custom .gform_wrapper {
    margin: 10px auto;
    max-width: 96%;
}

/*  special CSS for birthday reservation form */

li.gfield.may_drop,
li.gfield.june_drop,
li.gfield.july_drop,
li.gfield.aug_drop,
li.gfield.sept_drop,
li.gfield.oct_drop {
	margin-bottom: 5px !important;
}

.gfield.may_drop,
.gfield.july_drop,
.gfield.sept_drop {
	background-color: #bababa;
}

.gfield.june_drop,
.gfield.aug_drop,
.gfield.oct_drop {
	background-color: #ececec;
}

.gform_wrapper .left_label li.gfield_html_formatted,
.gform_wrapper .right_label li.gfield_html_formatted {
    margin: 0 auto 5px !important;
    font-weight: bold;
    width: 90%;
}

.gform_wrapper textarea,
.gform_wrapper select,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"] {
    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
    /* outline: 1px solid #ccc !important; */
}

.custom .gform_wrapper input[type="image"] {
    float: right;
}

.custom textarea#input_3_27 {
	width: 95%;
	margin: 0 auto;
}

.custom .gform_wrapper .gfield_description {
    padding: 0;
}

.custom #field_3_27 .ginput_container {
	text-align: center;
}

.custom #gform_wrapper_4 {
	width: 90%;
}

.custom #gform_fields_4 input,
.custom #gform_fields_4 textarea {
	background-color: #cde4a1;
}

.custom #gform_wrapper_4 .gform_footer {
    clear: both;
    margin: 16px 0 0;
    padding: 0;
}

.custom #gform_wrapper_4 .gfield {
    margin-bottom: 4px;
}


/* end special CSS for birthday reservation form */

/* for FlickR badge from Dopiaza  */

.custom #dopiaza-flickr-badge-1 img {
	border: 1px solid #b90000;
}

.custom #dopiaza-flickr-badge-1 li {
	margin-bottom: 8px;
}

/*  for the blog loop box on the front page  */

#longBox {
	background-color: #27A8DD;
	margin: 0px auto 12px;
	width: 95%;
	padding: 4px;
}

#longBoxTxt {
	 float: left;
	 margin-left: 10px;
	 color: #ffffff;
     font-family: 'comic-scf-roundregular';
	 font-size: 18px;
	 line-height: 19px;
}

.phpbox2 {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border: none;
	font-size: 1.4em;
	line-height: 1.5em;
}

.phpbox2 ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: none;
	text-align: left;
}

.phpbox2 ul li {
	margin: 0 auto;
	padding: 0 8px;
	text-align: left;
	list-style: none;
	border: none;
	display: inline;
}

.phpbox2 ul li a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border: none;
}

.phpbox2 ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	border: none;
}

/* end of blog loop CSS */