/*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,  ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video ,input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {


}
 ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles!
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
h1, h2, h3, h4, h5, h6, p, blockquote,input,ul,li,ol,p {
direction:rtl;
}
a{ text-decoration:none;}
strong, h2 {
font-weight: bolder;
}
/* Reset */
@font-face
{
   font-family: 'gothic';
   src:url(../fonts/GOTHICB.ttf);
}
@font-face {
    font-family: 'D-Bold';
    font-style: normal;

     src:url(DroidKufi-Bold.ttf);
}

:lang(en) {
  font-family: 'gothic';
}
h1{
  font-size: 55px;
  font-family: D-Bold;
  font-weight: bold;
  text-shadow:0px 0px 3px #35aa6f;
  color:#04773d;
  letter-spacing:0pt;
  word-spacing:0pt;

}
body{
  background: #FCFCFC url(lovemsgsbg.png) repeat;

}

#warp{
  padding-top: 50px;
    direction:rtl;
    width: 95%;
	margin:auto;
}


/* --------------------------------- */

#food_container{
  max-width: 900px;
  padding: 10px;
 // font-family: D-Bold;
  font-size: 16px;
  font-weight: bold;
   background: rgba(235, 246, 228, 1);
   //border: 1px solid;
   border-radius: 5px;
   text-align: right;
   line-height: 1.5;
}
#food_container a{
  font-weight: bold;
  font-size: 24px;
  margin-right: 10px;
  color : #037240;
  }


#food_container li{
  min-height:80px;
  width: 100%;
  background: #b4d9c9;
  margin-top: 5px;
  border-left: #037240 solid 3px;
}
#food_container li>img{ float: right; margin:4px 10px; }
/* ------------------------- */
#pre_container{
 max-width: 900px;
  padding: 10px;
  font-family:  Tahoma, Geneva, sans-serif;
  font-size: 16px;
  //font-weight: bold;
   background: rgba(235, 246, 228, 1);
   //border: 1px solid;
   border-radius: 5px;
   text-align: right;
   line-height: 1.5;
   color : #5f5f5f;
}
.b_title{
  color: #000000;
  font-weight: bold;
}
.ing_name{
  color: #000000;
  font-weight: bold;
}

strong{
  color: #000000;
}
#Llinks li {
     padding: 10px;
     margin: 5px;
    -moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	//display:inline-block;
	color:#306108;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
}
#Llinks a,#Llinks li {
    color:#306108;
	font-family:arial;
	font-size: 1.2em;
	font-weight:bold; }
#copyright{
  font-family: D-Bold;
  font-size: 13px;
  color :#03110f    ;
  bottom: 0px;
  text-align:center;
}
