body {
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 10pt;
	background-color: #222;
	color: white;
}
#container {
	margin: 0;
	color: black;
	background-color: #DDD;
	
	border-bottom: 20px solid black;
}
#body {
	width: 930px;
	margin: 0 auto;
	padding: 30px 30px 50px 30px;
	background-color: white;
}
h1, h2, h3, h4, p {
	margin: 0 0 15px 0;
	padding: 0;
}
ul {
	margin-bottom: 15px;
	margin-top: 0;
}
h1 {
	font-size: 24pt;
	padding: 0;
	padding-bottom: 10px;
}
.right {
	float: right;
}
h2 {
	border-bottom: 1px dashed #999;
	padding-bottom: 0px;
}
h3 {
	margin-bottom: 5px;
}
a img {border: none;}
img {vertical-align: middle; }
a {
	text-decoration: none;
	color: #36C;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
h1 a:hover {
	text-decoration: none;
}
h1 a {
	padding: 24px 0 24px 94px;
	background:transparent url('/img/logo-small.png') no-repeat center left;
}
textarea {
	font-size: 10pt;
	font-family: arial, sans-serif;
	width: 350px;
	height: 100px;
}
#toolbar {
	width: 930px;
	margin: 0 auto;
	padding: 5px;
	font-size: 9pt;
	text-align: right;
}
#toolbar a {
	color: #69F;
	font-weight: bold;
}
#toolbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#toolbar ul li {
	display: inline;
	margin-left: 10px;
}
#sidecol h3 {
	text-decoration: underline;
}


#picker {
	float: right;
}
#picker span {
	font-size: 14pt;
}
#picker span a {
	color: #C66;
}
span.more {
	float: right;
	font-size: 9pt;
	padding-top: 8px;
	font-weight: bold;
}

#sidecol span.more {
	padding-top: 2px;
}
h1 span.city {
/*	position: absolute;
	right: 30px;
	top: 27px; */
/*	font-size: 18pt;*/
	color: #C66;
	/*cursor: pointer;*/
}
h1 span.soon {
	font-size: 10pt;
	font-weight: normal;
}
h1 sup.status {
	font-size: 10pt;
	text-transform: uppercase;
	color: #AAA;
}
.small {
	font-size: 8pt;
}
a.action, strong.action, .action {
	font-size: 8pt;
	font-weight: normal;
	margin-left: 6px;
	color: #36C;
}
a.block {
	margin-left: 0;
}
a.remove {
	font-weight: bold;
	color: red;
	margin-left: 6px;
}
a.clearall {
	color: red;
}
ul#nav {
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	list-style-type: none;
	padding: 8px 0;
	font-size: 12pt;
	font-weight: bold;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}
ul#nav li {
	display: inline;
	margin: 0 8px;
}
ul#nav li a {
	padding: 3px;
}
ul#nav li a:hover {
	background-color: #36C;
	color: white;
	text-decoration: none;
}
ul.paging {
	margin-top: 25px;
	margin-left: 0;
	padding: 0;
	list-style-type: none;
	font-size: 9pt;
}
ul.paging li {
	display: inline;
	margin-right: 4px;
}
ul.paging li a {
	padding: 4px 8px;
	border: 1px solid #36c;
}
ul.paging li.current a {
	border: 1px solid #c66;
}
#sidecol {
	float: right;
	width: 300px;
	margin-left: 20px;
}
#maincol {
	margin-right: 340px;
}
#theone {
	width: 300px;
	margin: 30px auto;
	padding: 20px;
	background-color: #FFD;
	border: 1px solid black;
}
#theone h3 {
	font-size: 24pt;
}
#theone p.again {
	margin-bottom: 0;
	text-align: right;
	font-size: 8pt;
}
#search {
	border: 1px solid #CCC;
	width: 300px;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
	background-color: #F0F0F0;
}
#pickthree{
	margin: 20px 0 20px 20px;
}
.highlight {
	color: #C66;
}	
.feature1, .feature2, .feature3 {
	font-weight: bold;
	text-decoration: underline;
}
.feature1 {
	color: #060;
}
.feature2 {
	color: #303;
}
.feature3 {
	color: #630;
}
#footer {
	clear: both;
	text-align: right;
	color: #fff;
	padding: 20px 30px;
	font-size: 9pt;
	width: 930px;
	margin: 0 auto;
}
#footer a {
	color: #69f;
}
#footer p {
	margin-bottom: 5px;
}
#statistics p {
	font-size: 11pt;
	margin-bottom: 8px;
}
#statistics p strong {
	color: #C66;
}
#statistics {
	margin-bottom: 15px;
}
#whatisthis {
 	background-color: #FFFFE3;
 	padding: 0px 8px 8px 8px;
 	border: 1px solid #CCC;
	margin-top: 3px;
	font-size: 9pt;
	margin-bottom: 15px;
}

#whatisthis p {
	margin: 8px 0 0 0;
}
#about {
	margin-bottom: 20px;
}
#about div.text-about {
	background-color: #FFFFE3;
	padding: 15px 15px 0 15px;
	border: 1px solid #CCC;
	margin-right: 325px;
	margin-bottom: 20px;
}
#about div.image-about {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.clear {
	height: 60px;
}
html>body .clear {
	clear: both;
	height: auto;
}

#map {
	float: right;
	width: 400px;
	height: 300px;
	border: 6px solid #333;
	margin-left: 20px;
	margin-bottom: 20px;
}
#photo {
	float: left;
	width: 110px;
}
#details {
	margin-left: 120px;
}

#details-log {
	margin-left: 120px;
}
#details-log h3 {
	margin-bottom: 15px;
}
#details-log p {
	margin-bottom: 8px;
}
#details-log div.comments {
	margin: 2px 0 15px 20px;
	font-style: italic;
}
#log-action {
	clear: both;
	padding-top: 25px;
}
#popular div {
	text-align: center;
	padding: 0 5px;
	width: 125px;
	height: 165px;
	float: left;
}

#popular div span {
	font-size: 8pt;
}
ul#view-users, ul#view-logs {
	display: none;
}

input.lockedin {
	background-color: #ccc;
	color: #333;
}
.bold {
	font-weight: bold;
}
.rating img {
	vertical-align: top;
}
.hint {
	color: #666;
	font-size: 9pt;
	font-style: italic;
}
.selected {
	background-color: #ccc;
}

ul.yelp_reviews {
	font-size: 8pt;
}
ul.foursquareoptions {
	list-style-type: none;
}