/* Gallery Susie Arbuthnott
Last Updated 22 August 08
This is the CSS*/

body {
margin: 0;
padding: 0;
background: #ffffff;
font: 80% Arial, Helvetica, sans-serif;
}

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

/* This specifies the page wrapper which is the container for all the information*/
.pagewrapper {
	width: 800px;
	margin-top: 20px;
	left: 50%;
	background-color:  #e3ecd7;
	position: absolute;
	margin-left: -400px;
}

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

.contentwrapper {position: relative;}

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

.banner, .contentwrapper, {width: 800px;}
.banner {height: 200;
	width: 100%;
	text-align: center;
}

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

.leftsidebar {
	position: absolute;
	left: 0;
	top:0;
	width: 350px;
	padding: 10px;
	vertical-align: right;
	text-align: right;
	
}

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

.rightsidebar {
	
	position: relative;
	right: 0;
	top:0;
	width: 380px;
	padding-top: 10px;
	margin-left: 380px;
}

.gallery {
	width: 100%;
	padding-top: 10px;
	position: relative;
	margin-left: 30px;
	height:400px;
	
}

.contactform {
	width: 100%;
	padding-top: 10px;
	position: relative;
	margin-left: 30px;
	height:580px;
	
}


.success {
	width: 100%;
	padding-top: 10px;
	position: relative;
	margin-left: 30px;
	height:250px;
	text-align: center;
	
	
}
/* 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%;
	text-align: center;
	}

/* This ensures that the text in the centre is correctly positioned*/


/*End of layout specification*/

a:link {	color: #333333; 
			text-decoration: none; 
				
 			}
	a:visited {	color: #333333; 
				text-decoration: none; 
			}
						
.maintext
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333; 
	font-size: 1.3em;
	
	
}						
.menu
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333; 
	font-size: 1.6em;
	text-align: center;
	
}

.smaller
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333; 
	font-size: 1.3em;
	text-align: center;
	
}
.titletext
{
		font-family:Arial, Helvetica, sans-serif;
		color: #990000; 
		font-size: 1.2em;
		text-align: right;
		margin-right: 180px;
			width: 100%;
	

	}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer
	{
		position: relative;
		margin-left: 30px;
	}

.thumbnail img
	{
		border: 1px solid black;
		margin: 5px 5px 5px 5px;
	}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: none;
}

.thumbnail span
{ /*CSS for enlarged image*/
		position: absolute;
		background-color: #e3ecd7;
		padding: 5px;
		left: -1000px;
		border: 1px solid silver;
		visibility: hidden;
		color: black;
		text-decoration: none;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		color: #333333; 
		font-size: 1.3em;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 250px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


