#maincontentdark {
	background: black;
	color: White;
}
#details #maincontent {
	background: White;
}

/* Top Section */
#detailsTop {
	background: #272F14;
	color: White;
}
#detailsTop h2 {
	font-size: 16pt;
	line-height: 16pt;
	margin: 0;
}
#detailsTopInfo {
	padding: 8px;
}
#freeprofile {
	float: left;
	height: 60px;
	width: 12px;
}
#miniphoto {
	background: white;
	float: left;
	margin: 0 8px 0 0;
	padding: 2px;
}
#miniphoto img {
	display: block;
}
#actions {
	float: right;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
	width: 200px;
}
#basicinfo {
	float: left;
}
#address {
	font-size: 0.8em;
}

#bannerad {
	float: right;
	height: 60px;
	width: 468px;
}
#actions {
	display:none;
}

#invite {
	float: right;
	line-height: 1.2em;
	margin-right: 20px;
	text-align: center;
	width: 60px;
}
#invite a {
	display: block;
	padding: 5px 3px;
	width: 50px;
}
#invite a:hover {
	background: #7B953F;
	color: White;
	text-decoration: none;
}

#rating {
	float: right;
	height: 18px;
	line-height: 20px;
	text-align: right;
	width: 95px;
}
.star, .staron, .starhov, .staronhov {
	background: url('/images/stars.gif') no-repeat right top;
	cursor: pointer;
	display: block;
	float: left;
	height: 18px;
	width: 19px;
}
.starhov {
	background-position: right -18px;
}
.staron {
	background-position: right -36px;
}
.staronhov {
	background-position: right -54px;
}

/* Tabs */
#tabs {
	clear: left;
	font-size: 0.8em;
	font-weight: bold;
}
#tabs a {
	background: #272F14;
	color: White;
	display: block;
	float: left;
	margin: 3px 10px 0 0;
	padding: 7px 30px;
	text-decoration: none;
}
#tabs a:hover {
	background: #7B953F;
	color: White;
	text-decoration: none;
}
#tabs a.tabon, #tabs a.tabon:hover {
	background: White;
	color: #052341;
}
#tabs a#tabPhotos.tabon, #tabs a#tabPhotos.tabon:hover,
#tabs a#tabMenus.tabon, #tabs a#tabMenus.tabon:hover {
	background: Black;
	color: White;
}

/* ---- Tab Content */
#tabcontent {
	background: White;
	clear: left;
	color: #111;
	min-height: 150px;
}
#tabcontent a {
	color: #111;
}
#tabcontent h3 {
	margin: 20px 0 0;
}
.paddedtab {
	padding: 10px;
}

/* Sidebars */
#sidebar {
	color: black;
	float: right;
}
#sidebar h4 {
	font-size: 1.5em;
	letter-spacing: -1px;
	margin: 0;
	text-align: left;
}
.sidewidget {
	font-size: 0.8em;
	padding: 0 0 20px;
	width: 295px;
}
.sidewidget h4 {
	padding: 3px 5px 3px 3px;
}
.sidewidget h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}
.sidewidget p {
	margin-top: 0;
	margin-left: 3px;
}
.sidewidget small {
	font-size: 0.8em;
}

/* ---- Basic Profile */
#basicProfile #photomain {
	margin-left: 10px;
}
#basicProfile #imgMain {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ---- Overview Tab */
/* Main Photo */
#photomain {
	overflow: hidden;
	width: 667px;
}
#photomain IMG {
	display: block;
}

/* Sidebar/Hours */
.hrs th, .hrs td {
	color: #000;
	padding: 2px 4px;
}
.hrs th {
	border-bottom: 1px solid #CCC;
}
.hrs .currentDay td {
	background: #7B953F;
	color: #FFF;
}
.hrnotes td {
	background: #F2F2F2;
	padding: 5px 7px;
	text-align: center;
}
/* Sidebar/Events */
.event {
	padding: 2px 4px;
}
/* Body */
#genres {
	display: none;
}
#blogpost {
	font-size: 0.9em;
	width: 667px;
}
#blogpost h3 {
	margin-bottom: 0;
}
#blogpost p {
	margin-top: 0;
}

/* ---- About Us Tab */


/* ---- Events Tab */
.evts {
	float: left;
	font-size: 0.9em;
	width: 472px;
}
#specialevents {
	margin-right: 20px;
}
.evts h4 {
	border-bottom: 1px solid #555;
	margin: 0;
}
.evts table {
	width: 100%;
}
.evts th {
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 1px 7px;
	text-align: right;
	vertical-align: top;
}
.evts td {
	border-bottom: 1px solid #EEE;
	font-size: 0.9em;
	padding: 1px 7px;
}
.evts td strong {
	font-size: 1.1em;
}
.evts .alt th, .evts .alt td {
	background: #F5F5F5;
}
.evts .evhrs {
	font-size: 0.8em;
}
.evts th.evdt {
	border-bottom: none;
	font-size: 18pt;
	line-height: 18pt;
	height: 18pt;
	text-align: center;
	vertical-align: bottom;
}
.evts th.evmo {
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	vertical-align: top;
}
.evts .evnm {
	font-size: 0.9em;
}

/* ---- Details Tab */
#detailsContent {
	font-size: 0.9em;
}
#detailsContent th {
	border-right: 1px solid #EEE;
	padding: 1px 7px;
	text-align: right;
}
#detailsContent td {
	padding: 1px 7px;
}

/* ---- Photo Gallery Tab */
#photosContent {
	padding: 3px 17px 14px;
	min-height: 156px;
}
#photosContent #tabThumbsWrap {
	height: 46px;
	margin: 0 0 3px;
	overflow: hidden;
	position: relative;
	width: 920px;
}
#photosContent #tabThumbs {
	position: relative;
	width: 3000px;
}
#photosContent #tabThumbsLeft,
#photosContent #tabThumbsRight {
	border: none;
	color: White;
	display: block;
	height: 46px;
	margin: 0;
	outline: none;
	width: 15px;
	z-index: 2;
}
#photosContent #tabThumbsLeft span,
#photosContent #tabThumbsRight span {
	display: none;
}
#photosContent #tabThumbsLeft {
	background: url('/images/dfprev.gif') no-repeat left center;
	float: left;
	margin-right: 5px;
}
#photosContent #tabThumbsRight {
	background: url('/images/dfnext.gif') no-repeat right center;
	float: right;
	margin-left: 5px;
}
#photosContent a {
	border: 1px solid #333;
	display: block;
	float: left;
	margin: 3px 4px 3px 1px;
	text-decoration: none;
}
#photosContent a:hover {
	border-color: #FFF;
	text-decoration: none;
}
#photosContent a img {
	display: block;
}
#photosContent #bigphotowrap {
	background: url('/images/tsloading.gif') no-repeat center top;
	width: 960px;
	height: 643px;
	position: relative;
}
#photosContent #bigphotowrap div {
	background: black;
	top: 0;
	left: 0;
	position: absolute;
	height: 643px;
	width: 960px;
}
#photosContent #bigphotowrap div img {
	display: block;
	margin: 0 auto;
	margin: 0;
}

/* ---- Our Menu Tab */
#menuthumbs {
	background: Black;
	color: White;
	font-size: 0.8em;
	padding: 10px 10px 7px;
}
#menuthumbs a {
	color: White;
}
#menuthumbs a:hover {

}
#menuthumbs a img {
	border: 2px solid #EBEBEB;
}
#menuthumbs a:hover img {
	border: 2px solid #7B953F;
}
#menuthumbs p {
	float: left;
	margin: 0 25px 0 0;
	width: 200px;
}

#menubig {
	background: #555;
	height: 0;
	overflow: hidden;
	text-align: center;
}

#menucats {
	clear: right;
	float: right;
	font-size: 0.8em;
	margin-top: 25px;
	padding-top: 1px;
	width: 280px;
}
#menucats h4 {
	margin: 0;
}

#menutext {
	font-size: 0.9em;
	width: 650px;
}
/* Menu Section Names */
#menutext h5 {
	border-bottom: 1px solid #0B3661;
	font-size: 1.1em;
	margin: 20px 0 0;
}
/* Menu Section Emphasis */
#menutext h4 {
	margin: 0;
	padding: 4px 0;
	text-align: center;
}
/* Menu Section Comment */
#menutext h6 {
	border-bottom: 1px solid #EEE;
	font-size: 0.9em;
	margin: 0;
	padding: 4px 0;
	text-align: center;
}
#menutext p {
	border-bottom: 1px solid #EEE;
	margin: 0;
	padding: 4px 25px 4px 0;
	position: relative;
}
#menutext .price {
	position: absolute;
	top: 4px;
	right: 0;
	font-weight: bold;
}
#menutext .rttop {
	float: right;
	font-size: 0.7em;
	font-weight: normal;
}
#menutext .totop {
	margin-top: 10px;
	text-align: center;
}


/* ---- Map/Directions Tab */
#map {
	background: #BCCF8E;
	height: 400px;
	width: 667px;
}
#map iframe {
	border: none;
	width: 100%;
	height: 100%;
}
#directions td {
	padding: 3px 5px 2px 0;
}

/* New Lightbox */
#lbxOverlay {
	background: Black;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#lbxWrap {
	background: White;
	display: none;
	padding: 10px;
	position: absolute;
	top: 20px;
	left: 20px;
}
#lbxWrap img {
	display: block;
}

.overlaywin {
	background: White;
	border: 3px solid #7B953F;
	color: Black;
	display: none;
	left: 50%;
	margin-left: -200px;
	position: absolute;
	top: 173px;
	width: 400px;
	z-index: 10;
}
.overlayhd h3 {
	background: #7B953F;
	color: White;
	margin: 0;
	padding: 1px 3px 2px;
}
.overlayclose {
	display: block;
	float: right;
	font-size: 0.8em;
	margin-top: 2px;
	padding: 2px 4px;
	text-transform: uppercase;
}
.overlayclose:hover {
	background: #951A1D;
	text-decoration: none;
}
.overlayct table {
	margin: 15px;
}
.overlayct td {
	font-size: 0.8em;
	padding-right: 5px;
}
.overlayct .topbrd td {
	padding-top: 10px;
}
.overlayct .submitrow td {
	padding-top: 10px;
}
.overlayct input,
.overlayct textarea {
	background: #F8F8F8;
	border: 1px solid #E8E8E8;
	padding: 2px 4px;
}
.overlayct input:focus,
.overlayct textarea:focus {
	border: 1px solid #7B953F;
}
.overlayhelp {
	background: #DDD;
	border-right: 1px solid #EEE;
	float: left;
	font-size: 0.8em;
	line-height: 2em;
	padding: 13px 15px;
	height: 374px;
	width: 200px;
}
.overlayhelp p {
	margin: 0 0 15px;
}

/* Email a Friend */
#eafContent {
	position: relative;
}
#emailafriend {
	background: white url('/images/martini-lg-ebff.gif') no-repeat right bottom;
	width: 667px;
	margin-left: -333px;
}
#emailafriend form {
	margin: 0;
	padding: 0;
}
#eafmsgcontents {
	height: 120px;
	width: 358px;
}
#eafFormWrap {
	position: relative;
}
#eafResult {
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 400px;
	width: 100%;
}
#eafResult h3 {
	font-size: 1.4em;
	margin-bottom: 0;
}
#eafResult p {
	margin: 0 0 25px;
}
#eafResult a {
	color: Black;
	font-size: 0.8em;
}
#eafResult .spaceme {
	margin: 0 5px;
}
#eafError {
	background: #951A1D;
	color: White;
	display: none;
	font-size: 0.9em;
	padding: 5px 0;
	margin-left: 231px;
}
#eafErrorMsg {
	padding: 0 12px;
}

/* ----- ANDREW NEW 2/27 ----- */

#oldactions {
display: none;
}

#gsearch {
	margin: 0 10px;
	width: 667px;
}
#gsearch table {
	margin: 0 auto;
}