/* Dining Guide */

/* Header & Wrap */

body.restaurants {
	background: #ADADAD;
}

body.restaurants #universe {
	background: url('http://media.arkansasonline.com/static/nwaonline/images/dining/page_background.png') repeat-x #ADADAD;
}

body.restaurants #pagewrap {
	box-shadow: 0 0 10px #333;
	border-left: 8px solid #CCC;
	border-right: 8px solid #CCC;
}

body.restaurants #page {
	margin: 0px 20px 20px 20px;
}

body.restaurants #header {
	margin-top: 15px;
}

body.restaurants #header .dining-logo {
	background: url('http://media.arkansasonline.com/static/nwaonline/images/dining/guide_logo.png') no-repeat 10px 0px;
	height: 90px;
	width: 340px;
	text-indent: -9999px;
	float: left;
	border-right: 1px solid #666;
	margin-top: 5px;
}

body.restaurants #header .taste-logo {
	background: url('http://media.arkansasonline.com/static/nwaonline/images/dining/taste_this.png') no-repeat 10px 10px;
	height: 60px;
	width: 250px;
	text-indent: -9999px;
	float: left;
}

body.restaurants #header .search-bar {
	position: absolute;
	right: 5px;
	bottom: 8px;
}

body.restaurants #header .search-bar div.select {
	position: relative;
	float: left;
	margin-right: 12px;
}

body.restaurants #header .search-bar select {
	height: 25px;
	width: 228px;
	position: relative;
	z-index: 10;
	opacity: 0;
}

body.restaurants #header .search-bar span.select {
	background: url('http://media.arkansasonline.com/static/nwaonline/images/dining/top_search_background.png') no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	float: left;
	height: 25px;
	width: 228px;
	z-index: 1;
	color: #838383;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	line-height: 25px;
	text-indent: 10px;
}

body.restaurants #header .search-bar img {
	float: left;
	margin-top: -8px;
	border: none;
}

body.restaurants .header_ad {
	background: #CECECE;
}

body.restaurants .leaderboard {
	margin: auto;
	padding: 25px 0;
	width: 730px;
}

/* Header Ribbons */

.ribbon-wrapper {
	position: relative;
}
#header .ribbon-front {
	height: 100px;
}
#nav .ribbon-front {
	height: 45px;
}
.ribbon-front {
	background: url('http://media.arkansasonline.com/static/nwaonline/images/dining/green_bar_gradient.png') repeat-y #93B605;
	width: 1006px;
	position: relative;
	left:-18px;
	z-index: 2;
	border: 1px solid #666;
}
.ribbon-front, .ribbon-back-left, .ribbon-back-right {
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}
.ribbon-edge-topleft, .ribbon-edge-topright, .ribbon-edge-bottomleft, .ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}
.ribbon-edge-topleft, .ribbon-edge-topright {
}
.ribbon-edge-bottomleft, .ribbon-edge-bottomright {
	top: 100px;
}
.ribbon-edge-topleft, .ribbon-edge-bottomleft {
	left: -17px;
	border-color: transparent #666 transparent transparent;
}
.ribbon-edge-topleft {
	top: -5px;
	border-width: 5px 9px 0 0;
}
.ribbon-edge-bottomleft {
	border-width: 0 10px 0px 0;
}
.ribbon-edge-topright, .ribbon-edge-bottomright {
	left: 978px;
	border-color: transparent transparent transparent #666;
}
.ribbon-edge-topright {
	top: -5px;
	border-width: 5px 0 0 10px;
}
.ribbon-edge-bottomright {
	border-width: 0 0 0px 10px;
}
.ribbon-back-left {
	position: absolute;
	top: -5px;
	left: 0px;
	width: 0px;
	height: 100px;
	z-index: 0;
}
.ribbon-back-right {
	position: absolute;
	top: -5px;
	right: 0px;
	width: 0px;
	height: 100px;
	z-index: 0;
}

/* Navigation */

body.restaurants #nav .nav-items {
	text-align: center;
	line-height: 20px;
}

body.restaurants #nav .nav-items a {
	color: #333;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* Section Top Content */

body.restaurants #top_content .left_side {
	float: left;
	height: 270px;
	width: 635px;
	background: url('http://media.arkansasonline.com/static/nwaonline/images/dining/cover_brackets.png') no-repeat 10px 15px;
}

body.restaurants #top_content .right_side {
	float: left;
	height: 270px;
	width: 315px;
}

body.restaurants #top_content .cover_story {
	padding: 40px;
}

body.restaurants #top_content .top_story_container {
	overflow: hidden;
	height: 190px;
	width: 555px;
}

body.restaurants #top_content .featured {
	margin: 20px 0px 20px 20px;
}

body.restaurants #top_content .featured img {
	margin: 8px 0px;
	box-shadow: 2px 2px 2px #999;
}

body.restaurants #top_content .featured a {
	color: #8BAB12;
	text-decoration: none;
}

body.restaurants #top_content .featured p {
	font-size: 12px;
}

/* Section */

body.restaurants .story_image {
	float: left;
	margin-right: 12px;
}

body.restaurants .story_image img {
	box-shadow: 2px 2px 2px #999;
}

body.restaurants .story_container h3 {
	color: #8BAB12;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}

body.restaurants .story_container h3 a {
	color: #8BAB12;
	text-decoration: none;
}

body.restaurants .story_container h4 {
	color: #A1A1A1;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 5px 0;
}

body.restaurants .story_container p.tease {
	color: #444444;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 5px 0;
}

body.restaurants .story_container a.more {
	float: right;
	color: #444444;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
	margin-top: 13px;
}

body.restaurants #main .story_container div.hr {
	border-top: 1px solid #CCC;
	width: 520px;
	float: left;
	margin-top: 20px;
}

body.restaurants #main .story_container {
	margin-top: 13px;
}

body.restaurants p.pagination {
	margin-top: 10px;
}

body.restaurants p.pagination a {
	color: #8BAB12;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* Story */

body.restaurants #story_header h2, body.restaurants #story_header h2 a {
	color: #8BAB12;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
}

body.restaurants #story_header h3 {
	color: #A1A1A1;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

body.restaurants #story_header p.byline {
	/* display: none; */
}

body.restaurants #story_body p {
	color: #444;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}

/* Sidebar */

body.restaurants #sidebar .side-search {
	background: url('http://media.arkansasonline.com/static/nwaonline/images/dining/side_search_background.png') no-repeat;
	height: 28px;
	width: 305px;
}

body.restaurants #sidebar .side-search input {
	float: left;
	height: 28px;
	width: 250px;
	background: transparent;
	border: none;
	margin-left: 10px;
	margin-bottom: 15px;
	color: #838383;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	line-height: 28px;
}

body.restaurants #sidebar .side-search a {
	text-indent: -9999px;
	height: 28px;
	width: 35px;
	float: left;
	margin-left: 10px;
}

body.restaurants #sidebar .dining_deals {
	margin-top: 20px;
}

body.restaurants #sidebar .dining_deals img {
	border: none;
	height: 151px;
	width: 314px;
	margin: auto;
}

body.restaurants #sidebar .oas_ad p {
	display: none;
}

body.restaurants #sidebar .medium_rectangle {
	margin: 20px 0;
}

/* Restaurant Detail */

body.restaurants div.places_header h2 {
	color: #8BAB12;
}

body.restaurants div.places_header p {
	color: #444;
	margin-bottom: 7px;
}

body.restaurants div.places_header p a {
	text-decoration: none;
}

body.restaurants div.places_header ul {
	float: right;
	width: 278px;
	border: 1px solid #C9C9C9;
	background: #EEE;
	color: #444;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 10px;
}

body.restaurants div.places_header ul li {
	list-style: none;
}

body.restaurants div.places_header ul li a {
	text-decoration: none;
}

body.restaurants div.left_graphics {
	width: 300px;
	float: left;
	margin-bottom: 10px;
}

body.restaurants img.lead_art {
	margin-bottom: 15px;
}

body.restaurants div.description {
	float: right;
	width: 298px;
	color: #444;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

body.restaurants div.description h3 {
	margin-bottom: 5px;
	color: #666;
	font-size: 16px;
	font-weight: bold;
}

body.restaurants ul.share_buttons {
	margin-bottom: 10px;
}

body.restaurants div.details {
	clear: both;
	color: #444;
	font-size: 14px;
	font-weight: normal;
}

body.restaurants div.details a {
	text-decoration: none;
}

body.restaurants div.details h2 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
}

body.restaurants div.details div.body {
	width: 280px;
	float: left;
	margin-bottom: 10px;
}

body.restaurants div.details div.body table tr td:first-child {
	min-width: 140px;
}

body.restaurants div.details div.body table td {
	padding: 0 5px;
	vertical-align: top;
}

body.restaurants div.payments {
	width: 300px;
}

body.restaurants div.details div.module {
	clear: both;
	float: left;
	margin-bottom: 10px;
}

body.restaurants div.details div.module div.body table tr td:first-child {
	min-width: 90px;
}

body.restaurants div.details div.module div.body table tr td:second-child {
	min-width: 190px;
}

/* Search Results */

body.restaurants div#main h1.page_head {
	color: #8BAB12;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
}

body.restaurants div#main p.result_count {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0;
}

body.restaurants form.restaurant_search_form {
	padding: 10px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

body.restaurants form.restaurant_search_form img.search_graphic {
	float: left;
	margin-right: 10px;
}

body.restaurants form.restaurant_search_form h3 {
	color: #666;
	font-size: 16px;
	line-height: 20px;
}

body.restaurants form.restaurant_search_form input.submit_button {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

body.restaurants form.restaurant_search_form div.attributes {
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	margin-top: 7px;
	margin-left: 10px;
}

body.restaurants form.restaurant_search_form div.attribute_list {
	clear: both;
	font-size: 12px;
	line-height: 14px;
}

body.restaurants form.restaurant_search_form div.attribute_list ul {
	list-style: none;
}

body.restaurants form.restaurant_search_form div.attribute_list > ul {
	float: left;
	margin-right: 15px;
}

body.restaurants form.restaurant_search_form div.attribute_list ul li b {
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

body.restaurants form.restaurant_search_form div.attribute_list ul li ul li {
	float: left;
	margin-right: 10px;
}

body.restaurants div.place_list, body.restaurants form.restaurant_search_form, body.restaurants table.place_list {
	color: #444;
	font-size: 14px;
	font-weight: normal;
}

body.restaurants div.place_list a, body.restaurants form.restaurant_search_form a, body.restaurants table.place_list a {
	text-decoration: none;
}

body.restaurants form.restaurant_search_form select, body.restaurants form.restaurant_search_form input[type=text] {
	min-width: 160px;
}

body.restaurants div.place_list div.item {
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
}

body.restaurants div.place_list a.thumbnail {
	float: left;
	margin-right: 10px;
}

body.restaurants table.place_list th {
	text-align: left;
	padding: 10px 15px 10px 0px;
	width: 135px;
}

body.restaurants table.place_list th:first-child {
	width: 300px;
}

body.restaurants table.place_list td {
	text-align: left;
	vertical-align: top;
	padding: 5px 15px 5px 5px;
	border-bottom: 1px solid #CCC;
}

body.restaurants table.place_list td h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

body.restaurants table.place_list td p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

body.restaurants table.place_list td a {
	font-size: 14px;
	line-height: 18px;
}

body.restaurants table.place_list tr.featured {
	background: #F5F5F5;
}

/* COMMENTS
-----------------------*/
#comments { width: 615px; margin: 0; float: left; }
#comments h3 { font-size: 20px; line-height: 20px; color: #333333; padding: 5px 0 0 0; border-top: 1px solid #cccccc; }
#comments p { font-size: 13px; line-height: 130%; margin: 0 0 14px 0; color: #111111; }
#comments p.user_rules { font-size: 12px; line-height: 130%; }
#comments .comment_text p.author { margin: 0; }
#comments .avatar a img { margin: 0 5px 10px 0; float: left; height: 50px; width: 50px; }
#comments .avatar span { display: block; font-size: 12px; line-height: 16px; color: #333333; }
#comments .avatar span a { text-decoration: none; }
#comments .avatar span a:hover { text-decoration: underline; }
#comments .comment_textarea { clear: both; width: 413px; margin: 0 0 10px; }
#comments .comment_textarea textarea { width: 292px; border: 1px solid #cccccc; padding: 3px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; color: #333333; }
#comments .comment_list .odd, #comments .comment_list .even { padding: 5px; margin: 0 0 10px; }
#comments .comment_list .odd { background: #eeeeee; }
