/***
**	playgroup.css
**
**	main style file for the Longparish Playgroup web pages
**
**
***/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin: 0;
}

/*
** header
*/
#header      { background-image: url(../images/bannerside1.png); 
               background-repeat: repeat-x; height: 165px; text-align: center }
/*
** menu
*/

/* have a menu bar down the left hand side */
.menu {
	clear: left;
	float: left;
	width: 8em;
	margin: 0 1em 1em 0.4em;
}
.menu a {
	display: block;
	padding: 0.2em;
}

.menu a:link, .menu a:visited {
	font-weight: bold;
	font-size: 120%;
	color: black;
	text-decoration: none;
}
.menu a:hover visited {
	font-weight: bold;
	font-size: 120%;
	color: blue;
	text-decoration: underline;
}
.menu a:hover {
	text-decoration: underline;
	color: blue;
}

/* navigation buttons 
.button a:link, .button a:visited {
	font-weight: bold;
	font-size: 120%;
	color: black;
	text-decoration: none;
}
.button a:hover, .button a:hover:visited {
	text-decoration: underline;
	color: blue;
}*/

/* individual colours */
.buttongreen {background-color: #9F9}
.buttonblue {background-color: #6FF}
.buttonlilac {background-color: #FCF}
.buttonyellow {background-color: #FF9}

/*
** contents -- the main part of the page
*/

/* place the contents to the right of the menu */
#contents {
	/*float: left;*/
	margin: 0 1em;
}

/*
** footer
*/
#footer {
	clear: both;
	font-size: 80%;
	border-top: silver 1px solid;
	margin: 0.2em;
	padding-top: 0.2em;
}

#top {
	width: 30%;
	float: left;
	text-align: left;
}

#longparish {
	width: 30%;
	float: left;
	text-align: center;
}

#date {
	width: 30%;
	float: right;
	text-align: right;
}
