h3 small {
	font-size: 0.75em;
	font-weight: normal;
}
div#info {
	overflow: hidden;
	margin-bottom: 20px;
}
a.down-vote {
	display: block;
	width: 100%;
}

/* ===============================================
		Dining Guide and Event Calendar stuff
   =============================================== */

/* Heading */
div.event div#sidebar h2, div.dining div#sidebar h2 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px;
}
div#sidebar h2 a { display: block; }
div#sidebar h2 span { display: none; }
div.event div#sidebar h2 a {
	height: 23px;
	background: url(images/event_header.gif) no-repeat;
}
div.barguide div#sidebar h2 a {
	height: 36px;
	background: url(images/barguide_header.gif) no-repeat;
}
div.dining div#sidebar h2 a {
	height: 31px;
	background: url(images/dining_header.gif) no-repeat;
}

/* Dining Guide and Event Cal results list */
ol#results {
	margin-bottom: 20px;
	list-style: none;
	}
	ol#results li {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: solid 1px #999;
		position: relative;
		overflow: hidden;
		margin-left: 0;
		list-style: none;
		width: 100%;
	}
	ol#results h4 {
		font-size: 1.286em;
		line-height: 1.333em;
		margin-bottom: 0;
	}
	ol#results li.last-child, ol#results li:last-child {
		margin-bottom: 0;
		border-bottom: 0;
		padding-bottom: 0;
	}
	ol#results a.marker {
		position: absolute;
		right: 0; top: 0;
	}
	ol#results p.rollcall, ol#results div.rating {
		width: 120px;
		float: left;
		background: #d4d4d4;
		text-align: center;
		padding: 10px 0;
	}
	ol#results p.rollcall strong {
		font-size: 2.857em;
		line-height: 1em;
		display: block;
	}
	ol#results p.rollcall span {
		display: block;
		font-weight: bold;
		color: #666;
	}
	ol#results p.rollcall a {
		display: block;
		font-weight: bold;
	}
	ol#results div.info, ol#results p.adr {
		margin-left: 20px;
		position: relative;
		width: 360px;
		float: left;
	}
	div.barguide ol#results div.info, div.barguide ol#results p.adr {
		margin-left: 0;
	}
	ol#results p.date {
		font-size: 0.857em;
		line-height: 1.333em;
		font-style: italic;
		margin-bottom: 8px;
	}
	ol#results h5 {
		font-size: 1em;
		line-height: 1.143em;
		margin-bottom: 0;
	}
	ol#results h5 a {
		text-decoration: none;
	}
	ol#results h5 span {
		text-decoration: underline;
	}
	ol#results h5 a:hover span {
		text-decoration: none;
	}
	ol#results h5 a:after, div.dining ol#results span.street-address:after {
		line-height: 1em;
		content: url(images/events_map.gif);
		vertical-align: -15%;
		margin-left: 4px;
	}
	div.dining ol#results a.adr {
		color: #333;
	}
	ol#results p.adr {
		font-size: 0.857em;
		line-height: 1.333em;
	}
	ol#results p.comments {
		position: absolute;
		top: 100px; right: 0;
		font-weight: bold;
		font-size: 0.857em;
		line-height: 1.333em;		
	}
	ol#results p.comments a:after {
		content: "\0020\00BB";
	}
	ol#results a.category {
		color: #999;
		font-weight: bold;
	}
	ol#results a.category:hover {
		color: #666;
	}
	ol#results div.rating img, ol#results div.rating strong, ol#results div.rating small {
		display: block;
		margin: 0 auto;
	}
	ol#results div.rating strong {
		font-size: 1.714em;
		line-height: 1em;
		margin-bottom: 0.167em;
	}
	ol#results div.rating small {
		font-weight: bold;
		color: #666;
		line-height: 1.1em;
	}
	ol#results a.adr {
		display: block;
		color: inherit;
		text-decoration: none;
	}
	ol#results div.tel {
		font-weight: bold;
}

/* Month Navigation */
div#month {
	overflow: hidden;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	}
	div#month .nth-child-1 {
		float: left;
		text-align: left;
	}
	div#month .nth-child-1:before {
		content: "\00AB\0020";
	}
	div#month .nth-child-3 {
		font-size: 16px;
	}
	div#month .nth-child-2 {
		float: right;
		text-align: right;
	}
	div#month .nth-child-2:after {
		content: "\0020\00BB";
}

/* Calendar */
table#calendar {
	width: 200px;
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom: 20px;
	}
	table#calendar th, table#calendar td {
		width: 27px;
		vertical-align: top;
		margin: 0 2px 2px 0;
		color: #fff;
	}
	table#calendar th {
		text-align: left;
		text-indent: 4px;
		background: #444;
		font-size: 11px;
	}
	table#calendar td {
		font-weight: bold;
		text-indent: 4px;
		font-size: 11px;
	}
	table#calendar td a {
		display: block;
		width: 27px;
		height: 35px;
		background: #505153;
		color: #fff;
		text-decoration: none;
	}
	table#calendar td a:hover { background-color: #747679; color: inherit; }
	table#calendar td a:focus { background: #96989b; }
	table#calendar td.inactive { background: #444; }
	table#calendar td.active a { 
		background: #fc0;
		color: #2c2c2d;
}

/* Submit */
p#submit {
	font-weight: bold;
	}
	p#submit a {
		display: block;
}

/* Sponsored listings */
ul#sponsored {
	margin-bottom: 20px;
	list-style: none;
	}
	ul#sponsored li {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: solid 1px #666;
		margin-left: 0;
		list-style: none;
	}
	ul#sponsored li.last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	ul#sponsored h4.last-child {
		font-size: 14px;
		margin-bottom: 0;
	}
	ul#sponsored p.adr {
		font-size: 11px;
	}
	ul#sponsored div.tel {
		font-weight: bold;
}

/* Map callout */
div#callout {
	position: absolute;
	color: #f6f6f7;
	width: 360px;
	}
	div#callout a { color: #eb0; }
	div#callout a:hover { color: #ff9; }
	div#callout p.rollcall { display: none; } 
	div#callout a.marker { display: none; }
	div#callout p.comments { display: none; }
	div#callout_b {
		height: 10px;
	}
		
	#callout_tl, #callout_tr,
	#callout_bl, #callout_br,
	#callout_l,#callout_r {
		height: 0px;
		width: 0px;
		background: url(images/callout_bottom.gif) no-repeat;
	}
	div#callout_close {
		height: 20px;
		width: 20px;
		background: url( images/callout_close.gif ) no-repeat bottom left;
	}
	div#callout_contents {
		display: block;
		background: url(images/callout_bg.gif) repeat-y;
		padding-left: 30px;
	}
	div#callout h4 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 0;
		margin-top: 10px;
	}
	div#callout h4 a {
		color: inherit;
		text-decoration: none;
	}
	div#callout p.date {
		font-size: 12px;
		line-height: 12px;
		font-style: italic;
		margin-bottom: 16px;
	}
	div#callout div.location {
		margin-bottom: 8px;
	}
	div#callout h5, div#callout p.adr {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 0;
	}
	div#callout div.description {
		margin-bottom: 8px;
	}
	div#callout div.rating {
		display: none;
	}
	div#callout a.adr {
		display: block;
		color: #fff;
		text-decoration: none;
		font-size: 0.875em;
		margin-bottom: 0.571em;
	}
	div#callout p.tel {
		font-weight: bold;
	}


/*
	Contact forms
*/
hr.spacer {
	border: 0;
	background-color: #fff;
	clear: both;
	padding: 0;
	margin: .5em;
	width: 0;
}
.warning {
	padding: .5em;
	margin: 1em 0;
	border: 2px solid #FBC2C4;
	background: #FBE3E4;
	color: #8a1f11;
}
.success {
	padding: .5em;
	margin: 1em 0;
	border: 2px solid #C6D880;
	background: #E6EFC2;
	color: #264409;
}
form.contact {
	margin: 1em 0;
}
form.contact fieldset {
	margin: .5em 0;
	padding: .5em 0;
	border-bottom: 1px solid #666;
}
form.contact div {
	float: left;
	margin-right: 1em;
}
form.contact span {
	font-size: .8em;
	padding-left: 1em;
}