@charset "UTF-8";
/*
Theme Name: Good Food Awards
Theme URI: http://goodfoodawards.com
Author: Gamut
Author URI: http://gamutsf.com
*/

@font-face {
    font-family: 'gfabold';
    src: url('fonts/gfa-bold-webfont.eot');
    src: url('fonts/gfa-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gfa-bold-webfont.woff2') format('woff2'),
         url('fonts/gfa-bold-webfont.woff') format('woff'),
         url('fonts/gfa-bold-webfont.ttf') format('truetype'),
         url('fonts/gfa-bold-webfont.svg#gfabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gfabold_italic';
    src: url('fonts/gfa-bolditalic-webfont.eot');
    src: url('fonts/gfa-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gfa-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/gfa-bolditalic-webfont.woff') format('woff'),
         url('fonts/gfa-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/gfa-bolditalic-webfont.svg#gfabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'WisdomScriptRegular';
  src: url('fonts/wisdom_script-webfont.eot');
  src: url('fonts/wisdom_script-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/wisdom_script-webfont.woff') format('woff'),
       url('fonts/wisdom_script-webfont.ttf') format('truetype'),
       url('fonts/wisdom_script-webfont.svg#WisdomScriptAIRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  
}

* {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	}
	
html, body {
	background-color: #000000;
	}
	
body {
	height: 100%;
}
	
/*========================================================
DEFAULTS
========================================================*/

h1 {
	background: #344062;
	width: 462px;
	height: auto;
	color: #FFFFFF;
	font-size: 1.35em;
	padding: 5px 0px 5px 20px;
	}

h1 a, h1 a:visited { color: #FFFFFF; }
	
/* Firefox */
@-moz-document url-prefix() { h1 { padding: 7px 0px 0px 20px; } } 


h2, .head_form_text {
	color: #e54425;
	font-weight: bold;
	font-size: .85em;
	padding-bottom: 10px;
	text-transform: uppercase;
	}
	
.head_form_text {
	text-transform: capitalize;
	}
	
p {
	color: #6d6e70;
	font-size: .75em;
	line-height: 1.5em;
	padding-bottom: 25px;
	}
	
a, a:visited {
	color: #e54425;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
strong {font-weight: bold;}

em {font-style: italic;}
	
img {border: none;}

/*========================================================
STRUCTURE
========================================================*/

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 960px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

@media screen and (max-width: 960px){
	img.bg {
		left: 50%;
		margin-left: -480px; }
}

#wrap_nav {
	background: transparent url("images/global/bg_nav.png") 0px 0px no-repeat; 
	z-index: 20;
	position: relative;
	min-height: 100%;
	margin-bottom: -80px;
	overflow: hidden;
	}
	
#container {
	padding-left: 50px;
	width: 900px;
	float: left;
	position: relative; 
	}
	
#content {
	width: 482px;
	float: left;
	margin-right: 35px;
	padding-top: 210px;
	padding-bottom:45px;
	}
	
#content .top_module, #content .module {
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 30px;
	padding: 10px 0px 20px 0px;
	width: 482px;
	}
	
#content .top_module h1 {
	font-family: 'gfabold_italic';
	font-size: 21px;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

#content .top_module .buttons {
	width: auto;
  text-align: center;
}
	#content .top_module .buttons button {
		padding: 10px 20px;
	  font-size: 18px;
	  line-height: 1em;
	  height: auto;
	  font-weight: 600;
	  display: inline-block;
	  margin: 0px 10px;
	}
	
#content .top_module p, #content .top_module h2 {padding: 0px 20px 12px 20px;}

#content .top_module form{padding:0 20px}

#content .top_module form>p{padding:0px;} 

#content .top_module fieldset {margin:0}
#registration_renewal{width:350px}

#content .module {
	padding: 20px;
	width: 442px;
	}
	
#content .module .inner_col {
	float: left; 
	width: 200px;
	padding-right: 20px;
	}
	
#content .module .inner_col span.date {
	padding-right: 15px;
	}
	
#content .sponsors {
	float: left;
	width: 482px;
	}
	
#sidebar {
	width: 300px;
	float: left;
	padding-top: 210px;
	}
	
#sidebar img { margin-bottom: 20px;}

#sidebar p {
	color: #FFFFFF;
	font-size: .65em;
	}

a.btn_call {
	background: transparent url("images/global/bg_btn_sidebar.png") no-repeat;
	font: bold 35px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 272px;
	height: 69px;
	padding: 15px 25px 20px 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	line-height: 1em;
	text-shadow: 0px 0px 60px #000;
	}
	
a.more {font-size: .85em;}

.navigation {float:left; padding: 0px 20px; width: 442px;}
.alignleft, .alignright {width: 150px; font-size: .65em; font-weight: bold;}
.alignleft {float: left;}
.alignright {float: right;text-align: right;}

.entry { padding-bottom: 24px;}

table {
	border: none;
	padding: 0px 0px 20px 20px;
	width: 424px;
	}

table td.head {
	padding-left: 20px;
	}	

table td {
	vertical-align: middle;
	padding-right: 20px;
	}
	
#tweet, .really_simple_twitter_widget {
    width: 220px;
	height: 72px;
    padding: 0px;
    overflow: hidden;
    color: #6d6e70;
	font-size: .75em;
	line-height: 1.5em;
	padding-bottom: 20px;
    }

#tweet li, .really_simple_twitter_widget li {
     width: 223px;
     list-style: none;
     }

#tweet li a, .really_simple_twitter_widget li a {
     color: #e54425;
     text-decoration: none;
     }

#tweet li a:hover {
     color: #e54425;
	 text-decoration: underline;
     }

.rstw_link_user {
	font-size: .75em;
	line-height: 1.5em;
}

/*========================================================
SUPER NAVIGATION
========================================================*/

ul#super_nav {
	list-style: none;
	height: 36px;
	margin-left: -3px;
	width: 890px;
	}
	
ul#super_nav li {
	display: inline;
	}
	
ul#super_nav a,
ul#super_nav a.last {
	display: block;
	padding: 16px;
	font-size: .63em;
	color: #cfd0d2;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	}
ul#super_nav li.first a {
padding-left: 0;
}
	
ul#super_nav a:hover, ul#super_nav a#current {
	text-decoration: underline;
	}
	
ul#super_nav a:focus {outline: none;}

ul#super_nav a.last {border-right: none;}

ul#super_nav a.newsletter {
	width: 77px;
	margin: 10px 10px 0px 20px;
	padding: 0px;
	background: transparent url("images/global/btn_newsletter.png") 0px 0px no-repeat;
	display: block;
	font-size: 0px;
	text-indent: -90000px;
	height: 25px;
	}
	
ul#super_nav a.newsletter:hover {
	background-position: 0px -25px;
	}
	
ul#super_nav a.twitter {
	padding: 15px 3px 0px 10px;
	}
	
ul#super_nav a.facebook {
	padding: 15px 0px 0px 10px;
	}

/*========================================================
MAIN NAVIGATION
========================================================*/

div#logo {
	position:absolute;
	z-index: 200;
	width: 144px;
	height: 142px;
	left: 43px;
	top: 55px;
	}
	
ul#main_nav {
	width: 670px;
  list-style: none;
  float: left;
  left: 220px;
  position: absolute;
  z-index: 300;
  top: 72px;
  overflow: hidden;
  -webkit-transform: rotate(-2.8deg);
  -moz-transform: rotate(-2.8deg);
  -o-transform:rotate(-2.8deg);
  -ms-transform:rotate(-2.8deg);
  transform: rotate(-2.8deg);
  line-height: 1.8em;
	}
	
ul#main_nav a, ul#main_nav a:hover {
	display: block;
  text-decoration: none;
  float: left;
  list-style-image: none;
  outline: none;
  color: #FFF;
  margin-right: 30px;
  position: relative;
  font-family: 'gfabold_italic';
  font-size: 21px;
  text-transform: lowercase;
  letter-spacing: 0.5px;
	}
	
ul#main_nav a:hover {
	text-decoration: underline;
}

ul#main_nav a:after {
	content: '';
  position: absolute;
  height: 65%;
  width: 1px;
  right: -15px;
  border-right: 2px dotted #FFF;
  top: 5px;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform:rotate(10deg);
  -ms-transform:rotate(10deg);
  transform: rotate(10deg);
}



/*========================================================
SIDEBAR NAV
========================================================*/
ul.sidebar_nav {
	list-style: none;
	padding-bottom: 20px;
	}
	
ul.sidebar_nav li {
	padding-bottom: 7px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .80em;
	}
	
ul.sidebar_nav a,
ul.sidebar_nav a.last {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	}
	
ul.sidebar_nav a:hover, ul.sidebar_nav a#current {
	color: #e54425;
	}
	
ul.sidebar_nav a:focus {outline: none;}

/*========================================================
GALLERY SPONSORS
========================================================*/
ul.gallery, ul.gallery_home {
	list-style: none;
	margin-left: 20px;
	}
	
ul.gallery_home { margin-left: 0px;}
	
ul.gallery li, ul.gallery_home li {
	padding-right: 15px;
	float: left;
	}

/*========================================================
FORM
========================================================*/
fieldset {
	border: none;
	margin: 0px 20px 20px 20px;
	}
	
fieldset ol {
	list-style: none;
	}
	
fieldset ol li {
	margin-bottom: 15px;
	font: normal .70em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}
	
fieldset ol li label, fieldset ol li label.sublabel {
	color: #616263;
	font-weight: bold;
	}
	
fieldset ol li label.sublabel { font-weight: normal;}	
	
fieldset ol li input {
	border: solid #3e4c72 1px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 5px;
	width: 238px;
	}
	
fieldset ol li input.short { width: 30px;}
fieldset ol li input.med { width: 160px; margin-bottom: 10px;}

fieldset ol li .in_form_text { font-size: 10px; font-style: italic;}
	
fieldset ol li .required { color: #e54425;}

fieldset ol li .btn_submit {
	background: transparent url("images/global/btn_submit.gif") no-repeat;
	width: 130px;
	height: 44px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	border: none;
	float: right;
	}
	
fieldset ol li .items_header {
	font: bold 1em Arial, Helvetica, sans-serif;
	border-top: solid #a5a8b2 1px;
	padding: 10px 3px 0px 3px;
	margin: 5px 0px;
	}
	
fieldset ol li .items_sub_header { padding-bottom: 0px; }
	
fieldset ol li table {
	background-color: #eff0f3;
	padding: 10px;
	margin: 0px;
	}

fieldset ol li table td { padding: 0px 5px 5px 0px; vertical-align: top;}

.sml_form_text {font-size: .85em;}

.head_form_text {font-size: 1.25em;}

.checkbox {width: 15px; margin-right: 10px;}

.textwide {width: 350px; height: 60px;}


/*========================================================
FOOTER
========================================================*/

#footer {
	height: 80px;
	background: transparent url("images/global/bg_footer.png") repeat-x;
	clear: both;
	width: 100%;
	position: relative;
	}
	
ul#foot_nav {
	list-style: none;
	height: 36px;
	width: 910px;
	margin-left: 50px;
	}

ul#foot_nav li {
	display: inline;
	}
	
ul#foot_nav a, ul#foot_nav a:visited,
ul#foot_nav a.first {
	display: block;
	padding: 40px 12px 16px 12px;
	font-size: .63em;
	color: #cfd0d2;
	text-decoration: none;
	float: left;
	}
	
ul#foot_nav a:hover {
	text-decoration: underline;
	}
	
ul#foot_nav a.first {
	padding-left: 0px;
	}
	
ul#foot_nav a:focus {outline: none;}
	
ul#foot_nav li.info {
	float: left;
	padding: 30px 0px 0px 20px;
	}
	
ul#foot_nav li.info p { 
	color: #cfd0d2;
	line-height: 1.5em;
	font-size: .65em;
	padding: 0px;
	width: 320px;
	display: block;
	}
	
ul#foot_nav li.info img {float: left; margin-right: 10px;}

ul#foot_nav li.info a {padding:0px; font-size: 1em; display: inline; float: none;}

ul#foot_nav li.info span.sml {font-size: .90em;}

.clearfooter {height: 80px;
clear: both;}
	
.clear {
	clear: both;
	}
	
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
.error .error-message, .error-message {
  color: red;
}


	#mask {
  		position:absolute;
  		left:0;
  		top:0;
  		z-index:9000;
  		background-color:#000;
  		display:none;
		}
  
	#boxes .window {
	  	position:absolute;
	  	display:none;
	  	z-index:9999;
		background-color: #000000;
		top:50;
		}

	#pop_wrap {
		padding: 20px;
		width: 700px;
		background-color: #000000;
		height: 550px;
		position: absolute;
		z-index: 9900;
		}
		
	#pop_contain {
		width: 535px;
		border: solid #FFFFFF 1px;
		padding: 50px 73px 50px 84px;
		height: 450px;
		}
	
	#pop_contain h1 {
		text-indent: -9000px;
		display: none;
		}
		
	#pop_contain #left {
		width: 175px;
		padding: 23px 72px 33px 0px;
		border-right: dotted #FFFFFF 1px;
		float: left;
		}
		
	#pop_contain #right {
		width: 193px;
		padding: 14px 0px 33px 70px;
		float: left;
		}
		
	#pop_contain p {
		font: normal .85em Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		line-height: 1.5em;
		padding-top: 20px;
		}
	
	
	#pop_contain img.headline { padding-bottom: 50px; clear:both;}
	
	#pop_contain img {outline: none; border: none; } 
	
	
/* PHOTOS */

#photo-sets { width:450px; display:block; height:auto; position:relative; padding: 0px 16px 16px 16px; }
#photo-sets li { list-style:none; margin-left:12px; display:inline; }

/* VIDEOS */

#videos2 { width:450px; display:block; height:auto; position:relative; padding: 0px 16px 16px 16px; margin-left:-4px; }
#videos2 li {
	list-style: none;
	width: 140px;
	display:block;
	float:left;
	margin-left: 10px;
	font-size: 12px;
	margin-bottom:20px;
}
#videos2 .titlec {
	width: 130px;
	display: block;
}

/* Gamut additions */

.current_page_item { color:#E54425 !important; }
.current_page_item a { color: inherit !important; }


/*** Password Protected Winners' Info Page ***/

.top_module form input[type="submit"]{
	background: transparent url("images/global/btn_submit.gif") no-repeat;
	width: 130px;
	height: 44px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	border: none;
	margin: 10px 0 20px 0;
	float: right;
}
.top_module form input[type="password"] {
	border: solid #3e4c72 1px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 15px;
	width: 238px;
}
.top_module form  label[for="pwbox-4713"] {
    color: #616263;
	font-weight: bold;
    font: bold 11px Arial, Helvetica, sans-serif;
    margin: 10px 0 0 0;
    display: block;
}
    