/*
	CSS FILE FOR www.debrockelinck.com
	Written by: ROBARAOV
	
*/

/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
}

/***** BASIC LAYOUT *****/
body {
	background: #f2f3ec url(../i/layout/bg-body.jpg) 0 0 repeat-x;
	color: #555;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#container-wrap, #footer-wrap {
	clear: both;
	float: left;
	width: 100%;
}

#container, #footer {
	margin: 0 auto;
	width: 960px;
}

#sidebar, #content { display: inline; float: left; }

#sidebar {
	background: url(../i/layout/bg-sidebar.jpg) 0 0 no-repeat;
	margin: 0 40px 0 0;
	min-height: 500px;
	padding-top: 250px;
	position: relative;
	width: 200px;
}

#content {
	margin-top: 80px;
	width: 720px;
}

#footer-wrap {
	background: #fff;
	border-top: 1px solid #fcfdfb;
	margin-top: 18px;
}

#footer {
	padding: 42px 0 0 240px;
	width: 720px;
}

/***** BASIC HTML ******/
h1 { 
	color: #3d362f;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 18px;
}

h2 {
	color: #78a324;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 18px;
}

p { margin-bottom: 18px; }

a { color: #669933; }
a:hover { color: #78a324; }

ul {
    list-style:none;
    list-style-position:outside;
    margin-bottom:18px;
    position: relative;
}

ul li {
	background: url(../i/layout/bullet.gif) 0 3px no-repeat;
    padding-left:20px;
}

img, fielset {
	border: none;
}

/***** GENERIC CLASSES *****/
.hide
{
	height:0;
	left:-9999px;
	line-height:0;
	overflow:hidden;
	position:absolute;
	visibility:hidden;
	width:0;
	margin:0;
	padding:0;
}

.left, .right { display: inline; float: left; }
.right { float: right; }

fieldset { border: none; }

p.button a {
	background: #F2F3EC url(../i/layout/bg-button.gif) 100% 0 no-repeat;
	color:#FFF;
	cursor:pointer;
	display:block;
	float:left;
	height:31px;
	line-height:31px;
	padding-right:12px;
	text-decoration:none;
}

p.button a span {
	background: #F2F3EC url(../i/layout/bg-button.gif) 0 0 no-repeat;
	cursor:pointer;
	display:inline;
	float:left;
	height:31px;
	line-height:31px;
	padding-left:12px;
	vertical-align:middle;
}

p.button a:hover { background-position: 100% 100%; }
p.button a:hover span { background-position: 0 100%; }

p.button a.dailyspecial { background-position: 100% 100%; color: #776f69; }
p.button a.dailyspecial span { background-position: 0 100%; }
p.button a.dailyspecial:hover { background-position: 100% 0; color: #fff; }
p.button a.dailyspecial:hover span { background-position: 0 0;}
p.button a.white, p.button a.white span { background-image: url(../i/layout/bg-button-white.gif); }
p.button a.intro, p.button a.intro span { background-image: url(../i/layout/bg-button-intro.gif); }

/****** SIDEBAR ******/
#sidebar h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 125px;
	margin: 0px;
}

#sidebar h1 a { 
	display: block;
	float: left;
	left: 0px;
	height: 125px;
	position: absolute;
	overflow: hidden; 
	text-decoration: none;
	text-indent: -9000em;
	top: 0px;
	width: 200px;
}

/****** NAVIGATION *****/
#nav { background: url(../i/layout/dotted-line.gif) 0 0 repeat-x; }
#nav li {
	background: url(../i/layout/dotted-line.gif) 0 100% repeat-x;
	line-height: 36px;
	height: 36px;
	padding: 0;
	text-align: right;
}

#nav li.active { background: url(../i/layout/bg-li-active.gif) 0 0 no-repeat; }

#nav li a {
	color: #666;
	display: block;
	height: 36px;
	padding-right: 10px;
	text-decoration: none;
	width: 190px;
}

#nav li a:hover, #nav li.active a { color: #78a324; }

/***** CONTENT *******/
h1 em { color: #78a324; }

/***** INTRO *****/
#intro {
	background: url(../i/layout/bg-intro.jpg) 0 0 no-repeat;
	clear: both;
	display: inline;
	float: left;
	height: 315px;
	margin-bottom: 18px;
	padding-left: 20px;
	position: relative;
	overflow: hidden;
	width: 700px;
}

#intro .slider-wrap {
	height: 280px;
	margin: 17px 20px 18px 0px;
	position: relative;
	overflow: hidden;
	width: 680px;
}

#intro .slide { 
	height: 250px;
	margin-right: 20px;
	padding: 30px 390px 0px 20px;
	position: relative;
	overflow: hidden;
	width: 270px;
}

.slide img {
	position: absolute;
	right: 0;
	top: 0;
}

#controls {
	background: url(../i/layout/bg-controls.gif) 0 0 no-repeat;
	bottom: 10px;
	display: block;
	height: 20px;
	width: 40px;
	position: absolute;
	overflow: hidden;
	right: 30px;
}

#prevBtn a, #nextBtn a {
	display: block;
	float: left;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	width: 20px;
}

#prevBtn a:hover { background: url(../i/layout/bg-controls.gif) 0 100% no-repeat; }
#nextBtn a:hover { background: url(../i/layout/bg-controls.gif) 100% 100% no-repeat; }

/******* CALENDAR / CALENDARDETAIL *******/
#calendar, #dailydishes #calendar {
	display: inline;
	float: left;
    margin-right: 20px;
	width: 300px;
}

#dailydishes #calendar {
	margin-right: 0;
	width: 720px;
}


#calendar h2 {
	border-bottom: 1px solid #d9d9d6;
	margin-bottom: 0px;
	margin-top: 18px;
	padding-bottom: 10px;
}

#calendar ul {
	display: inline;
	float: left;
}

#calendar li {
	background: url(../i/layout/dotted-line.gif) 0 100% repeat-x;
	display: inline;
	float: left;
	padding-top: 10px;
	padding-left: 0;
}

#calendar li.today {
	background: url(../i/layout/bg-box.gif) 0 0 repeat-x;
	margin-bottom: 9px;
	font-size: 13px;
}

#calendar li.today p.dish { font-weight: bold; }
#calendar li.today p.dish em { font-size: 13px; font-weight: normal; }
#calendar li.today p.date span.month { font-size: 12px; }

#calendar li.today div.inner {
	background: url(../i/layout/bg-box.gif) 100% 100% no-repeat;
	float: left;
}

#calendar li.today  p.date { background: url(../i/layout/bg-date-white.gif) 0 0 no-repeat; }


#calendar p.dish, #dailydishes #calendar p.descr {
	display: inline;
	float: right;
	margin-left: 5px;
	width: 255px;
}
#dailydishes #calendar p.dish { margin-bottom: 0; }
#dailydishes #calendar p.dish, #dailydishes #calendar p.descr { width: 675px; }

#dailydishes #calendar p.descr {
	color: #999;
	font-size: 12px;
}

#calendar p.dish em {
	background-color: #cdcec6;
	padding: 2px;
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
}

#calendar p.date {
	background: url(../i/layout/bg-date.jpg) 0 0 no-repeat;
	display: inline;
	float: left;
	text-align: center;
	height: 42px;
	width: 40px;
	padding: 0;
}

p.date span.day, p.date span.month {
	display: block;
	width: 40px;
}

p.date span.day { 
	color: #78a324; 
	font-size: 16px;
	margin-top: 10px;
	line-height: 14px; 
}

p.date span.month {
	display: block;
	width: 40px;
	float: left;
	line-height: 13px;
}

/******** MAILING *******/
#mailing {
	background: #ffffff url(../i/layout/bg-mailing.gif) 0 0 no-repeat;
	display: inline;
	float: left;
	width: 390px;
	margin-bottom: 10px;
}

#mailing .inner-mailing {
	background: url(../i/layout/bg-mailing.gif) 100% 100% no-repeat;
	display: inline;
	float: left;
	padding: 18px 0 0 10px;
	width: 380px;	
}

#mailing img {
	display: inline;
	float: right;
	margin: 0 3px 1px 0;
}

#more-info {
	display:inline;
	float:left;
	margin-left: 10px;
	width:320px;
}

/******** FOOTER *******/

#footer span, #footer a { color: #999; text-decoration: none; }
#footer a:hover { color: #78a324; }
#footer p.company {
	display: inline;
	float: left;
	width: 540px;
}

#footer p.robarov {
	display: inline;
	float: left;
	text-align: right;
	width: 180px;
}

/****** CONTACT ******/
#location {
	float: left;
	display: inline;
	clear: both;
	width: 720px;
}

#location .vcard {
	float: left;
	display: inline;
	width: 230px;
	margin-right: 20px;
}

#map
{
	border:3px solid #78A324;
	color: #000;
	display:inline;
	float:right;
	height:285px;
	margin-bottom:10px;
	width:460px;
}

#contact-form {
	clear: both;
	float: left;
	width: 720px;
}

#contact-form form {
	background: url(../i/layout/bg-box.gif) 0 0 no-repeat;
	clear: both;
	float: left;
	margin-bottom: 18px;
	padding-top: 9px;
	width: 720px;
}

form p { margin: 0; }

form fieldset div {
	display:inline;
	clear: both;
	float:left;
	padding: 9px 0 9px;
	margin-left: 10px;
	width:700px;
}

#mailing form fieldset {
	width: 360px;
}

#mailing form fieldset div {
	margin-left: 0;
	width: 370px;
}

#mailing form label {
	cursor: pointer;
	padding-right: 10px;
	width: 110px; 
	display: block; 
	float: left; 
	text-align: right; 
	position: relative; 	
}

#contact-form label, #contact-form span.label { 
	cursor: pointer;
	padding-right: 10px;
	width: 120px; 
	display: block; 
	float: left; 
	text-align: right; 
	position: relative; 
}

form em {font-style: normal; color: #e23b00; }

#contact-form input, textarea {
	padding: 2px;
	border: 1px solid #78A324;
	width: 300px;
	background-color: #FFF;
}

textarea {
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	width: 500px;
}

#c-form .error input,  .error textarea, .error select {
	border-color: #D21527;
	background: #fff url(../i/layout/bg-error.gif) 0.4em 0.4em no-repeat;
}

form .textarea {
	clear: both;
	width: 700px;
}

#contact-form input:focus, textarea:focus {
	border-color: #90bc3a;
}

#contact-form div.button {
	background: url(../i/layout/bg-box.gif) 100% 100% no-repeat;
	clear: both;
	display: inline;
	float: left;
	padding-bottom: 9px;
	padding-left: 130px;
	width: 590px;
}

#mailing-form div.button {
	clear: both;
	display: inline;
	float: left;
	padding-bottom: 9px;
	padding-left: 120px;
	width: 250px;
}

#mailing div#errors {
	width: 370px;
}

#mailing div#success {
	width: 330px;
	margin-bottom: 9px;
}


#contact-form .button input {
	border: 0px;
	padding: 0;
	width: 140px;
	height: 31px;
	float: left;
	clear: both;
}

#contact-form .button p {
	clear: none;
	float: right;
	line-height: 27px;
	margin: 0px;
	width: 430px;
}
#errors, #success, #error {
	clear: both;
	padding: 20px;
	background: #e23b00;
}
#success {
	background: #9AA303;
	margin : 0;
}

#errors {
	background:transparent;
	border:1px dotted #ff0000;
	margin-bottom: 9px;
	text-align:center;
	padding: 0;
}

#errors h3 {
	margin:18px 0 0;
	padding:0;
}

div.error {
	background:#B32024 none repeat scroll 0 0;
	color: #fff;
	border-bottom:1px solid #f80000;
	border-top:1px solid #f80000;
	margin: 0 0 7px 10px;
}

div.errormsg {
	padding-bottom: 0;
}

div.error p {
	clear:left;
	display:inline;
	float:left;
	margin:5px 0 5px 130px;
	width:300px;
}

#errors p strong {
	background-color:#b32024;
	color:#fff;
	padding:2px 3px;
}

#contact-form #success {
	background:#78A324;
	clear:both;
	margin-bottom:18px;
	padding:20px;
	text-align: center;
	width: 680px;
}

#success h3 {
	color:#fff;
	margin:0;
}

/******** MENUS *********/
.category_detail, .desert, .appetizer, .drinks, ul.courses {
	background: url(../i/layout/bg-box.gif) 0 0 no-repeat;
	float: left;
}

.descr {
	font-size: 13px;
	font-style: italic;
}

li.dish { 
	background: url(../i/layout/dotted-line.gif) 0 100% repeat-x; 
	float: left;
	margin-bottom: 0;
	padding-left: 0;
	width: 720px;
}

ul.courses li, .desert, .appetizer, .drinks {
	float: left;
	margin-bottom: 9px;
	padding-left: 0;
	width: 720px;
}

ul.courses li { background: none; margin-bottom: 0; }
ul.courses li.last p { background: none; }

p.detail, .desert span, .appetizer span, .drinks span {
	background: url(../i/layout/bg-box.gif) 100% 100% no-repeat;
	display: inline;
	float: left;
	margin-bottom: 0;
	padding: 10px;
	width: 700px;
}

ul.courses li p {
	background: url(../i/layout/dotted-line.gif) 0 100% repeat-x; 
	display: inline;
	float: left;
	margin-bottom: 0;
	padding: 10px;
	width: 700px;
}

p.detail { background: none; }
li.last p.detail, ul.courses li.last { background: url(../i/layout/bg-box.gif) 100% 100% no-repeat; }

ul.courses li p, .desert, .appetizer, .drinks { text-align: center; }

span.name {
	float: left;
	width: 620px;
}

span.extra_info {
	color: #999;
	float: left;
	width: 620px;
}

p.extra_info { color: #666; }

span.price {
	float: right;
}

#mailing em { font-weight: bold; font-style: normal; }