/* CSS Document */

/*CORE BASE STYLES*/

BODY {
	margin:0; 
	padding:0; 
	font-family:Arial,Helvetica,sans-serif; 
	background:#391C0F url(../images/bg-body.jpg) top left repeat-x; 
	color:#020202; 
	text-align:left; 
	}
P, UL, OL, TD {
	font:100%/140% Arial,Helvetica,sans-serif; 
	}
P {
	margin:6px 0px 6px 0px; 
	}
UL {
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 15px; 
	list-style-type:square; 
	}
OL {
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 15px; 
	list-style-type:decimal; 
	}
A:LINK {
	color:#651809; 
	text-decoration:underline; 
	}
A:VISITED {
	/*color:#996633; */
	/*color:#7D6E65;*/
	color:#6A5E57;
	text-decoration:underline; 
	}
A:HOVER {
	color:#CC0000; 
	text-decoration:underline; 
	}
A:ACTIVE {
	color:#FFFFFF; 
	text-decoration:underline; 
	}
H1, H2, H3, H4, H5, H6 {
	margin:10px 10px 5px 0px; 
	padding:0px 0px 0px 0px; 
	color:#660000; 
	font:bold 100%/1.2 Arial,Helvetica,sans-serif; 
	}
H1 { 
	font-size:190%; 
	font-family:Georgia,Arial,Helvetica,sans-serif;
	font-weight:normal;
	}
H2 {
	font-size:125%; 
	}
H2.categoryHeader {
	font-size:150%;
	font-family:Georgia,Arial,Helvetica,sans-serif;
	font-weight:normal;
	color:#000000;
	}
H2.searchHeader {
	font-size:190%; 
	font-family:Georgia,Arial,Helvetica,sans-serif;
	font-weight:normal;
	}
H3 {
	font-size:100%; 
	}
H4 {
	font-size:95%; 
	}
H5 {
	font-size:90%; 
	}
H6 { 
	font-size:85%; 
	}

  /**************************************************/
 /****************ALL PAGE SELECTORS****************/
/**************************************************/

#wrapper {
	position:relative; 
	margin:0px auto; 
	text-align:center; 
	width:980px; 
	}
#logo, #specialButton, #headerLinks, #searchBox, #searchBox #Search, #langSelect, #contentWrapper, #adverts, #headerWrapper, #midsectionWrapper, #flash, #mainNav, #allContent, #allContentHome {
	position:absolute;
	}
#headerWrapper {
	top:0px;
	left:11px;
	width:962px;
	}
#logo {
	top:0px; 
	left:0px; 
	}
#specialButton {
	top:0px; 
	left:350px; 
	width:190px; 
	height:60px; 
	}
#headerLinks {
	top:0px; 
	left:550px; 
	width:240px; 
	color:#C96;
	font-size:11px; 
	}
#searchBox {
	top:0px; 
	left:790px; 
	padding:0 0 0 43px; 
	background:url(../images/bg-search.gif) 0px 2px no-repeat; 
/* http://tantek.com/CSS/Examples/boxmodelhack.html */
	box-sizing:content-box; 
	width:173px; 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	width:130px; 
	}
html>body #searchBox {
	width:130px;
	} 
#searchBox form {
	margin:4px 0 0 0; 
	}
#searchBox input {
	color:#666; 
	font-size:11px; 
	}
#searchBox #query {
	width:100px; 
	border:1px solid #666; 
	}
#searchBox #Search {
	top:5px; 
	left:148px; 
	}

#searchBoxInContent {
/* http://tantek.com/CSS/Examples/boxmodelhack.html */
	box-sizing:content-box; 
	width:250px; 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	width:250px; 
	}
html>body #searchBoxInContent {
	width:250px;
	} 
#searchBoxInContent form {
	margin:0px 0 0 0; 
	}
#searchBoxInContent input {
	color:#666; 
	font-size:11px; 
	}
#searchBoxInContent #query {
	width:150px; 
	border:1px solid #666;
	}
#searchBoxInContent #Search {
	margin-top:5px;
	}
#langSelect {
	top:30px; 
	left:550px; 
	padding:0 0 0 283px; 
	border-top:1px solid #8A411E; 
	background:url(../images/bg-language.gif) 180px 2px no-repeat; 
/* http://tantek.com/CSS/Examples/boxmodelhack.html */
	box-sizing:content-box; 
	width:413px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:130px; 
	}
html>body #langSelect {
	width:130px;
	} 
#langSelect form {
	margin:4px 0 0 0; 
	}
#langSelect #langOptions {
	width:100px; 
	border:1px solid #666; 
	color:#666; 
	font-size:11px; 
	}
#headerLinks A:LINK, #headerLinks A:VISITED, #footer A:LINK, #footer A:VISITED {
	color:#C96;
	}
#headerLinks A:HOVER, #headerLinks A:ACTIVE, #footer A:HOVER, #footer A:ACTIVE {
	color:#F90;
	}
#mainNav {
	top:60px;
	left:0px; 
	width:963px;
	}
#mainNav UL {
	padding:0;
	list-style-type:none;
	}
#mainNav LI {
	float:left;
	}
#mainNav A:LINK, #mainNav A:ACTIVE, #mainNav A:HOVER, #mainNav A:VISITED {
	text-decoration:none;
	}
/*#adverts {
	background-color:#B98A57;
	left:734px;
	padding-top:4px;
	top:472px;
	width:240px;
	}
#adverts IMG {
	padding:2px 3px 2px 3px;
	}
#footer {
	background:url(../images/footer.gif) no-repeat;
	color:#CC9966;
	clear:both; 
	font-size:69%;  
	padding:15px 10px 4px 1px; 
	}*/


  /**************************************************/
 /****************HOME PAGE SELECTORS***************/
/**************************************************/

#midsectionWrapper {
	background:#D9AF7C url(../images/bg-content.gif) repeat-y;
	font-size:76%;
	top:111px;
	left:11px;
	width:963px;
	}
#features {
	background-color:#996633;
	height:361px;
	width:172px;
	}
#features IMG.left {
	padding:1px 1px 1px 0px;
	}
#features IMG.right {
	padding:1px 0px 1px 1px;
	}
#features IMG.header {
	padding:0;
	}
#features H2 {
	margin:8px 10px 2px 10px; 
	}
#features UL {
	list-style:none;
	padding:0px 8px 0px 8px;
	}
#features LI {
	padding:2px 0 1px 0;
	}
#features A:LINK {
	color:#FFCC66;
	}
#features A:VISITED {
	color:#660000;
	}
#features A:HOVER {
	color:#FF9900;
	}
#features A:ACTIVE {
	color:#391C0F;
	}
#quickLinks {
	
	}
#events {
	background-color:#D9AF7C;
	float:right;
	height:361px;
	width:240px;
	}
#events IMG {
	padding:5px 3px 2px 3px;
	}
#events IMG.header {
	padding:0;
	}
#events H2 {
	margin:6px 10px 2px 10px;
	}
#events UL {
	list-style:none;
	padding:2px 8px 3px 12px;
	}
#events LI {
	padding:0 0 6px 0;
	}
#calendar {
	
	}
#flash {
	top:111px;
	left:183px;
	}
#contentWrapper {
	top:472px;
	left:11px;
	width:980px;
	}
#contentBackground {
	background:url(../images/bg-content.gif) repeat-y;
	width:980px;
	}
/*#mainContent {
	font-size:76%;
	padding:15px 20px 15px 20px;
	width:683px;
	}
*html #mainContent {
	width:723px;
	w\idth:683px;
	}*/
#flashAccolades {
	margin:-15px 0 0 -20px;
	}
  /**************************************************/
 /***************INNER PAGE SELECTORS***************/
/**************************************************/

#allContent {
	top:110px; 
	left:0px;	
	width:963px; 
	background:url(../images/bg-threecolumn.gif) top left repeat-y;
	text-align:left; 
	}
#threeColumn {
	width:963px; 
	}
#twoColumn {
	position:relative; 
	float:right; 
	width:791px; 
	clear:right;
	}
#subnavCol {
	position:relative;
	width:172px;
	float:left; 
	background:#996633; 
	font-size:76%;
	}
#mainContent {
	float:left;
	padding:15px 20px 15px 20px;
	font-size:76%;
/* http://tantek.com/CSS/Examples/boxmodelhack.html */
	box-sizing:content-box; 
	width:551px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:511px;
	}
html>body #mainContent {
	width:511px;
	} 
#supplement {
	float:right; 
	width:240px;
	font-size:76%;
	background-color:#B98A57;
	}
#supplement IMG {
	margin:2px 3px 2px 3px;
	}
#supplement OBJECT {
	margin:10px 2px 2px 4px;
	}
#footer {
	padding:15px 10px 4px 1px; 
	background:#391C0F url(../images/footer-inner.jpg) no-repeat;
	color:#CC9966;
	clear:both; 
	font-size:69%; 
	}
#footer P {
	line-height:1.0em; 
	}
#subnavCol IMG.left {
	margin:1px 1px 1px 0px;
	}
#subnavCol IMG.right {
	margin:1px 0px 1px 1px;
	}
#subnavCol IMG.header {
	padding:0;
	}
#subnavCol H2 {
	margin:8px 10px 2px 10px; 
	}
#subnavCol UL {
	list-style:none;
	padding:5px 8px 5px 8px;
	}
#subnavCol LI {
	padding:2px 0 1px 0;
	}
#subnavCol A:LINK {
	color:#FFCC66;
	}
#subnavCol A:VISITED {
	color:#660000;
	}
#subnavCol A:HOVER {
	color:#FF9900;
	}
#subnavCol A:ACTIVE {
	color:#391C0F;
	}
#relatedLinks {
	padding:38px 0 0 0; 
	background:#600 url(../images/header-related.gif) top left no-repeat; 
	}
#relatedLinks A:LINK {}
#relatedLinks A:HOVER {}
#relatedLinks A:VISITED {
	color:#FF9900;
	}
#relatedLinks LI {
	padding-bottom:7px;
	}
.banner {
	display:block; 
	}
/* http://www.positioniseverything.net/easyclearing.html */
#mainNav:after, #headerWrapper:after, #headnote:after, #headnoteTwo:after, #midsectionWrapper:after, #allContent:after, #threeColumn:after, #twoColumn:after, #allContentHome:after, #threeColumnHome:after, #twoColumnHome:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}
	
/* SECTION-SPECIFIC STYLES */

.searchTerm {
	font-size:11px; 
	border:1px solid #7FB7DD; 
	}
.go {
	margin-bottom:-3px; 
	}
#footer A:LINK, #footer A:VISITED {
	color:#CC9966;
	text-decoration:underline; 
	}
#footer A:HOVER, #footer A:ACTIVE {
	color:#996633;
	text-decoration:underline; 
	}
.floatLeft {
	float:left;
	}
.floatRight {
	float:right;
	}
	
.rightColumn {
	float:right;
	width:225px;
	padding-left:10px;
	margin-left:10px;
	}
	
.floatrightpad {
	float:right;
	padding-left:10px;
	margin-left:10px;
	}
	
.caption {
	font-size:x-small;
	}
	
.captionSmall {
	font-size:xx-small;
	}
.emailFriend {
	
	}
.pageNavigation {
	margin:6px 0; 
	text-align:center; 
	font-size:120%; 
	}
.iconKey {
	margin:6px 0; 
	text-align:right; 	
	}
.result {
	list-style-type:none; 
	}
.result LI {
	padding:6px 0; 
	}
.result .resultName {
	font-size:120%; 
	}
.result .resultInfo {
	
	}
.result .resultLinks {
	
	}
.resultsheading {
	font-size:130%;
	font-weight:bold;
	line-height:1.3em;
	margin-left:-10px;
	margin-top:30px;
	}
.eventresultsheading {
	font-size:130%;
	font-weight:bold;
	line-height:1.3em;
	margin:20px 10px 10px 0;
	}
.eventresultname {
	font-size:115%;
	font-weight:bold;
	line-height:1.3em;
	margin:20px 10px 10px 0;
	}
.eventdetails {
	font-size:100%;
	line-height:1.3em;
	margin:20px 10px 10px 0;
	}
.horizontalNav {
	width:95%; 
	list-style-type:none; 
	margin:0; 
	padding:0 10px; 
	}
.horizontalNav LI {
	float:left; 
	margin:3px -1px 3px 0; 
	padding:0 10px; 
	border-right:1px solid gray; 
	border-left:1px solid gray; 
	}
#horizontalNav:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}
DIV.imageRight {
	float:right;
	margin:15px 5px 0 5px;
	}
DIV.imageleft {
	float:left;
	margin:15px 5px 0 5px;
	}
#sectionHeader {
	width:791px;
	height:165px;
	display:block;
	}
.about {
	background:url(../images/template_banners/title-about.jpg) no-repeat;
	}
.lodging {
	background:url(../images/template_banners/title-lodging.jpg) no-repeat;
	}
.things {
	background:url(../images/template_banners/title-things.jpg) no-repeat;
	}
.dining {
	background:url(../images/template_banners/title-dining.jpg) no-repeat;
	}
.visitors {
	background:url(../images/template_banners/title-visitors.jpg) no-repeat;
	}
.planners {
	background:url(../images/template_banners/title-planners.jpg) no-repeat;
	}
.newcomers {
	background:url(../images/template_banners/title-newcomers.jpg) no-repeat;
	}
.film {
	background:url(../images/template_banners/title-film.jpg) no-repeat;
	}
.media {
	background:url(../images/template_banners/title-media.jpg) no-repeat;
	}
.default, .secondary {
	background:url(../images/template_banners/title-misc.jpg) no-repeat;
	}
	
  /****************************/
 /** DURHAM EVENTS CALENDAR **/
/****************************/

.calendar TABLE {
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
	}
.calendar TABLE TD {
	padding:4px;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	}
.button, .title, .headrow, .daynames {
	color:#996633;
	}
.daysrow {
	background-color:#663300;
	}



/* The main calendar widget.  DIV containing a table. http://www.durham-nc.com/visitors/event_cal.php */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #003063;
  font-size: 11px;
  color: #2a5273;
  cursor: default;
  background: #ffffcc;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  border-bottom: 1px solid #2a5273;
  border-right: 1px solid #2a5273;
  background-color: #ffffcc;
  color: #003366;
  font-weight:normal;
}

.calendar .nav {
  color: #003366;
  font-weight:normal;
  background: #ffffc6 url(menuarrow.gif) no-repeat 100% 100%;
  border-bottom: 1px solid #2a5273;
  border-right: 1px solid #2a5273;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #9cb6ce;
  color: #003366;
  padding: 2px;
  border-bottom: 1px solid #2a5273;
  border-right: 1px solid #2a5273;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background-color: #ffffc6;
  color: #2a5273;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #eff3f7;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #2a5273;
  padding: 2px;
  text-align: center;
  color: #003063;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #cc0000;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #fff;
  color: #000;
  border: 1px solid #003366;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #9cb6ce;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #2a5273;
  text-align: right;
  padding: 2px 4px 2px 2px;
  background-color: #ffffcc;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px inset #2a5273;
  padding: 1px 3px 1px 1px;
  background: #dee3e7;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #cc0000;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #9cb;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #9cb6ce;
  color: #003366;
  border-top: 1px solid #61839f;
  padding: 1px;
  font-weight: bold;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #fff;
  color: #000;
  font-size: 90%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #9cb6ce;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff000;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/********** END CALENDAR WIDGET *************/


/********** RSS FEEDS *************/
ul#rss_feeds {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#rss_feeds li {
  margin-bottom: .5em;
  background: url('/resources/images/feeds/feed-icon-14x14.png') 0 2px no-repeat;
  height: 16px;
}

ul#rss_feeds li a, #rss_feed a {
  padding-left: 20px;
}

#rss_feed {
  background: url('/resources/images/feeds/feed-icon-14x14.png') 0 2px no-repeat;
  height: 16px;
}

#rss_link {
	margin-top: 10px;
}

#rss_link a {
	background: url('/resources/images/feeds/feed-icon-14x14.png') 0 0 no-repeat;
	height: 14px;
	padding-left: 19px;
}

/********** RSS LINK IN TEMPLATE HEADER *************/
#rssLink {
	position:absolute;
	top:5px;
	left:92px;
	height: 14px;
	padding-left:0px;
	font-size:11px; 
	text-align:left;
	/*background:transparent url('/resources/images/feeds/feed-icon-14x14.png') no-repeat;*/
	color:#CC9966;
	white-space:nowrap;
	}
#rssLink A:LINK, #rssLink A:VISITED {
	color:#CC9966;
	}
#rssLink A:HOVER, #rssLink A:ACTIVE {
	color:#F90;
	}
#rssLink IMG {
	behavior:url('/resources/.template/includes/pngbehavior.htc');
	}

/********** NAVTEQ MAP PAGES *************/
#allMapContent {
	left:0px;	
	text-align:left; 
	top:70px; 
	position:absolute;
	/*background-color:#CC9966;*/
	}
#allMapContent2 {
	left:0px;	
	text-align:left; 
	top:110px; 
	position:absolute;
	}
#mainMapContent {
	background-color:#dcb07f;
	font-size:76%;
	padding:5px;
	position:relative;
	}
#printableMapLink {
	font-size:125%;
	font-weight:bold;
	margin-bottom:12px;
	}
#emailMapLinks {
	position:absolute;
	right:5px;
}

/* http://tantek.com/CSS/Examples/boxmodelhack.html */
	/*
	box-sizing:content-box; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:960px;
	}
html>body #mainMapContent {
	width:960px;
	} 
	*/
#mapFooter {
	padding:15px 10px 4px 1px; 
	background-color:#391C0F;
	color:#CC9966;
	clear:both; 
	font-size:69%; 
	}
#mapFooter P {
	line-height:1.0em; 
	}
#mapFooter A:LINK, #mapFooter A:VISITED {
	color:#CC9966;
	text-decoration:underline; 
	}
#mapFooter A:HOVER, #mapFooter A:ACTIVE {
	color:#996633;
	text-decoration:underline; 
	}
#goBack {
	position:absolute;
	top:20px;
	left:230px;
	}
#goBack A {
	color:#FFCC66;
	text-decoration:underline;
	}
#goBack A:HOVER {
	color:#FF9900;
	cursor:pointer;
	}
#mapPopupContainer {
	background-color:#510f03;
	padding:10px;
	}
.shortenSelect {
	width:250px;
	}

/*********** ADD THIS WIDGET STYLES ******/
#addThis {
	position:absolute;
	right:250px;
	top:175px;
	}


/************ Art Results **************/
#spotlight {
	background-color:#B98A57;
	padding:10px;
	width:360px;
	overflow:hidden;
}

#spotlight img {
	float:left;
	margin-right:10px;
}

#spotlight * {
	margin:0;
}

#spotlightInfo {
}

#spotlightInfo h2 {
	font-size:125%;
	color:#333;
}

#spotlightTitle {
	color:#660000;
	font-weight:bold;
}

#spotlightDateLocation {
	color:#333;
}

#searchResults {
	font-size:135%;
	font-family:Arial, Helvetica, sans-serif;
	margin:20px 0;
	font-weight:bold;
}

#printResults {
	position:absolute;
	top:327px;
	left:200px;
}

#printLink {
	background: transparent url('/resources/images/things/iconprint.gif') no-repeat;
	padding-left:30px;
	font-size:135%;
	font-weight:bold;
	color:#660000;
}

#printLink:hover {
	color:#CC0000;
}

/*********** SEARCH PLACES TO EAT PAGE **********/
#placesToEat input, #placesToEat select {
	margin-bottom:1em;
	display:block;
	overflow:auto;
}

#placesToEat label {
	width:150px;
	display:block;
	float:left;
	clear:left;
	text-align:right;
	margin-right:10px;
}

#placesToEat .description {
	display:none;
	margin-left:10px;
}

#placesToEat #geographic, #placesToEat #district, #placesToEat #other {
	display:inline;
}

.locationMenu {
	overflow:auto;
	float:left;
	height:110px;
}

#searchBySection p {
	width:150px;
	text-align:right;
	margin:0;
}

#searchBySection input {
	display:inline;
	position:relative;
	margin-bottom:0;
	bottom:1.5em;
	left:160px;
}

#searchBySection label {
	float:none;
	display:inline;
	text-align:left;
	margin:0 0 0 5px;
	position:relative;
	bottom:1.5em;
	left:160px;
}

#searchBySection {
	margin-bottom:-1em;
	overflow:hidden;
	width:100%
}
#placesToEat input#submit {
	margin:0 0 0 160px;
	clear:both;
}

#placesToEat #name {
	padding:0;
}

.forPrint {
	display:none;
	}

/* Listings */

#listings {
	
	}
.item {
	margin-bottom:2em;
	}
.item .vcard {
	
	}
.item .fn {
	
	}
.item .org {
	
	}
.item .url {
	
	}
.item .adr {
	
	}
.item .adr .street-address {
	
	}
.item .adr .street-address:after {
	content:",";
	}
.item .adr .locality {
	
	}
.item .adr .locality:after {
	content:",";
	}
.item .adr .region {
	border-bottom-width:0;
	text-transform:uppercase;
	}
.item .adr .region:after {
	content:",";
	}
.item .adr .postal-code {
	
	}
.item .adr .postal-code:after {
	content:"";
	}
.item .adr .country-name {
	border-bottom-width:0;
	}
.item .tel {
	
	}
.item .tel .type {
	
	}
.item .tel .type:after {
	content:": ";
	}
.item .item-description {
	margin:0;
	}
.item .item-locators {
	
	}
.item .item-locators .item-map {
	
	}
.item .item-locators .item-map:after {
	content:" |";
}
.item .item-locators .item-directions {
	
	}
.item .item-locators .item-reservations {
	
	}
.item .item-locators .item-reservations:before {
	content:"| ";
}
#listings h2 {
	margin-top:1em;
	padding-top:1em;
	/*border-top:1px solid #666;*/
	}
.item h3 {
	margin:0.5em 0 0 0;
	color:inherit;
	}
.item .vcard h3 {
	margin:10px 10px 5px 0;
	color:#660000;
	font-size:110%;
	}

