/*
Theme Name: Chef Michelle Bernstein
Theme URI: http://chefmichellebernstein.com/
Version: 1.0
Author: Kompani Group
Author URI: http://kompanigroup.com/

*/
body {
	background-color:#000000;
}
body,td,th {
	color: #d9d9d9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #e3744a;
}
a:visited {
	color: #e3744a;
}
a:hover {
	color: #e3744a;
}
a:active {
	color: #e3744a;
}
#breadcrumb {
	font-size:9px;
	margin-bottom:2em;
}


ul .current_page_item a{
	color: #fcc400;
	font-weight:bold;

}
ul .homeLink{
	font-size:10px;
	margin-top:1em;
	
}
ul .homeLink a {
	color:#666;
	
}
ul .homeLink a:hover {
	color:#fcc400;
	
}

#footer a:link {
	color: #915305;
	text-decoration: none;
	font-weight:bold;
}
#footer a:visited {
	color: #915305;
	font-weight:bold;
	text-decoration: none;
}
#footer a:hover {
	color: #e19338;
	text-decoration: none;
	font-weight:bold;
}
#footer a:active {
	color: #e19338;
	font-weight:bold;
	text-decoration: none;
}

#sidebar img.aligncenter {
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
}
#footer a:active {
	color: #ce3535;
}
#sidebar ul {
	margin-bottom: 1em;
	display: block;
	line-height: 1.25em;
}
h1 {
	color:#fcc400;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:1em;
}

h2{
	color: #fca800;
	margin-bottom:0em;
		font-size:12px;
}
h2 a:link {
	color: #fcc400;
	text-decoration:none;
}
h2 a:visited {
	color: #fcc400;
	text-decoration:none;
}
h2 a:hover {
	color: #fcc400;
	text-decoration:underline;
}
h2 a:active {
	color: #fcc400;
	text-decoration:underline;
}
h3{
	margin-bottom:1em;
}

.date {
	font-size:14px;
	color:#666;
}
small {
	font-size:10px;
	color:#999;
}
.avatar {
	float:left;
	padding-right:10px;
}
 #mainContent {
	 margin:25px;
 }
#sidebar p, #sidebar .adr, #mainContent p {
	margin-bottom:1.5em;
	line-height:1.4em;
}

commentlist.ol {
	margin-bottom:1em;
}

#main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3em;
	background-color: #191919;
	margin-bottom: 3em;
}
#colLeft, #chefLogo {
	width: 250px;
	float: left;

}
#sidebar {
	margin:13px;
}
#colRight, #navigation {
	float: right;
	width: 700px;
	clear: none;
}
#chefLogo {
	background-color: #e67943;
	
	height: 53px;
	width: 250px;
}
#footer {
	clear: both;
	background-color: #fca800;
	font-size: 9px;
	color: #915305;
	padding: 4px;
}
div#menu{
	width:550px;
	margin: 0 auto;
	text-align:left;
}
div#menu h2{
	margin: 1em auto 0.3em;
	color: #fff;
	font-size: 1.5em;
	text-align:center;
}
div#menu h1{
	margin: 2.5em auto 2em auto;
	color: #fff;
	font-size: 2em;
	text-align:center;
	font-weight:normal;
}

div#menu dl{
	overflow: auto;
	background: url(images/dot.gif) repeat-x 0 1.2em;
}
div#menu dt, div#menu dd.price{font-size: 1.25em;font-weight: bold}
div#menu dt{float: left;padding-right: 3px;color: #ffffff}
div#menu dd{margin:0}
div#menu dd.price{float: right;padding-left: 3px;color: #AAA}
div#menu dd.ingredients{
	float: left;
	width: 100%;
	font: italic;
	padding-top: 1.5em;
	padding-right: 0;
	padding-bottom: 2em;
	padding-left: 0;
}
#flashGalleryContent {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#videogallery {
	margin-top:20px;
	margin-bottom:20px;
}
#comment, #author, #email, #url {
	background-color:#000;
	border:solid 1px #666666;
}

/* -- */
a.rolloverAbout {
	display: block;
	width: 68px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_about_css.gif);
	float:left;
}
a.rolloverAboutActive {
	display: block;
	width: 68px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_about_css.gif);
	background-position: -68px 0;
	float:left;
}
a.rolloverAbout:hover {
	background-position: -68px 0;
}
/* -- */
a.rolloverRestaurants {
	display: block;
	width: 101px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_restaurants_css.gif);
	float:left;
}
a.rolloverRestaurantsActive {
	display: block;
	width: 101px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_restaurants_css.gif);
	background-position: -101px 0;
	float:left;
}
a.rolloverRestaurants:hover {
	background-position: -101px 0;
}
/* -- */
a.rolloverReservations {
	display: block;
	width: 107px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_reservations_css.gif);
	float:left;
}
a.rolloverReservationsActive {
	display: block;
	width: 107px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_reservations_css.gif);
	background-position: -107px 0;
	float:left;
}
a.rolloverReservations:hover {
	background-position: -107px 0;
}
/* -- */
a.rolloverPhotos {
	display: block;
	width: 71px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_photos_css.gif);
	float:left;
}
a.rolloverPhotosActive {
	display: block;
	width: 71px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_photos_css.gif);
	background-position: -71px 0;
	float:left;
}
a.rolloverPhotos:hover {
	background-position: -71px 0;
}
/* -- */
a.rolloverVideos {
	display: block;
	width: 65px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_videos_css.gif);
	float:left;
}
a.rolloverVideosActive {
	display: block;
	width: 65px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_videos_css.gif);
	background-position: -65px 0;
	float:left;
}
a.rolloverVideos:hover {
	background-position: -65px 0;
}
/* -- */
a.rolloverPress {
	display: block;
	width: 56px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_press_css.gif);
	float:left;
}
a.rolloverPressActive {
	display: block;
	width: 56px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_press_css.gif);
	background-position: -56px 0;
	float:left;
}
a.rolloverPress:hover {
	background-position: -56px 0;
}
/* -- */
a.rolloverHonors {
	display: block;
	width: 72px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_honors_css.gif);
	float:left;
}
a.rolloverHonorsActive {
	display: block;
	width: 72px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_honors_css.gif);
	background-position: -72px 0;
	float:left;
}
a.rolloverHonors:hover {
	background-position: -72px 0;
}
/* -- */
a.rolloverThreads {
	display: block;
	width: 80px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_common_threads_css.gif);
	float:left;
}
a.rolloverThreadsActive {
	display: block;
	width: 80px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_common_threads_css.gif);
	background-position: -80px 0;
	float:left;
}
a.rolloverThreads:hover {
	background-position: -80px 0;
}
/* -- */
a.rolloverContact {
	display: block;
	width: 80px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_contact_css.gif);
	float:left;
}
a.rolloverContactActive {
	display: block;
	width: 80px;
	height: 53px;
	text-decoration: none;
	background: url(images/btn_contact_css.gif);
	background-position: -80px 0;
	float:left;
}
a.rolloverContact:hover {
	background-position: -80px 0;
}
.displace {
	position: absolute;
	left: -5000px;
}