Style Attribute { 
font-family: "helvetica neue",arial,sans-serif;

}
body {
	font-family:"helvetica neue",arial,sans-serif;
	font-size:14px;
	color:#211922;
	background-color: #FAF7F7;
}	
div {
	display: block;
}


body, div, dl, dt, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
ul {
	list-style-image: url(/imgs/pea.gif);
	list-style-position:outside;
	padding-right: 15px;
	margin-right: 5px;
	}
li a{
	font-size:14px;
	margin: 0;
	padding: 0;
}
h2 a{
}

a {
	color: #221919;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: green; 
	text-decoration: underline;
}
a img{
	border:0;
}

.main_header {
background: #cdeb8e; /* Old browsers */
background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
}

.main_header_vegezer{
background: #ffc578; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc578 0%, #fb9d23 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffc578 0%,#fb9d23 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
}


header {
	height: 48px;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.main_header_middle {
	width:620px;
	margin:0px auto;
}
.main_search {
	width: 150px;
	height: 26px;
	margin: 5px 10px 0 10px;
	padding: 4px;
	font-size: 1.1em;
	border-radius: 6px;
	border: 1px solid #e6e6e6;
	background:white;
}
.main_search_input {
	width: 75%;
	-webkit-appearance: none;
	font-size: 1.2em;
	height: 26px;
	line-height: 26px;
	border: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background:transparent;
	#color: white;
}
.main_search_button {
	margin-top: 1px;
	padding: 4px;
	float: left;
	width: 34px;
	height: 24px;
	border-radius: 5px;
	border: 0;
	color:white;
	#background:#FAF7F7;


}

.main_title {
	margin: 10px 0px;
	width: 100%;
	min-height: 60px;
}

html {
	font-size: 12px;
	color: #221919;
}
h1 {
	#color: #a5c956;
	font-size: 1.8em;
	font-weight: normal;
	margin: 10px 10px 10px 10px;
}
.key {
	#height: 24px;
	border: 1px solid black;
	border-radius: 4px 4px;
	float: right;
	margin: 2px 3px;
	-webkit-box-shadow: rgba(0, 0, 128, 0.246094) 2px 2px 2px;
}

.inkey {
	font-size: 0.5em;
	padding: 1px 2px 2px 5px;
	float: right;
}

.inkey a:hover{
	text-decoration:line-through;
}

.recipe_g_c {
	padding:10px 0px 10px 0px;
	margin-top:10px;
	border-top: 1px dotted #B2B2B2;
}

.recipe_abstract {
	word-wrap: break-word;
}

.photo {
	padding: 3px;
	margin-left: 10px;
	-webkit-box-shadow: 0 1px 2px 2px #E0E0E0;
	box-shadow: 0 1px 2px 2px #E0E0E0;
}

.article {
	text-align:justify;
	line-height: 150%;
	padding:20px;
	max-width:600px;
}
.article p{
	-webkit-margin-before: 0.4em;
	-webkit-margin-after: 0.4em;
}
.article h2 {
	-webkit-margin-before: 0.3em;
	-webkit-margin-after: 0.3em;
}
.abstract {
	font-weight:bold;
	font-size:1.2em;
	margin-left:20px;
	margin-bottom:20px;
}