/* General Styles */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: small;
	margin: 24px 8px 8px 8px;
}

h1 {
	color: #999;
	font-size: 200%;
	font-weight: normal;
	background: url(images/littlelogo.png) left no-repeat;
	margin: 0; padding: 8px 0 8px 58px;
}
h1 strong {
	font-weight: bold;
}
h1 sup {
	color: #0c9;
	font-size: 50%;
}
h2 {
	color: #9c0;
	font-size: 180%;
	margin: 0; padding: 16px 0;
}
h3 {
	color: #9c0;
	font-size: 140%;
	margin: 0; padding: 8px 0;
}
h4 {
	color: #9c0;
	font-size: 120%;
	margin: 0; padding: 4px 0;
}

a,
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}

.page {
	width: 900px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

/* Top Navigation */

.header {
	border-bottom: 2px solid #ddd;
}
.header ul.navigation {
	font-size: 110%;
	margin: 0;
	padding: 16px 0 4px 0;
}
.header ul.navigation li {
	margin: 0 4px 0 0;
	padding: 8px 4px;
}
.header ul.navigation li:hover,
.header ul.navigation li.selected {
	color: #333;
	background-color: #ddd;
}
.header ul.navigation li a,
.header ul.navigation li a:hover {
	color: #333;
	text-decoration: none;
}
.header div.controlbar {
	font-size: 90%;
	float: right;
	padding: 4px;
}
.header ul li {
	display: inline;
	margin: 0 4px 0 0;
}

/* Body */

p {
	color: #666;
	font-size: 90%;
	line-height: 150%;
	margin: 0; padding: 6px 0;
}
ul,
ol {
	color: #666;
	font-size: 90%;
	line-height: 150%;
}

.left {
	width: 650px;
	float: left;
}

.right {
	width: 220px;
	float: right;
}

.clear {
	clear: both;
	padding-bottom: 20px;
}

.footer {
	font-size: 90%;
	border-top: 1px solid #ddd;
}
.footer div.block {
	float: left;
	width: 225px;
}
.footer div.block p {
	margin: 0;
}

#map {
	margin: 0 0 8px 0;
	border: 1px solid #ddd;
}
#soundfiles,
#comments {
}

.awaitingupload {
	color: #f00;
	font-style: italic;
}

.message {
	color: #f00;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.selected {
	font-weight: bold;
}

/* Map Toolbar */

.toolbar ul {
	margin: 0 20px;
	padding: 0;
}
.toolbar ul li {
	list-style-type: circle;
}

/* Categories */

ul.categories {
	margin: 0 20px;
	padding: 0;
}
ul.categories li {
	list-style-type: circle;
}

/* Tables */

table {
	width: 650px;
}
table.soundmap td.col1 {
	vertical-align: top;
	width: 130px;
	padding-bottom: 4px;
}
table.soundmap td.col2 {
	vertical-align: top;
	padding-bottom: 4px;
}

table.points td.col1 {
	vertical-align: top;
	width: 20px;
}
table.points td.col2 {
	vertical-align: top;
	padding-bottom: 12px;
}

table th {
	font-size: 80%;
	text-align: left;
}
table td {
	color: #666;
	font-size: 80%;
}

/* Forms */

td input.title {
	width: 400px;
	padding: 2px;
	border: 1px solid #ddd;
}
td textarea.description {
	width: 400px;
	height: 80px;
	padding: 2px;
	border: 1px solid #ddd;
}
td input.webname {
	width: 400px;
	padding: 2px;
	border: 1px solid #ddd;
}
td input.website {
	width: 400px;
	padding: 2px;
	border: 1px solid #ddd;
}
td input.tags {
	width: 400px;
	padding: 2px;
	border: 1px solid #ddd;
}
td input.file {
	padding: 2px;
}

/* Icons */

span.creator {
	font-size: 50%;
	font-weight: bold;
	background: url(images/author.png) left no-repeat;
	padding: 2px 0 2px 10px;
}
p.pdffile {
	font-size: 90%;
	font-weight: bold;
	background: url(images/author.png) left no-repeat;
	padding: 2px 0 2px 10px;
}
p.kmlfile {
	font-size: 90%;
	font-weight: bold;
	background: url(images/author.png) left no-repeat;
	padding: 2px 0 2px 10px;
}
p.podcast {
	font-size: 90%;
	font-weight: bold;
	background: url(images/author.png) left no-repeat;
	padding: 2px 0 2px 10px;
}
p.website {
	font-size: 90%;
	font-weight: bold;
	background: url(images/author.png) left no-repeat;
	padding: 2px 0 2px 10px;
}
p.categorylink {
	font-size: 90%;
	font-weight: bold;
	background: url(images/author.png) left no-repeat;
	padding: 2px 0 2px 10px;
}
p.tags {
	font-size: 90%;
	font-weight: bold;
	background: url(images/author.png) left no-repeat;
	padding: 2px 0 2px 10px;
}