
html, body  {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

ol, ul, li
{
	font-family: Arial, Helvetica, sans-serif;
	margin-left:0px;
	padding-left:0px;
	margin-top:1px;
}


/* the appropriate background class will be applied based on class attached to the body */
html, body {margin: 0; padding:0;}
body
{
	margin-left:auto;margin-right:auto;width:750px;
padding: 0;
font:70% 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#twoColLayout {
background: #660000 url(../images/background.gif) repeat fixed;
}

/* default links */

a:link {
background-color: transparent;
text-decoration: none;
color: #666;
}
a:hover {
background-color: #FFC;
text-decoration: underline;
color: #990;
}
a:visited {
background-color: transparent;
text-decoration: none;
color: #666
}

/* headers here */

h1 {
margin: 0;
padding: 30px;
font-size: 150%;
color: #FF0000;
text-indent: -9000px;
}

h2 {
	margin: 0 10px 0 10px;
	padding: 2px;
	font-size: 130%;
	color: #660000;
	background: #FFE57E;
	text-decoration: none;
}

/* and then these h3 statements, unique to whichever section has been attached above, will give the headers the appropriate background color */

h3 {
text-transform: uppercase;
display: inline;
font-size: 92%;
margin: 10px 5px 0 5px;
padding: 2px;
}

h4 {
	font-size: 120%;
	color: #660000;
	background: #FFE57E;
	text-decoration: none;
}

.default h3 {
background: #F6CE45;
}

/* main wrapper that holds it all centrally */

#wrapper {
	width:750px;
	margin:0 auto;
	background: #f6ad15 center;
	padding: 0 10px 10px 10px;
}

/* default masthead holding the banner and mainNav */

#header {
width: 750px;
height: 170px;
background: url(../images/header.jpg) no-repeat;
}

/* now the three main columns, named in order of importance and display when styles switched off */

#primaryContent {
float:left;
width:750px;
display:inline;
margin: 0 0 20px 0;
}

/* note here that specifying twoColLayout in the body will activate the following div instead of the default primaryContent */

#twoColLayout #primaryContent {
width:555px;
float:left;
margin: 0 0 20px 195px;
}
#oneColLayout #primaryContent {
width:730px;
float:left;
margin: 0 0 10px 10px;
}

/* just incase twoColLayout is specified in body, and secondaryContent is left in, we turn it off - not ideal, but it works */

#twoColLayout #secondaryContent {
display: none;
}

#secondaryContent{
float:left;
width:270px;
margin: 0 0 20px 15px;
}

#sideContent{
float:left;
width:180px;
margin: 0 0 20px -750px;
}

/* just incase oneColLayout is specified in body, and these are left in, we turn them off - not ideal, but it works */

#oneColLayout #secondaryContent, #oneColLayout #sideContent {
display: none;
}

/* twoColContent - used to span two right-hand columns - ONLY LEAVE THIS IN IF I DISCUSS IT - box used only if no selector */

#twoColContent{
width:555px;
float:left;
margin: 0 0 20px 195px;
}

/* cbSide controls non-rounded boxes in the thinner left column, known as sideContent */

.cbSide {
width:160px;
margin: 5px 0 0 10px;
padding: 10px 0 5px 0;
background-color: #FFE57E;
}

.cbSide p {
margin: 0;
padding: 0 5px 2px 5px;
font-size: 90%;
color: #FFE57E;
}

#pcThumbs {
	margin: 5px 10px 5px 15px;
	padding: 5px 10px 5px 15px;
	list-style:none;
}

#pcThumbs li
{
	display:block;

}
/* box is the shaded area that holds a rounded corner box or flat box, fitting the given width of the column it is in. Usually combined with another class to control inner elements, eg box default */

.box {
margin: 15px 0 0 0px;
padding: 5px 0 5px 0;
background: url(../images/diags.gif);
}

/* Styling of the boxes if there is no JavaScript support */

.cbb {
margin: 0 10px 0 10px;
background: #FFE57E;
padding: 5px 0 5px 0;
line-height: 170%;
}

/* paragraph styles for any main boxes */
.cbb p, .cb p {
margin: 0;
padding: 0 5px 5px 50px;
color: #333;
}

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

.cb {
margin: 0.5em 0;
line-height: 170%;
	}

/* Rules for the top corners and border */
.bt {
	background: url(../images/box.png) no-repeat 100% 0 !important;
	background: url(../images/box.gif) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:27px;
	}
.bt div {
	height:27px;
	width:18px;
	position:relative;
	left:-18px;
	background: url(../images/box.png) no-repeat 0 0 !important;
	background: url(../images/box.gif) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background: url(../images/box.png) no-repeat 100% 100% !important;
	background: url(../images/box.gif) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
	}
.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background: url(../images/box.png) no-repeat 0 100% !important;
	background: url(../images/box.gif) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding: 0 0 0 12px;
	background: url(../images/borders.png) repeat-y 0 0 !important;
	background: url(../images/borders.gif) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding: 0 12px 0 0;
	background: url(../images/borders.png) repeat-y 100% 0 !important;
	background: url(../images/borders.gif) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#FFE57E;
border: 1px solid #FFE57E;
	border-width:1px 0;
	padding:0 5px;
	}
/* CSS for the box ends here */


/* erm, the footer */

#footer{
	clear:both;
	width: 750px;
	height: 53px;
	padding: 0px;
	border: 0px none;
	background-image:  url(../images/footer.gif);
}
#footer p {
margin: 10px 10px 0 0;
padding: 50px 4px 4px 0;
font-weight: bold;
}

#footer a:link, #footer a:visited {
color: #D7D493;
}
#footer a:hover {
color: #000;
background: #D7D493;
}

/* image control. First we define stuff common to ALL images on the page. It is then up to other styles to override these. By default, all images will have a 2px border, and bottom and right margins of 5px. They will all float left. */

img {
float: left;
margin: 0px 0 2px 5px;
border: 2px solid #C5BDBD;
}

/* For any images in the default boxes - the pencil icons - I don't want the 2px border. So I set border to 0 */

.default img {
border: 0;
}

/* For these larger images, I don't want them to float, for that causes the h3 above to be pushed to the right. I also declare a top margin to space the header and image apart, and also increase the border width slightly.  We also set it to display:block so that if body id is twoColLayout, the image will force the header and other bits to wrap around it */

.mainImage {
	display: block;
	float: left;
	margin-top: 4px;
	border: 3px solid #C5BDBD;
	margin-right: 12px;
}
.ingredients {
padding: 0 0px 0px 298px;
}


/* drop shadow effect for the gallery thumbnails. Sadly this requires a div to be wrapped around the image markup, which is a shame */

.img-wrapper {
margin: 20px 40px 0 0;
background:  url(../images/shadow.gif) no-repeat bottom right;
float:left;
line-height:0;
}

.img-wrapper img {
float:none;
margin:0;
background:#FFE57E;
padding:4px;
border:1px solid #C5BDBD;
position:relative;
left:-5px;
top:-5px;
}

/* used to ensure all our floated thumbnails stay the right width away from the left side of the box */

.thumbnails {
margin: 0 0 20px 50px;
}

/* spacer used immediately after the floated gallery thumbnails to ensure the box expands to hold them all */

.spacer {
clear: both;
}

/* CSS for the ticked off links. Note, I am not ordering things in the LVHA way, as I prefer the visited tick to work above the arrow once visited. */

.cbSide ul {
list-style-type: none;
margin-top: 0px;
margin-left: 0;
margin-bottom: 0;
padding: 3px;
background-color:#FFE57E;

}

.cbSide li a:link {
color:#333;
line-height:150%;
text-decoration:none;
display:block;
width:154px;
border-bottom: 1px solid #990000;


}

.cbSide li a:active {
color:#333;
line-height:150%;
text-decoration:none;
display:block;
width:154px;
border-bottom: 1px solid #990000;

}

.cbSide li a:hover {
color:#990000;
line-height:150%;
display:block;
width:154px;
border-bottom: 1px solid #990000;

text-decoration:none;
}

.cbSide li a:visited {
color: #999;
text-decoration:none;
line-height:150%;
display:block;
width:154px;
border-bottom: 1px solid #990000;

}

/* horizontal main menu navigation - based on a method from Richard Rutter */

 #mainNav
{
margin: 56px 0 0;
padding: 0 0 0 50px;
width: 600px;
height: 25px;
font-weight: bold;
font-size: 110%;
}
html>body #mainNav { margin-top:60px;}

#mainNav ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#mainNav li
{
display: block;
margin: 0;
padding: 0;
float: left;

}

#mainNav a
{
color: #D7D493;
display: inline;
width: auto;
text-decoration: none;
background: #000;
margin: 0;
padding: 5px 5px;
border-right: 1px solid #FFCC33;
}

#mainNav a:hover, #mainNav a:active { background: #FFE57E;color: #000; }

#mainNav a.active:link, #mainNav a.active:visited
{
position: relative;
z-index: 102;
background: #BBB;
color: #D7D493;
font-weight: bold;
}

/* Highlighting the current page */

body.home #mainNav a#home, body.gallery #mainNav a#gallery, body.contact #mainNav a#contact {
  color: #FFE57E;
text-decoration: underline;
}
body.home #mainNav a:hover#home, body.gallery #mainNav a:hover#gallery, body.contact #mainNav a:hover#contact {
  color: #000;
}

/* Highlighting external links ONLY in the main text areas, so as not to screw up the ticked-off links */

.box.default a[href^="http:"] {
  background: url(../images/external.gif) no-repeat right top;
  padding-right: 10px;
}
 .box.default a[href^=""], .box.default a[href^=""] {
  background-image: none;
  padding-right: 0;
}

/* form styling - not much though kids */

form {
margin: 0;
padding: 0;
font-size: 80%;
}

fieldset {
border: 0;
margin: 0 0 10px 0;
padding: 5px;
}

.default fieldset {
width: auto;
border: 0;
margin: 10px 0 10px 50px;
padding: 0;
}


.default label {
display: block;
font-weight: bold;
}


.default label {
display: block;
font-weight: bold;
}

input {
margin-top:0;
padding: 2px;
border: 0;

color: #333;
}

textarea {
margin-top:0;
padding: 2px;
border: 0;
background: #D7E7E9;
color: #333;
}

.default input {
display: block;
}

.recipesub {
	font-weight: bold;
}
#overallQBody {
	margin-left: 10px;
	}

#nbgQResults
{
	padding:0px;
	margin:0px;
}

.clearMethod {
	clear:left;
}

.clearSilo {
	float: right;
	border: 0px;
	vertical-align: bottom;
}
.clearSiloL {
	float: left;
	border: 0px;
	vertical-align: bottom;
	padding-right: 15px;
}

.qsmLogos {
	float:right;
	border: 0px none;
	margin: 2px;
	padding: 2px;
}

input.submit {
	border: 0;
	margin-bottom: -6px;
padding: 2px;
	background: transparent;
	font-size: 10px;
}
.Answer {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.largebodycopy {
	color: #660000;
	font-size: 14px;
	font-weight: bold;
}
.Question {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.radio {
	float:left;
	margin-right:3em;
	}
a.masterclasslink {
	color: #660000;
	font-weight: bold;
	}


*.recipelist
{
	padding-left:35px;
	margin-left:35px;
}

#postcardradio
{
	margin:0;
	padding:0;
}

#postcardradio li
{
	display:inline;
	list-style:none;
	float:left;
	margin:0;
}

#postcardradio input
{
	margin-right:130px;
	margin-bottom:-70px;

}

#postcardradio img
{
	display:inline;
	margin-left:25px;
}
#postcardradio ul
{
	display:inline;
}

*.legend
{
	font-size: 130%;
	font-weight:600;
	color: #660000;
}



*.standardtext
{
	color:#990000;
	width:60%;
}
*.standardtext
{ margin-top:2px;margin-bottom:2px;}

*.fullwidthtext
{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	width:90%;
}

label.formlabel {font-size:150%;color:#990000;width:28%;margin-left:10px;float:left;display:block;text-align:right;margin-right:10px;line-height:15px;margin-top:10px;}
label.blocklabel {color:#990000;width:55%;margin-left:40px;float:left;display:block;text-align:center;margin-right:10px;line-height:15px;margin-top:10px;}
*.footnote {font-size:150%;}

input:focus, textarea:focus
{
	background-color:#990000;
	color:#ffeeff;
}


#pcThumbs {
	margin: 5px 10px 5px -10px;
	padding: 5px 10px 5px 15px;
	list-style:none;
	display:block;
}

#pcThumbs img
{

	display:block;
}

*.vert
{
	display:block;
 float:left;
}
*.submission
{
	border:2px solid #660000;
}





#primaryContent ul
{
	list-style:none;
}
#primaryContent ol
{
	padding-left:10px;
}


*.listinset
{
	margin-left:15px;
}

#recipe_body h2
{
	font-size:16px;
	color:#760710;
	font-weight:700;
}

#ringredients h3, #rmethod h3
{
	font-size:12px;
	color:#000;
	font-weight:700;
	margin-bottom:2px;
}

#rimage
{
	float:right;
	padding-left:5px;
}

#rinfo, #ringredients
{
	margin-left:0px;
}

*.infospan
{
	font-weight:800;
	color:#000;
}

*.rhead
{
	line-height:125%;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:45px;
	font-size: 24px;
	font-weight: 700;
	color: #760710;
}

#feedscale
{
	width:180px;
	background-color:#f1ebbf;
	display:block;
}
#feedslist
{
	width:180px;
	margin: 0;
	padding: 0;
	line-height:160%
}

#feedslist li
{
	list-style:none;
	float:left;
	margin: 0;
	width:15%;
	background-color:#f1ebbf;
	color:#888;
	text-align:center;
}
#feedslist li.label
{
	width:25%;
	background-color:#c6bda1;
	color:#333;
	font-weight:600;
	font-size:10px;
}

#feedslist li.feedsfull
{
	background-color:#760710;
		color:#aaa
}
#feedslist li.feedsthis
{
	background-color:#760710;
	color:#fff;
	font-weight:600;
}

*.key
{
	margin:0;
	padding:0;
}
*.red
{
	color:red;
}
*.green
{
	color:green;
}
*.blue
{
	color:blue;
}

#scoreboard
{
	background-image:url(../images/scoreboard/SummerScoreboard.gif);
	height:113px;
	width:198px;
}
*.digit2
{
	margin-top:60px;
	margin-left:87px;
	display:inline;
}
*.digit1
{
	margin-top:60px;
}
*.digit0
{
margin-top:60px;
}