@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------------------------------------------*/
/* CSS Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------------------------------------------------------------------------------*/
/* Global */

html {
	height:100%;
	width:100%;
}
body {
	height:100%;
	width:100%;
}
h1,h1 a,h2, h2 a {
	color:#d78004;
	font-family:arial, verdana;
	font-weight:normal;
	font-size:27px;
	line-height:20px;
	margin-bottom:16px;
}

h3 {
	color:#999999;
	font-family:arial, verdana;
	font-size:13px;
	line-height:15px;
	font-weight:normal;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	margin-top:-10px;
}
h4 {
	color:#0e1c29;
	font-family:arial, verdana;
	font-size:14px;
	line-height:15px;
	font-weight:bold;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
}
h5 {
	color:#0e1c29;
	font-family:arial, verdana;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:18px;
	border-color:#0e1c29;
	border-bottom:1px;
	border-bottom-style:dotted;
}
p, address {
	color:#0e1c29;
	font-family:arial, verdana;
	font-size:14px;
	line-height:15px;
	text-decoration:none;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
}
a {
	text-decoration:none;
	color:#07738e;
}
a:hover {
	text-decoration:underline;
}
a:visited {
}
hr {
	margin-top:20px;
	margin-bottom:20px;
	border-color:#0e1c29;
	border-bottom:1px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom-style:dotted;
	width:100%;
	clear:both;
}
/*------------------------------------------------------------------------------------------------*/
/* Interface */

#wrapper {
	position:relative;
	margin:0px auto;
	width:100%;
}
#header {
	height:160px;
}
#header_top {
	height:34px;
	background-color:#0e1c29;
	width:100%;
}
#header_top_inner {
	width:1003px;
	margin:0px auto;
}
#city {
	width:232px;
	height:34px;
	float:left;
	margin-left:-12px;
}
/*#other_editions {
	height:34px;
	width:256px;
	background:url(images/other_editions.gif);
	float:right;
	margin-right:6px;
}*/
#header_bottom {
	width:1003px;
	margin:0px auto;
}
#logo {
	position:relative;
	width:274px;
	height:126px;
	background:url(images/logo.png) no-repeat;
	float:left;
	clear:left;
}
#banner_720x90 {
	position:relative;
	width:728px;
	height:90px;
	border:1px solid #0e1c29;
	float:left;
	margin-left:-1px;
	margin-top:17px;
}
#footer {
	width:1003px;
	clear:both;
	border-color:#0e1c29;
	border-top:1px;
	border-top-style:dotted;
	padding-top:16px;
	margin:0px auto;
	height:30px;
}
#footer p {
	color:#939292;
	float:left;
	font-size:12px;
	line-height:14px;
}
#footer a {
	font-family:arial, verdana;
	font-size:12px;
	line-height:14px;
}
#footer ul {
	float:right;

}
#footer li {
	float:right;
	padding-left:22px;
}
/*------------------------------------------------------------------------------------------------*/
/* Navigation */

#navigation {
	position:relative;
	background:url(images/nav.png) -0px -0px no-repeat;
	width:394px;
	height:34px;
	z-index:100;
	color:#ffffff;
	float:right;
}
#navigation span {
	display: none;
}
#navigation li {
	height:34px;
	float:left;
}
#navigation li, #navigation a {
	display:block;
	list-style:none;
}
/* Links */

#navneighbourhoods, li#navneighbourhoods a {
	height:34px;
	width:135px;
}
#navrestauranttypes, li#navrestauranttypes a {
	height:34px;
	width:134px;
}
#navbestoflists, li#navbestoflists a {
	height:34px;
	width:123px;
}
/*
#navneighbourhoods a:hover {
	background:url(images/nav.png) -0px -34px no-repeat;
}
#navrestauranttypes a:hover {
	background:url(images/nav.png) -135px -34px no-repeat;
}
#navbestoflists a:hover {
	background:url(images/nav.png) -269px -34px no-repeat;
}


body#neighbourhoods ul#navigation li#navneighbourhoods {
	background:url(images/nav.png) -0px -34px no-repeat;
}
body#restauranttypes ul#navigation li#navrestauranttypes {
	background:url(images/nav.png) -135px -34px no-repeat;
}
body#bestoflists ul#navigation li#navbestoflists {
	background:url(images/nav.png) -269px -34px no-repeat;
}/*
/*------------------------------------------------------------------------------------------------*/
/* Content */

#content {
	height:auto;
	width:1003px;
	margin:0px auto;
	border-top:7px solid #0e1c29;
}
#content_left {
	width:632px;
	margin-top:45px;
	float:left;
	clear:left;
	height:auto;
	margin-bottom:18px;
}
#content_right {
	width:284px;
	margin-top:45px;
	margin-left:29px;
	background-color:#f2f0f0;
	float:left;
	padding:29px;
	padding-bottom:18px;
	margin-bottom:18px;
	height:auto;
}
#content_right a {
	font-family:arial, verdana;
	font-size:14px;
	line-height:17px;
	margin-left:0px;
	margin-right:0px;
	text-decoration:none;
	color:#07738e;
}
#content_right a:hover {
	text-decoration:underline;
}
/*------------------------------------------------------------------------------------------------*/
/* Left Content */

#content_left ul {
	color:#0e1c29;
	font-family:arial, verdana;
	font-size:14px;
	line-height:15px;
}
.lower_content {
	clear:both;
}
.lower_content ul {
	list-style:disc;
	margin-left:13px;
}
.post_left {
	clear:left;
	float:left;
	width:350px;
	margin-bottom:15px;
}
.post_right {
	float:left;
	clear:right;
	width:230px;
}
.address {
	padding-top:10px;
	margin-bottom:0px;
}
.city_country {
}
.phone {
}
.post_right {
}
.awards ul {
	width:160px;
	float:left;
	clear:left;
	text-align:right;
	margin-bottom:15px;
}
.awards img {
	float:right;
	clear:right;
	margin-top:-6px;
}
.cost {
	margin-top:5px;	
}
.cost p {
	float:left;
	width:160px;
	text-align:right;
	color:#07738e;
	margin-top:8px;
}
.cost img {
	float:right;
	clear:right;
}
.allday {
}
.allday p{
	float:left;
	width:160px;
	text-align:right;
	color:#07738e;
	margin-top:7px;
}
.allday img {
	float:right;
	clear:right;
	margin-top:0px;
}
.website img {
	padding-right:6px;
	margin-bottom:-3px;
}
.map img {
	padding-right:6px;
	padding-left:6px;
	margin-bottom:-3px;
}
.map a {
}
.neighbourhood {
}
.cuisine {
	margin-top:-15px;
}
p.hours {
	margin-bottom:0px;
}

.read_review {
	width:108px;
	float:left;
	clear:both;
	text-align:left;
}

.read_review img {
	float:left;
	clear:left;
	padding-right:6px;
	margin-top:-1px;
}

.read_review a {
	float:left;
	clear:right;
}
p.read_review  {
	padding-top:12px;
}

.post_image {
	border:1px solid #dedddd;
	padding:4px;
	margin-bottom:15px;
	text-align:left;
	width:622px;
	}
	
.exterior_post_pic {
	text-align:left;
	width:622px;
}
	
#pagination {
	width:630px;
	margin-top:15px;
}
#pagination_left {
	width:50%;
	float:left;
}

#pagination_right {
	width:50%;
	float:right;
}

#pagination_left img {
	float:left;
	margin-top:-1px;
	padding-right:6px;
}
#pagination_right img {
	float:right;
	margin-top:-1px;
	padding-right:6px;
}
#pagination_right a {
	float:right;
}
#pagination a {
	font-family:arial, verdana;
	font-size:14px;
	line-height:15px;
}

ul.neighbourhoods {
	position:relative;
	float:left;
	width:180px;
	margin-right:20px;
}
ul.neighbourhoods {
	position:relative;
	float:left;
	width:180px;
	clear:right;
}
#whoweare img {
	float:left;
	margin-right:32px;
	border:1px solid #dedddd;
	padding:4px;
	margin-bottom:16px;
}
#ourratings img  {
	float:left;
}
#ourratings h4 {
	font-size:18px;
	clear:right;
	margin-top:-28px;
	margin-left:110px;
}
#ourratings p {
	clear:both;
}

/*------------------------------------------------------------------------------------------------*/
/* Right Content */

.right_block {
	clear:both;
	width:284px;
}
#search {
	height:43px;
	width:290px;
}
#search input {
	border:none;
	width:201px;
	margin-left:5px;
	margin-top:5px;
}
#search_bg {
	width:211px;
	height:25px;
	background:url(images/bg_search.gif) no-repeat;
	float:left;
	clear:both;
}
#searchsubmit {
	border:none;
	background-image:url(images/btn_search.gif); 
	width:67px; 
	height:25px;
	position:relative;
	top:-5px;
}
#follow_us {
}
#follow_us img {
	float:left;
	padding-right:8px;
	padding-bottom:18px;
}
#ratings {
	width:133px;
	float:left;
	padding-bottom:18px;
}
.rating-list {
	width:100px;
	height:19px;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:5px;
}
.rating-list li {
	float:left;
	margin-right:3px;
}
.rating-list li .rating-on {
	display:block;
	width:17px;
	height:19px;
	background:url(images/rating.png) 0 0 no-repeat;
}
.rating-list li .rating-off {
	display:block;
	width:17px;
	height:19px;
	background:url(images/rating.png) 0 -19px no-repeat;
}
#neighbourhoods {
	width:133px;
	float:left;
	padding-left:17px;
}
#our_sponsors_125x125, #restaurant_pics {
	clear:both;
	padding-bottom:18px;
}
#our_sponsors_125x125 img, #restaurant_pics img {
	border:1px solid #dedddd;
	padding:4px;
	margin-right:3px;
	margin-bottom:5px;
	margin-left:2px;
}
#resaurant_types {
	width:133px;
	float:left;
	padding-bottom:18px;
}
#citys_best {
	width:133px;
	float:left;
	padding-left:17px;
	padding-bottom:18px;
}
#all_day_breakfast {
	clear:both;
	padding-bottom:18px;
	padding-left:43px;
}
#post_types {
	width:133px;
	float:left;
	padding-bottom:18px;
}
#best_of_lists {
	width:133px;
	float:left;
	padding-left:17px;
	padding-bottom:18px;
}
#restaurant_pics {
	clear:both;
}
#our_sponsors_300x250 {
	clear:both;
}
#our_sponsors_300x250 img {
	border:1px solid #dedddd;
	padding:4px;
	margin-left:-13px;
}
