

/* links and lists */

a 
{
	text-decoration:none;

	font-weight:bold;
}

.nodisplay
{
	display:none;
}

/* start the basic structural layout */

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size:small;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:19px;
	
}

/*wrappers*/

#wrapper
{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;

}

#header_wrapper
{
display:none;
}

#mid_wrapper
{
	width:100%;
	height:auto;
	float:left;

	overflow:hidden;
}

#footer_wrapper
{
display:none;
}

/*header syling */

#header_content
{
	width:100%;
	height:auto;

	float:left;


}

#header_content .header_widget
{
	padding:20px;
	padding-left:1.5%;
	width:auto;
	height:auto;
	float:left;
}

#logo
{
	float:right;
	margin-right:20%;
	margin:5px;
	width:100px;
	height:60px;
	display:inline;
	background-image:url(images/nhbc.png);
	background-repeat:no-repeat;
}

#breadcrumb
{
display:none;

}

#breadcrumb span.current
{
display:none;
}

#breadcrumb a
{

}

#title
{
	width:100%;
	height:40px;
	overflow:hidden;
	padding-top:8px;


	float:left;
	

}

#title a
{
	padding-left:8%;

}

#nav 
{
display:none;
}

.onepixel
{
display:none;
}


/*midsection styling */
#content_wrapper
{
	float:left;
	width:auto;
	height:auto;

}


#content
{
	float:left;
	width:100%;
	height:auto;

}

.front_post
{
	width:42%;
	height:auto;
	min-height:240px;
	float:left;
	margin-bottom:20px;

	padding:20px;

}

#content .subhead2
{
	width:100%;
	height:auto;
	margin-bottom:20px;
	float:left;
	background-color:#CCC;
}


.gallery_wrapper
{
display:none;
}

.mini_container
{
display:none;
}



.slideshow_wrapper
{
display:none;
}
.post_img
{
display:none;
}

.post
{


}

.front_post p.subhead2, #gallery .subhead2_grey a
{
	margin-top:5px;
	
}


/*footer styling*/

#footer_content
{
display:none;}



#viewing
{
display:none;}


#footer_footer
{
	padding-top:10px;
	padding-left:10px;
	height:auto;
	width:100%;
	float:left;
	color:#999;

	overflow:hidden;
}

#footer_footer .float_right
{
	float:right;
	height:10px;
	margin-right:20px;
	padding-right:10px;
	padding-bottom:15px;
	padding-top:18px;
	padding-left:85px;
	background-image:url(images/timy.png);
	background-repeat:no-repeat;
	background-position:left center;
	
	display:inline;
}

#footer_footer .float_right a
{
	color:#333;
}




