html {
	height:100%;
}

body {
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	background-color:#f4f4f4;
}

a img {
	border:none;
	text-decoration:none;
}

#bh_banner {
	background-image:url(/plugins/templates/bobhayward_new/images/bh_banner2.png);
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
	height:130px;
	border-bottom: #999 solid 1px;
}

	.home #bh_banner {
		height:470px;
	}
	
	#website_heading {
		text-indent:-10000px;
	}
	
	#social_links_area {
		display:none;
		position: relative;
		/* top: -54px; */
		margin-bottom:60px;
	}

#header_area {
	clear:both;
	background-color:#282828;
	height:50px;
	width:100%;
}

	#header_area ul {
		list-style:none;
		margin:0px auto;
		padding:0px;
		width:962px;
		height:50px;
	}
	
		#header_area ul li {
			list-style:none;
			float:left;
			width:160px;
			text-align:center;
			height:50px;
		}
		
			#header_area ul li a {
				color:#ffffff;
				text-decoration:none;
				font-size:17px;
				display:block;
				height:35px;
				padding-top:15px;
			}
			
				#header_area ul li a:hover, #header_area ul li a.current_page {
					color:#fff;
					background-color:#f16100;
				}

h1 {
	color:#020a7b;
}

	h1#website_heading {
		width:368px;
		margin:8px auto;
		float:left;
	}

h2 {
	font-size:20px;
}

.divider_line {
	width:100%;
	height:1px;
	background-color:#ccc;
	position:relative;
}

#social_links_area {
	background-color:#fff;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);

}

	#social_links {
		margin-left:200px;
	}
	
		#social_links a {
			margin-right:1px;
			width:48px;
			height:48px;
			float:left;
			margin-top:35px;
			margin-bottom:35px;
		}
		
		#social_links .social_counter {
			display:block;
			float:left;
			width:57px;
			height:32px;
			background-image:url(/plugins/templates/bobhayward/images/social_counter2.png);
			background-repeat:no-repeat;
			background-position:left;
			margin-right:12px;
			padding:14px 0 0 12px;
			margin-top:35px;
			margin-bottom:35px;
		}
	
	#bh_avatar {
		position:absolute;
		top:-30px;
	}

#banner_bottom {
	width:962px;
	margin:0px auto;
	height:21px;
	background-image:url(/plugins/templates/bobhayward/images/under_banner_grad.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

p.breadcrumb {
	width:962px;
	margin:0px auto;
	margin-top: 28px;
}

	p.breadcrumb a {
		color:#020a7b;
		text-decoration:underline;
	}

#content_top {
	width:962px;
	margin:0px auto;
	background-image:url(/plugins/templates/bobhayward/images/main_content_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:1px;
	line-height:0px;
	height:13px;
	margin-top:15px;
}

#container {
	min-height:200px;
	width:942px;
	margin:0px auto;
	background-color:#ffffff;
	padding:1px 10px;
}

	#container h1:first-child{
		margin-top:10px;
	}

body.home table {
	margin:10px 0px;
}

#col1 {
	float:left;
	width:470px;
	border-right:#cccccc solid 1px;
	margin-bottom:15px;
}

#col2 {
	float:left;
	width:470px;
}

.two_thirds #col1 {
	width:630px;
	border:none;
}

.two_thirds #col2 {
	width:310px;
	border:none;
}

	#col1 h2 a,
	#col2 h2 a {
		color:#020a7b;
	}
	
	#col1 a img,
	#col2 a img {
		border:none;
	}

.clear_both {
	clear:both;
	font-size:1px;
	line-height:0px;
}

.margin5 {
	margin:5px;
}

textarea {
	height:100px;
}

#content_bottom {
	width:962px;
	margin:0px auto;
	background-image:url(/plugins/templates/bobhayward/images/main_content_bottom.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:1px;
	line-height:0px;
	height:13px;
}

table td a img  {
	border:none;
}

table td p {
	padding:0px 5px;
}

/************************************ BME BAR ***********************************/
#bme_bar {
	background-color:#ffffff;
	border-bottom:3px #506789 solid;
}
	
	.container {
		width:960px;
		margin:0px auto;
	}
	
	#bme_bar img {
		margin:2px 0px;
	}
	
	#bme_bar ul {
		float:right;
		width:600px;
		list-style:none;
		position:relative;
		margin:0px;
		padding:0px;
	}
	
		#bme_bar ul li {
			float:right;
			margin-left:10px;
		}
		
			#bme_bar ul li a {
				text-decoration:none;
				color:#333333;
				display:block;
				padding:6px 10px;
			}
			
				#bme_bar ul li a:hover {
					background-color:#506789;
					color:#ffffff;
				}
		
		#bme_bar ul li:hover ul {
			display:block;
		}
		
		#bme_bar ul ul {
			float:none;
			margin:0px;
			padding:0px;
			display:none;
			border-left:3px #506789 solid;
			border-bottom:3px #506789 solid;
			border-right:3px #506789 solid;
			position:absolute;
			z-index:500;
			width:200px;
			background-color:#ffffff;
		}
		
			#bme_bar ul ul li {
				float:none;
				margin:0px;
				padding:0px;
			}
	
.pagination {
	background-color:#cccccc;
	/*padding:5px;*/
}

	.pagination a {
		background-color:#12012e;
		color:#ffffff;
		padding:2px 5px;
		text-decoration:none;
		margin-right:7px;
	}
	
		.pagination a.current_pagination {
			background-color:#cccccc;
			color:#000000;
		}

#collapsed_archive p {
	margin-left:30px;
}

#collapsed_archive h3 a {
	color:#000000;
}

#collapsed_archive h3 a.expand_year {
	margin-right:10px;
	text-decoration:none
}

.expanded_year_area {
}

.shop_promo_box {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:3px solid #f48120;
	float:left;
	margin:5px;
	width:280px;
	text-align:center;
}

	.shop_promo_box a {
		text-decoration:none;
		color:#000;
	}
	
		.shop_promo_box a:hover h2 {
			text-decoration:underline;
		}
	
	.shop_promo_box a p,
	.shop_promo_box a img {
		text-decoration:none;
		border:none;
	}


/*************************************/
.clear { clear:both; }

.hide { display:none; }

/*
#search_area {
	float:left;
	margin:15px 0 0 282px;
	background-color:#333;
	padding:5px;
	width:300px;
	height:38px;
	position:relative;
}
*/

#search_area {
	margin-top:10px;
	background-color:#333;
	padding:5px;
	width:300px;
	height:38px;
	position:relative;
}

	#search_area input#q {
		border:4px #fff solid;
		height:30px;
		padding:0;
		margin:0;
		width:202px;
		position:absolute;
		top:5px;
	}
	
	#search_area input#a {
		border:1px #ccc solid;
		height:38px;
		width:90px;
		padding:1px;
		background-color:#ccc;
		position:absolute;
		top:5px;
		left:215px;
	}

.search_result {
	background-color:#dedede;
	padding:10px;
	margin-bottom:10px;
}

	.search_result h2,
	.search_result p {
		margin:0;
	}

.pagination_top {
	margin-bottom:10px;
}

.leftcol {
	width:700px;
	float:left;
	margin-right:10px;
}

.rightcol {
	width:250px;
	float:left;
}

#testimonials {
	position:relative;
	height:120px;
	overflow:hidden;
	margin-top:12px;
}

	#testimonials .testimonial {
		display:none;
		position:absolute;
	}
	
		#testimonials .testimonial .author_pic {
			float:left;
			width:100px;
		}
		
		#testimonials .testimonial .detail {
			float:left;
			width:860px;
		}
		
			#testimonials .testimonial .detail p {
				font-size:14px;
			}
			
				#testimonials .testimonial .detail p.author {
					margin-top:0;
				}
				
img.page_pic {
	max-width:100%;
	height:auto;
}

p.pagination {
	text-align: right;
	margin: 0;
	padding-right: 0;
	padding:10px;
}