/* This is the default style on the Newcastleton Traditional Music Festival website */

body {
  background-color: #800000;
  color: #000000;
  text-align: justify;
}

#content {
	float: right;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
	margin-top: 1em;
	margin-bottom: 2em;
  background-color: #EDE7CD;
  color: #000000;
  text-align: justify;
}

#content2 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
	margin-top: 1em;
	margin-bottom: 2em;
  background-color: #EDE7CD;
  color: #000000;
  text-align: justify;
}

/* Banner */

#header	{
	border-bottom: 2px solid #800000;
	text-align: center;
}


/* Text */
body, p, div  { 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #000000;
}


/* Basic link styles */

a:link, a:visited {
  text-decoration: underline;
  color: #000000;
  background-color: transparent;
}
a:hover, a:active {
  text-decoration: underline;
  color: #000000;
  background-color: #e6ddad;
}

/* Paragraph heading style */

h1 {
  font: 1em Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
  margin-bottom: 0.5em;
}

/* This is the start of the columns styling */

#wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #EDE7CD;
	border-bottom: 1px solid #000000;
}

/* Navigation bar style */

#navigation {
	float: left;
	width: 180px;
}

#navigation ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 10px;
	border: none;
}

#navigation li {
	font-size: 90%;
}

#navigation a:link {
		border-bottom: 1px solid #800000;
		display: block;
    padding: 0.5em 0 0.2em 0;
    text-decoration:none;
}

#navigation a:visited {
		border-bottom: 1px solid #800000;
		display: block;
    padding: 0.5em 0 0.2em 0;
		color: #808080;
    text-decoration:none;
}

#navigation a:hover {
	border-top: 1px solid #800000;
	color: #800000;
	padding: 0.4em 0 0.2em 0;
}

/* Footer style */

#footer {
	clear: both;
	font-size: 60%;
	text-align: center;
	color: #800000;
	border-top: 1px solid #800000;
	background-color: transparent;
}

/* This is the style for the key to the venues */

.keytable	{
	border: 1px solid #800000;
	border-collapse: collapse;
	width: 450px;
	font-size: 80%;
	align: center;

}

.keytable caption	{
	font-size: 100%;
	padding: 1em 0 0.5em 0;
}

.keytable td	{
	border: 1px solid #800000;
	text-align: left;
	padding: 0.2em;
	vertical-align: top;
}	


/* This is the style for the competition table */

.comptable	{
	width: 750px;
	font-size: 80%;

}

.comptable td	{
	border: 1px solid #800000;
	text-align: left;
	padding: 0.3em;
	vertical-align: top;
}

.comptable col.time	{
	width: 100px;
}

.comptable col.class	{
	width: 200px;
}

.comptable col.trophy	{
	width: 180px;
}

/* This is the style for the judges table */

.judgetable	{
	width: 700px;
	font-size: 80%;
}

.judgetable td	{
	border: 1px solid #800000;
	text-align: left;
	padding: 0.3em;
	vertical-align: top;
}

.judgetable col.class	{
	width: 300px;
}

.judgetable col.judge	{
	width: 400px;
}



