/* RESET */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "RedialACRegular";
	outline: none;
	color: #3b291d;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	direction: rtl;
	background-color: #f2f1ec;
}
ol, ul {
	/* list-style: none; */
	margin-right: 15px;
}
li{
	line-height: 1.2em
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}
a:hover{

	text-decoration: underline;
}
.hidden{
	display: none;
}

/* END RESET */

/* General */
#container{
	position: relative;
	width: 600px;
	min-height: 100%;
	margin: 0 auto;
}

#main_menu_holder{
	position: absolute;
	width: 100%;
	height: 30px;
	top: 0;
	left: 0;
	z-index: 100;
}
#main_menu{
	position: relative;
	width: 532px;
	height: 27px;
	margin: 0 auto;
	padding: 10px 10px 0 0;
}
#logo{
	position: absolute;
	top: 0;
	left: 0;
}
a.main_menu{
	display: none;
}
a.main_menu:hover{
	display: none;
}
a.main_menu2{
	display: none;
}
a.main_menu2:hover{
	display: none;
}

.btn1{ 
	
}
.quote{
	
}
.bold{
	
}
.small_text{
	font-size: 12px;
}
.normal_text{
	font-size: 16px;
}
#lobby_content_left ul{
	display: none;
}
#lobby_content_left li{
	display: none;
	
}
#lobby_content_left li a{
	display: none;
}
#lobby_content_left li a:hover{
	display: none;
}
/* End General */

/* Home Page */

/*Workshops Homepage*/
#workshops_holder{
	position: relative;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
}
#workshop_image, #workshop_image_tmp{
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 200px;
}
#workshop_image img,#workshop_image_tmp img{
	width: 600px !important;
}
#workshop_image div img{
	width: 600px !important;
}
#bigbox_holder{
	position: absolute;
	top: 0;
	right: 0;
	width: 429px;
	height: 200px;
	z-index: 10;
}
#bigbox_frame{
	position: absolute;
	top: 51px;
	left: 0;
	width: 429px;
	height: 134px;
	overflow: hidden;
}
.bigbox{
	position: absolute;
	top: 0;
	width: 300px;
	height: 334px;
	overflow: hidden;
}

.bigbox_title_holder{
	position: relative;
	width: 300px;
	height: 146px;
	overflow: hidden;
	background: url("../images/bigbox_title_line.png") no-repeat 0 141px;
}
.bigbox_title{
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 300px;
}
.bigbox_title h3{
	margin-bottom: 5px;
	font-family: 'RedialACRegular';
	color: #fff;
	text-shadow: #000 2px 2px 2px;
}
.bigbox_title h3 a{
	font-family: 'RedialACRegular';
	color: #fff;
	text-shadow: #000 2px 2px 2px;
	text-decoration: none;
}
.bigbox_title h3 a span, .bigbox_title a span{
	
	color: #fff;
	text-shadow: #000 2px 2px 2px;
}
.bigbox_title h2{
	
	color: yellow;
	font-size: 24px;
	margin-bottom: 5px;
	text-shadow: #000 2px 2px 2px;
}
.bigbox_title h2 a{
	
	color: yellow;
	font-size: 24px;
	margin-bottom: 5px;
	text-shadow: #000 2px 2px 2px;
	text-decoration: none;
}
.bigbox_title h1{
	font-family: 'RedialACMedium';
	color: #fff;
	font-size: 42px;
	line-height: 35px;
}
.bigbox_title h1 a{
	
	color: #fff;
	font-size: 42px;
	line-height: 35x;
	text-decoration: none;
	
}
.bigbox_body_holder{
	position: relative;
	width: 300px;
	height: 188px;
	overflow: hidden;
}
.bigbox_body{
	width: 300px;
	padding-top: 15px;
}
.bigbox_body p{
	font-family: 'RedialACMedium';
	color: #fff;
	font-size: 16px;
	text-shadow: #000 2px 2px 2px;
	line-height: 20px;
}
.bigbox_readmore{
	margin: 5px 0 0 0;
}
.bigbox_readmore a{
	
	font-size: 14px;
	color: yellow;
}
.bigbox_readmore a:hover{
	
}
#ws_nav{
	position: absolute;
	top: 293px;
	left: 25px;
	width: 300px;
	height: 21px;
	z-index: 10;
}
a.ws_nav{
	font-family: 'RedialACMedium';
	color: #fff;
	background-color: #50ab25;
	text-decoration: none;
	font-size: 18px;
	padding: 3px 5px 1px;
	margin-left: 2px;
	float: right;
}
a.ws_nav:hover, a.current_nav{
	color: #fff !important;
	background-color: #3b291d !important;
}
#smallbox_holder{
	display: none;
}
.smallbox_title_holder{
	position: absolute;
	top: 0;
	left: 79px;
	width: 467px;
	height: 197px;
	overflow: hidden;
	background: url("../images/smallbox_title_line.png") no-repeat 0 192px;
}
.ws_text{
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url("../images/pages_title_line.png") no-repeat left bottom;
}
.ws_text p{
	font-family: "Arial";
	line-height: 1.2em;
}
.ws_text h2{
	font-size: 24px;
	color: #50ab25;
	margin-bottom: 10px;
}
.hp_following_ws_title{
	position: absolute;
	bottom: 15px;
	right: 0;
	
	font-size: 24px;
	line-height: 16px;
	color: #fff;
	text-shadow: #000 2px 2px 2px;
}
#smallbox_frame{
	position: absolute;
	top: 51px;
	left: 0;
	width: 571px;
	height: 334px;
	overflow: hidden;
}
.smallbox{
	position: absolute;
	bottom: 0;
	width: 467px;
	height: 175px;
	overflow: hidden;
}

.smallbox_ws{
	position: absolute;
	top: 0;
	right: 0;
	width: 221px;
	height: 175px;
	background: url("../images/smallbox_bg1.png") no-repeat;
}
.smallbox_ws_image{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 191px;
	height: 112px;
	overflow: hidden;
	/* border: 1px solid #50ab25; */
}
.smallbox_ws_image IMG{
	width: 191px;
}
.smallbox_ws_date{
	position: absolute;
	top: 112px;
	right: 15px;
	width: 186px;
	font-size: 14px;
	padding: 2px 5px 2px 0;
	background-color: #50ab25;
	color: #fff;
}
.smallbox_ws_date span{
	color: yellow;
	font-size: 12px;
}
.smallbox_ws_title{
	position: absolute;
	top: 139px;
	right: 15px;
	width: 171px;
	height: 27px;
	overflow: hidden;
	line-height: 13px;
	/* background-color: yellow; */
}
.smallbox_ws_title a{
	font-size: 14px;
	font-family: 'RedialACMedium';
	color: #3b291d;	
}
.smallbox_ws_readmore{
	position: absolute;
	top: 137px;
	left: 15px;
	width: 19px;
}
.smallbox_like{
	position: absolute;
	top: 0;
	left: 0;
	width: 191px;
	height: 143px;
	overflow: hidden;
	padding: 15px;
	background: url("../images/smallbox_bg2.png");
	font-size: 22px;
	color: #3b291d;
}
.smallbox_like_name{
	margin-top: 5px;
	font-size: 14px;
}
/*End Workshops Homepage*/
/*Recipes Homepage*/
#recipes_holder{
	position: relative;
	height: 196px;
	margin-bottom: 10px;
}
#hp_recipes_bg{
	position: relative;
	height: 196px;
	overflow: hidden;
}
#hp_recipes_bg_src{
	position: absolute;
	left: 0;
	width: 600px;
}
#recipes_arrow_circle{
	position: absolute;
	top: 40px;
	right: 70px;
	width: 28px;
	height: 100px;
	background: url("../images/arrow_circle3.png");
}
#recipes_title{
	position: absolute;
	top: 15px;
	right: 5px;
	width: 571px;
	height: 35px;
	overflow: hidden;
	background: url("../images/recipes_title_line.png") no-repeat -10px 31px;
}
#recipes_title h1 a{
	
	color: #fff;
	font-size: 24px;
	line-height: 25px;
	text-shadow: #000 2px 2px 2px;
	text-decoration: none;
}
#main_recipe_holder{
	display: none;
}
#main_recipe_image{
	display: none;
}
#main_recipe_image img{
	display: none;
}
#hp_recipe_image{
	display: none;
}
#main_recipe_title{
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 285px;
	background-color: #50ab25;
	padding: 2px 5px;
}
#main_recipe_title a{
	color: #fff;
}
#main_recipe_title a:hover{
	
}
#recipes_categories_holder{
	display: none;
}
#recipes_categories_title{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 86px;
	height: 145px;
	overflow: hidden;
	text-align: center;
	border-left: 2px solid #f4f3f2;
}
#recipes_categories_title a{
	text-decoration: none;
	
	font-size: 35px;
	line-height: 30px;
	color: #3b291d;
}
#recipes_categories{
	position: absolute;
	top: 15px;
	right: 111px;
	width: 95px;
	height: 150px;
	overflow: hidden;
	line-height: 13px;
}
.category_name{
	line-height: 10px;
}
.category_name a{
	font-size: 13px;
	
}
.category_name a:hover{
}
#recipes_search_holder{
	display: none;
}
#q_recipe{
	position: absolute;
	top: 12px;
	right: 100px;
	font-family: 'RedialACRegular';
	border: 1px solid #50ab25;
	width: 90px;
}
#q_categoryid{
	position: absolute;
	top: 12px;
	right: 200px;
	font-family: 'RedialACRegular';
	border: 1px solid #50ab25;
}
#q_filters{
	position: absolute;
	top: 10px;
	right: 320px;
	font-size: 13px;
}
#q_filters input[type=checkbox]{
	position: relative;
	top: 2px;
}
#q_submit_holder{
	position: absolute;
	top: 7px;
	left: 10px;
}
#q_submit_holder a{
	color: #56b02e;
}
#q_submit_holder a:hover{
	color: #27190f;
}
#recommend_title{
	position: absolute;
	top: 15px;
	right: 698px;
	width: 223px;
	height: 35px;
	overflow: hidden;
	background: url("../images/wine_title_line.png") no-repeat 0 31px;
	
	color: #fff;
	font-size: 24px;
	line-height: 25px;
	text-shadow: #000 2px 2px 2px;
}

#wine_holder{
	position: absolute;
	top: 65px;
	right: 698px;
	width: 223px;
	height: 215px;
	overflow: hidden;
	background-color: #fff;
	background: url("../images/winebox_bg.png") no-repeat;
}
#wine_title_holder{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 193px;
	height: 32px;
	overflow: hidden;
	/* background-color: yellow; */
}
#wine_title{
	position: absolute;
	top: 0;
	right: 0;
	
	font-size: 18px;
	line-height: 16px;
	color: #3b291d;
}
#wine_image{
	position: absolute;
	top: 62px;
	right: 15px;
	width: 60px;
	height: 128px;
	overflow: hidden;
}
#hp_wine_image{
	width: 60px;
}
#wine_text{
	position: absolute;
	top: 62px;
	right: 75px;
	width: 133px;
	height: 138px;
	overflow: hidden;
	font-size: 12px;
}
#wine_text p{
	margin-bottom: 5px;
}
/*End Recipes Homepage*/
/*Pages Homepage*/
#pages_holder{
	position: relative;
	height: 255px;
	background-color: #fff;
	margin-bottom: 10px;
}
#pages_title{
	position: absolute;
	top: 15px;
	right: 5px;
	width: 571px;
	height: 35px;
	overflow: hidden;
	background: url("../images/pages_title_line.png") no-repeat -10px 31px;
}

#main_page_holder{
	position: absolute;
	top: 65px;
	right: 5px;
	width: 325px;
	height: 175px;
	overflow: hidden;
	background-color: #fff;
	background: url("../images/mainpage_bg.png") no-repeat;
}
#main_page_image{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 295px;
	height: 145px;
	overflow: hidden;
}
#main_page_image IMG{
	width: 295px;
}
#main_page_title{
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 285px;
	background-color: #50ab25;
	padding: 2px 5px;
}
#main_page_title a{
	color: #fff;
}
#main_page_title a:hover{

}
#second_page_holder{
	position: absolute;
	top: 65px;
	right: 454px;
	width: 221px;
	height: 175px;
	overflow: hidden;
	background: url("../images/secondpage_bg.png") no-repeat;
}
#second_page_image{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 191px;
	height: 145px;
	overflow: hidden;
}
#second_page_image IMG{
	width: 191px;
}
#second_page_title{
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 181px;
	background-color: #50ab25;
	padding: 2px 5px;
}
#second_page_title a{
	color: #fff;
}
#second_page_title a:hover{
}
#banner_holder{
	position: absolute;
	top: 20px;
	right: 698px;
	width: 223px;
	height: 215px;
	overflow: hidden;
	background-color: #fff;
}
/*End Pages Homepage*/
/*Social Home  page */
#social_holder{
	display: none;
}
#contact_title{
	width: 221px;
	height: 161px;
	padding: 10px 5px 10px 0;
	float: right;
}
#contact_holder{
	position: absolute;
	top: 10px;
	right: 350px;
	width: 325px;
	background-color: #fff;
}
#arrow_contact{
	position: absolute;
	top: 180px;
	right: 213px;
	width: 92px;
	height: 49px;
	background: url("../images/arrow_circle2.png") no-repeat;
}
.title1{
	font-size: 32px;
	color: #3b291d;
}
.title2{
	font-size: 32px;
	color: #50ab25;
}
.title_in_select{
	background-color: #50ab25;
	color: #fff;
}
.hp_form_row{
	position: relative;
}
.hp_form_row a{
	font-size: 14px;
	padding: 2px 5px 2px 5px;
	background-color: #50ab25;
	color: #fff;
	text-decoration: none;
}
.hp_form_row a:hover{
	text-decoration: underline;
}
#allowNLtext{
	position: absolute;
	top: 0;
	right: 23px;
	width: 290px;
}
.inp1 {
	margin-bottom: 5px;
}
.inp1 INPUT[type=text], .inp1 TEXTAREA{
	width: 321px;
	padding: 5pxp 3px;
	font-family: 'RedialACRegular';
	border: 1px solid #f2f1ec;
	font-size: 18px;
}
.inp1 TEXTAREA{
	height: 100px;
}
.inp2 {
	margin-bottom: 5px;
}
.inp2 INPUT[type=text], .inp2 TEXTAREA{
	width: 215px;
	padding: 5pxp 3px;
	font-family: 'RedialACRegular';
	border: 1px solid #f2f1ec;
	font-size: 18px;
}
.inp2 TEXTAREA{
	height: 100px;
	overflow: auto;
}
#bot_logos{
	position: relative;
	margin-top: 80px;
}
#logo-neg{
	position: absolute;
	top: 0;
	right: 0;
}
#logo-golan{
	position: absolute;
	top: 23px;
	right: 110px;
}
#credits{
	position: absolute;
	bottom: 20px;
	left: 79px;
	font-size: 13px;
}
#allrightsreserved{
	position: absolute;
	bottom: 20px;
	right: 350px;
	font-size: 13px;
	color: #a89f90;
}

#fb_holder{
	position: absolute;
	top: 10px;
	right: 693px;
	width: 236px;
	height: 290px;
	padding-top: 13px;
	padding-right: 10px;
	background: url("../images/fb_holder_bg.png") 0 0 no-repeat;
}

/*End Social Home  page */

#map_canvas_contact{
	width:800px;
	height:600px;
	display:none;
	display:block;
}

/* End Bot */
/* End Home Page */

/*INNER PAGE */
#breadcrumbs_holder{
	position: relative;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 5px 5px 5px;
	font-size: 12px;
}
#breadcrumbs_holder a, #breadcrumbs_holder span{
	font-size: 12px;
}
#breadcrumbs_holder span{
	font-family: "Arial";
}
#inner_holder{
	background-color: #fff;
	margin-bottom: 10px;
	width: 600px;
	padding: 15px 0;
}
#right_side{
	width: 560px;
	float: right;
	padding: 0 15px 0 12px;
}
#left_side{
	display: none;
}

#page_title{
	position: relative;
	background: url("../images/pages_title_line.png") no-repeat left bottom;
	padding: 0 0 20px 20px;
	margin-bottom: 10px;
}	

#page_title h1, #page_title h1 span{
	
	color: #3b291d;
	font-size: 42px;
	line-height: 32px;
	text-decoration: none;
}
#filter_holder{
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 10;
}
#filter_holder select{
	border: 0;
	font-family: 'RedialACRegular';
	font-size: 16px;
	width: 30px; 
	border: 1px solid #f2f1ec;
	padding: 4px;
}

.item{
	position: relative;
	width: 570px;
	padding: 20px 0;
	background: url("../images/pages_title_line.png") no-repeat left bottom;
}

.next_ws{
	display: none;
	
}
.next_ws a{
	padding: 3px 2px;
	background-color: yellow;
}
.item_extra{
	width: 220px;
	float: right;
	margin-left: 15px;
}
.item_image_bg{
	width: 200px;
	height: 120px;
	padding: 15px 10px 15px 10px;
	background: url("../images/item_image_bg.png");
}
.item_image_holder{
	position: relative;
	width: 200px;
	height: 120px;
	overflow: hidden;
}
.item_image_holder img{
	width: 200px;
}
.item_info{
	
	
}
.item_info p, .item_info_inner p{
	margin-bottom: 15px;
	line-height: 1.2em;
}
.item_info h2{
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: bold;
}

.item_title{
	
}

.item_title h2 a{
	font-weight: normal;
	font-size: 24px;
}
.fb_like_holder{
	
}
.sp{
	height: 30px;
}
.item_date{
	margin-bottom: 10px;
}
.item_date a{
	color: #50AB25;
	text-decoration: none;
}
.item_body{
	margin-bottom: 5px;
	line-height: 1.2em;
}
.item_body a{

}
.item_body a:hover{
	text-decoration: none;
}
.item_readmore a{
	
	font-size: 14px;
	color: #50ab25;
}
.item_readmore a:hover{
	text-decoration: underline;
}
.item_image_gallery{
	font-size: 13px;
	
}
.item_image_gallery span{
	color: #50ab25;
}
.gallery_more_text{
	padding: 0 10px;
}
#fb_activitiy_holder{
	width: 236px;
	height: 290px;
	padding-top: 13px;
	padding-right: 10px;
	background: url("../images/fb_holder_bg.png") 0 0 no-repeat;
	margin-bottom: 25px;
}
#banner_inner_holder{
	width: 223px;
	height: 215px;
	background-color: #fff;
}
#lobby_content_left{
	margin-bottom: 25px;
}
.bigbox_inner_title_holder{
	position: absolute;
	width: 300px;
	bottom: 0;
}
.bigbox_item_title h3{
	
	color: #fff;
	font-size: 24px;
	line-height: 20x;
	text-decoration: none;
}
.item_main_text h2{
	
	margin-bottom: 10px;
	font-size:16px;
}
/*END INNER PAGE */
/*WORKSHOP*/
.smallbox_ws_gallery{
	position: absolute;
	top: 125px;
	right: 15px;
	width: 186px;
	font-size: 14px;
	padding: 2px 5px 2px 0;
	background-color: #50ab25;
	color: #fff;
}
.smallbox_ws_gallery span{
	color: yellow;
	font-size: 12px;
}
.following_dates{
	margin-top: 10px;
}
.following_dates h2{
	font-size: 24px;
	border-bottom: 2px dotted #50ab25;
	padding-bottom: 5px;
	margin-bottom: 0!important;
}
.ws_date_holder{
	position: relative;
	border-bottom: 2px dotted #50ab25;
	padding-bottom: 10px;
}
.ws_date_holder h3{
	font-size: 24px;
	font-family: 'RedialACMedium';
	color: #50ab25;
	padding: 10px 0 10px 0;
}
.ws_status{
	position: absolute;
	top: 10px;
	left: 0;
	padding: 3px 5px;
	font-size: 14px;
}
.ws_status_2{
	background-color: #FF9130;
	color: #fff;
}
.ws_status_0{
	background-color: #000;
	color: #fff;
}
.line-through{
	text-decoration: line-through;
	color: #ade891 !important;
}
.line-through h3{
	font-size: 24px;
	font-family: 'RedialACMedium';
	color: #ade891 !important;
	padding: 10px 25px 2px 0;
	
}
.ws_reg{
	padding: 10px 0;
	margin-bottom: 15px;
}
.ws_reg a{
	font-family: 'RedialACMedium';
	color: #fff !important;
	background-color: #50ab25;
	font-size: 36px;
	padding: 3px 5px 1px;
}
.ws_reg a:hover{
	color: yellow !important;
	text-decoration: none;
}
.ws_details{
	margin: 10px 0 ;
}
.ws_details span{
	font-size: 24px;
}
.ws_details_price{
	margin: 2px 26px 0 0;
}
.ws_details_price span{
	font-size: 24px;
}
.val{
	font-family: 'RedialACMedium';
	color: #50ab25;
}
.val span{
	color: #50ab25;
}

.add_comment_form_holder{
	position: relative;
	margin-bottom: 10px;
	background-color: #fbfbfb;
	padding: 10px;
}
.add_comment_form_holder h3{
	color: #50ab25;
	margin-bottom: 10px;
}
h3.add_comment_title{
	font-family: 'RedialACMedium';
	font-size: 16px;
}
.addComment_exe{
	color: #fff !important;
	background-color: #50ab25;
	font-size: 14px;
	padding: 3px 5px 1px;
	margin-left: 15px;
}
.addComment_cancel{
	text-decoration: underline;
}
.form_row{
	margin-bottom: 10px;
}
.form_row input[type=text]{
	width: 195px;
	padding: 5px;
	font-family: 'RedialACRegular';
	border: 1px solid #d0f7be;
	font-size: 13px;
}
.form_row2{
	float: left;
}
.form_row2 textarea{
	width: 315px;
	height: 170px;
	padding: 5px;
	font-family: 'RedialACRegular';
	border: 1px solid #d0f7be;
	font-size: 13px;
}
.notpublished{
	font-size: 13px;
	color: #50ab25;
}
.letters_left{
	font-size: 12px;
	text-align: left;
}
#letters_left_count{
	color: #50ab25;
}
.error{
	font-family: 'RedialACMedium';
	color: red !important;
	font-size: 13px;
	margin: 10px 0!important;
	background-color: #fff;
	padding: 3px;
}

.title_comments h3{
	font-size: 24px;
	font-family: 'RedialACMedium';
	padding: 5px 0;
}
.add_comment{
	position: absolute;
	top: 10px;
	left: 0;
}
.add_comment a{
	font-size: 14px;
	padding: 2px 5px 2px 5px;
	color: #50ab25;
}
.internal_comments{
	margin-bottom: 10px;
}
.comment{
	display: none;
}
.comment_order{
	position: absolute;
	top: 5px;
	right:0;
	font-size: 32px;
	color: #f2f1ec;	
}
.comment_text h3{
	font-family: "Arial";
	font-size: 20px;
	line-height: 1.2em;
	color: #939598;
	margin-bottom: 5px;
}
.comment_name{
	font-family: 'RedialACMedium';
	color: #50ab25;
}
.fb_comments, .title_comments_holder{
	display: none;
}	
.ws_reg_form, #ws_reg_form_approve{
	background-color: #50ab25;
	padding: 10px;
	margin-bottom: 20px;
	color: #fff;
}
#ws_reg_form_approve p{
	margin-bottom: 15px;
	color: #fff;
}
.form_row_reg h3, #ws_reg_form_approve h3{
	color: #fff;
	font-size: 24px;
	font-family: 'RedialACMedium';
	margin-bottom: 20px;
}
.ws_reg_date{
	color: yellow;
}
.form_row_reg{
	margin-bottom: 10px;
	color: #fff;
}
.form_row_reg input[type=text]{
	width: 195px;
	padding: 5px;
	font-family: 'RedialACRegular';
	border: 1px solid #d0f7be;
	font-size: 13px;
}
.form_row2_reg{
	float: left;
	color: #fff;
	width: 327px;
}
.form_row2_reg textarea{
	width: 315px;
	height: 85px;
	padding: 5px;
	font-family: 'RedialACRegular';
	border: 1px solid #d0f7be;
	font-size: 13px;
}
.form_row_reg_fl{
	width: 142px;
	float: right;
	color: #fff;
	margin-left: 15px;
}
.form_row_reg_fl input[type=text]{
	width: 130px;
	padding: 5px;
	font-family: 'RedialACRegular';
	border: 1px solid #d0f7be;
	font-size: 13px;
}
.allowNLtextInner{
	font-size: 12px;
}
a.reg_exe, a.reg_approve{
	color: #50ab25;
	background-color: #fff;
	font-size: 24px;
	padding: 3px 5px 1px;
	margin-left: 15px;
	text-decoration: none;
}
a.reg_exe:hover, a.reg_approve:hover{
	color: #3b291d;
}
a.reg_cancel, a.reg_back{
	color: #fff;
	text-decoration: underline;
}
.app_val{
	color: yellow;
	font-family: 'RedialACMedium';
	padding: 5px 0;
}
.review_text{
	padding: 5px;
	border: 1px solid yellow;
	margin-bottom: 20px;
}
.review_text p{
	margin: 5px 0;
	
}
/*END WORKSHOPS*/
/*Recipes*/
.item_order{
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 16px;
	font-family: 'RedialACMedium';
	color: #50ab25;
}
.item_title_w_n{
	padding-right: 40px;
}
.item_story{
	margin-bottom: 5px;
	line-height: 1.2em;
}
.item_story a{
	color: #50ab25;
}
.item_by{
	margin-bottom: 10px;
}
.item_by span{
	font-family: 'RedialACMedium';
	color: #50ab25;
}
.item_categories{
	font-size: 13px;
	margin-bottom: 10px;
}
.item_categories a{
	color: #50ab25;
	text-decoration: underline;
}

.recipe{
	margin-bottom: 30px;
}
.recipe_ingredients{

}
.recipe_ingredients h2, .recipe_instructions h2{
	margin-bottom: 10px;
	font-size:16px;
	font-weight: bold;
}
.recipe_ingredients, .recipe_instructions{
	line-height: 1.2em;
}

.recipe_ingredients p{
	margin-bottom: 10px;
}
.recipe_story {
	margin-bottom: 10px;
	line-height: 1.2em;
	padding-bottom: 10px;
	background: url("../images/pages_title_line.png") no-repeat left bottom;
}
.recipe_story, .recipe_story p{
	font-family: "Arial";
	font-size: 24px;
	color: #50ab25;
}
#recipes_count{
	font-size: 24px;
	color: #50ab25;
}
.arrow_recipe_lobby_search{
	position: absolute;
	top: -150px;
	right: 200px;
	width: 111px;
	height: 180px;
	background: url("../images/arrow_recipe_lobby_search.png");
}
/*End Recipes*/
/*Articles*/
.page_story{
	margin-bottom: 10px;
	line-height: 1.2em;
	padding-bottom: 10px;
	background: url("../images/pages_title_line.png") no-repeat left bottom;
}
.page_story, .page_story p{
	font-family: "Arial";
	font-size: 24px;
	color: #50ab25;
}
.page h2{
	font-weight: bold;
	margin-bottom: 10px;
	font-size:16px;
}
.page{
	margin-bottom: 30px;
	line-height: 1.2em;
}
.page p{
	margin-bottom: 15px;
}
.recipe_worksops{
	margin: 35px 0 15px 0;
	padding-top: 15px;
	background: url("../images/pages_title_line.png") no-repeat left top;
}
.recipe_worksops h2{
	font-size: 16px;
	line-height: 125%;
}
.item_small{
	position: relative;
	padding: 10px 0;
	background: url("../images/pages_title_line.png") no-repeat left bottom;
}
.item_image_small{
	float: right;
	margin: 0 0 2px 10px;
}
.item_image_small img{
	width: 75px;
}
.item_title_small h2 a{
	font-weight: normal;
}
/*End Articles*/