/*	Global styles
	------------------------------  */

#main-title {
	width: 100%;
	background: #130f10 url(../images/ttlbg-site.jpg) no-repeat left top;
	font-size: 100%;
	* html font-size: 90%;
}

#site-footer {
	font-size: 85%;
	width: 920px;
	margin: 20px auto 0;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	clear: both;
	text-align: center;
}

.nounderline {
	text-decoration: none;
}

.featurecolour1 {
	color: #d4cade;
	font-weight: normal;
}

.featurecolour2,
#main-rightbox h3 {
	color: #779500;
}

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 75%;
	bottom: 1ex;
}

dl {
	border-bottom: 1px solid #ccc;
	line-height: 150%;
}

	dl dt {
		clear: left;
		float: left;
		width: 140px;
		margin: 0;
		padding: 5px 0;
		border-top: 1px solid #ccc;
		font-weight: bold;
	}
	
	dl dd {
		border-top: 1px solid #ccc;
		margin-left: 140px;
		padding: 5px 0;
	}
	
	dl dd.noline {
		border-top: 0;
	}

iframe {
	border: 0;
	height: 250px;
	width: 210px;
}

#main-content .button {
	line-height: 12px;
	margin-top: 5px;
	overflow: hidden;
	text-align: center;
}

.button.prev {
	float: left;
}

.button.next {
	float: right;
}

	.button a {
		background: #779500;
		background: -moz-linear-gradient(
			top,
			#95b31e,
			#779500
		);
		background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(#95b31e),
			to(#779500)
		);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #fff;
		display: block;
		float: left;
		margin: 0 auto;
		padding: 6px 10px 7px;
		text-decoration: none;
		
	}
	
	.button a:focus,
	.button a:hover {
		background: #779500;
		color: #fff;
	}

img.border {
	width: 488px;
}
	
	
/*	Override default styles
	------------------------------ */

#main-content p, #main-content h3, #main-content h4,
#main-rightbox p, #main-rightbox h3, #main-rightbox h4,
#site-footer {
	margin-top: 0;
}
		
#main-header-menu ul li a {
	border-right: 1px solid #ccc;
}

#main-header-menu ul .last a {
	border: 0;
}		

#main-menu .selected {
	background: #130f10 url(../images/ttlbg-site.jpg) no-repeat -600px top;
	color: #fff;
}

#main-content {
	margin-bottom: 1.5em;
	width: 480px;
}

	#main-content h3 {
		border-bottom: 0;
		padding-bottom: 0;
	}

#main-rightbox {
	background: url(../images/sidebar-bg.png) repeat-x left top;
	border-left: 0;
	padding: 10px 0 0 15px;
	width: 215px;
}

	#main-rightbox h3 {
		font-size: 14px;
	}

#site-footer {
	color: #999;
	border: 0;
	background: url(../images/site-footer-bg.png) no-repeat center top;
	width: 960px;
}

	#site-footer a {
		color: #666;
		text-decoration: none;
	}
	
	#site-footer a:focus,
	#site-footer a:hover {
		color: #333;
	}

#main-botlinks {
	margin-bottom: 0;
	padding-bottom: 10px;
}

a {
	color: #779500;
}

a:focus,
a:hover {
	color: #95b31e;
}

/*	Home page
	------------------------------  */
	
#home-page #main-breadcrumb {
	margin-bottom: 15px;
}

#home p {
	line-height: 1.5;
	margin: 0 0 1em;
}

#banner {
	background: transparent url(../images/banner-bg.png) no-repeat left bottom;
	height: 220px;
	margin: 0 -20px;
	position: relative;
	width: 1000px;	
}

	#banner #slideshow {
		background: #000;
		height: 200px;
		left: 0;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		width: 1000px;
		z-index: 0;
	}
	
	#banner h3 {
		bottom: 20px;
		color: #fff;		
		font-size: 72px;
		left: 35px;	
		letter-spacing: -0.05em;
		line-height: 48px;
		margin: 0;
		padding: 0;
		position: absolute;
		/* right: 20px; */
		text-shadow: -2px -1px 2px rgba(0,0,0,0.2);
		/* text-transform: uppercase; */
		z-index: 10;
	}
	
	#banner h3 em {
		color: rgba(255,255,255,0.7);
		font-style: normal;
	}

#intro {
	float: left;
	padding: 0 40px 1em 20px;
	width: 570px;
}

	#intro big {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.25;
	}
	
	#intro h4 {
		font-size: 18px;
		margin: 0 0 0.5em;
	}

#cats {
	float: right;
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0 20px 0 0;
	width: 310px;
}

	#cats li {
		background: #130f10 url(../images/ttlbg-site.jpg) no-repeat -650px top;
		border: 3px solid #fff;
		color: #fff;
		float: left;
		min-height: 160px;
		padding: 10px 10px 0;
		text-align: center;
		width: 130px;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	
	#cats li:nth-child(2n) {
		margin-left: -3px;
	}
	
	#cats li:nth-child(1n+3) {
		margin-top: -3px;
	}
	
	/* #cats li:nth-child(n+3) {
		min-height: 125px;
	}
	
		#cats li:nth-child(n+3) p {
			min-height: 33px;
		} */
		
	
	#cats li:focus,
	#cats li:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		transition: all 0.2s ease-in;
	}
	
		#cats h4 {
			border-bottom: 1px solid #444;
			font-size: 13px;
			margin: 0 0 7px;
			padding-bottom: 7px;
		}
		
		#cats p {
			min-height: 73px;
		}
		
		#cats .vote {
			line-height: 12px;
			min-height: 35px;
			text-align: center;
		}
		
			#cats .vote a {
				background: #779500;
				background: -moz-linear-gradient(
					top,
					#95b31e,
					#779500
				);
				background: -webkit-gradient(
					linear,
					left top, left bottom,
					from(#95b31e),
					to(#779500)
				);
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				border: 2px solid #333;
				color: #fff;
				display: block;
				margin: 0 auto;
				padding: 5px 0 6px;
				text-align: center;
				text-decoration: none;
				width: 100px;
				-webkit-transition: all 0.15s ease-out;
				-moz-transition: all 0.15s ease-out;
				transition: all 0.15s ease-out;
			}
			
			#cats .vote a:focus,
			#cats .vote a:hover {
				border-color: #fff;
				-webkit-transition: all 0.15s ease-in;
				-moz-transition: all 0.15s ease-in;
				transition: all 0.15s ease-in;
			}


/*	Category listing pages
	------------------------------  */
	
#main-content .cat-info {
	background: #f5f5f5;
	color: #666;
	margin-bottom: 1.25em;
	padding: 8px 15px;
}

#cat-list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

	#cat-list li {
		border-bottom: 1px solid #eee;
		margin-bottom: 1em;
		overflow: hidden;
		padding: 0 0 1em 0;
		position: relative;
	}
	
	#cat-list .winner {
		background: #779500;
		border: 0;
		color: #fff;
		padding: 10px 15px;
	}
	
		#cat-list .winner a {
			color: #dde4bf;
		}
		
		#cat-list .winner a:focus,
		#cat-list .winner a:hover {
			color: #fff;
		}
	
	#cat-list li:last-child {
		border-bottom: 0;
		margin-bottom: 0;
	}
	
		#cat-list li a img {
			border: 2px solid #ddd;
			float: left;
			margin: 3px 0 1em;
			width: 106px;
		}
		
		#cat-list li a:focus img,
		#cat-list li a:hover img {
			border-color: #779500;
		}
		
		#cat-list .winner a img {
			border-color: #dde4bf;
		}
		
		#cat-list .winner a:focus img,
		#cat-list .winner a:hover img {
			border-color: #fff;
		}
		
		#cat-list h3 {
			margin-bottom: 0.5em;
		}
		
			#cat-list h3 a {
				color: #333;
				text-decoration: none;
			}
			
			#cat-list .winner h3 a {
				color: #fff;
			}
		
		#cat-list h4 {
			bottom: 12px;
			color: #d8d8d8;
			font-size: 18px;
			line-height: 18px;
			margin: 0;
			position: absolute;
			right: 0;
			text-transform: uppercase;			
		}
		
		#cat-list .winner h4 {
			bottom: 0;
			color: #fff;
			font-size: 32px;
			right: 15px;
		}
			
		#cat-list p {
			margin-bottom: 0.25em;
			padding-left: 125px;
		}
		
		#main-content #cat-list .button {
			text-align: left;
			padding: 5px 0 0 15px;
		}
		

/*	Results links
	------------------------------  */
	
#results-links {
	border-top: 1px solid #eee;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

	#results-links li {
		border-bottom: 1px solid #e8e8e8;
		line-height: 24px;
		padding: 0.5em 0;
	}
	
	#results-links li {
		border-bottom: 1px solid #e8e8e8;
		padding: 0.5em 0;
	}
	
	#results-links li .highlight {
		background: #779500;
		color: #fff;
		padding: 0 3px;
		text-decoration: none;
	}
	
	#results-links li .highlight:focus,
	#results-links li .highlight:hover {
		background: #95b31e;
	}
	
	#results-links li strong {
		text-transform: uppercase;
	}


/*	Awards night gallery
	------------------------------  */

#awards-gallery {
	list-style: none;
	margin: 0 0 0 -20px;
	overflow: hidden;
	padding: 0;
	width: 740px;
}

	#awards-gallery li {
		float: left;
		list-style: none;
		margin: 0 0 1em 20px;
		padding: 0;
		width: 128px;
	}
	
		#main-content #awards-gallery h5 {
			color: #666;
			font-size: 11px;
			line-height: 14px;
			margin: 0 0 0.25em;
			padding-left: 15px;
		}
	
		#main-content #awards-gallery .photo {
			margin: 0 0 0.25em;
		}
		
			#awards-gallery .photo a {
				display: block;
				height: 90px;
				position: relative;
				text-decoration: none;
			}
			
				#awards-gallery .photo a img {
					border: 2px solid #ddd;
					padding: 5px;
					width: 114px;
				}
				
				#awards-gallery .photo a:focus img,
				#awards-gallery .photo a:hover img {
					border-color: #779500;
				}
			
				#awards-gallery .photo a span {
					background: #fff url(../images/icon-zoom.png) no-repeat 5px center;
					border-top: 1px solid #ddd;
					border-left: 1px solid #ddd;
					-webkit-border-top-left-radius: 5px;
					-moz-border-radius-topleft: 5px;
					border-top-left-radius: 5px;
					color: #779500;
					display: none;
					padding: 2px 6px 3px 24px;
					position: absolute;
					right: 2px;
					bottom: 2px;
				}
				
				#awards-gallery .photo a:focus span,
				#awards-gallery .photo a:hover span {
					display: block;
				}
			
		#main-content #awards-gallery .download {
			font-size: 11px;
			margin: 0;
			text-align: center;
		}
		
			#awards-gallery .download a {
				background: url(../images/icon-download.png) no-repeat left center;
				display: block;
				margin: 0 auto;
				padding-left: 12px;
				width: 80px;
			}

/*	Sidebar  */

#main-rightbox #gallery {
	list-style: none;
	margin: 0 0 0 -12px;
	overflow: hidden;
	padding: 2px 0 0;
	width: 227px;
}

	#gallery li {
		float: left;
		line-height: 1;
		margin: 0 0 0 12px;
		padding: 0 0 7px;
		width: 59px;
	}
	
	#gallery li a img {
		border: 2px solid #ddd;
		width: 55px;
	}
	
	#gallery li a:focus img,
	#gallery li a:hover img {
		border-color: #779500;
	}


/*	Global styles
	------------------------------  */
	
.right {
	float: right;
	margin-right: 20px;
}
