/* Style Sheet for Hereford and Worcester Garens Trust website */
/* Author - Lindsy Anderson */
/* Last updated 9 April 08*/

/* This specifies the background colour for the page*/
body {background-color: #CCCCCC;}

/* This section specifies the layout for the page*/

/* This specifies the page wrapper which is the container for all the information*/
.pagewrapper {
	width: 750px;
	margin-top: 0px;
	left: 50%;
	background-image: url(images/background.jpg);
  	background-attachment: fixed;
  	background-position: top center;
  	background-repeat: no-repeat;
  	background-color:  #FFFFCC;
	position: absolute;
	margin-left: -375px;
}

/* This specifies the layout for the main content*/

.contentwrapper {position: relative;}

/* The banner is the top images and naviagtion bars*/

.banner, .contentwrapper {width: 750px;}

/* This specifies the layout for the navigation bar to the left*/

.leftsidebar {
	position: absolute;
	left: 0;
	top:0;
	width: 150px;
	line-height: 1.5em;
	margin-left: 20px;
}

/* This specifies the layout for the navigation bar to the right*/

.rightsidebar {
	position: absolute;
	right: 0;
	top:0;
	width: 10px;
	margin-right: 5px;
}

/* This specifies the layout for the footer, which is all the navigation links which are to be kept at the bottom of the page*/
.footer {
	position: relative;
	bottom: 0;
	left:0;
	width: 100%;
}

/* This ensures that the text in the centre is correctly positioned*/
.maincontent {
	margin-left: 185px;
	margin-right: 20px;
}

.maincontentnocolumns {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

/*End of layout specification*/

/* This section describes the fonts, colours and formats used within the design*/

/* This specifies the default settings for all the fonts.*/
p
{
	font-family: verdana, aerial, sans-serif;
	color: #000000; 
	font-size: 1em;
	text-align: center;
	vertical-align: top;
	font-weight: normal;	
}

/* This specifies the colour for the hyperlinks */

	a:link {	color: #006633; 
				text-decoration: none;
 			}
	a:visited {	color: #663300; 
				text-decoration: none;
			}
			
.h1 {
	color: #006633; 
	font-size: 1.4em; 
	font-family: verdana, aerial, sans-serif;
	text-align: center;		
	line-height: 1.5em;	
	}
					
/* This specifies the formatting for things which should look like hyperlinks */
.dummylink {	color: #006633; 
				text-decoration: none;
				margin: 0.01em 0.01em 0.01em 0.01em;
				padding: 0.01em 0.01em 0.01em 0.01em;
			}

/* This specifies the formatting for the main body text.*/
.maintext {
	font-size: 0.9em; 
	text-align: center;
	line-height: 1.5em;
	font-family: verdana, aerial, sans-serif;
	color: #000000; 

	}

/* This specifies the formatting for the main body text.*/
.dummymaintext {
	vertical-align: top;
	font-size: 0.9em; 
	text-align: left;
	line-height: 1.5em;
	font-family: verdana, aerial, sans-serif;
	color: #000000; 
	}

/* This specifies the formatting for text in a list.*/
.listtext {
	text-align: left;
	font-family: verdana, aerial, sans-serif;
	color: #000000; 
	font-size: 0.9em;
	line-height: 1.8em;
	}

/* This specifies the formatting for the text in a side bar */
.sidebar {
	font-size: 1em ;
	line-height: 1em;	
}

/* This specifies the formatting for the text in the footer */
.footer {
				font-size: 0.75em;
				text-decoration: none;
}
/* This specifies the formatting for the main body text headings.*/	
.titletext {
	color: #006633; 
	font-size: 1.1em; 
	text-align: center;		
	line-height: 1.1em;	
	}
	
/* This specifies the formatting for the breadcrumbs.*/
.captions {		vertical-align: top;
				font-size: 0.6em; 
				text-align: center;
				line-height: 1em;
				font-family: verdana, aerial, sans-serif;
				color: #006633; 
				font-style: italic;
				
			}
/* End of formatting specification.*/
