@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #666666;
}
.foodfestival #container #mainContent #featurebox {
	color: #FFFFFF;
	background-color: #ADC329;
	padding: 20px;
	width: 800px;
	font-size: 200%;
}

.foodfestival #container #mainContent #featureboxpale {
	color: #ADC329;
	background-color: #DAE4A9;
	padding: 10px;
	width: 800px;
	font-size: 200%;
	display: block;
	clear: both;
}
.foodfestival #container #header .logo {
	text-align: left;
	display: block;
	float: left;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

.foodfestival #container #header {
	display: block;
	width: 940px;
	height: 130px;
	padding-left: 0px;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-right: 20px;
	margin: 0px 20px 0px 0px;
}
.foodfestival #container #header h1 {
	color: #319231;
	padding-left: 0px;
	padding-top: 40px;
	padding-bottom: 0px;
	font-weight: lighter;
	font-size: 250%;
	text-align: right;
	padding-right: 20px;
	margin: 0px 20px 0px 0px;
}
.foodfestival #container #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ADC329;
	text-align: center;
	margin: 10px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.foodfestival #container #mainContent h3 {
	color: #849618;
}

.foodfestival #container #mainContent .mapnumber {
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px;
	background-image: url(cardigan-food-festival-images/dot.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 12px;
}


.foodfestival #container #mainContent #featureboxpale h3 {
	font-size: 100%;
	color: #ADC329;
}


.foodfestival #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(cardigan-food-festival-images/cardigan-food-festival-logos.jpg) no-repeat 10px 10px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #EDF1D0;
}
.foodfestival #container a {
	font-weight: bold;
	color: #849618;
	text-decoration: none;
}
.foodfestival #container .language {
	margin-right: 50px;
}


.foodfestival #sidebar1 {
	width: 940px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.foodfestival #container #sidebar1 ul {
	list-style-type: none;
	text-align: right;
	margin-right: 50px;
}
.foodfestival #container #sidebar1 li {
	display: inline;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	color: #B8D432;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 4px;
}

.foodfestival #mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right 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: 0 50px;
} 
.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;
	margin-right: 3px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.foodfestival #container #mainContent .smallright {
	margin-top: 30px;
	margin-bottom: 20px;
}

.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: 1px;
    line-height: 0px;
}
  
.foodfestival #container #mainContent #featureboxpale .green {
	color: #849618;
}
.foodfestival #container #sidebar1 li a:link {
	color: #ADC329;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
	font-weight: bold;
}

.foodfestival #container #sidebar1 li a:active {
	color: #ADC329;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
	font-weight: bold;
}

.foodfestival #container #sidebar1 li a:visited {
	color: #ADC329;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
}

.foodfestival #container #sidebar1 li a:hover {
	color: #FFFFFF;
	background-color: #ADC329;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
}
.foodfestival #container #sidebar1 .live {
	color: #FFFFFF;
	background-color: #B8D432;
	padding: 4px;
}


.foodfestival #container #mainContent a {
	font-weight: bold;
	color: #83941F;
	text-decoration: none;
}
.foodfestival #container #mainContent h2 {
	color: #ADC329;
}
.foodfestival #container #mainContent .listing {
	font-size: 85%;
	text-align: left;
	width: 98%;
	border-top: 0px none;
	border-right: 1px solid #DAE4A9;
	border-bottom: 0px none;
	border-left: 1px solid #DAE4A9;
}

.foodfestival #container #mainContent .listing tr {
	border-bottom: 1px solid #ADC329;
}
.foodfestival #container #mainContent .listing td {
	padding: 2px 2px 2px 3px;
	border-top: 1px solid #DAE4A9;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #DAE4A9;
	border-left: 1px solid #FFFFFF;
}
.foodfestival #container #mainContent #featurebox1 {
	font-size: 150%;
	color: #FFFFFF;
	background-color: #DEE3A5;
	display: inline-block;
	height: 250px;
	width: 350px;
	float: right;
	margin-right: 20px;
	padding: 10px;
	text-align: left;
}
.foodfestival #container #mainContent #featurebox2 {
	font-size: 150%;
	color: #FFFFFF;
	background-color: #ADC329;
	display: inline-block;
	height: 250px;
	width: 350px;
	float: left;
	margin-right: 0px;
	padding: 10px;
	text-align: left;
}
.foodfestival #container .green {
	font-weight: lighter;
	color: #BDD731;
}
.foodfestival #container #mainContent #featureboxpale .white {
	color: #FFFFFF;
}
.foodfestival #container #footer .webwales {
	font-size: 70%;
	color: #DFEB9E;
	text-decoration: none;
	padding: 20px;
	margin: 20px;
}

