/* CSS by Matt Hinchliffe > www.forum-design.co.uk */

body {
	margin: 0;
	padding: 0;
	background: #000;
}

/* Containers */
#contain {
	position: relative;
	width: 720px;
	left: 50%;
	top: 0;
	margin: 0 0 0 -360px;
	background: #fff;
	}
#header {
	text-align: center;
	background: #fff url(lottery.png) no-repeat scroll bottom right;
	}
#content {
	width: 100%;
	clear: both;
	}
#inner {
	width: 700px;
	padding: 0 0 0 10px;
	}

/* Head and Menu */
#header div {
	width: 100%;
	height: 100%;
	background: transparent url(clubmark.png) no-repeat scroll bottom left;
	}
#header img {
	display: block;
	margin: 0 auto 5px auto;
	}

#menu, #menu ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu {
  z-index: 100;
  position: relative;
  width: 100%;
  height: 2em;
  background: #7d0a0a url(fadeR.png) repeat-x scroll top;
}
#menu li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
#menu li a, #menu li a:link, #menu li a:active, #menu li a:visited {
  font-weight: 600;
  color: #fff;
  display: block;
  padding: 0.25em 2.5em 0.3em 5px;
  text-decoration: none;
  cursor: pointer;
}
#menu li a:hover {
  background: black url(fadeB.png) repeat-x scroll top;
}
#menu li:hover a, #menu li.hover a {
  background: black url(fadeB.png) repeat-x scroll top;
}
#menu li:hover ul a, #menu li.hover ul a {
  background: transparent url(menuBG.png);
}
#menu li:hover ul a:hover, #menu li.hover ul a:hover, #menu ul a:hover {
  background: white;
  color: black;
}
#menu ul {
  margin: 0;
  padding: 6px 0 0 0;
  width: 125px;
  position: absolute;
  top: -999em;
  left: 0px;
}
#menu li:hover ul, #menu li.hover ul {
  top: 25px;
}
#menu ul li {
  border: 0;
  float: none;
}
#menu ul a {
  padding: 0.2em 0 0.2em 5px;
  width: 125px;
  white-space: nowrap;
}

#photo {
	clear: both;
	width: 100%;
	margin: 5px 0;
	}
#photo img {
	display: block;
	}

/* home page */
.scrollbox {
	width: 342px;
	height: 220px;
	float: left;
	display: inline;
	overflow: auto;
	border: 1px solid #ccc;
	}
.scrollbox h3 {
	margin: 0;
	display: block;
	line-height: 1.8em;
	text-indent: 10px;
	color: #fff;
	background: #7d0a0a url(fadeR.png) repeat-x scroll top;
	}
.scrollbox ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
.scrollbox ul li {
	display: block;
	text-align: center;
	background: #F7F7F7;
	line-height: 2em;
	}
.scrollbox ul li.alt {
	background-color: #e5e5e5;
	}
.scrollbox ul li span {
	font-size: 0.85em;
	color: #666;
	font-weight: normal;
	}
#home-content {
	display: inline;
	float: left;
	width: 344px;
	}

#news {
	margin-bottom: 10px;
	margin-top: 6px;
	float: right;
	}
#news li {
	text-indent: 6px;
	text-align: left;
	}

#fixtures {
	line-height: 1.2em;
	}

#results {
	float: right;
	}

/* fixtures and results */
#venue {
	width: 345px;
	text-align: center;
	display: inline;
	float: left;
	overflow: hidden;
	}
#venue img {
	display: block;
	margin: 0 auto;
	border: 1px solid #ccc;
	}
#map {
	width: 340px;
	height: 250px;
	display: inline;
	float: right;
	overflow: hidden;
	border: 1px solid #ccc;
	}

/* Gallery */
ul#thumbs {
	margin: 1em 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	}
ul#thumbs li {
	padding: 10px;
	display: inline;
	}
ul#thumbs li a img {
	padding: 5px;
	background: #F9F9F9;
	border: 1px solid #ccc;
	}
ul#thumbs li a:hover img {
	background: #fff;
	border-color: #777;
	}

/* Players */
#players {
	margin: 0 auto 1em auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}
#players li {
	display: inline;
	float: left;
	padding: 5px 0;
	margin: 5px;
	width: 135px;
	height: 11em;
	text-align: center;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
#players li:hover {
	border-color: #7d0a0a;
	}
#players a img {
	display: block;
	border: none;
	border: 1px solid #ccc;
	margin: 0 auto;
	}
#players p {
	text-align: center;
	font-weight: bold;
	margin: 5px 8px;
	}

/* Footer */
#footer {
	clear: both;
	padding: 1.5em 0;
	text-align: center;
	font-size: 0.85em;
	}

/* form styling */
form {
	padding: 0;
	margin: 0;
	}
fieldset {
	border: none;
	margin: 0;
	}
#content fieldset {
	margin: 1em 0 0 0;
	}
fieldset div {
	margin: 5px 0;
	width: 100%;
	}
fieldset #buttons {
	padding: 10px 0 0 120px;
	}
fieldset label {
	display:block;
	float: left;
	width: 120px;
	font-weight:bold;
	margin: 0;
	padding: 0 8px 0 0;
	text-align: right;
	}
fieldset input {
	padding: 0.2em;
	border: 1px solid #eee;
	color: #777;
	border: 1px solid #B9B9B9;
	width: 50%
	}
fieldset input[type="radio"] {
	background: none;
	border: none;
	width: 1em;
	}
textarea {
	padding:0.2em;
	border: 1px solid #B9B9B9;
	height: 100px;
	color: #777;
	width: 50%;
	}
button { 
	margin: 0; 
	background: #7d0a0a url(fadeR.png) repeat-x scroll top; 
	padding: 2px 3px; 
	color: #fff;	
	border: 1px solid #B9B9B9;
	cursor: pointer;
	}
#imgno {
	width: 50px;
	margin: 0;
	}
fieldset div {
	padding: 1em 0 0;
	}
	
/* Fixes & Misc */
.float-left img, .float-right img {
	display: block;
	}