body {
	padding: 10px;
	background-color: #fff;
}

p {
	line-height: 1.5em;
}

h1 {

}

h2 {
	padding: 2px 5px;
	background-color: #ddd;
	color: #555; /* todo: green? */
	margin-bottom: 5px;
}

h3 {
	padding-top: 5px;
}

div.section {
	padding: 10px 0;
	clear: both;
}

strong {
	font-weight: bold;
}

h1 {
	background-color: #ddd;
	padding: 5px;
}

li {
	margin-left: 30px;
}

a:link { color:#c90000; text-decoration: none; border-bottom:1px #c90000 dotted;}
a:active { color: #c90000; text-decoration:none;}
a:visited { color: #c90000; text-decoration: none;}
a:hover { color: #fff; background: #c90000; text-decoration: none; }

.map {
	background: url(../images/map.gif) #FFF3B7 no-repeat 0 50%;
	padding-left: 20px;
}

.drink {
	background: url(../images/drink.gif)  no-repeat 0 50%;
	padding-left: 20px;
}

.money {
	background: url(../images/money_dollar.gif)  no-repeat 0 50%;
	padding-left: 20px;
}

.alert {
	background: url(../images/error.png)  no-repeat 0 50%;
	padding-left: 20px;
	font-size: 75%;
}

#ft {
	font-size: 8px;
}

#adventurecenter {
	margin-bottom: 5px;
}

div.photos {
	margin-top: 10px;
}

.photos img {
	margin: 0;
	padding: 1px;
	border: 1px #ccc solid;
	display:inline;
}

a.image {
	text-decoration: none;
	border-bottom: none;
}
a.image:hover {background-color: transparent}


th {
	font-weight: bold;
}

table#competition-values {
	padding: 0;
	margin: 0;
	border: none;
	margin-top: 10px;
}

table#competition-values td, #competition-values th {
	padding: 2px 5px;
	border-bottom: 1px solid #eee;
}

table#competition-values td.category {
	font-style: italic;
	padding: 5px 5px;
}