/* ===================
		Reset CSS
   =================== */

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 {
	font-family: "helvetica neue",helvetica,arial,sans-serif;
	font-size: 12pt;
	line-height: 1.25em;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

:focus {
	outline: dotted thin;
}

/* remember to highlight inserts somehow! */
ins { text-decoration: underline; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
div#content p a:link:after,
div#profile-left a:link:after,
div#media a:link:after,
ul.border p a:link:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
div#content p a[href^="/"]:after,
div#profile-left a[href^="/"]:after,
div#media a[href^="/"]:after,
ul.border p a[href^="/"]:after {
  content: " (http://www.lansinglowdown.com" attr(href) ") ";
}


div#preheader,
div#button,
div#leaderboard,
div#skyscraper,
div#best-bets,
form#search,
div#nav,
div#article-social,
div#sidebar,
div#comments,
div#discuss,
div.feeds, div.review, div.ipod,
ul.utility,
div.pagination,
.rollcall,
p.comments,
a.marker,
.dining-rateVote,
div#more,
div.search-nav {
	display: none;
}
h1#logo {
	overflow: hidden;
}
h1#logo img { display: none; }
h1#logo img.print { display: block; }
h1#logo a#lld {
	float: left;
	display: block;
}
h1#logo a#tsn {
	float: right;
	display: block;
}

p, li {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
div#body {
	overflow: hidden;
}
div.photo, div.rating {
	float: right;
	margin: 0 0 1em 1em;
	width: 12em;
}
div.photo img {
	width: 12em;
}
div#header {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: solid 1px #000;
}
div#footer {
	padding-top: 2em;
	margin-top: 2em;
	border-top: solid 1px #000;
}

div#article-headline {
	margin-bottom: 2em;
}
div#article-headline p {
	font-size: 80%;
}
h2, div.blogPost h3 {
	font-size: 1.5em;
	line-height: 125%;
	margin-bottom: 0;
}
p.copyright {
	font-size: 80%;
}

ol#results {
	margin-top: 1.5em;
}
ol#results li, div.hit, ul.border li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: dotted 1px #000;
}
ol#results li:last-child, div.norule, ul.border li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
a.category, h4#category {
	font-size: 80%;
	margin-bottom: 0.5em;
	font-weight: normal;
	text-decoration: none;
}
div#profile-left {
	float: left;
	width: 14em;
	margin: 0 1em 1em 0;
}
div#profile-right {
	margin-left: 15em;
}