@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #566422;
	background-color:#FFFFFF;
	background-image: url(../images/structure/back.jpg);
	
}
a {
	font-size: 100%;
	color: #556421;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	font-size: 100%;
	color: #556421;
	text-decoration: none;
}
.sidebar1-img { /* This css used for image tag inside in left bar */
	border-width:10px;
	border-style:solid;
	border-color:#fff;
	width:296px;
/*	height:203px; */
}
.sidebar1-img-advert { /* This css used for image tag inside in left bar */
	border-width:10px;
	border-style:solid;
	border-color:#fff;
	width:296px;
	height:623px;
}
.sidebar1-img-portrait { /* This css used for foundation building image tag inside in left bar */
	border-width:10px;
	border-style:solid;
	border-color:#fff;
	width:296px;
	height:406px;
}
.available {/* This css used for text in the capacities table */
	background: #ccd0bd;
	font-size: 70%;
	text-align: center;
}
.availableoutsideschool {
	background: #ccd0bd;
	font-size: 70%;
	text-align: center;
}
.availablesummer {
	background: #ccd0bd;
	font-size: 70%;
	text-align: center;
}
.unavailable {
	background: #ccc;
	font-size: 70%;
	text-align: center;
}
.na {
	background: #ccc;
}

.leftlink { /* This css used for telephone number in upper left corner of the header*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFF1;
	float: left;
	margin-right: 8px;
	width:40%;
    
}
.smallprint {
	font-size: 80%;
	color: #FFFFF1;
	padding: 5px;
	text-align: right;
}

.headerlink { /* This css used for enquiry and contact link */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFF1;
	text-decoration: none;
	
}
.footeredenwebsite { /* Display eden hyperlink on specified position on footer area */
	margin-left:50px;
}
.footeredenlogo {  /* Display eden logo on specified position on footer ednlink area */
	margin-left:630px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width:auto;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width:auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    /*font-size: 1%;*/
    line-height: 0px;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.addthisClass{
	margin-left:480px;
	
}
.addthis_button{ /* For positioning of the add this button */
	vertical-align:top;
	text-align:right;
}

.tabletoprow {/* Styles for the capacities table */
	text-align: center;
	vertical-align: top;
	font-size: 80%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tablecolumn {
	text-align: left;
	vertical-align: middle;
	font-size: 80%;
	font-weight: bold;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
img{ /* Romoves border from all image links */
	border:0px;
}
.imagetopbar{ /*This class can be used for  top image bar. Using this class user set the height and widht of top image bar */
	width:970px;
	height:100px;
}
.imagebottombar{ /*This class can be used for bottom image bar. Using this class user set the height and widht of bottom image bar */
	width:970px;
	height:100px;
}
.prices {
	font-weight: bold;
}


/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

#container {  /* This css used for container layer */
	width: 970px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom:10px; /*!important;*/
	margin-left: auto;
	padding-top: 0px;
} 
#header { /* This css used for header element */
	background: url(../images/structure/Logo.png) no-repeat 320px 20px;
	height: 295px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	
} 
#header h1 { /* This css used for H1 in header layer */
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.headerlink:hover { /* This css used for mouser over on enquiry and contact link  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #FF0000;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
#sidebar1 { /* This css used for left bar */
	float: left;
	width: 316px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-top:0px !important;
	
}
#sidebar1 h3, #sidebar1 p { /* This css used for H3 and P Tag inside in left bar */
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#mainContent {
	/*margin-top: 0px;
	margin-right: 1.5px;
	margin-bottom: 0px;
	margin-left: 295px;
	background-image: url(images/back-white.jpg);
	padding: 0px;*/
	margin: 0 0 0 325px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px 10px 10px; /*Important!*/
	width: 615px /*Important!*/
} 

#mainContent h1 { /* Used for H1 tag on mainContent are*/
	color: #566422;
	margin-bottom: 10px;
	font: bold 130% Verdana, Arial, Helvetica, sans-serif;
}
#mainContent h2 { /* Used for H2 tag on mainContent area*/
	color: #566422;
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
}
#mainContent h2 a {/* Used for H2 links tag on mainContent area*/
	font-size: 100%;
	font-weight: bold;
	color: #556421;
	text-decoration: underline;
}
#mainContent h2 a:hover, #mainContent h2 a:active, #mainContent h2 a:focus {
	font-size: 100%;
	font-weight: bold;
	color: #556421;
	text-decoration: none;
}
#mainContent p {
	line-height: 125%;
}

#mainContent1 { /* This layer is used for combining the main content and left base so we can display the backgound image  */
	width:970px;
	background-image: url(../images/structure/back-white.jpg);
}
#mainContent p a {
	color: #566422;
	font-weight: bold;
	
}
#mainContent p a:hover, a:active, a:focus {
	color: #566422;
	font-weight: bold;
	text-decoration: none;
}
#mainContent ul li a {
	color: #566422;
	text-decoration: underline;
}
#mainContent ul li a:hover, #mainContent ul li a:hover, #mainContent ul li a:active, #mainContent ul li a:focus  {
	color: #566422;
	text-decoration: none;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContentCapacities {
	/*margin-top: 0px;
	margin-right: 1.5px;
	margin-bottom: 0px;
	margin-left: 295px;
	background-image: url(images/back-white.jpg);
	padding: 0px;*/
	margin: 0 0 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px 10px 10px;
/*!important;/*
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 940px /*!important;*/
} 
#mainContentCapacities h1 {/* This is the H1 tag in the capacities template which also controls the terms and coditions page  */
	font-size: 130%;
	font-weight: bold;
	color: #566422;
}
#footer { /* Used for Footer*/
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-bottom:10px;
	background:url(../images/structure/back-footer.jpg) no-repeat center bottom;
	background-color:#F9F9F9;
	
} 
#footer p { /* Used for P tag on  Footer area*/
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px;
	color: #556421;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
}
#footerlinks { /* display Unordered list in footer */
	
	width:970px;
}

#footerlinks li {  /* Used for Li  tag on  Footerlink area*/
	display: inline;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
#footer li a { /* Used for hyperlink tag inside in Li tag on footer area*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: #556421;
	text-decoration: none;
}

#footer li a:hover { /* Used for hover on hyperlink tag inside in Li tag on footer area*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: #556421;
	text-decoration:underline;
}

#footer p a { /* Used for hyperlink tag inside in P tag on footer area*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #556421;
	text-decoration: none;
}
#footer p a:hover { /* Used for hover on hyperlink tag inside in Li tag on footer area*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #556421;
	text-decoration: underline;
}
#footer #edenlink { /* Display edenlogo and paul terry design url */
	width: 965px;
	margin-left:5px;
	padding-bottom:10px;
	
}
#footer #edenlink a { /*used for hyperlink tag on ednlink area */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #556421;
	text-decoration: none;
}
#footer #edenlink a:hover { /* Used for hover on hyperlink on ednlink area */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #556421;
	text-decoration: underline;
}
#footer #edenlink a:hover, #footer #edenlink a:active, #footer #edenlink a:focus { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #556421;
	text-decoration: none;
}
/*These classes are associated with the capacities table */
table {
	width: 100%;
	border: 1px solid #556421;
	
}

#th, td {
	padding: 0.1em 0.4em 0.1em;
	border: 1px solid #556421;
	text-align: center;
	vertical-align: middle;

}


th {
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	background:#556422;
	text-align: center;
}

form p.formfields {
	margin:0px;
	padding:2px;
}

form label {
	display:block;
	float:left;
	font-weight:normal;
	margin-top:4px;
	text-align:right;
	width:200px;
}
