/* CSS Document for Leeds Sports Federation */


/* general styling */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	background: #999; /* Grey */
	color: #000; /* Black */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style1 {
	font-size:9px;
	text-align:center;
	color:#000; /* Black */
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

a img {border: 0} 


/* site specific styling */


/* the container centers the page */
#container {
	width: 740px;
	height: auto;
	margin: 0 auto 0 auto;
}	


/* the topbar that contains the most upper links */
#topbar {
	width: 740px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
		float: right;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
	}
	#topbar a:hover {
		background: #009; /* LSF Blue */
		color: #FFF; /* White */
	}


/* the header that contains the big image */
#header {
	width: 740px;
	height: 180px;
	background: #009 url(../images/header.jpg) top left no-repeat; /* LSF Blue */
	position: relative;
}

/* the big title text in the header */
	#header h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #999; /* Grey */
		position: absolute;
		top: 60px;
		left: 20px;
	}

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: -1px;
	right: 3px;
	width: 210px;
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
	text-decoration: none;
	display: block;
	padding: 4px 10px 4px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF; /* White */
	font-weight: bold;
	}
	#navbar a:hover {
	color: #FFF; /* White */
	background-color: #999; /* Grey */
	}
	
/* the core contains all the site contents */
#core {
	width: 740px;
	height: auto;
	margin-top: 0px;
	background: #FFF url(../images/coreback.gif) top left repeat-y; /* White */
	background-color: #DEEBD2; /* Pale Green */
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 140px;
	height: auto;
	float: left;
	background-color: #009; /* LSF Blue */
}

/* the links in coreleft are another unordered list */
	#coreleft ul {
	}
	#coreleft li {
		display: block;
		height: auto;
		width: 136px;
		margin: 2px;
	}
	#coreleft a {
	display: block;
	height: auto;
	padding: 4px;
	width: 128px;
	color: #FFF; /* White */
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0;
	}

	#coreleft a:hover {
	color: #FFF; /* White */
	background-color: #999; /* Grey */
	}
	
	#coreleft h3 {
	padding: 20px 4px 0 4px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	margin: 0;
	color: #FFCC00; /* LSF Gold */
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	

/* the corecenter contains the center part of the core */
#corecenter {
	width: 590px;
	height: auto;
	float: left;
}

	#corecenter h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #009; /* LSF Blue */
	padding: 10px 0 0 10px;
	}
	#corecenter p {
	line-height: 20px;
	padding: 0 10px 10px 10px;
	color: #000; /* Black */
	}
	
	#corecenter ul {
		padding: 20px;
		width: auto;
	}
	#corecenter li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px solid #999; /* Grey */
	}
	#corecenter li a {
	text-decoration: none;
	color: #999; /* Grey */
	display: block;
	height: auto;
	padding: 4px;
	border-color: #009; /* LSF Blue */
	}
	#corecenter li a:hover {
	color: #000; /* Black */
	}

#footer {
	clear: both;
	width: 740px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #009; /* LSF Blue */
}
	#footer p {
		color: #FFCC00; /* LSF Gold */
		padding-right: 20px;
	}
	#footer a {
		color: #FFF; /* White */
	}
