
/* Presentation Stylesheet for The Sandpit Nursery website

  (c) Colin Sewell, 2006
------------------------- */

/*
* {
	margin: 0px;
	padding: 0px;
}
*/

html { font-size: 100%; /* IE hack */ }

html, body
{
	color: #432864;	/* global font colour : 000040 = dark blue  432864 = dark purple */
	font-family: arial, verdana, helvetica, sans-serif;
}


p {
	font-family: arial, verdana, helvetica, sans-serif;
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 80%;		/* scale down default font */
	color: #555;
	line-height: 140%;
}


p.HeaderAddress {
	text-align: center;
	font-size: 70%;
	line-height: 120%;
	font-weight:bold;
	margin: 0;
}


#PageContent p {
	width: 520px;
}


#PageContent p.FullWidth {
	width: 100%;
}


#HomeMoreBox p {
	margin: 0px;
	margin-top: 4px;
}


#Footer p {
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 70%;
	color: #444;
	padding: 2px;
}

#Footer p.FooterText {
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 60%;
	color: #888;
	margin: 0;
	padding: 0px;
}

#Footer p.FooterText a {
	color: #888;
}


/* image style backgrounds on H1 headings */

#PageHeaderWelcome {
	margin: 5px 0 0 0;
	padding: 0;
	background : url(../images/banners/header-text-welcome.gif) bottom left no-repeat;
}

#PageHeaderAboutUs {
	margin: 5px 0 0 0;
	padding: 0;
	background : url(../images/banners/header-text-about.gif) bottom left no-repeat;
}

#PageHeaderHealthyEating {
	margin: 5px 0 0 0;
	padding: 0;
	background : url(../images/banners/header-text-healthy-eating.gif) bottom left no-repeat;
}

#PageHeaderOurServices{
	margin: 5px 0 0 0;
	padding: 0;
	background : url(../images/banners/header-text-services.gif) bottom left no-repeat;
}

#PageHeaderOutOfSchool {
	margin: 5px 0 0 0;
	padding: 0;
	background : url(../images/banners/header-text-out-of-school.gif) bottom left no-repeat;
}

#PageHeaderNews {
	margin: 5px 0 0 0;
	padding: 0;
	background : url(../images/banners/header-text-news.gif) bottom left no-repeat;
}

#PageHeaderFAQs {
	margin: 5px 0 0 0;
	padding: 0;
	background : url(../images/banners/header-text-FAQ.gif) bottom left no-repeat;
}

#PageHeaderParentsGuide {
	margin: 5px 0 0 0;
	padding: 0;
	background : url(../images/banners/header-text-parents-guide.gif) bottom left no-repeat;
}

#PageHeaderContactUs {
	margin: 5px 0 0 0;
	padding: 0;
	background : url(../images/banners/header-text-contact.gif) bottom left no-repeat;
}

#PageHeaderRooms {
	margin: 5px 0 0 0;
	padding: 0;
	background : url(../images/banners/header-text-rooms.gif) bottom left no-repeat;
}

#PageHeaderContactForm {
	margin: 5px 0 0 0;
	padding: 0;
	background : url(../images/banners/header-text-contact-form.gif) bottom left no-repeat;
}

#PageHeaderStaff {
	margin: 5px 0 0 0;
	padding: 0;
	background : url(../images/banners/header-text-staff.gif) bottom left no-repeat;
}

#PageHeaderMoreInfo {
	margin: 5px 0 0 0;
	padding: 0;
	background : url(../images/banners/header-text-more-info.gif) bottom left no-repeat;
}

#PageHeaderAccessibility {
	margin: 5px 0 0 0;
	padding: 0;
	background : url(../images/banners/header-text-accessibility.gif) bottom left no-repeat;
}

#PageHeaderPolicies {
	margin: 5px 0 0 0;
	padding: 0;
	background : url(../images/banners/header-text-policies.gif) bottom left no-repeat;
}

#PageHeaderTerms {
	margin: 5px 0 0 0;
	padding: 0;
	background : url(../images/banners/header-text-terms.gif) bottom left no-repeat;
}

#PageHeaderSaturdayCreche {
	margin: 5px 0 0 0;
	padding: 0;
	background : url(../images/banners/header-text-saturday-creche.gif) bottom left no-repeat;
}

h1 span {
	visibility: hidden;
}


h1 {
	width: 520px;
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: .025em;
	line-height: 1.8em;
	text-indent: 5px;
	color: #387bae;
	margin: 10px 0px 20px 0px;
	padding-bottom: 1px;
}

h2 {
	width: 420px;
	font-size: 90%;
	font-weight: 400;
	letter-spacing: .05em;
	color: #007cff;
	margin: 10px 0px;
	margin: 25px 0px 10px 0px;
	padding-bottom: 1px;
	border-bottom: 1px solid #007cff;
}

h2.TextGreen {
	color: #00c900;
	border-bottom: 1px solid #00c900;
}

h2.TextYellow {
	color: #f2be12;
	border-bottom: 1px solid #f2be12;
}

h2.TextPink {
	color: #ff09ff;
	border-bottom: 1px solid #ff09ff;
}

h2.TextRed {
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
}

h2.TextCyan {
	color: #00c4df;
	border-bottom: 1px solid #00c4df;
}

h2.TextPurple {
	color: #ac49ef;
	border-bottom: 1px solid #ac49ef;
}


h3 {
	width: 420px;
	font-size: 70%;
	font-weight: 400;
	letter-spacing: .05em;
	color: #387bae;
	margin: 10px 0px;
	padding-bottom: 1px;
	border-bottom: 1px solid #387bae;
}


h4 {
	display: inline;
	width: 420px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 70%;
	font-weight: bold;
	letter-spacing: .05em;
	color: #444;
	margin: 1px 0px;
}


.BoldText {
	font-weight: bold;
}

.BoldHeading {
	font-weight: bold;
	font-size: 150%;
	color: #555;
}


hr {
	height: 1px;
}

.hr420 {
	width: 420px;
}

.hrBlue {
	border: #007cff;
    border-bottom: 1px solid #007cff;
}

.hrGreen {
	border: #00ec00;
    border-bottom: 1px solid #00ec00;
}

.hrCyan {
	border: #00c4df;
    border-bottom: 1px solid #00c4df;
}


.BulletList {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 80%;		/* scale down default font */
	color: #555;

	list-style-image: url(../images/decorations/bullet-blue-square.gif);
	margin: 20px;
	line-height: 16px;
}

.BulletList li {
	margin: 10px;
}

.BulletList ul {
	list-style-image: url(../images/decorations/bullet-small-square.gif);
}

.BulletListGreen {
	list-style-image: url(../images/decorations/bullet-green-square.gif);
}

.BulletListYellow {
	list-style-image: url(../images/decorations/bullet-yellow-square.gif);
}

.BulletListYellow ul {
	list-style-image: url(../images/decorations/bullet-small-square-yellow.gif);
}


.NumberList {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 80%;		/* scale down default font */
	color: #555;

	margin: 20px;
	line-height: 16px;
}

.NumberList li {
	margin: 10px;
}


#MoreDetails {
	background-color: #FFFF99;
	padding-left: 10px;
}


#ContactDetails {
	width: 250px;
	height: 210px;
	background-image:url(../images/misc/contact-BG.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#ContactDetails p {
	width: 250px;
}


#ContactDetailsLeft {
	width: 180px;
	height: 220px;
	background-image:url(../images/misc/contact-BG-left.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
}

#ContactDetailsLeft p {
	width: 180px;
}


.BoxHeader
{
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: .05em;
	color: #387bae;
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 2px solid #387bae;
	background-image:url(../images/decorations/header-bar-pattern.gif); 
	background-color: #E0ECF6;
}


ul.NewsItem {
	width: 420px;
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 70%;
	list-style-image: url(../images/decorations/bullet-arrow-small-pinky-red.gif);
	margin: 2px;
	padding-left: 20px;
}

p.NewsItem {
	font-size: 70%;
/*	color: #333333; */
	margin: 2px 0 4px 10px;
}

p.NewsItemTitle {
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 125%;
	color: #CC0000;
	margin: 2px 0 4px 10px;
}


p.WarningRed {
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 100%;
	color: #CC0000;
}


table {
	font-size: 70%;
}

table caption {
	visibility:hidden;
}


.ImageBorderRed {
	border: 1px solid #880000;
	padding: 1px;
}

.ImageBorderGrey {
	border: 1px solid #cecece;
	padding: 1px;
}
