/* 

The 2008 Pilgrimage Diary stylesheet

Handcrafted in England by Steve - 100% natural fibres

This was the year the Mesh desktop died the day I was going to make a start on this.

*/
@import url("../global/generic.css");

html {
	background-color: #eee;
}

.localcontent {
	border-top: 1px solid #9966ff;
	border-right: 1px solid #9966ff;
	border-left: 1px solid #9966ff;
	background-color: White;
}

.localmenu {
	background-color: #000000;
	border-top: 1px solid white;
}

.localmenu table {
	border-left: 1px solid white;
}

.localmenu a:link, .localmenu a:visited {
	color: #33cccc;
}

.localmenu a:hover, .localmenu a:active {
	background-color: #33cccc;
	color: black;
}

.prevthisnext {
	color: #33cccc;
}

.prevthisnext a:link, .prevthisnext a:visited {
	color: #ff66cc;
}

.prevthisnext a:hover, .prevthisnext a:active {
	background-color: #ff66cc;
	color: black;
}

.prevthisnext .today {
	color: #ff66cc;
}

.sidebar h2 {
	background-color: #000000;
	color: #ff66cc;
}

.itinerary dt, .stats dt  {
	color: #9966ff;
}

.itinerary a.gridref:link, .itinerary a.gridref:visited {
	color: #9966ff;
	background-color: white;
}

.itinerary a.gridref:hover, .itinerary a.gridref:active {
	color: black;
	background-color: #9966ff;
}

	.itinerary dt {
		color: black;
	}
	
	.itinerary a:link, .itinerary a:visited {
		color: #9966ff;
		background-color: White;
	}
	
	.itinerary a:hover, .itinerary a:active {
		color: Black;
		background-color: #9966ff;
	}
.diary .status {
	background-color: #E4CA30;
}

.diary h1 {
	color: #392e2c;
}

.diary p a:link, .diary p a:visited {
	background-color: #c5f5f3;
	color: black;
}

.diary p a:hover, .diary p a:active {
	background-color: #f4b6e6;
	color: black;
}

