/*********************************************************************
Bridlington Golf Festival CSS Document
*********************************************************************/
html {
	font-size: small;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	background: #223c41 url(../images/background.jpg) top repeat-x;
	color: black;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	background: white;
	border: 3px solid #1c3337;
	border-top: none;
}

#header {
	height: 185px;
	width: 100%;
	background: #c8c8c8;
	border-bottom: 1px solid #bbb;
}

h1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 184px;
	height: 180px;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
}

#menu {
	margin: 0;
	padding: 137px 0 0 0;
	width: 576px;
	list-style: none;
	float: right;
	background: url(../images/header01.jpg) top right no-repeat;
}

#menu li {
	margin: 0;
	padding: 0;
	width: 72px;
	float: left;
	border-top: 3px solid #f5b521;
	text-align: center;
}

#menu li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	background: black;
	color: white;
}

#menu li a:hover {
	background: #222;
}

#menu li a.selected {
	background: #222;
	font-weight: bold;
	border-bottom: 5px solid #f5b521;
}

#content {
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
}

#contentbooking {
	margin: 20px;
}

#content dl {
	float: left;
	width: 720px;
	margin: 0 20px;
	padding: 20px 0;
	display: inline;
}

#content dt {
	float: right;
	width: 550px;
	height: 40px;
	margin: 0;
	padding: 0;
	/* font-size: 130%; */
	/* text-indent: -9999px; */
	/* letter-spacing: 1px; */
	color: #223c41;
	display: inline;
	font-size: 200%;
}

#content dd {
	margin: 30px 0 0 170px;
	padding: 0;
	color: #222;
}

#content dd.img {
	margin: 0;
}

#content dd.img img {
	float: left;
	margin: 0 20px 20px 0;
}

#content dd h3 {
	clear: left;
	float: left;
	font-size: 120%;
	color: #223c41;
}

#content dd h4 {
	clear: left;
	float: left;
	font-size: 100%;
	color: #f5b521;
	margin: 0;
	padding: 0;
	width: 120px;
}

#content dd.img p {
	clear: left;
	float: left;
	margin: 0 0 10px 0;
	width: 150px;
	display: inline;
}

/* #history { background: url(../images/title_history.gif) top left no-repeat; height: 30px;}
#message { background: url(../images/title_message.gif) left no-repeat; height: 25px; }
#golfclub_brid { background: url(../images/title_bridlington.gif) top left no-repeat; height: 40px; }
#golfclub_links { background: url(../images/title_links.gif) top left no-repeat; height: 40px; }
#golfclub_flamborough { background: url(../images/title_flamborough.gif) top left no-repeat; height: 40px; } */

dl.dottedline {
	border-top: dotted #bbb 1px;
}

.quotename {
	margin-bottom: 0;
	font-size: 120%;
	color: #223c41;
}

.quotetitle {
	margin-top: 0;
	color: #888;
	font-weight: bold;
}

#footer {
	clear: both;
	background: #222;
	border-top: 3px solid #bbb;
	width: 760px;
	height: 10px;
}

/*img.link {
	margin: 20px 0 20px 55px;
}

img.linklarge {
	margin: 10px 55px 0 55px;
}

#gallerycontent {
	text-align: center;
}

#galleryphoto {
	margin: 30px auto 20px auto;
}

#thumbs {
	float: left;
	width: 500px;
	margin: 0 130px 20px 130px;
	padding: 0;
	display: inline;
	list-style: none;
	background: red;
}

#thumbs li {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0;
	padding: 0;
	background: yellow;
}

#thumbs img {
	border: none;
}*/

#bookingtitle, #locationtitle {
	margin: 40px 0 0 0;
	height: 40px;
	color: #223c41;
	font-size: 200%;
	font-weight: normal;
}


/******************************
Results
******************************/
#resultsselector {
	float: right;
	margin: 5px 20px 20px 0;
}

#resultsselector li {
	float: left;
	list-style: none;
	margin-left: 5px;
}

table {
	clear: both;
	width: 720px;
	margin: 0 20px;
	text-align: left;
}

.headertable {
	clear: both;
	width: 720px;
	margin: 20px 20px 0 20px;

}

.headertable th {
	background: #f5b521;
	height: 40px;
	color: black;
	padding-left: 8px;
	font-size: 120%;
}

.headertable td {
	background: black;
	padding-left: 8px;
	color: white;
	height: 30px;
	width: 720px;
	border: none;
}

th {
	background: #bbb;
	color: white;
	height: 25px;
}

td {
	background: white;
	border-bottom: #bbb 1px solid;
	height: 20px;
	width: 215px;
}

.left {
	border-left: black 3px solid;
	padding-left: 5px;
	width: 175px;
}

.right {
	border-right: black 3px solid;
	text-align: right;
	padding-right: 5px;
	width: 100px;
}

.both {
	padding: 0 5px;
	border-left: black 3px solid;
	border-right: black 3px solid;
}

.bottom {
	width: 720px;
	border-left: black 3px solid;
	border-right: black 3px solid;
	border-bottom: black 3px solid;
}

/***********************************
Fixtures
***********************************/
#fixturetable {
	clear: left;
	width: 720px;
	margin: 20px 20px 10px 20px;
	text-align: center;
}

#fixturetable th {
	height: 40px;
	background: #f5b521;
	color: black;
	font-weight: bold;
}

.date {
	width: 75px;
	height: 120px;
	background: black;
	text-align: left;
	color: white;
	padding-left: 10px;
	border: none;
}

.nocomp {
	background: #bbb;
	color: white;
	font-weight: bold;
}

.nocompright {
	background: #bbb;
	color: white;
	font-weight: bold;
	border-right: 3px solid black;
}

.fright {
	border-right: 3px solid black;
}

.fbottom {
	border-bottom: 3px solid black;
}

.fbottomright {
	border-bottom: 3px solid black;
	border-right: 3px solid black;
}

.fbottomrightnocomp {
	background: #bbb;
	color: white;
	font-weight: bold;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
}

.fbottomnocomp {
	background: #bbb;
	color: white;
	font-weight: bold;
	border-bottom: 3px solid black;
}

.limits {
	text-align: center;
	font-weight: bold;
}
.info {
	text-align: center;
}

#gallery-wrapper {
	box-sizing: border-box;
	padding: 5px;
}

#coronavirus-announcement {
	background-color: #f5b521;
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
}

#coronavirus-announcement a {
	font-weight: bold;
}

.coronavirus-announcement {
	padding: 0 20px 20px 20px;
}
