body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    background: #000;
    color: #ddd4d4;
    padding-top: 12px;
}

/* controls the appearance of headers */
h1, h2, h3 {
    color: #cf9118;
    margin: 0.5em 0;
	padding: 0px;
}

h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

/* This controls the size, style, placement of the "Southern Skye" logo */
a.logo {
	font-family:  Algerian;
	font-size: 40px;
	font-style: bold;
	text-decoration: none;
	color: #CF9118;
}

/* This controls the border stripes on each side of the page */
td.borderbar {
	background-color: #CF9118;
	width: 15px;
}

/* controls the appearance of the content boxes */
div.content {
	border: 1px solid gray;
	margin: 0px;
	padding: 5px;
}

/* controls the vertical spacing between content boxes */
div.divider {
    height: 5px;
}

/* controls the table that defines the basic layout of the site */
table.layout {
	width: 765px;
}

/* controls the top row */
table.layout tr.header td {
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
}

/* controls the content row */
table.layout tr.content td {
	vertical-align: top;
	padding-top: 0px;
	margin-top: 0px;
}

table.layout tr.header table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

td.nav {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

/* controls the position of the navigation buttons */
td.nav div {
	float: left;
    width: 78px;
    background: #738d09;
    margin-left: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 3px;
    text-align: center;
}

td.nav a {
	color: white;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}


/* controls the spacing around blocks of text */
p { margin: 1em 0; }

/* turn off borders around images */
img {
    border: 0;
}

/* controls the appearance of links */
a {
    /* color: #f0b33c; orange */
    color: #8FB00B; /* green */
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    color: #cf9118;
}
a:hover {
    text-decoration: underline;
}

/* controls the appearance of the track listings */
ol.tracklist {
	margin-left: 2em;
	padding-left: 0px;
}

/* controls the appearance of the schedule table */
table.listing {
	border-collapse: collapse;
}

table.listing th {
	text-align: center;
	background: gray;
	color: white;
	padding: 5px;
	margin: 0px;
}

table.listing td {
	border-bottom: 1px solid gray;
	padding: 5px !important;
}

table.gallery td {
	text-align: center;
}
