
@import "reset.css"/*tpa=http://delvite.com/wp-content/themes/therestaurant/reset.css*/;
body {
	background: #fff;
	font-family: Helvetica, Arial;
	font-size: 13px;
	color: #585858;
	min-width: 980px;
}
.imgloader .load {
	display: none;
}
.junction {
	padding: 4px 0 0 0;
}
a {
	color: #464646;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}
blockquote {
	font-style: italic;
	background: url(quotes.png)/*tpa=http://delvite.com/wp-content/themes/therestaurant/images/quotes.png*/ no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}
.wrapper {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}
/* begin ---------------------------------------- top */
#top {
	position: relative;
	width: 100%;
	height: 102px;
	background:#212121  url(content-bg.png)/*tpa=http://delvite.com/wp-content/themes/therestaurant/images/content-bg.png*/;
	display: inline-block;
	z-index: 5;
}
#logo-container {
	display: inline-block;
	float: left;
	width: 450px;
}
#logo {
	font-size: 24px;
	margin: -7px 0 0 0;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
#logo a {
	color: #fff;
}
#logo a:hover {
	text-decoration: none;
}
#logo #text_logo {
	margin: 10px 0 0 0;
	display: inline-block;
}
#description {
	font-size: 12px;
	color: #fff;
	margin: 5px 0 0 0;
	display: block;
}
#tagline {
	float: right;
	display: inline-block;
	width: 450px;
	text-align: left;
	margin: 50px 40px 0 0;
	font-size: 18px;
	font-style: italic;
	color: #482e1e;
	line-height: 1.2;
}
/* end ---------------------------------------- top */
/* begin ---------------------------------------- menu */
#mainmenu {
	position: absolute;
	z-index: 10;
	top: 0px;
	width: 100%;
}
#mainmenu .wrapper {
	position: relative;
	width: 990px;
}
#menu-bg {
	width: 990px;
	height: 153px;
	display: inline-block;
	background: url('menu_bg2.gif') no-repeat;
	
}


#menu-container {
	position: absolute;
	top: 4px;
	left: 15px;
	width: 960px;
	height: 43px;
	display: inline-block;
	/* background: url('patern_sharp.png'); */
	float: left;
	border-top: #000 0px solid;
	border-bottom: 0px solid;
}
#mainmenu ul.menu {
	position: absolute;
	top: 80px;
	left: 150px;
}
#mainmenu .dropdown_arrow {
	height: 0px;
	width: 0px;
	position: absolute;
	top: 19px;
	right: 10px;
	border-color: #fff transparent transparent transparent;
 	border-style: solid;
  	border-width: 5px;
}
#mainmenu ul.menu li.has-sub-menu:hover .dropdown_arrow, #mainmenu ul.menu li.has-sub-menu.current-menu-item .dropdown_arrow, #mainmenu ul.menu li.has-sub-menu.current-menu-parent .dropdown_arrow {
	top: 21px;
}
#mainmenu ul.menu li {
	float: left;
	font-size: 16px;
	font-family: Helvetica, Arial;
	font-weight:bold;
	text-shadow:1px 1px 0px #000;
	padding: 15px;
	margin: 0 3px;
	display: inline-block;
	position: relative;
}
#mainmenu ul.menu li.has-sub-menu {
	padding-right: 30px;
}
#mainmenu ul.menu li a {
	color: #FFED92;
}
#mainmenu ul.menu li a:hover, #mainmenu ul.menu li.current-menu-item, #mainmenu ul.menu li.current-menu-parent  {
	color: #fff;
	text-shadow:1px 1px 0px #000;

	}

#mainmenu ul.menu li ul.sub-menu {
	position: absolute;
	width: 160px;
	top: 43px;
	left: -1px;
	background: url('buto.png')/*tpa=http://delvite.com/wp-content/themes/therestaurant/images/buto.png*/ repeat-y;
	display: none;
	padding: 10px 0;
	border-right: #1c1c1c 1px solid;
	border-bottom: #1c1c1c 1px solid;
	border-left: #1c1c1c 1px solid;
}
#mainmenu ul.menu li:hover ul.sub-menu {
	display: inline-block;
}
#mainmenu ul.menu li ul.sub-menu li {
	clear: both;
	height: auto;
	width: 120px;
	padding: 10px 15px;
	margin: 0;
	border: 0;
	display: block;
}
#mainmenu ul.menu li ul.sub-menu li.current-menu-item, #mainmenu ul.menu li ul.sub-menu li:hover {
	padding: 10px 15px;
	margin: 0;
	border: 0;
	background: none;
}
#mainmenu ul.menu li:hover ul.sub-menu li a, #mainmenu ul.menu li ul.sub-menu li a {
	padding: 0 10px 0 0;
	display: block;
	font-size: 13px;
	height: auto;
}
#mainmenu ul.menu li a:hover, #mainmenu ul.menu li ul.sub-menu li a:hover {
	text-decoration: none;
}
#stars-left {
	/* background: url('images/stars.png') no-repeat; */
	position: absolute;
	top: 20px;
	left: 60px;
	height: 13px;
	width: 61px;
}
#stars-right {
	/* background: url('images/stars.png') no-repeat; */
	position: absolute;
	top: 20px;
	right: 60px;
	height: 13px;
	width: 61px;
}
/* end ---------------------------------------- menu */
/* begin ---------------------------------------- header */
#header {
	position: relative;
	width: 100%;
	height: 80px;
	background-color:#0098C1;
/*	background: #2f2720 url('foot.png'); */
	z-index: 5;
	border-top: #0d0b08 1px solid;
}
#slider {
	position: relative;
	display: none;
	height: 400px;
	width: 1020px;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -510px;
	z-index: 5;
}
#slider img {
	display: none;
}
#slider_arrow {
	position: absolute;
	margin: 0 0 0 -41px;
	top: -10px;
	left: 50%;
	height: 35px;
	width: 82px;
	cursor: pointer;
	z-index: 6;
}
.arrow_up {
	background: url('arrow_up.png') no-repeat;
}
.green .arrow_up {
	background: url('arrow_up_green.png') no-repeat;
}
.red .arrow_up {
	background: url('up.png') no-repeat;
}
.blue .arrow_up {
	background: url('arrow_up_blue.png') no-repeat;
}
.gray .arrow_up {
	background: url('arrow_up_gray.png') no-repeat;
}
.arrow_down {
	background: url('arrow_down.png') no-repeat;
}
.green .arrow_down {
	background: url('arrow_down_green.png') no-repeat;
}
.red .arrow_down {
	background: url('down.png') no-repeat;
}
.blue .arrow_down {
	background: url('arrow_down_blue.png') no-repeat;
}
.gray .arrow_down {
	background: url('arrow_down_gray.png') no-repeat;
}
#ornament {
	background: url('ornament.png') no-repeat;
	height: 20px;
	width: 157px;
	position: absolute;
	top: 23px;
	left: 50%;
	margin: 0 0 0 -79px;
}
/* end ---------------------------------------- header */
#container {
	position: relative;
	z-index: 6;
	width: 100%;
/*	background: url('content-bg.png') 0px 1px repeat; */
	background-color:#D9EEFE;
	height: auto;
	display: inline-block;
}
/* begin ---------------------------------------- pages & posts */
#breadcrumbs {
	display: inline-block;
	color: #7c7c7c;
	position: absolute;
	top: 28px;
	left: 0px;
	text-shadow: #f8f8f8 0px 1px 0px;
}
#content-top {
	display: inline-block;

	height: 10px;
	width: 1020px;
	margin: 14px 0 0 0;
}
#content-bottom, #widget-bottom {
	display: inline-block;
	background: url('content_bottom.png') 50% top no-repeat;
	height: 30px;
	width: 1020px;
}
/* #content-border, #widget-border {
	border: #dedede 1px solid;
	display: inline-block;
} */
#content, #frontwidgets {

	width: 837px;
/*	height: 750px; */
	border: #146BD6 1px solid;
	background: none;
	display: inline-block;
	position: relative;
	padding: 0 0 25px 0;
}
#fronttext-devider1, #fronttext-devider2 {
	height: 75%;
	width: 1px;
	background: #E0E0DE;
	border-right: #f7f7f5 1px solid;
	position: absolute;
	top: 41px;
	left: 316px;
}
#fronttext-devider2 {
	left: 633px;
}
.fronttext {
	width: 270px;
	display: inline-block;
	float: left;
	margin: 0 25px 0 23px;
	position: relative;
}
#frontwidgets h3 {
	margin: 20px 0;
	font-size: 20px;
}
#frontwidgets h5 {
	margin: 20px 0;
	font-size: 26px;
}
.title-container {
	position: absolute;
	margin: -16px 0 15px -125px;
	display: inline-block;
	width: 250px;
	height: 44px;
	left: 50%;
	float: left;
}
.title-container .title {
	position: absolute;
	top: 4px;
	left: 10px;
	width: 230px;
	height: 34px;
	/* background: url('patern_sharp.png'); */
	border-top: 1px solid;
	border-bottom: 1px solid;
	display: inline-block;
}
.title-container h2 {
	color: #fff;
	font-size: 16px;
	font-family: Helvetica, Arial;
/*	font-weight:bold;
	text-shadow:1px 1px 0px #e98d42; */
	display: inline-block;
	width: 230px;
	text-align: center;
	margin: 8px 0 0 0;
}
.title-container .bar-bg {
  	position: absolute;
	background: url('frontbar_bg.png')  no-repeat;
	width: 250px;
	height: 44px;
}
.title-container .bar-left {
  	position: absolute;
	top: 4px;
	left: 0px;
  	border-color: transparent;
 	border-style: solid;
  	border-width: 5px;
  	width: 0;
 	height: 0;
}
.title-container .bar-right {
	position: absolute;
	top: 4px;
	right: 0px;
  	border-color: transparent;
  	border-style: solid;
  	border-width: 5px;
  	width: 0;
  	height: 0;
}
.frontcontent-container {
	display: inline-block;
	padding: 42px 0 0 0;
}
.postimage-container {
	border: #dedede 1px solid;
	margin: 0 0 15px 0;
	display: inline-block;
	float: left;
}
.postimage {
	width: 266px;
	height: 104px;
	border: #fff 1px solid;
	overflow: hidden;
}
.postimage img {
	width: 266px;
}
.fronttext .frontcontent {
	line-height: 1.5;
	font-size: 13px;
	text-shadow: #f8f8f8 0px 1px 0px;
}
.readmore, input[type="submit"] {
	margin: 20px 0 0 4px;
	width: auto;
	height: auto;
	color: #fff;
	display: inline-block;
	background: url('buto.png')/*tpa=http://delvite.com/wp-content/themes/therestaurant/images/buto.png*/;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left: 0px;
	border-right: 0px;
	box-shadow: 0px 0px 5px #888;
 /*  	-moz-box-shadow: 0px 0px 5px #888;
  	-webkit-box-shadow: 0px 0px 5px #888; */
	padding: 8px 15px;
	cursor: pointer;
}
.post .readmore {
	margin-top: 0px;
}
.readmore {
	float: left;
}
input[type="submit"] {
	margin: 0px;
	padding: 5px 10px;
}
.ie7 input[type="submit"] {
	padding: 5px;
    border: 0px;
}
.readmore a, input[type="submit"] a {
	color: #fff;
}
.readmore a:hover {
	text-decoration: none;
}
#post-container {
	height: auto;
	display: inline-block;
	padding: 20px 20px 40px 20px;
}
.sidebar_left #post-container {
	float: right;
}
.sidebar_right #post-container {
	float: left;
}
.post {
	margin: 25px 0 0 0;
	padding: 30px 0 0 0;
	float: left;
	display: inline-block;
}
.fullwidthpage .post, .fullwidthpage #post-container {
	width: 920px;
}
.post-img {
	width: auto;
	height: auto;
	display: inline-block;
	border: #dededc 1px solid;
	margin: 0 0 20px 0;
}
.post-img img {
	width: 586px;
	height: auto;
	display: inline-block;
	border: 1px solid #fff;
	padding: 4px;
	background: #f0f0f0;
}
.fullwidthpage .post-img img {
	width: 906px;
}
.topleft-meta {
	display: inline-block;
	float: left;
	width: 80%;
	text-shadow: #f8f8f8 0px 1px 0px;
}
.topright-meta {
	display: inline-block;
	float: right;
	width: 20%;
	text-align: right;
	text-shadow: #f8f8f8 0px 1px 0px;
}
.topright-meta a {}
.post-title {
	color: #3F403B;
	font-size: 24px;
}
.post-title a {}
.title-container .post-title {
	color: #fff;
	font-size: 17px;
	display: inline-block;
	width: 230px;
	text-align: center;
	margin: 8px 0 0 0;
}
.title-container .post-title a {
	color: #fff;
}
.page-subtitle {
	color: #aaa;
	font-size: 17px;
	margin: 40px 0 0 0;
}
.post-meta {
	font-size: 12px;
	color: #000;
	margin-top: 12px;
}
.post-meta a {}
.devider {
	width: 100%;
	border-top: #e4e3e1 1px solid;
	height: 1px;
	background: #f8f7f5;
	display: inline-block;
	margin: 14px 0 0 0;
}
.post .devider {
	margin-bottom: 14px;
}
.post-comments {
	float: right;
	background: url(cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}
.post-comments a {
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}
.post-comments a:hover {
	color: #FFFFFF;
}
.post-content {
	font-family: normal normal 400 12px/21px Helvetica, Arial;
		color: #000;
		vertical-align: baseline;
		font-weight:bold;
	line-height: 1.5;
	width: 100%;
}
.post-content h1 {
	font-size: 28px;
	margin: 0 0 10px 0;
}
.post-content h2 {
	font-size: 24px;
	margin: 0 0 10px 0;
}
.post-content h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.post-content h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.post-content h5 {
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.post-content h6 {
	font-size: 13px;
	margin: 0 0 5px 0;
	font-style: italic;
}
.post-content p {
font-family: Helvetica, Arial, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	margin-bottom: 10px;
}
.post-content img.alignnone {
	border: 1px solid #fff;
	padding: 4px;
	background: #f0f0f0;
}
.post-content img.alignleft {
	float: left;
	border: 1px solid #fff;
	margin: 0 25px 15px 0;
	padding: 4px;
	background: #f0f0f0;
}
.post-content img.alignright {
	float: right;
	border: 1px solid #fff;
	margin: 0 0 15px 25px;
	padding: 4px;
	background: #f0f0f0;
}
.post-content img.alignnone, .post-content img.alignleft, .post-content img.alignright {
	max-width: 586px;
	height: auto;
}
.fullwidthpage img.alignnone, .fullwidthpage img.alignleft, .fullwidthpage img.alignright {
	max-width: 906px;
	height: auto;
}
.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.post-content ul li ul,.post-content ol li ol {
	margin-left: 30px;
	margin-bottom: 0;
}
.post-content ul {
	list-style: disc;
}
.post-content ol {
	list-style: decimal;
}
.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}
.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}
.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}
.navleft {
	float: left;
}
.navright {
	float: right;
}
.navigation div a {
	display: inline-block;
	margin: 40px 0 0 0;
	font-size: 17px;
}

.post .column2x1, .post .column3x1, .post .column3x2, .post .column4x1, .post .column4x3 {
	display: inline-block;
	height: auto;
	margin: 20px 2% 20px 0;
	vertical-align: text-top;
}
.post .column2x1 {
	width: 47.5%;
}
.post .column3x1 {
	width: 31%;
}
.post .column3x2 {
	width: 64.5%;
}
.post .column4x1 {
	width: 22.5%;
}
.post .column4x3 {
	width: 73%;
}
.post .last {
	margin-right: 0;
}
.post .sc_sample {
	display: inline-block;
	color: #888;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background: #f4f4f4;
	border: #ddd 1px solid;
}
/* end ---------------------------------------- pages & posts */
/* begin ---------------------------------------- gallery */
#gallery #post-container {
	width: 956px;
	padding: 20px 0 10px 0;
}
.gal_item {
	display: inline-block;
	width: 270px;
	height: auto;
	margin: 30px 24px 0 24px;
	float: left;
}
.gal_item .post-title {
	font-size: 20px;
}
.gal_item .post-img {
	width: auto;
	height: auto;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 4px;
	background: #fff;
	border: #DEDEDC 1px solid;
}
.gal_item .post-img-border {
	width: 260px;
	height: 100px;
	overflow: hidden;
}
.gal_item .post-img img {
	border: 0;
	padding: 0;
	width: 260px;
	height: auto;
}
.gal_item .post-content p {
	margin: 10px 0 0 0;
}
.gal-devider {
	display: inline-block;
	width: 100%;
	height: 0px;
	float: left;
}
#nicepagination {
	width: 100%;
	margin: -20px 0 30px 0;
	display: inline-block;
	text-align: center;
	position: relative;
}
#nicepagination ul li {
	margin: 0 5px;
	display: inline-block;
	font-size: 14px;
}
#nicepagination ul li a {
	color: #aaa;
}
#nicepagination ul li.active {
	font-size: 16px;
}
/* end ---------------------------------------- gallery */
/* begin ---------------------------------------- menu card */
#card-container {
	width: 956px;
	height: 0px;
	display: inline-block;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
	text-shadow: #f8f8f8 0px 1px 0px;
}
#card-prev {
	position: absolute;
	display: inline-block;
	top: 80px;
	left: -8px;
	width: 28px;
	height: 74px;
	background: url('arrow_left.png')/*tpa=http://delvite.com/wp-content/themes/therestaurant/images/arrow_left.png*/ no-repeat;
	z-index: 8;
}
.green #card-prev {
	background: url('arrow_left_green.png')/*tpa=http://delvite.com/wp-content/themes/therestaurant/images/arrow_left_green.png*/ no-repeat;
}
.red #card-prev {
	background: url('arrow_left_red.png')/*tpa=http://delvite.com/wp-content/themes/therestaurant/images/arrow_left_red.png*/ no-repeat;
}
.blue #card-prev {
	background: url('arrow_left_blue.png')/*tpa=http://delvite.com/wp-content/themes/therestaurant/images/arrow_left_blue.png*/ no-repeat;
}
.gray #card-prev {
	background: url('arrow_left_gray.png')/*tpa=http://delvite.com/wp-content/themes/therestaurant/images/arrow_left_gray.png*/ no-repeat;
}
#card-next {
	position: absolute;
	display: inline-block;
	top: 80px;
	right: -8px;
	width: 28px;
	height: 74px;
	background: url('arrow_right.png')/*tpa=http://delvite.com/wp-content/themes/therestaurant/images/arrow_right.png*/ no-repeat;
	z-index: 8;
}
.green #card-next {
	background: url('arrow_right_green.png')/*tpa=http://delvite.com/wp-content/themes/therestaurant/images/arrow_right_green.png*/ no-repeat;
}
.red #card-next {
	background: url('arrow_right_red.png')/*tpa=http://delvite.com/wp-content/themes/therestaurant/images/arrow_right_red.png*/ no-repeat;
}
.blue #card-next {
	background: url('arrow_right_blue.png')/*tpa=http://delvite.com/wp-content/themes/therestaurant/images/arrow_right_blue.png*/ no-repeat;
}
.gray #card-next {
	background: url('arrow_right_gray.png')/*tpa=http://delvite.com/wp-content/themes/therestaurant/images/arrow_right_gray.png*/ no-repeat;
}
#card-slider {
	width: 100000px;
	height: auto;
	display: inline-block;
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 7;
}
.card-page {
	width: 956px;
	height: auto;
	float: left;
	display: inline-block;
	position: relative;
}
.menucard-devider {
	position: absolute;
	height: 100%;
	width: 1px;
	background: #E0E0DE;
	border-right: #f7f7f5 1px solid;
	left: 50%;
}
.card-cat {
	width: 320px;
	height: auto;
	float: left;
	padding: 0 79px;
	display: inline-block;
}
.card-cat h2 {
	font-size: 22px;
}
.card-cat h3 {
	font-size: 17px;
	margin: 50px 0 0 0;
}
.card-cat h5 {
	font-size: 27px;
	margin: 50px 0 0 0;
}
.card-cat .devider {
	margin: 10px 0 0 0;
}
.card-item {
	margin: 25px 0 0 0;
	display: inline-block;
	width: 100%;
	position: relative;
}
.card-item .item-img {
	border: #DEDEDE 1px solid;
	display: inline-block;
	margin: 0 25px 0 0;
	vertical-align: top;
}
.card-item .item-img-border {
	border: #fff 1px solid;
	height: 48px;
	width: 48px;
	overflow: hidden;
}
.card-item .item-img-border2 {
	height: 48px;
	width: 300px;
	margin: 0 0 0 -126px;
	display: inline-block;
	text-align: center;
}
.card-item .item-img img {
	height: 48px;
	width: auto;
	display: inline-block;
}
.card-item .item-text {
	display: inline-block;
	width: 175px;
}
.card-item .item-text-wide {
	width: 255px;
}
.card-item .name {
	font-weight: bold;
	display: inline-block;
	line-height: 1.5;
}
.card-item a {
	text-decoration: underline;
}
.card-item .price {
	display: inline-block;
	float: right;
	width: 60px;
	text-align: right;
	font-weight: bold;
	line-height: 1.5;
}
.card-item .description {
	display: inline-block;
	line-height: 1.5;
}
/* end ---------------------------------------- menu card */
/* begin ---------------------------------------- comments */
#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}
.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}
.comment-data {
	float: left;
	width: 560px;
}
.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}
.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}
.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}
.unapproved {
	font-style: italic;
}
#respond, #comments {
	margin: 20px 0 0 0;
	display: inline-block;
	float: left;
	width: 640px;
}
#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}
#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}
#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}
#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}
/* end ---------------------------------------- comments */
/* begin ---------------------------------------- sidebar */
#sidebar {
	width: 280px;
	margin: 35px 0 0 0;
	display: inline-block;
	color: #8b8a8b;
}
.sidebar_left #sidebar {
	float: left;
	padding: 20px 0 20px 20px;
}
.sidebar_right #sidebar {
	float: right;
	padding: 20px 20px 20px 0;
}
#sidebar a {
	color: #8b8a8b;
	text-decoration: underline;
}
.sidepanel {
	margin-bottom: 30px;
	text-shadow: #f8f8f8 0px 1px 0px;
}
.sidepanel img {
	margin: 5px;
}
.sidepanel h3 {
	padding: 0 0 5px 0;
	color: #c1c1c1;
	font-size: 20px;
}
.sidepanel h5 {
	padding: 0 0 5px 0;
	color: #414445;
	font-size: 23px;
}
.sidepanel ul li {
	padding: 5px 0;
	line-height: 1.5;
}
.sidepanel p {
	margin-top: 8px;
	line-height: 1.5;
}
#searchform #s {
	width: 180px;
}
#searchform input[type="submit"] {
	width: 80px;
}
.sidepanel .post-title {
	font-size: 13px;
}
/* end ---------------------------------------- sidebar */
/* begin ---------------------------------------- footer */
#footer {
	margin: 0 auto;
	width: 958px;
	height: auto;
	margin: 0 0 20px 0;
	display: inline-block;
	border: #727272 1px solid;
	color: #4b3a3a;
	position: relative;
	float: left;
}
#footer .sidepanel {
	width: 270px;
	display: inline-block;
	float: left;
	margin: 35px 25px 0 23px;
	padding: 0 0 35px 0;
	position: relative;
	color: #777;
	font-size: 12px;
	text-shadow: #000 0px -1px 0px;
}
#footer .sidepanel h3 {
	color: #fff;
/*	size: 19px; */
	margin: 0 0 30px 0;
}
#footer .sidepanel a {
	color: #bbb;
}
#footer-links {
	display: inline-block;
	list-style: none;
	padding: 0 0 15px 0;
}
#footer-links li {
	float: left;
	margin-right: 15px;
}
#getintouch {
	float: right;
	line-height: 1.5;
}
#getintouch #social-buttons a {
	margin: 0 0px 0 0;
}
#getintouch #phone, #getintouch #email {
	width: 100%;
	display: inline-block;
	margin: 10px 0 0 0;
}
#getintouch #phone .icon {
	background: url('phone.png')/*tpa=http://delvite.com/wp-content/themes/therestaurant/images/phone.png*/ 5px 2px no-repeat;
}
#getintouch #email .icon {
	background: url('email.png')/*tpa=http://delvite.com/wp-content/themes/therestaurant/images/email.png*/ 2px 12px no-repeat;
}
#getintouch .icon {
	height: 40px;
	width: 50px;
	display: inline-block;
	float: left;
}
#getintouch .text {
	display: inline-block;
	float: left;
}
#getintouch .title {
	text-transform: uppercase;
}
/* end ---------------------------------------- footer */
.sep {
	color: #CCC;
	margin: 0 8px;
}
.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
.screen-reader-text {
	display: none;
}
input[type="text"] {
	padding: 5px;
}
/* widget styling */
#calendar_wrap th {
	padding: 5px;
	font-weight: bold;
}
#calendar_wrap td {
	padding: 5px;
}

.va1 { 
color: #000; 
float:left;
display: block;
font-size: 21px;
padding: 15px 10px 15px 10px;
text-align: center;
width:95px;
}

.va11 { 
color: #000; 
float:left;
display: block;
font-size: 21px;
padding: 15px 10px 15px 10px;
text-align: center;
width:535px;
}

.va2 {
width:0;
height:25px;
float:left;
border-left:1px solid #004381;
border-right:1px solid #0578e1;
margin:8px 10px 0;
}

/*footer widgets*/
/*
#footer-widget-wrap{
	margin-bottom: -30px;
	overflow: hidden;
}
#footer-left,
#footer-middle,
#footer-right{
	float: left;
	width: 280px;
	margin-top: 30px;
}
#footer-right{
}
#footer-middle{
	margin-left: 40px;
	margin-right: 40px;
}
#footer-right{
}


.footer-widget{
	color: #666;
	margin-bottom: 30px;
}
.footer-widget h3{
	color: #4b3a3a;
	font-size: 14px;
	margin: 0 0 20px;
}
.footer-widget h4{
	color: #4b3a3a;
	font-size: 14px;
	margin: 0 0 20px;
}
.footer-widget li{
	padding: 10px 0;
	border-bottom: 1px solid #333;
}
.footer-widget li:first-child{
	border-top: 1px solid #333;
}
 */