@charset "UTF-8";
/* CSS Document */

/* ====================================================================
	HEADER
*/
.head
{
	width:100%;
	background:#000;
	margin-bottom:20px;
}
	.headContent
	{
		width:970px;
		margin:0 auto;
		border:1px solid #453C36;
		border-top:none;
		border-bottom:none;
	}
		.headTop
		{
			height:100px;
		}
			.awardsLogo
			{
				width:100px;
				float:left;
				padding:20px 0 0 20px;
			}
			.headContent h1
			{
				float:left;
				width:295px; height:54px;
				margin:20px 0 0 10px;
				display:block;
			}
			.headContent h1 a
			{
				background:url(../images/horbury_hunt_award_logo.png) no-repeat;
				width:295px; height:54px;
				text-indent:-9999px;
				display:block;
			}
			.tbLogo
			{
				float:right;
				padding:12px 20px 0 0;
			}
			
		/* --------- NAV ------------- */	
		#nav
		{
			border-top:1px solid #453C36;
			clear:both;
			position: relative;
		}
			#nav ul, #nav li {
				margin: 0;
				padding: 0;
				float: left;
				list-style: none;
			}
			
			#nav li {
				display:block;
			}
			
				#nav li a {
					z-index: 2;
					position: relative;
					cursor: pointer;
					float: left;
					font-size: 1.3em;
					text-decoration: none;
					padding: 8px 12px;
					text-transform:uppercase;
					color:#FFF;
				}	
					#nav li a:hover {
						color:#FFF;
					}
			
				#blob {
					background:url(../images/menuPoint.png) left bottom no-repeat #453C36;
					position: absolute;
					z-index: 1;
					top: 0;
				}
				
				/* --------- SEARCH ------------- */	
				#nav .searchBox
				{
					float:right;
					margin:6px;
					width:180px;
					border:1px solid #4A4947;
					background:#222;
				}
					.searchBox #search, .searchBox .searchTextBox
					{
						background:#222;
						width:146px;
						border:none;
						padding:3px 0 3px 4px;
						margin:0 0 0 4px;
						color:#CACACA;
						font-size:0.8em;
					}
					.searchBox input[type="submit"]
					{
						margin:0;
						width:20px;
						background:url(../images/searchIcon.gif) no-repeat right 2px;
						border:none;
						padding:3px 5px;
						cursor: pointer;
						height:20px;
					}
					
				
/* ====================================================================
	MAIN HOME
*/
.main
{
	width:970px;
	margin:0 auto;
	clear:both;
}
	.mainTop
	{
		background-color:#17010E;
		margin:0 0 20px;
		padding:10px;
	}
		.mainTop h2
		{
			font-size:1.2em;
			margin:10px 0 0 20px;
			padding:0;
		}
		.mainTop p
		{
			font-size:0.9em;
			margin:0 0 10px 20px;
			padding:0;
			line-height:1.2em;
		}

		.leftCol
		{
			width:460px; height:280px;
			padding:10px;
			float:left;
			position:relative;
			margin-bottom:10px;
		}
		
		.rightCol
		{
			width:460px; height:280px;
			padding:10px;
			float:right;
			position:relative;
			margin-bottom:10px;
		}
		
		.homeOverlay
		{
			position:absolute;
			top:220px;
			left:10px;
			width:460px; height:40px;
			background:url(../images/featOverlay.png) no-repeat;
		}
			.homeOverlay h2
			{
				display:block;
				width:140px;
				font-size:18px;
				line-height:18px;
				padding:11px 0 11px 20px;
				height:18px;
				float:left;
			}
			.homeOverlay .featLinks
			{
				float: left;
				font-size:12px;
				text-transform:uppercase;
				line-height:12px;
				display:block;
				margin:0 0 0 50px;
				padding:14px 0;
			}
				.homeOverlay .featLinks a
				{
					margin-right:30px;
				}


/* ====================================================================
	MAIN ARCHIVE
*/
	.post
	{
		width:960px; height:510px;
		padding:0 10px 10px 0;
		position:relative;
		margin-bottom:20px;
		overflow:hidden;
	}
	
		.finalistTag
		{
			background:url(../images/finalistTag.png);
			position:absolute;
			width:186px; height:42px;
			left:464px;
			top:20px;
			z-index:50;
			text-indent:-9999px;
		}
		
		.postImage
		{
			position:absolute;
			top:10px;
			left:10px;
			width:640;
			height:500px;
			text-align:center;
		}

		.postSlide
		{
			background:url(../images/transBg.png) repeat;
			padding:10px 20px;
			width:910px; height:480px;
			position:absolute;
			left:650px;
			top:10px;
			font-size:0.9em;
			z-index:100;
		}
		
		.postHead .column 
		{
			padding:5px;
			padding-right:10px;
		}
			.postHead
			{
				padding:0;
				 height:440px;
				-webkit-column-gap:20px;
				-moz-column-gap:20px;
				-moz-column-count: 3;
				-moz-column-rule: none;
				-webkit-column-count: 3;
				-webkit-column-rule: none;
			}
			.postSlide h2
			{
				font-size:1.9em;
			}
			.postSlide h3
			{
				font-size:1.2em;
				text-transform:uppercase;
				padding:3px 0 0;
			}
			.postSlide .postMenu
			{
				border:1px dashed #8B756B;
				border-left:none;
				border-right:none;
				padding:1px 0 2px;
				margin:8px 0 0;
				text-transform:uppercase;
			}
			
				.postMenu ul
				{
					margin:0;
					padding:0;
				}
					.postMenu ul li
					{
						list-style:none;
						padding:0;
						margin:0;
						float:left;
					}
					.postMenu li a
					{
						height:17px;
						display:block;
						padding:6px 20px 0 0;
						margin:0 6px  0 0;
						color:#FFF;
					}
				
					.postMenu li a:hover
					{
						color:#C1B5B0;
					}
						.postMenu li a.plans
						{
							background:url(../images/plansIcon.png) no-repeat right;
						}
				
						.postMenu li a.bricks
						{
							background:url(../images/bricksIcon.png) no-repeat right;
						}
				
						.postMenu li a.print
						{
							background:url(../images/printIcon.png) no-repeat right;
							margin:0;
						}
					
			.postInfo ul
			{
				margin:10px 0 0 0;
				padding:0;
			}
				.postInfo li
				{
					list-style:none;
					margin:0 0 8px;
					padding:0;
				}
			
	
		.moreLink
		{
			background:#EB008B;
			padding:4px 10px;
			margin:10px 0px 10px -30px;
			-webkit-border-radius: 8px 0 0 8px;
			-khtml-border-radius: 8px 0 0 8px;
			-moz-border-radius: 8px 0 0 8px;
			border-radius: 8px 0 0 8px;
			font-size:1.2em;
			height:17px;
			width:300px;
		}
		
		.xmoreLink
		{
			position:absolute;
			left:0;
		}
			.moreLink a
			{
				color:#fff;
				height:13px;
				padding:0 0 0 16px;
			}
			.open
			{
				background:url(../images/moreArrow.png) no-repeat left 1px;
			}
			.close
			{
				background:url(../images/hideArrow.png) no-repeat left 1px;
			}
			
					
/* ====================================================================
	LOGIN
*/
.loginHead
{
	float:left;
	font-size:2.2em;
	padding:30px 0 0 20px;
}

.login
{
	float:left;
	margin:10px 0 10px 10px;
	/*overflow:visible;*/
	border-left:1px solid #999;
	padding:0 0 0 10px;
}
	.login ul
	{
		margin:0;
		padding:0;
	}
		.login ul li
		{
			margin:0 0 20px;
			padding:0;
			list-style:none;
		}
			.login ul li.last
			{
				margin-bottom:0;
			}
			.login ul li .label
			{
				width:100px;
				display:block;
				padding:0;
				font-size:1.2em;
			}
			.login ul li input
			{
				background:#777;
				width:300px;
				border:none;
				padding:6px;
				margin:0;
				color:#fff;
				font-size:1.4em;
			}
			
			.login ul li input[type="submit"]
			{
				background:#666;
				width:100px;
				border:none;
				padding:6px;
				color:#fff;
				font-size:1.2em;
				cursor: pointer;
			}				


/* ====================================================================
	FOOTER
*/

.footer
{
	border:1px solid #453C36;
	border-left:none;
	border-right:none;
	padding:7px 0;
	font-size:0.9em;
	color:#9E9790;
	line-height:0.9em;
	margin:10px 0 20px;
}
	.footLeft
	{
		float:left;
	}
	.footRight
	{
		float:right;
	}
		ul.footMenu, ul.footMenu li
		{
			margin:0;
			padding:0;
			list-style:none;
		}
			ul.footMenu li
			{
				display:inline;
				border-right:1px solid #453C36;
				padding:0 6px 0 0;
				margin:0 4px 0 0;
			}
			ul.footMenu li.last
			{
				padding:0;
				margin:0;
				border:none;
			}
			ul.footMenu li a
			{
				color:#9E9790;
			}
			ul.footMenu li a:hover
			{
				color:#fff;
			}
	
/* ====================================================================
	SEARCH RESULTS
*/
	.search
	{
		width:950px; height:240px;
		padding:10px;
		position:relative;
		margin-bottom:20px;
	}
		.searchImage
		{
			float:left;
			width:460px;
			height:240px;
		}
		.searchDetails
		{
			margin:0 20px 0 480px;
		}
		
		.searchUserEntry p
		{
			margin:0;
		}
		
			.search h2
			{
				font-size:1.9em;
			}
			
			.search a h2
			{
				color:	#FFFFFF;
			}
			.search h3
			{
				font-size:1.2em;
				text-transform:uppercase;
				padding:3px 0 0;
			}
		.searchInfo
		{
			border:1px dashed #8B756B;
			border-left:none;
			border-right:none;
			margin:10px 0 0;
			padding:8px 0;
		}
			.searchInfo ul
			{
				margin:0;
				padding:0;
			}
				.searchInfo li
				{
					list-style:none;
					margin:0;
					padding:0;
				}
		.finalistTagSearch
		{
			background:url(../images/finalistTag.png);
			position:absolute;
			width:186px;
			height:42px;
			left:284px;
			top:21px;
			z-index:50;
			text-indent:-9999px;
		}
		
		
		
/*Slider */
#slideNavigation
{
	position:absolute;
    z-index:100;
    
}

#slideNavigation a
{
    position:relative;
    cursor:pointer;
    top:20px;
    left:18px;
    padding:5px 8px;
    background:#65554E;
    color:#FFF;
    margin:0 4px 0 0;
}

#slideNavigation a.activeSlide
{
	font-weight:normal;
    background:#EB008B;
    color:#FFF;
}

.slideImage
{
	width:640px;
	height:500px;
}

.slideImage img
{
	display: block;
    margin-left: auto;
    margin-right: auto
}

/*Social Links */
#pagebottom
{
	margin:0 auto;
	padding:0px 0;
	width:880px;
}
	.botleft
	{
		width:50%;
		float:left;
		padding:20px 0 0 0;
	}
		
	.botright
	{
		float:right;
		padding:0px 0 0 0;
	}
		.followUs
		{
			padding:0 2px 0 0;
			text-align:right;
			display:block;
		}

		ul.socical_links
		{
			margin:3px 0 0 0px;
			padding:0;
			list-style:none;
		}
		ul.socical_links li
		{
			margin:0 0 20px 12px;
			padding:0;
			list-style:none;
			display:inline;
			width:50px;
			height:50px;
			overflow:hidden;
			float:right;
		}
			ul.socical_links li a
			{
				width:50px;
				height:50px;
				background:url(../images/follow_icons.png) no-repeat;
				border:none;
				text-indent:-9999px;
				display:block;
				outline:none;
			}
	
			ul.socical_links li a.facebook
			{
				background-position:-50px 0px;
			}
		
			ul.socical_links li a.twitter
			{
				background-position:-100px 0;
			}
		
			ul.socical_links li a.youtube
			{
				background-position:0px 0px;
			}
		
				ul.socical_links li a.email
			{
				background-position:-150px 0;
			}
		
			ul.socical_links li a.facebook:hover
			{
				background-position:-50px -50px;
			}
		
			ul.socical_links li a.twitter:hover
			{
				background-position:-100px -50px;
			}
		
			ul.socical_links li a.youtube:hover
			{
				background-position:0px -50px;
			}
			ul.socical_links li a.email:hover
			{
				background-position:-150px -50px;
			}
			