@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.content {
	width: 100%;
	margin-top: 4px;
	border-style: solid;
	border-color:#3C0;
	border-width: 2px;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
	background-image: url(Logo/Bird-of-Wales-logo-10.jpg);
	background-color: white;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	clear: both;
	content: "";
    display: table;
}
div.map {
	box-sizing: border-box;
	width: 500px;
	margin: 20px 10px 20px 20px;
	float: right;
}
#map {
	width: 500px;
	height: 700px;
	box-sizing: border-box;
	background-color: white;
	border: 2px solid #3C0;
}
.errorcontent {
	margin-top: 4px;
	border-style: solid;
	border-color:#3C0;
	border-width: 2px;
	padding-left: 5%;
	padding-right: 5%;
	background-image: url(Logo/Bird-of-Wales-logo-10.jpg);
	background-color: white;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	padding-top: 25px;
	padding-bottom: 50px;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5em;
}
.sectiontitle {
	text-align: center;
	font-size: 1.75em;
	line-height: 1.25em;
}
p {
	font-size: 0.875em;
	line-height: 1.35em;
}
.s	{
	font-size: 0.75em;
}
.headerimage {
	float: left;
}
.hlflogo	{
	float: right;
	margin: 10px;
}
.footerleft	{
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
ul {
    list-style-image: url(Logo/Birds-of-Wales-bullet-logo.png);
}
ul.2	{
	margin-left: 10px;
}
li {
	margin-bottom: 0.5em;
}
.artists {
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.tables	{
	font-size: 0.875em;
	line-height: 1.35em;
}
header {
	background-color: white;
}
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
nav li {
    display: inline;
    border: solid;
	border-color: #3C0;
    border-width: 2px 2px 0 2px;
	border-radius: 5px 5px 0 0;
    margin: 0 1px 0 0;
	background: white;
    padding: 5px 10px;
	font-size: 0.875em;
	line-height: 1.35em;
}
#selected {
    padding-bottom: 7px; 
    background: white;
}
#header li {
    float: left;
    border: 2px solid;
	border-color: #3C0;
    border-bottom-width: 0;
    margin: 0 5px 0 0;
}
a {
    text-decoration: none;
	color: black;
}
a:hover {
    color: #3C0;
}
#grn {
	text-decoration: none;
	color: #3C0;
}
a:active {
    color: #3CO;
}
.illustration	{
	border: 2px solid #000;
}
.events {
	border-style: solid;
	border-color:#3C0;
	border-width: 2px;
	padding: 0 20px 20px 20px;
	background: rgba(255, 255, 255, 0.9);
	clear: both;
	content: "";
    display: table;
}
.eventsnofloat {
	border-style: solid;
	border-color:#3C0;
	border-width: 2px;
	padding: 0 20px 20px 20px;
	background: rgba(255, 255, 255, 0.9);
}
.location {
	width: 100%;
	height: 520px;
	border-style: solid;
	border-color:#3C0;
	border-width: 2px;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.9);
	clear: both;
	content: "";
    display: table;
}
div.griffpic {
	box-sizing: border-box;
	width: 500px;
}
div.griffmaplabels {
	box-sizing: border-box;
	width: 500px;
	float: left;
}
.oymlogo {
	margin-bottom: -1px;
	margin-left: 10px;
	margin-right: 10px;
}
.grifflogo {
	margin-bottom: -10px;
	margin-right: 10px;
}
table.artists {
	border-style: solid;
	border-color:#3C0;
	border-width: 2px;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 0 0 5px;
	line-height: normal;
}
td {
	height: 2em;
	vertical-align: top;
	padding-bottom: 0.5em;
}
td.participants {
	padding-top: 1.25em;
}
td.event {
	padding-right: 10px;
}
.thumb {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 2px;
    border: 2px solid #3C0; 
}
div.fb {
    width: 350px;
	height: 480px;
	margin: 20px 0px 10px 20px;
	border: 2px solid #3C0;
    padding: 20px 20px 20px 20px;
	background: rgb(255, 255, 255);
}
.fr 	{
	float: right;
}
a.fl 	{
	float: left;
	margin: 20px 40px 20px 10px;
}
a.fr 	{
	float: right;
	margin: 20px 10px 20px 20px;
}
strike {
	text-decoration:line-through;
}