/*
Theme Name: GameCookerySchool
Theme URI: http://www.gamecookeryschool.co.uk/
Description: Bespoke WordPress theme for The Mike Robinson Game & Wild Food Cookery School
Version: 1.0
Author: Tonicbox
Author URI: http://www.tonicbox.co.uk/
*/
/* Game Cookery School CSS layout */
/* page elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fcf5cf;
}
/* DIVs */
/* functional stuff */
.floatEnder {
	clear: both;
}
/* layout DIVs */
.container {
	margin: 0px auto;
	width: 980px;
	height: auto;
	padding-top: 41px;
}
/* header area */
.headerArea {
	width: 980px;
	background: url(/images/im-body-top.gif) no-repeat bottom;
	min-height: 79px;
	height: auto;
}
.logoArea, .topNavArea {
	float: left;
	width: 516px;
}
.topNavArea {
	width: 464px;
}
.topNavContent {
	padding: 48px 13px 0px 0px;
	text-align: right;
}
/* body area */
.wrapper {
	width: 980px;
	background: url(/images/im-body-bkg-tile.gif) no-repeat bottom;
	height: auto;
}
.bodyArea {
	width: 980px;
	min-height: 386px;
	height: auto;
	background: url(/images/im-body-red-bkg.gif) no-repeat 0 0;
}
.hpBodyArea {
	float: left;
	width: 352px;
}
#flash {
	float: left;
	width: 462px;
}
.hpBodyAreaContent {
	padding: 14px 14px 0px 14px;
}
.subBodyArea {
	float: left;
	width: 814px;
}
.subBodyAreaContent {
	padding: 0px 0px 0px 14px;
}
.galleryBodyAreaContent {
	padding: 14px 14px 14px 14px;
}
.subBodyImageArea {
	float: left;
	width: 258px;
}
.sigText {
	float: right;
	width: 175px;
	margin-top: -20px;
}
.upcomingBox {
	width: 500px;
	margin: 10px 0px;
	padding: 7px;
	background: #fcf5cf;
}
.pricesBox {
	margin: 10px 0px;
	width: 511px;
	padding: 7px 7px 7px 10px;
	background: #913727;
}
.calendarArea {
	width: 528px;
	margin: 30px 0px 10px 0px;
	background: url(/images/im-calendar-bkg.gif) no-repeat 0 0;
	height: 59px;
}
.calendarAreaContent {
	padding: 20px 0px 0px 75px;
}
.contactArea {
	margin-top: 10px;
}
.contactFloatRight, .contactFloatRightHotels {
	float: left;
	width: 254px;
}
.contactFloatLeft, .contactFloatRightEnquiry {
	float: left;
	width: 245px;
}
.contactFloatRight {
	margin-left: 20px;
	text-align: right;
}
.contactFloatRightHotels, .contactFloatRightEnquiry {
	margin-left: 20px;
}
.contactFloatContent {
	
}
.paraDivider {
	margin: 0px 0px 10px 0px;
	width: 528px;
	border-bottom: 1px dashed #d7c1a4;
}
.enquiryCheckbox {
	float: left;
	margin: 2px 10px 10px 0px;
}
.galleryBodyArea {
	float: left;
	width: 814px;
}
.gallHolder {
	float: left;
	width: 150px;
}
.gallHolder#margin {
	float: left;
	width: 150px;
	margin-left: 30px;
}
.gallHolder img {
	margin-bottom: 5px;
}
/* navigation area */
.leftArea {
	float: left;
	width: 140px;
	padding-left: 13px;
	height: auto;
}
.leftAreaHolder {
	min-height: 272px;
	height: auto;
}
.leftNavContent {
	padding: 9px 5px 5px 9px;
}
.navElements {
	
}
/* footer DIVS */
.footerContainer {
	margin: 0px auto;
	width: 980px;
}
.bodyBase {
	width: 980px;
	height: 30px;
	background: url(/images/im-body-bottom.gif) no-repeat 0 0;
}
.footerButtons {
	width: 980px;
}
.footerCredits {
	padding: 15px;
	text-align: center;
}
/* Game Cookery School CSS text */
/* default styles */
p, h1, h2, h3, h4, h5, h6 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
p {
	font-size: 0.75em;
	color: #d7c1a4;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #d7c1a4;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #828e8d;
}
h3 {
	font-size: 0.95em;
	font-weight: bold;
	color: #06084f;
}
h4 {
	font-size: 0.85em;
	font-weight: bold;
	color: #d7c1a4;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	color: #d7c1a4;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	color: #d7c1a4;
}
/* custom styles */
.sIFR-flash {
	width: 530px;
}
.sIFR-active h1.welcomeText {
	padding: 10px 0px;
}
.topNavContent h1 {
	color: 5f5f5f;
}
.hpBodyAreaContent h1 {
	color: #a26459;
}
.hpBodyAreaContent p {
	line-height: 1.3em;
}
.footerCredits p {
	color: #999999;
}
.standardBullet {
	background: url(/images/im-standard-bullet.gif) no-repeat 0 5px;
	padding: 0px 0px 7px 25px;
	font-weight: bold;
}
.smlText {
	font-size: 0.6em;
}
.post p span {
	font-size: 0.9em;
	color: #3b4c54;
}
/* link styles */
a:link, a:visited {
	font-weight: normal;
	color: #d7c1a4;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
.topNavContent h1 a:link, .topNavContent h1 a:visited {
	font-weight: normal;
	color: #5f5f5f;
	text-decoration: none;
}
.topNavContent h1 a:hover, .topNavContent h1 a:active {
	text-decoration: underline;
}
a.newsletter:link, a.newsletter:visited {
	display: block;
	background: url(/images/im-newsletter-signup-off.gif) no-repeat 0 0;
}
a.newsletter:hover, a.newsletter:active {
	background: url(/images/im-newsletter-signup-on.gif) no-repeat 0 0;
}
a.events:link, a.events:visited {
	display: block;
	background: url(/images/im-events-calendar-link-off.gif) no-repeat 0 0;
}
a.events:hover, a.events:active {
	background: url(/images/im-events-calendar-link-on.gif) no-repeat 0 0;
}
a.dedietrich:link, a.dedietrich:visited {
	float: left;
	display: block;
	background: url(/images/but-de-dietrich-off.gif) no-repeat 0 0;
}
a.dedietrich:hover, a.dedietrich:active {
	background: url(/images/but-de-dietrich-on.gif) no-repeat 0 0;
}
a.silestone:link, a.silestone:visited {
	float: left;
	display: block;
	background: url(/images/but-silestone-off.gif) no-repeat 0 0;
}
a.silestone:hover, a.silestone:active {
	background: url(/images/but-silestone-on.gif) no-repeat 0 0;
}
a.basc:link, a.basc:visited {
	float: left;
	display: block;
	background: url(/images/but-basc-off.gif) no-repeat 0 0;
}
a.basc:hover, a.basc:active {
	background: url(/images/but-basc-on.gif) no-repeat 0 0;
}
a.potkiln:link, a.potkiln:visited {
	float: left;
	margin-left: 50px;
	display: block;
	background: url(/images/but-pot-kiln-off.gif) no-repeat 0 0;
}
a.pka:link, a.pka:visited {
	float: left;
	display: block;
	background: url(/images/but-pka-off.gif) no-repeat 0 0;
}
a.pka:hover, a.pka:active {
	background: url(/images/but-pka-on.gif) no-repeat 0 0;
}
a.potkiln:hover, a.potkiln:active {
	background: url(/images/but-pot-kiln-on.gif) no-repeat 0 0;
}
a.homeImage:link, a.homeImage:visited {
	float: right;
	display: block;
	background: url(/images/but-home-off.gif) no-repeat 0 0;
}
a.homeImage:hover, a.homeImage:active {
	background: url(/images/but-home-on.gif) no-repeat 0 0;
}
a.shopImage:link, a.shopImage:visited {
	float: right;
	display: block;
	background: url(/images/but-shop-off.gif) no-repeat 0 0;
}
a.shopImage:hover, a.shopImage:active {
	background: url(/images/but-shop-on.gif) no-repeat 0 0;
}
a.aboutImage:link, a.aboutImage:visited {
	float: right;
	display: block;
	background: url(/images/but-about-off.gif) no-repeat 0 0;
}
a.aboutImage:hover, a.aboutImage:active {
	background: url(/images/but-about-on.gif) no-repeat 0 0;
}
a.contactImage:link, a.contactImage:visited {
	float: right;
	display: block;
	background: url(/images/but-contact-off.gif) no-repeat 0 0;
}
a.contactImage:hover, a.contactImage:active {
	background: url(/images/but-contact-on.gif) no-repeat 0 0;
}
a.partnersImage:link, a.partnersImage:visited {
	float: right;
	display: block;
	background: url(/images/but-partners-off.gif) no-repeat 0 0;
}
a.partnersImage:hover, a.partnersImage:active {
	background: url(/images/but-partners-on.gif) no-repeat 0 0;
}
.footerCredits p a:link, .footerCredits p a:visited {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.footerCredits p a:hover, .footerCredits p a:active {
	color: #6d0e05;
	text-decoration: underline;
}
.calendarAreaContent h1 a:link, .calendarAreaContent h1 a:visited {
	font-weight: bold;
	font-size: 1em;
	color: #e9cfca;
	text-decoration: none;
}
.calendarAreaContent h1 a:hover, .calendarAreaContent h1 a:active {
	text-decoration: underline;
}
.post p span a:link, .post p span a:visited {
	color: #3b4c54;
	text-decoration: none;
}
.post p span a:hover, .post p span a:active {
	text-decoration: underline;
}
table.dates td p a:link, table.dates td p a:visited {
	font-weight: bold;
	font-size: 0.9em;
	color: #6d0e05;
	text-decoration: none;
}
table.dates td p a:hover, table.dates td p a:active {
	text-decoration: underline;
}
/* form styles */
form {
	margin: 0;
	padding: 0;
}
/*.subBodyAreaContent input {
	margin: 5px 0px 10px 0px;
	color: #000000;
	border: 1px solid #ffffff;
	background: #ffffff;
	width: 200px;
}*/
.contactFloatContent input.field {
	margin: 2px 0px 8px 0px;
	color: #000000;
	border: 1px solid #ffffff;
	background: #ffffff;
	width: 200px;
}
.subBodyAreaContent input.formButton {
	margin: 5px 0px 10px 0px;
	color: #ffffff;
	border: 1px solid #ffffff;
	background: #913727;
	width: 200px;
}
.contactFloatContent input.formButton {
	margin: 10px 0px 5px 0px;
	color: #ffffff;
	border: 1px solid #ffffff;
	background: #913727;
	width: 200px;
}
.contactFloatContent textarea, .contactFloatContent select {
	margin: 2px 0px 8px 0px;
	color: #000000;
	border: 1px solid #ffffff;
	background: #ffffff;
	width: 200px;
}
.contactFloatContent input.checkbox {
	margin: 0;
	width: 15px;
	background: transparent;
	border: none;
}
/* image styles */
img {
	border: 0;
}
.sigImage {
	margin-top: 10px;
}
.divideImage {
	float: right;
}
.findMoreImage {
	float: left;
	margin-right: 10px;
}
.mainImage {
	float: right;
	width: 258px;
	margin: 0px 0px 0px 10px;
}
/* main navigation styles */
.boxHolder {
	position: relative;
	font-size: 1em;
	z-index: 100;
	list-style: none;
}
/* remove all the bullets, borders and padding from the default list styling */
.boxHolder li ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #808080;
	list-style: none;
}
.boxHolder li ul ul {
	margin-top: 12px;
}
.boxHolder li {
	list-style: none;
    position: relative;
}
.boxHolder li ul li {
	padding: 3px 0px 5px 0px;
	border-bottom: 1px solid #823626;
	margin-bottom: 3px;
}
.boxHolder li ul ul li {
	font-size: 0.8em;
	padding: 0px 0px 8px 6px;
	border-bottom: none;
}
/* style the links for the top level */
.boxHolder a, .boxHolder a:visited {
	font-size: 0.9em;
	font-weight: normal;
    text-decoration: none;
	color: #ead7bf;
}
/* this makes the sub pages use normal links */
.boxHolder .current_page_item .page_item a, .boxHolder .current_page_item .page_item a:visited {
	font-size: 0.9em;
	font-weight: normal;
    text-decoration: none;
	color: #ead7bf;
}

.boxHolder .current_page_parent .page_item a, .boxHolder .current_page_parent .page_item a:visited {
	font-size: 0.9em;
	font-weight: normal;
    text-decoration: none;
	color: #ead7bf;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.boxHolder table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
/* style the top level hover */
.boxHolder a:hover,
.boxHolder .current_page_item .page_item a:hover,
.boxHolder .current_page_parent .page_item a:hover,
.boxHolder .current_page_item a,
.boxHolder .current_page_parent a {
	color: #fff;
	background: ;
}
.boxHolder :hover > a, .boxHolder ul ul :hover > a {
	color: #fff;
	background: ;
}

/* style the second level hover */
.boxHolder ul ul a:hover {
	color: #fff;
	background: ;
}
/* table styles */
table {
	width: 518px;
}
table.course {
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: #fcf5cf;
	border-collapse: collapse;
	background-color: #6d0e05;
}
table.course td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #fcf5cf;
	background-color: ;
	-moz-border-radius: ;
	white-space: nowrap;
}
table.dates {
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: #fcf5cf;
	border-collapse: collapse;
	background-color: #fcf5cf;
}
table.dates td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #fcf5cf;
	background-color: ;
	-moz-border-radius: ;
	white-space: nowrap;
}
table.course td p {
	color: #d7c1a4;
	font-weight: bold;
}
table.dates td p {
	color: #6d0e05;
	font-weight: normal;
}
table.price {
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: #913727;
	border-collapse: collapse;
	background-color: #6d0e05;
}
table.price td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #913727;
	background-color: ;
	-moz-border-radius: ;
	white-space: nowrap;
}
table.details {
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: #913727;
	border-collapse: collapse;
	background-color: #913727;
}
table.details td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #913727;
	background-color: ;
	-moz-border-radius: ;
	white-space: nowrap;
}
table.price td p {
	color: #d7c1a4;
	font-weight: bold;
}
table.price td h5 {
	color: #d7c1a4;
	font-size: 1.1em;
	font-weight: bold;
}
table.details td p {
	color: #6d0e05;
	font-weight: normal;
}
table.details td h5 {
	color: #fcf5cf;
	font-size: 1em;
	font-weight: normal;
}
table.details td h6 {
	color: #fcf5cf;
	font-size: 0.8em;
	font-weight: normal;
}