@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-color: #3A587E;
	background-image: url(images/bg/rotator.php);
	background-repeat: repeat;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}

/**************************************** HEADER ****************************************/
.oneColElsCtr #container {
	position: relative;
	display: block;
	width: 970px;
	padding-top: 120px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#main_content {
	float:left;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
.oneColElsCtr #header {
	margin: 0px;
	height: 64px;
	padding: 0px;
	background-image:url(images/top_BG.gif);
	background-position:top left;
	background-repeat:no-repeat;
	overflow: visible;
}
#site_description {
	position: absolute;
	font-weight: bold;
	font-size: 90%;
	top: 0px;
	right: 0px;
	padding: 2px;
	background-color: #539DBC;
	color: #003366;
}
#logo_head {
	float: right;
	text-align: right;
	padding: 15px 15px 0 0;
}
#logo {
	position: absolute;
	top: 0;
	left: 40px;
}
.oneColElsCtr #mainContent {
	background:#000;
	width: 775px;
	margin: 0;
	padding: 40px 10px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index: 0;
	text-align: right;
	overflow:hidden;
	clear:both;
	background-image:url(images/logo_bottom.gif);
	background-repeat:no-repeat;
	background-position:40px 0px;
}

/**************************************** Footer / Bottom Nav ****************************************/
#bottom_nav {
	width: 100%;
	margin-top: 20px;
	padding: 10px 0 0px;
	text-align: center;
	border-top: 1px solid #FF9900;
}
ul#minitabs{
	list-style: none;
	margin: 0;
	padding: 7px 0;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	border-bottom: 1px solid #333;
}
ul#minitabs li{
	display: inline;
	margin: 0 8px;
}
ul#minitabs a{
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 4px solid #000;
	color: #3A587E;
}
ul#minitabs a#current{
	border-color: #F90;
	color: #CCC;
}
ul#minitabs a:hover{
	border-color: #F90;
	color: #FFF;
} 
.oneColElsCtr #footer {
	margin: 0px 0 10px 0;
	height: 64px;
	padding: 20px 0 0 0;
	background-image:url(images/bottom_BG.gif);
	background-position:top left;
	background-repeat:no-repeat;
	overflow: visible;
	text-align: center;
	font-size: 70%;
}

/**************************************** LINKS AND NAVIGATION ****************************************/
a:link {
	color: #FF9900;
	text-decoration:none;
}
a:visited {
	color: #FF9900;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a:active {
	color: #FF9900;
	text-decoration:none;
}

#navigation {
	position: absolute;
	right: 185px;
	width: 550px;
	text-align: right;
	font-size: 18px;
	padding-bottom: 1px;
	margin-top: 65px;
	border-top: 1px solid #3A587E;
	border-bottom: 1px solid #3A587E;
}
ul#largetabs{
	list-style: none;
	margin: 0;
	padding: 3px 0;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
ul#largetabs li{
	display: inline;
	margin: 0 8px;
}
ul#largetabs a{
	text-decoration: none;
	padding: 0 0 0px;
	border-bottom: 4px solid #333;
	color: #3A587E;
}
ul#largetabs a#current{
	border-color: #FF9900;
	color: #999;
}
ul#largetabs a:hover{
	border-color: #FF9900;
	color: #FFF;
}

#sort {
	text-align:right;
	position:absolute;
	width: 600px;
}
#sort strong{
	text-align: left;
	width: 70px;
	float:left;
	margin:0px;
	padding:2px;
	list-style:none;
	font-weight: bold;
}
#sort ul .item{
	display:none;
}
#sort ul:hover .item{
	display:block;
	background:#000;
	padding:1px;
	margin:1px;
}

#sort ul:hover .item a{
	color:#FF9900;
	text-decoration:none;
	width: 100%;
	display: block;
	border: 1px solid #333;
	background-color: #000000;
}
#sort ul:hover, #sort ul .item a:hover, #sort em a:hover{
	color: #FFF;
	background-color: #3A587E;
	border-color: #FFF;
}

#sort ul{
	text-align: center;
	width: 100px;
	float:left;
	margin:0px;
	padding:2px;
	background:#000;
	list-style:none;
}
#sort #current{
	background-color: #3A587E;
}
#sort em{
	text-align: center;
	width: 100px;
	float:left;
	margin:0px;
	background:#000;
	list-style:none;
	font-style: normal;
}
#sort em a{
	display: block;
	color:#fff;
	text-decoration:none;
	width: 100%;
	padding: 2px;
}
.clear{
	clear:both;
	height:30px;
}

/**************************************** LEFT COLUMN ****************************************/
#left_Column {
	float:left;
	width: 162px;
	margin-top: 150px;
	text-align:left;
	padding-top: 2px;
}
#left_Column hr{
	color: #333;
	width: 95%;
}
#banners {
	overflow: visible;
}
#banners a img{
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
	padding-top: 3px;
}

#banners a:hover img{
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

#poll {
	position: relative;
	background-color:#333333;
	margin-top: 50px;
	width: 160px;
}
#poll em{
	color: #FF9900;
	font-weight:bold;
	font-style:normal;
	font-size: 18px;
	width: 93%;
	margin: 0 5px;
	display: block;
	border-bottom: 1px solid #999;
}
#poll p {
	font-size: 80%;
}

/**************************************** SPECIALS ****************************************/
#specials {
	text-align: left;
	overflow: hidden;
	margin: 10px 0 10px 0;
}
#specials small {
	color: #666;
}
#specials #special_name{
	width: 215px;
	font-weight:bold;
	float:left;
	margin-right: 5px;
}

#specials #location{
	width: 160px;
	font-weight:bold;
	float:left;
}

#specials #date{
	width: 160px;
	font-weight:bold;
	float:left;
	font-size: 80%;
	color: #F90;
	text-align: center;
}
#specials #date em{
	font-weight:normal;
	font-size: 90%;
	padding: 0 2px;
	color: #FF9900;
	font-style: normal;
	font-weight: bold;
	background-color:#333;
	margin-right: 2px;
}

#specials #time{
	width: 120px;
	font-weight:bold;
	float:left;
	font-size: 80%;
	color:#CCC;
	text-align:center;
}
#specials #time em{
	font-weight:normal;
	font-size: 90%;
	padding: 0 2px;
	color: #FF9900;
	font-style: normal;
	font-weight: bold;
	background-color:#333;
	margin-right: 2px;
}

#specials #rating{
	float: right;
	width: 60px;
	font-weight:bold;
	border: 1px solid #666;
	height: 10px;
	margin-top: 2px;
}
#specials #not_rated{
	color: #999;
	width: 64px;
	font-weight:bold;
	float: right;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
	border: 1px solid #666;
	text-align:center;
}

#specials #description{
	color: #999;
	width: 590px;
	float:left;
	font-size: 80%;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #333333;
}

#specials #t_special_name{
	color: #666666;
	width: 220px;
	font-weight:bold;
	float:left;
	font-size: 70%;
}

#specials #t_location{
	color: #666666;
	width: 160px;
	font-weight:bold;
	float:left;
	font-size: 70%;
}
#specials #t_date{
	color: #666666;
	width: 160px;
	font-weight:bold;
	float:left;
	font-size: 70%;
	text-align: center;
}

#specials #t_time{
	color: #666666;
	width: 120px;
	font-weight:bold;
	float:left;
	font-size: 70%;
	text-align: center;
}

#specials #t_rating{
	color: #666666;
	width: 64px;
	font-weight:bold;
	float: right;
	height: 10px;
	font-size: 70%;
}
#specials h3 {
	width: 590px;
	margin: 30px 0 4px 0;
	text-align: left;
	padding-left: 10px;
	border-bottom: 4px solid #3A587E;
	font-size: 22px;
	color: #FFFFFF;
	clear: both;
}
#specials h3 em{
	float: left;
	font-style: normal;
	font-size:12px;
	color:#ccc;
}
#specials h4 {
	width: 590px;
	margin: 30px 0 4px 0;
	text-align: left;
	padding-left: 10px;
	border-bottom: 2px solid #F90;
	font-size: 14px;
	color: #CCC;
	clear: both;
}

/**************************************** FLASH ADD ****************************************/
#flash_special {
	margin-bottom: 10px;
	color:#999;
}
#flash_description {
	float: left;
	width: 195px;
	text-align: left;
}
#flash_special h4 {
	color: #FFF;
	margin: 0px;
	text-align: right;
}
#flash_special h5 {
	margin: 0px 0 3px 0;
	font-size: 80%;
	color: #999;
	text-align: right;
	color: #FFF;
}

/**************************************** CONTENT ****************************************/
#right_Column {
	float: left;
	text-align:left;
	width: 600px;
	margin-left: 4px;
}
#right_Column h2 {
	width: 100%;
	margin: 30px 0 4px 0;
	text-align: left;
	padding-left: 10px;
	border-bottom: 4px solid #3A587E;
	color: #FFFFFF;
	clear: both;
}
#right_Column h3 {
	width: 98%;
	margin: 10px 0 4px 0;
	text-align: left;
	padding-top: 20px;
	padding-left: 30px;
	border-bottom: 2px solid #3A587E;
	color: #FFFFFF;
	clear: both;
	background-image:url(images/date_bg.gif);
	background-repeat:no-repeat;
	background-position: left;
}
h1 {
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
	border-bottom: 3px solid #3A587E;
	color: #FFFFFF;
	clear: both;
}
#page_head {
	position: relative;
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
	border-bottom: 3px solid #3A587E;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
}
#page_head #date{
	position: absolute;
	width: 126px;
	height: 62px;
	background-image:url(images/date_bg.gif);
	background-repeat:no-repeat;
	background-position: center;
	left: 30px;
	bottom: 0px;
	text-align: right;
	color: #000;
	font-weight: bold;
}
#page_head #date span{
	position: absolute;
	bottom: 1px;
	left: 32px;
	font-size: 16px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
#page_head #date em{
	font-size: 28px;
	font-style: normal;
}
#right_Column #float_right {
	float:right;
	overflow: visible;
}
#right_Column #float_left {
	float:left;
	overflow: visible;
	text-align: left;
}
#tl_corner {
	width:100%;
	text-align:left;
}
#br_corner {
	position: relative;
	width:100%;
	text-align:right;
}
#fixFF {
	clear:both;
	height: 0px;
}
#page_description {
	width: 100%;
	background-color:#333333;
	text-align:center;
}
p {
	padding: 0 8px;
	margin: 0px;
}
#content{
	padding: 5px;
}
/**************************************** BAR PAGE ****************************************/

#bar_nav {
	text-align: right;
	padding-right: 20px;
}
#bar {
	background-color: #222;
	
}
#bar_navigation
{
	padding: 0 1px 1px;
	margin-left: 0;
	margin-bottom: 2px;
}
#bar_navigation li
{
	list-style: none;
	margin: 0;
	display: inline;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

#bar_navigation li a
{
	padding: 5px 15px 3px 15px;
	border-left: 5px solid #000;
	background-color: #000;
	text-decoration: none;
	font-weight: bold;
}
#bar_navigation li a#current
{
	border-color: #FF9900;
	border-right: none;
	color: #FFF;
	background-color:#222;
}
#bar_navigation li a:hover
{
	color: #FFF;
	font-weight: bold;
}
#bar_logo {
	float: right;
	width: 250px;
	height: 150px;
	margin-top: 5px;
	margin-right: 20px;
	text-align:center;
	line-height: 150px;
	color: #00F;
}
#bar_location {
	width: 95%;
	height: 300px;
	margin: 10px auto 0px auto;
	background-color: #666;
	border: 1px dashed #ccc;
	text-align:center;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	overflow: hidden;
}
#bar_location #map{
	float: right;
	overflow: hidden;
	color: #000;
	height: 300px;
	width: 300px;
}
#bar_location #info{
	float: left;
	margin: 3px;
	color: #FFF;
	width: 250px;
	font-weight: normal;
	text-align: left;
}

/**************************************** REVIEW ****************************************/
#review {
	font-size: 90%;
	padding: 10px;
	border-bottom: 1px dashed #3A587E;
}
#review em{
	font-size: %85;
	color: #3A587E;
	font-weight: bold;
	font-style:normal;
}
#review strong{
	font-size: %85;
	font-weight: bold;
	color: #FFF;
}
#review img{
	float: left;
	height: 90px;
	width: 70px;
	padding-right: 5px;
}
#review p{
	margin-top: 2px;
	padding-top: 2px;
	border-top: 1px dashed #FFF;
	float: left;
}

h5 {
	font-size: 26px;
	color: #0099FF;
	margin: 0px;
	padding: 0px;
}



/**************************************** CALENDAR PAGE ****************************************/

.calendar * { margin: 0; padding: 0; border: 0; font-family: Tahoma, serif; font-weight: normal; color: #FFF; }
.calendar .invalidday a, .calendar .invalidday a:hover { color: #ccc; background: #000; cursor: default; }
.calendar .selectedday { background: #000033; }
.calendar .today { font-weight: bold; color: #f00; }
.calendar a { padding: 0 2px; text-decoration: none; }
.calendar a:hover { background: #333; }
.calendar table { border-collapse: collapse; font-size: 90%; }
.calendar tbody td { width: 20px; }
.calendar td, .calendar th { padding: 1px; text-align: center; }
.calendar thead td { border-bottom: 1px solid #aaa; }
.calendar thead td { font-weight: bold; }
.calendar thead th a { font-size: 95%; font-weight: bold; }
.calendar thead th { padding: 2px 0; vertical-align: middle; background: #000; }
.calendar { padding-bottom: 2px; border: 1px solid #aaa; font-size: small; background: #000; }
.calendaricon { cursor: pointer; }
.calendarlink, .calendaricon { margin: 0 3px; }


/**************************************** RESTARAUNT SHOW ****************************************/

h6 {
	font-size: 24px;
	color: #3A587E;
	float: right;
	margin: 0px 0 -5px 0;
	padding: 0px 10px 0 0;
}
#resturant {
	background-color: #3A587E;
	margin-left: 5px;
	padding: 0px;
	border: 0px;
	background-image: url(images/food.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#show_rest {
	text-align: left;
	overflow: hidden;
	margin: 0px;
}
#show_rest #name{
	width: 99%;
	float: left;
	border-bottom: 1px solid #000000;
	margin-bottom: 3px;
}
#show_rest #name span{
	margin-left:10px;
	font-size: 18px;
	font-weight: bold;
	width: auto;
	padding-right: 10px;
	float: left;
}
#show_rest #location{
	padding-top: 4px;
	font-weight: bold;
	width: auto;
	float: left;
}
#show_rest #description{
	border-bottom: 1px solid #000;
	color: #999;
	width: 350px;
	float: left;
	padding: 0px 10px 2px 10px;
	font-weight: bold;
}
#show_rest #when{
	text-align: center;
	width: 200px;
	padding: 8px 0 8px 0;
	float: right;
	font-weight: bold;
	font-size: 16px;
}
#show_rest #rating{
	float: right;
	width: 200px;
	font-weight:bold;
	border: 1px solid #333;
	height: 10px;
	margin-top: 2px;
}
#show_rest #not_rated{
	padding: 8px 0 8px 0;
	color: #33;
	width: 200px;
	font-weight: bold;
	float: right;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
	border: 1px solid #333;
	text-align:center;
}


#photo_show {
	background-color: #3A587E;
	margin-left: 5px;
	margin-bottom: 20px;
	padding: 0px;
	border: 0px;
}


/**************************************** side_bar ****************************************/
#side_bar {
	float:left;
	width: 169px;
	margin: 0px;
	padding: 100px 0 0 0;
}
#right_ads {
	width: 100%;
	color: #3A587E;
	float: right;
	text-align: center; 
}
#right_ads #right_banners {
	width: 100%;
	background-color: #FFF;
	padding: 0;
	margin: -3px 0 -2px 0;
	clear:both;
}

#side_bar em {
	display: block;
	width: 100%;
	font-size: 10px;
	font-style:normal;
}

#side_bar a:link {
	color: #333;
	text-decoration:none;
}
#side_bar a:visited {
	color: #333;
	text-decoration:none;
}
#side_bar a:hover {
	color: #000;
	text-decoration:underline;
}
#side_bar a:active {
	color: #333;
	text-decoration:none;
}

#join {
	font-size: 10px;
	font-weight: bold;
}
#join em {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	color: #CC3300;
}
#subscribe {
	margin: 0 auto;
	width: 99%;
	height: 405px;
	background-image:url(images/subscribe_BG.gif);
	background-repeat:no-repeat;
	background-position: center center;
}

#show_rating {
	padding: 10px;
	border: 1px solid #3A587E;
	margin: 10px auto;
}
ul#barlist {
	list-style-type: circle;
	color: #333;
}
ul#barlist li{
	padding: 3px;
	border-bottom: 1px solid #333;
}

ul#barlist img {
	float: right;
	padding-right: 10px;
}