/*
 * This is the second version of the CSS for this site. The other CSS file can be found at: /style/main.css
 */

body {
	background:	#D9E5E6 url("../images/banner_largest.png") 0px 0px no-repeat;
	font-family:	"Times New Roman", serif;
	color:		black;
}

h1#pagetitle {
	position:	absolute;
	display:	block;
	left:		160px;
	letter-spacing:	0.1em;
	font-size:	24px;
	font-weight:	bold;
	z-index:	20;
	margin:		0px;
}

input.lineup {
	position:	absolute;
	left:		110px;
}

#homelink {
	left:		20px;
	top:		20px;
	position:	absolute;
	border:		none;
}

#adminLink {
	margin: auto;
	text-align: center;
	font-size: small;
	text-transform: lowercase;
	/* push it below any page data */
	position: relative;
	top: 50px;
	bottom: 20px;
/* Old position (problems on low resolutions (w/ IE))
	position:	fixed;
	right:	5px;
	bottom:	5px;
	font-size: small;
	text-transform: lowercase;
	*//* hacks for IE *//*
	width:	100%;
	text-align: right;
*/
}

/*************************

	Content

*************************/

div.content, div.member {
	padding:	10px;
	border:		solid black;
	border-width:	1px 2px 2px 1px; /* top, right, bottom, left respectively */
	position:	relative;
	background:	#FAFAFA;
	margin-bottom:	20px;
	left:		150px;
	top:		60px;
/*	right:		40px;*/
/*	width:		80%;*/
	margin-right: 25%;
	z-index:	0;
}

div.content p, div.member p {
	padding:	5px 10px 0px;
	font-size:	16px;
}

div.content h1, div.member h1 {
	padding:	10px 15px 0px; /* top, sides, bottom. */
	margin:		-10px;
	background:	#DAE6F2;
	font-size:	24px;
	line-height:	30px;
	text-align:	center;
}

div.content a {
	text-decoration:none;
}

div.content a:visited {
	color:		#88F;
}

div.content li {
	font-size:	18px;
	margin-left:	15px;
	padding-left:	10px;
	line-height:	1.25em;
}

div.content table.contact, div.member table {
	font-size:	18px;
	width:		100%;
	left:		5px;
	right:		5px;
}

div.content table.contact td {
	background:	#DAE6F2;
	padding:	5px;
}
/*************************

	Member Listing

*************************/


div.member td {
	padding:	5px;
	background:	#DAE6F2;
}

em.hint {
	font-style:	normal;
	font:		12px "Courier New", serif;
}
div.member h2 {
	padding:	0px;
	display:	in-line;
	font-size:	20px;
	line-height:	24px;
	font-weight:	normal;
}

/* was: div.member span.edittext */
span.edittext {
	position:	absolute;
	text-align:	left;
	font:		12px;
	padding:	5px;
	z-index:	150;
	top:		5px;
/* The following seems to display without a problem on compliant browsers,
 * however I must cater for the lowest common denominator.
	position:	absolute;
	text-align:	right;
	width:		100%;
	display:	block;
	font:		12px;
	top:		5px;
	right:		5px;
	padding:	5px;
	z-index:	150;
*/
}

/*************************

	Links

*************************/

div#links {
	position:	absolute;
	top:		200px;
	left:		10px;
	width:		120px;
	text-align:	center;
	font-family:	"Tahoma", sans-serif;
	z-index:	100;
}

div#links a {
	display:	block;
	text-decoration:none;
	font-size:	14px;
	font-weight:	bold;
	border:		solid black;
	margin-bottom:	5px;
	border-width:	1px 2px 2px 1px;
	padding:	5px;
	background:	#DAE6F2; /* same colour as the content h1 */
	color:		#333333;
}

div#links span {
	display:	none;
}

div#links a:hover {
	color:		black;
	border-color:	white #666 #666 white;
	border-width:	1px 2px 2px 1px;
	background:	#CEE0F2;
}

div#links a:hover span {
	font-weight:	normal;
	font-size:	10px;
	width:		150px;
	padding:	5px;
	position:	absolute;
	display:	block;
	left:		130px;
	background:	#CEE0F2;
	border:		white solid 1px;
}

/*************************

	Member administration

*************************/

form#member td {
	padding-top: 5px;
	padding-bottom: 5px;
}

form#member td {
	vertical-align: top;
}

form#member td.comment {
	font-size: small;
}

form#member th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

.calendar table {
	font-size:	12px;
	width:		100%;
	left:		5px;
	right:		5px;
	border-bottom:	1px solid black;
}

.calendar td {
	padding: 	5px;
	background: 	transparent;
	border-top: 	1px solid black;
	width:		33%;
}

.calendar th {
	font-size:	14px;
	font-weight:	bold;
	text-align:	left;
	padding:	20px;
}
