/* Style Sheet for Shobdon Food Festival website */
/* Author - Lindsy Anderson */
/* Last updated 3 Feb 10*/

/* shobdon festival - homeward bound and food and garden - pallet fonts*/

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

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

/* This specifies the page wrapper which is the container for all the information*/
.pagewrapper {
	border-style:solid;
	border-color: #666666;
	border-left-style:solid;
	border-left-color: #666666;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	margin-top: 0px;
	background-color:  #ffffff;
	}

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

.contentwrapper {position: relative;}

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

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

.banner
{   border-bottom-style:solid;
	border-bottom-color: #666666;
	border-bottom-width: thin;
	text-align: center;
}

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

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

.leftsidebar {
	float: left;
	left: 0;
	top:0;
	width: 300px;
	line-height: 1.5em;
	margin-left: 5px;
	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 {
	clear: both;
	position: relative;
	bottom: 0;
	left:0;
	width: 100%;
}


.fred {
	
	margin-right: 20px;
}

.gallery {
	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: #0000A0; 
				text-decoration: none;
 			}
	a:visited {	color: #CC3333; 
				text-decoration: none;
			}
					
/* This specifies the formatting for things which should look like hyperlinks */
.dummylink {	font-size: 0.9em;
				background-color:  #FFcccc;
				color: #003399; 
				text-decoration: none;
				margin: 0.01em 0.01em 0.01em 0.01em;
				padding: 0.01em 0.01em 0.01em 0.01em;
			}
table.threecol
{
		background: #ffffff;
		text-decoration: none;
		border: 0px;
		border-spacing:30px 10px;
}
table {border-spacing:5px;}	
td.menu
{		width: 120px;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 1em;
		text-align: center;
		text-transform: uppercase;
		color: #ffffff;
		background: #0000A0;
		text-decoration: none;
		padding: 4px;
		border: thin outset #4169e1;
 	}
 	
td a:link {	color: #ffffff; 
				text-decoration: none;
 			}
td a:visited {	color: #ffffff; 
				text-decoration: none;
			}
 
td.menu:hover { background: #ED1C24;
			 } 


/* This specifies the formatting for the main body text.*/
.maintext {
	font-size: 0.9em; 
	text-align: left;
	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;
	}

/* This specifies the formatting for the text in the header.*/	
.headertext {
	color: #000000; 
	font-size: 1.8em; 
	text-align: center;			
	text-transform: uppercase;
	background-color:  #FFcccc;
	line-height: 1em;
	font-weight:bold;
	}

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

/* This specifies the formatting for the text in a side bar */
.sidebar {
	font-size: 0.8em ;
	color: #000000; 
}

.sidebarsmall {
	font-size: 0.9em ;
	color: #000000; 
}
/* 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: #0000A0; 
	font-size: 1.2em; 
	text-align: left;		
	line-height: 1.5em;	
	font-family: verdana, aerial, sans-serif;
	}

/* This specifies the formatting for the main body centered text headings.*/	
.centertext {
	color: #000000; 
	font-size: 1em; 
	text-align: center;		
	line-height: 1.5em;	
	font-family: verdana, aerial, sans-serif;
	}
	
/* This specifies the formatting for the breadcrumbs.*/
.crumbs {		color: #000000; 
				margin-left: 5px;
				font-size: 0.8em;
				text-align: left;
				text-decoration: none;
				
			}
/* This specifies the formating used for the 2008 Gallery*/			
#leftimg {
	width:600px; 
	height:550px;
	}
#leftimg ul {
	list-style:none; 
	padding:0; 
	margin:0; 
	margin-left: 10px;
	width:200px; 
	position:relative; 
	float:left;
	}
#leftimg ul li {
	display:inline; 
	width:50px; 
	height:50px; 
	float:left; 
	margin:3px 3px 3px 3px;
	}
#leftimg ul li a {
	display:block; 
	width:50px; 
	height:50px; 
	text-decoration:none; 
	border:1px solid #ffffff;
	}
#leftimg ul li a img {
	display:block; 
	width:48px; 
	height:48px; 
	border:0;
	}
#leftimg ul li a:hover {
	white-space:normal; 
	border-color:#dddddd;
	}
#leftimg ul li a:hover img {
	position:absolute; 
	left:200px; 
	top:5px;
	width:auto; 
	height:auto; 
	border:none;}
	

/* End of formatting specification.*/

