body, h1, h2, h3, h4, h5, h6 {font-family:"Times New Roman", "Helvetica Neue", Arial, Helvetica, sans-serif;}

.container {
    margin-top: 30px;
    margin-bottom: 30px;
}

h1 {
    color: #b53c48;	
}

h2.title {
    color: #b53c48;
}

.lingon {
	color: #b53c48;
}

#head {
	height: 60px;
    background: url(/images/head.png) no-repeat;
}
#body {
    background: url(/images/body.png) repeat-y;
}

#foot {
	text-align: center;
	text-transform: uppercase;
	height: 60px;
    background: url(/images/foot.png) no-repeat bottom;
    color: #3f3b30;
}

#language {
	text-align: right;
	margin-top: 17px;
}

#dishes, #messages, #content {
	min-height: 390px;
}


#content {
	min-height: 340px;
}

#content a {
	color: #b53c48;
    text-decoration: none;
}

#menu ul, #lunch-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
	font-size:1.2em;line-height:1.5;margin-bottom:1.5em;
}   

#menu li, #lunch-menu li {
	background-image: url("/images/bullet_18.png");
	background-repeat: no-repeat;
	background-position: 0.75em 0;
	padding-left: 2.5em;
}

.bottom {
	vertical-align: text-bottom;
}

#menu h2 {
	display: inline;
}

#menu h3 {
	display: inline;
}

#margin {
	min-height: 450px;
	color: #3f3b30;
}
	
#margin ul {
    margin: 0;
    padding: 0;
}

#margin li {
    list-style-type: none;
    min-height: 36px;
}

#margin ul, #margin h2, #margin h3, #margin h4 {
    margin: 0;
    padding: 0;
	color: #3f3b30;
}

#margin li a {
    color: #3f3b30;
    text-decoration: none;
}

#margin hr {
	margin: 0;
	padding: 0;
	height: 1px;
    background-color: #b2a488;
    color: #b2a488;
}

#foot hr {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	height: 1px;
    background-color: #b2a488;
    color: #b2a488;
}

#margin .detail hr {
	margin-top: 2px;
	margin-bottom: 2px;
}

#margin a {
    color: #770000;
    text-decoration: none;
}

.detail {
	margin-top: 10px;
	margin-bottom: 10px;
    text-align: center;
}

.nomargin {
	margin: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
    color: #6e6a5e;
	clear: both;
	text-align: center;
	margin-bottom: 0;
}

#menu .center a {
    color: #be545d;
}

.feed hr {
	margin: 0;
	padding: 0;
	height: 1px;
    background-color: #b53c48;
    color: #b53c48;
	margin-bottom: 16px;
}

.feed {
	color: #705f50;
}

.feed h2 {
    /* color: #b53c48;
	color: #3f3b30; */
	color: #705f50;
}

.feed h3 {
	display: inline;
}

.lingon-button {
  background-color: #f8eced;
  border-color: #b2a488;
  border: 1px solid #eed1d4;
  border-spacing: 0;
  border-radius: 3px 3px 3px 3px;
  display: block;
  float: right;
  height: 18px;
  line-height: 18px;
  padding: 0px 2px;
  margin-left: 4px;
}

.lingon-button:hover {
  border-color: #b2a488;
}

.lingon-button a {
  color: #b2a488;
  padding: 0px 2px;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 11px;
}
.lingon-button img {
  vertical-align: top;
  margin-top: 1px;
}

input.error {
  background-color: #f8eced;
  border: 1px solid #b53c48;
}


