/* General */

* {
	margin: 0;
	padding: 0;
}


html, body { 
	height: 100%; 
	padding: 0px; 
	margin: 0px;
	
	font-family: "Lucida Grande",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #404040;
	font-size: 12px;
	line-height: 16px;
}

a {
	text-decoration: none;
}

#logo {
	background: url('../img/site/horn_thin.jpg'); 
	width: 150px; 
	height: 71px;;
	float: left;
	position: relative;
	left: 65px;
}

/* Tweaker */

#tweaker_panel input, #tweaker_panel select {
	font-size: 10px;
}

#tweaker_panel {
	background-color: #E6F7D4;
	
	display: none;
	height: auto;
	xpadding: 20px 20px 0px 0px;
	xclear: both;
}

.tweakers {
	
}

.tweaker {
	text-align: left;
	border-bottom: 1px dotted #5ab500;
	color: #42423b;
	color: white;
	font-size: 10px;
	line-height: 1.8em;
	
	padding: 3px 0px 3px 3px;
	height: auto;
	width: 100%;
	position: relative;
}

.tweaker:hover {
	background-color: #d3f7ad;
	cursor: pointer;
}

.tweaker.on {
	background-color: #5ab500;
}

.tweaker.on:hover {
	background-color: #61c400;
}

.tweaker .content {
	position: relative;
	left: 35px;
	color: black;
	font-weight: bold;
	overflow: hidden;
	width: 550px;
}

.tweaker .switch {
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 8px;
	left: 5px;
}

.tweaker .switch a {
	color: black;
	display: block;
	line-height: .8em;
}

.tweaker.on .switch a {
	color: black;
}

/* Tweaker Toggler */

#tweaker_toggler {
	
	background-color: #CC5500;
	border-bottom: 1px solid white;
	
	height: auto;
	padding: 5px 0px;
}

#tweaker_toggler p {
	text-align: left;
	color: white;
	display: inline;
	margin: 0px 15px 0px 20px;
	padding: 0px 15px;
	background-color: black;
	float: left;
	font-weight: bold;
}

#tweaker_toggler .link {
	float:left; 
	color:white;
	font-size: 10px;
	margin-right: 10px;
}

#tweaker_toggler .link:hover {
	text-decoration: underline;
}

#xsearch_opts {
	text-align: right;
	float: right;
	color: black;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 20px;
	border: 1px solid #5ab500;
	background-image: url('../img/site/search.png');
	background-position: left center;
	background-repeat: no-repeat;
	background: #e6f7d4;
	margin: 0px 20px;
}

#tweaker_toggler a:hover {
	xcolor: white;
	text-decoration: underline;
	border-style: 
	cursor: pointer;
}

/* Eat specific tweakers */

/* Search Strip */
#search_strip, #address_strip {
	text-align: center;
	background-color: #CC6600;
	color: white;

	padding: 6px 0;
}

#address_strip {
	xborder-bottom: 1px solid black;
}

#search_strip a, #address_strip a {
	color: white;
	background-color: black;
	padding: 2px;
}

#search_strip a:hover, #address_strip a:hover {
	text-decoration: underline;
}

#search_strip input, #address_strip input {
	text-align: center;
	border: 1px solid grey;
	padding: 2px;
	background-color: white;
}

#search_strip select, #address_strip select {
	border: 1px solid grey;
	padding: 2px;
	background-color: white;
}

/* Map */

#map { 
	background: black;
	border-top: 1px solid black;

	height: 100%; 
	width: 100%; 
	padding: 0px; 
	margin: 0px; 
}

#venuebox {
	display: none;
	border: solid 2px black;
	background-color: white;
	z-index: 9999;
	
	width: auto;
	height: 138px;
	position: fixed;
	top: 115px;
	xright: 6%;
}

#icon {
	float: left;
	padding: 5px;
	width: 128px;
	
	border-right: 1px dotted grey;
	background-image: url("../img/venue/icons/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
}

#icon img {
	width: 100%;
}

#venue_info {
	float: left;
	margin: 18px 10px;
}

/* Info Window (inside map) */

#infowin {
	color: #000000;
}

#infowin small {
	font-size: 10px;
}

/* venue title */
#infowin .name {
	padding: 5px 10px;
	color: white; 
	background-color: black;
}

#infowin .phonenum {
	background-color: yellow;
}

#infowin .address {
	background-color: yellow;
}

#infowin_moreinfo {
	color: #6261d8;
	font-size: 9px;
	font-family: lucida grande,verdana;
	
}

#infowin_moreinfo:hover {
	text-decoration: underline;
	
}


/* Floating venue ad message */
.map_message {
	-moz-opacity: .9;
	opacity: .9;
	background-color: pink;
	color: black;
	xborder: 1px solid #CC6600;
	font-size: 13px;
	font-family: verdana;
	border: 2px solid black;
	
	min-width: 250px;
	width: auto;
	padding: 5px;
}

.map_message .msg:hover {
	text-decoration: underline;
}