/** CHEF TABLE **/

#cheftable{padding:.48em;text-align:center;}
#cheftable .item{
	margin: 0 0 .8em;
	overflow:hidden;
}
#cheftable .title,
#cheftable .date{
	margin: 0 0 .1em .24em;
}
#cheftable .title{
	font-size: 1.2em;
	color:#666;
	font-weight:normal;
}
#cheftable .image{
	float:left;
	margin: 0 1em .2em 0;
	padding: 5px;
	background:#eee;
	border: 1px solid #500;
}
#cheftable .tabs{
	float:left;
	min-height: 123px;
	width: 325px;
	text-align:left;
}
#cheftable ul.tabs-nav{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	z-index:1;
	overflow:hidden;
	border-right: 1px solid #a8a8a8;
	bottom:-1px;
}
#cheftable ul.tabs-nav li{
	float:left;
	list-style:none;
	list-style-type:none;
	border: solid #a8a8a8;
	border-width: 1px 0 1px 1px;
}
#cheftable ul.tabs-nav li a{
	float:left;
	color:#666;
	font-size:1em;
	padding: 4px 10px;
	background:#e6e6e6;
}

#cheftable ul.tabs-nav li.active{
	border-bottom-color:#fff;
}
#cheftable ul.tabs-nav li a:hover,
#cheftable ul.tabs-nav li.active a{
	color: #222;
	background: #fff;
}

#cheftable .tabs .panel{
	clear:left;
	border: 1px solid #a8a8a8;
	padding:5px;
	min-height:135px;
	background:#fff;
}
	#cheftable ul.images{
		list-style:none;
		list-style-type:none;
		list-style-position:outside;
	}
	#cheftable ul.images li{
		float:left;
		margin: 6px 5px 0 20px;
	}
	
	#cheftable ul.images li img{
		width: 70px;
		height: 50px;
		padding: 3px;
		border: 1px solid #500;
	}
	#cheftable ul.images li a:hover img{
		border-color: #a8a8a8;
	}
	
	#cheftable #directions a img{border:1px solid #500;padding:5px;}
	#cheftable #directions a:hover img{border-color:#a8a8a8;}
	
#eventbrite{text-align:left;}
#eventbrite ul,#eventbrite ul li{
	padding:0;
	margin:0;
	list-style:none;
	list-style-possition: outside;
}
#eventbrite ul li{
	display:block;
	padding: 9px 10px;
	margin: 1px 0;
	border: solid #e7e7e7;
	border-width: 1px 0 0;
	text-align:right;
}
#eventbrite ul li:last-of-type{border-bottom-width:1px;}
#eventbrite ul li strong{
	float:left;
}
#eventbrite ul li a{
	display:inline-block;
	text-transform:uppercase;
	}
#eventbrite ul li:hover{background-color: #ffe2c5;color:#666}

#eventbrite #eventbrite_wrapper{
	height: 280px;
	overflow:auto;
}
#eventbrite #eventbrite_wrapper .panel{height:300px;}

