/* CSS Document */

/*------------------ POSITIONING DIVS -----------------------*/


body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
}


#detail {
position: relative;
min-height: 900px; height: auto !important; /*this line for firefox (and IE7) etc */
height: 900px; /* this line for IE6 */
text-align: left;
width: 60%;
padding-left: 15%;
min-width: 730px;
background-color: #ffffff;
}

	
	#masthead {
	position: relative;
	margin-right:200px;
	min-width: 510px;
	text-align: right;
	}
	
	
	#textarea {
	position: relative;
	clear: both;
	margin-right:200px;
	padding: 10px;
	min-width: 510px;
	min-height: 900px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 900px; /* this line for IE6 */
	}

	#textarea img {
	float: left; 
	margin: 5px;
	margin-left: none;
	border: 1px solid #006633;
	}
	
	#textarea img.sponsor {
	float: none;
	border: none;
	}

	p.caption {
	float: left	}
		
	#featurearea {
	position: absolute;
	right:0;
	top: 0;
	width: 200px;
	height: 100%; 
	}

	#home #featurearea, #daylesford #featurearea {
	background-image: url(images/wallpaper_1.jpg);
	background-repeat: repeat-y;
	}
	#about #featurearea, #contact #featurearea {
	background-image: url(images/wallpaper_2.jpg);
	background-repeat: repeat-y;
	}
	#stall #featurearea {
	background-image: url(images/wallpaper_3.jpg);
	background-repeat: repeat-y;
	}
	
	#home, #daylesford {
	background-color: #d1febe;
	}
	#about, #contact  {
	background-color: #f2bdb5;
	}
	#stall {
	background-color: #b8b5e9;
	}

	

	

/*------------------ TYPOGRAPHY -----------------------*/

a:link  {text-decoration: underline; color: #7a7a82;}
a:visited {text-decoration: underline; color: #7a7a82;}
a:active {text-decoration: underline; color: #7a7a82;}
a:hover {text-decoration: underline ;color: #006633;}

#masthead a:link {border-bottom: none; text-decoration: none; color: #7a7a82;}
#masthead a:visited {border-bottom: none; text-decoration: none;color: #7a7a82;}
#masthead a:active {border-bottom: none; text-decoration: none;color: #7a7a82;}
#masthead a:hover {border-bottom: none; text-decoration: none;color: #7a7a82;}

p, li{
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color:#7a7a82;
margin-top: 0;
margin-bottom: 10px;
}

td, th, select, input, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color:#7a7a82;
vertical-align: top;
padding: 4px;
}

th {
text-align: right;
}

select, input, textarea {
color: #333333;
}

table {
border: 1px solid #7a7a82;
border-collapse: collapse;
}

li {
margin-top: 3px;
margin-bottom: 3px;

}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10pt;
color: #333333;
font-weight: normal;
}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 9pt;
color: #666666;
margin-bottom: 0;
font-weight: normal;
}


#footer p {
font-size: 7pt;
color: #000000;
margin-top: 5px;}

.clear {
clear: both;
}

