/*
Copyright 2008 PanGeo Media, Honolulu, HI. All Rights Reserved
http://pangeomedia.com/
OnoDining CSS version 20090217.01
*/

/* @group Body and Text */

* {
	padding: 0; margin: 0px; 
}

body {
	 margin-top: 0px;
	 margin-bottom: 0px;
	 color: #c2c2c2;
	 background-color: #000;
	 font-size: 12px;
	 font-family: Verdana, Arial, Helvetica, Tahoma, "Lucida Grande", sans-serif;
}

html {
	 height: 100%;
	 margin-bottom: 1px;
}

a {
	text-decoration: none;
}

a img {
	display: block;
	border: none;
}

a:link {
	color: #d4d4d4;
	border-bottom: 1px solid #444;
	text-decoration: none;
	padding-bottom: 2px;
}

a:hover {
	color: #d4d4d4;
	text-decoration: none;
	background-color: #787878;
}

a:visited {
	color: #d4d4d4;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
}

a:active {
	color: #d4d4d4;
	text-decoration: none;
}

/* h1 - main article title */
h1 {
	margin: 12px 0px 12px 0px;
	text-decoration: none;
	font: normal normal normal 150% Georgia, "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
	color: #2e98fc;
}

h1 a:link {
	color: #2e98fc;
}

h1 a:hover {
	color: #000;
	background-color: #2e98fc;
	text-decoration: none;
	border-bottom: solid 1px #2e98fc;
	padding: 0px 8px 0px 8px;
}

h1 a:visited {
	color: #d4d4d4;
}

h1 a:active {
	color: #d4d4d4;
}

/* h2 - main news page title */
h2 {
	margin: 12px 0px 12px 0px;
	text-decoration: none;
	font: normal normal normal 125% Verdana, Arial, Helvetica, "Lucida Grande", Lucida, sans-serif;
}

h2 a:link {
	color: #d4d4d4;
}

h2 a:hover {
	color: #d4d4d4;
	background-color: #787878;
}

h2 a:visited {
	color: #d4d4d4;
}

h2 a:active {
	color: #d4d4d4;
}

/* h4 - home page news titles */
h3 {
	margin:  12px 0px 12px 0px;
	text-decoration: none;
	font: normal normal normal 120% "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
	color: #2e98fc;
}

h3 a:link {
	color: #2e98fc;
}

h3 a:hover {
	color: #d4d4d4;
	background-color: #787878;
}

h3 a:visited {
	color: #d4d4d4;
}

h3 a:active {
	color: #d4d4d4;
}

h4 {
	font-size: 100%
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

.date {
	font-size: 92%;
	color: #787878;
	text-transform: uppercase;
}

.date_small {
	font-size: 92%;
	color: #787878;
	margin: 0px;
}

p {
	line-height: 1.6em;
 	margin: 12px 0px 12px 0px;
	padding: 0px;
}

.news_frame {
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

.entry_frame {
	margin: 0px 0px 40px 0px;
}

.linkout {
	color: #787878;
	margin-left: 10px;
	font-size: 110%;
	border: none;
}

.linkout a {
	border: none;
}

blockquote {
	margin: 0px 0px 0px 2px;
	padding: 0px 60px 0px 14px;
	border-left: 1px solid #444;
	color: #a7a7a7;
}

.paginate {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 12px;
	position: relative;
	text-align: center;
	width: 100%;
	font-size: 92%;
}

.recent_list ul {
	margin: 0px;
	line-height: 160%;
}

.recent_list li {
	margin: 0px;
	padding: 2px 0px 8px 2px;
}

span.left {
	padding-left: 20px;
	position: absolute;
	left: 0;
}

span.right {
	padding-right: 20px;
	position: absolute;
	right: 0px;
}

.previous_next {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 92%;
	line-height: 190%;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	padding-left: 20px;
}

.small_logo {
	margin-left: auto;
	margin-right: auto;
	background: url(http://onodining.com/images/images_onodining/logo_small.png) no-repeat;
	background-position: center;
	padding-top: 30px;
	padding-bottom: 30px;
	height: 36px;
	width: 36px;
}

ul, ol {
	margin: 0px;
	padding: 10px 0px 10px 20px;
	line-height: 150%;
	font-size: 96%;
	color: #a7a7a7;
}

hr {
	margin-top: 20px;	
	border: 0;
	color: #444;
	background-color: #444;
	height: 1px;
	width: 100px;
	text-align: left;
}

.full_story {
	text-align: left;
	font-size: 92%;
	padding: 0px;
	margin: 0px;
	
}

.full_story a:link {
	text-decoration: none;
	color: #d4d4d4;
}

.full_story a:hover {
	padding-bottom: 2px;
	background-color: #787878;
}

.image_left {
	margin: 0px;
	padding-right: 16px;
	padding-top: 2px;
	padding-bottom: 6px;
	float: left;
}

.image_right {
	margin: 0px;
	padding-left: 16px;
	padding-top: 2px;
	padding-bottom: 6px;
	float: right;
}

.image_center {
	display:  block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 16px;
}

.pull_quote_left {
	float: left;
	color: #d4d4d4;	
	text-align: left;
	margin-left: 0px;
	margin-right: 16px;
	margin-bottom: 8px;
	padding: 14px;
	width: 150px;
	font-size: 120%;
	line-height: 150%; 
	font-style: oblique;
	background: #333333;
	border-top: 4px solid #000;
	border-bottom: 2px solid #000;
}

/*@end Body and Text */

/*@group Frame Elements */

#wrapper { 
	margin: 0 auto;
	width: 960px;
}

.box_top {
 	margin-left: 0px;
 	margin-bottom: 0px;
 	margin-right: 0px;
 	width: 958px;
 	height: 110px;
}

div#header .rc {
	height: 110px;
	overflow: hidden;
}

div#header .lc {
	height: 110px;
	overflow: hidden;
}

#header {
	 margin-left: 0px;
	 margin-bottom: 0px;
	 margin-right: 0px;
	 margin-top: 12px;
	 width: 960px;
	 height: 110px;
}

div#header {
	background: url(http://onodining.com/images/images_onodining/header_fill.png) 0 0 repeat-x;
}

div#header .rc {
	background:  url(http://onodining.com/images/images_onodining/header_right_corner.png) 100% 0 no-repeat;
}

div#header .lc {
	background:  url(http://onodining.com/images/images_onodining/header_left_corner.png) 0 0 no-repeat;
}

#logo {
	float: left;
	width: 210px;
	height: 110px;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-image: url(http://onodining.com/images/images_onodining/logo.png);
}

#logo a {
	text-decoration: none;
}

#logo a:hover {
	text-decoration: none;
}

#logo a:visited {
	text-decoration: none;
}

#logo a:active {
	text-decoration: none;
}

#main {
	 background: url(http://onodining.com/images/images_onodining/main_bg.png) repeat-y;
	 margin-bottom: 0px;
	 overflow: auto;
	 width: 960px;
}

#navigation {
	height: 30px;
	width: 100%;
	background: url(http://onodining.com/images/images_onodining/navigation_bg.png) repeat-y;
}

#navigation a:link {
	border-style: none;
}

#navigation a:hover {
	border-style: none;
	color: #8d0a10;
}

#navigation a:visited {
	border-style: none;
}

#navigation a:active{
	border-style: none;
}

.columnpad_left { 
	padding: 14px; 
}

.columnpad_middle { 
	margin: 0px;
	padding: 16px 10px 20px 30px; 
}

.columnpad_right { 
	padding: 14px; 
}

#leftcolumn { 
	 margin: 0px; 
	 display: inline;
	 padding: 0px;
	 width: 180px;
	 float: left;
}

#middlecolumn { 
	 float: left;
	 padding: 0px;
	 width: 580px;
	 display: inline;
	 position: relative;
	 margin: 0;
}

#rightcolumn { 
	 margin: 0px; 
	 display: inline;
	 position: relative;
	 padding: 0px;
	 width: 180px;
	 float: right;
}

#bottom_box {
	height: 110px; 
	width: 960px;
	background: #000 url(http://onodining.com/images/images_onodining/bottom_box_bg.png) repeat-y}

div#footer .rc {
	height: 110px;
	overflow: hidden;
}

div#footer .lc {
	height: 110px;
	overflow: hidden;
}

div#footer { 
	height: 110px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 0px; 
	width: 960px;
	clear: both;
	background: #000;
}

div#footer {
	background: url(http://onodining.com/images/images_onodining/footer_fill.png) 0 0 repeat-x;
}

div#footer .rc {
	background:  url(http://onodining.com/images/images_onodining/footer_right_corner.png) 100% 0 no-repeat;
}

div#footer .lc {
	background:  url(http://onodining.com/images/images_onodining/footer_left_corner.png) 0 0 no-repeat;
}

#footer_logo {
	height: 30px; 
	width: 200px;
	margin-top: 0px;
	padding-top: 60px;
	margin-left: auto;
	margin-right: auto;
	background: url(http://onodining.com/images/images_onodining/footer_logo.png) no-repeat;
	background-position: center;
}

.copyright {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	text-align: center;
	font-size: 92%;
	line-height: 170%;
	height: 60px; 
	width: 960px;
	color: #787878;
}

.copyright a:link {
	color: #787878;
	border-bottom: 1px solid #444;
	text-decoration: none;
	padding-bottom: 2px;
}

.copyright a:hover {
	color: #000;
	text-decoration: none;
}

.copyright a:visited {
	color: #787878;
}

.copyright a:active {
	color: #787878;
}

.horizontal_rule {
	height: 2px;
	width: 100%;
	background: #000 url(http://localhost:8888//ee/images/images_onodining/horizontal_rule.png) no-repeat;
}

/*@end Frame Elements */

/* @group NavMenu */

.navmenupad {
	margin: 0px;
	padding: 14px 14px 4px 30px;
}

.navmenu {
	font-size: 110%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 120px; /* width of menu (don't forget to add border width below!) */
	background-color: #1F1F1F;
	color: #262626;
}

.navmenu li{
	text-decoration: none;	
}

.navmenu li.active a {
	background: url(http://onodining.com/images/images_onodining/navmenu_home_bg.png) no-repeat left center; 
	/* Background image positioned to the left(v) top(h) corner initially */
	display: block;
	color: #bebebe;
	width: auto;
	padding: 3px 3px; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 24px;
	text-decoration: none;
}

.navmenu li a {
	background: #1F1F1F url(http://onodining.com/images/images_onodining/navmenu_hover_bg.png) no-repeat left center; 
	/* Background image positioned to the left(v) top(h) corner initially or center */
	display: block;
	width: auto;
	color: #787878;
	border-bottom: 1px solid #1F1F1F; /* White border beneath each menu item link, to add depth */
	padding: 3px 2px 2px 2px; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 24px;
	text-decoration: none;
}

.navmenu li a:visited, a:active .navmenu li {
	color: #787878;
}

.navmenu li a:hover {
	background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: #d4d4d4;
}

.navmenu li.lastitem, .navmenu li.lastitem a {
	border-bottom-width: 0px; /* For last menu item within menu, remove bottom border */
}

.navmenu li.lastitem a {
	padding: 1px 1px; 
	/* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

/* @end NavMenu*/

/* @group NavBar */

#navbar {
	height: 30px;
	margin: 0px;
	color: #a7a7a7;
	line-height: 30px;
	padding-left: 26px;
	vertical-align: middle;
}

#navbar a:link {
	color: #a7a7a7;
}

#navbar a:hover {
	color: #d4d4d4;
	padding-bottom: 1px;
	background: none;
}

#navbar a:active {
	color: #a7a7a7;
}

#navbar a:visited {
	color: #a7a7a7;
}

span.navbar {
	display: block;
	height: 30px;
	padding: 0px 15px 0px 0px;
	float: left;
	overflow: hidden;
}

span.navbar img {
	float: none;
	vertical-align: middle;
	width: 13px;
	height: 30px;
	margin-top: -5px;
	padding-right: 15px;
}

span.navbar img {
	vertical-align: middle;
	background: url(http://onodining.com/images/images_onodining/navbar_sep.png) 0 50% no-repeat;
}

.navbar_style_switcher {
	float: right;
	margin-top: 0px;
	margin-right: 70px;
	font-size: 10px;
	color: #a7a7a7;
}

span.navbar_style_switcher_small a:link {
	border-bottom: none;
	font-size: 9px;
	color: #a7a7a7;
}

span.navbar_style_switcher_middle a:link {
	border-bottom: none;
	font-size: 12px;
	color: #a7a7a7;	
}

span.navbar_style_switcher_large a:link {
	font-size: 14px;
	border-bottom: none;
	color: #a7a7a7;
}

/* @end NavBar */

/* @group Forms */

.comment_form {
	font-size: 92%;
	border: 1px solid #666666;
	margin: 0px;
	padding: 20px;
}

.comment_entry {
	font-size:  92%;
	border: 1px solid #666666;
	margin:  0px;
	padding: 10px;
}

.comment_preview {
	font-size:  90%;
	border: 1px solid #666666;
	margin:  0px;
	padding: 10px;	
}

.contact_form {
	font-size:  92%;
	border: 1px solid #666666;
	margin:  0px;
	padding: 10px;	
}

.input {
	color: #262626;
	padding: 4px;
	background: #d4d4d4;
	border-top: 2px solid #a7a7a7;
	border-left: 2px solid #a7a7a7;
	border-right: 2px solid #5e5e5e;
	border-bottom: 2px solid #5e5e5e;
	}

.submit input {
	color: #262626;
	background: #d4d4d4;
	border: 2px outset #fa9122}

/* @end Forms */

/* @group Ads */

.ad_box_top {
	width: 728px;
	height: 90px;
	margin-left: auto;
	background-position: center;
	padding-top: 12px;
	margin-right: auto;
	text-decoration: none;
	border-style: hidden;
}

.ad_leaderboard {
	width: 728px;
	height: 90px;
	padding-top: 12px;
	position: static;
	float: right;
	margin-right: 20px;
}

.ad_footer {
	background-position: center;
	width: 728px;
	height: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	border-style: none;
}

.ad_banner {
	background-position: center;
	width: 468px;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	border-style: none;
}

.ad_skyscraper {
	background-position: center;
	width: 160px;
	height: 600px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.ad_skyscraper_low {
	background-position: center;
	width: 120px;
	height: 600px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.ad_rectangle {
	background-position: center;
	width: 336px;
	height: 280px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}

/* @end Ads */