/*
Theme Name: Home Partners
Version: 1.0
*/
/* Reset CSS */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li, table,
form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*-- end reset */



/* Basic Configurations */
ul {
	list-style: none;
}

a {
	color: #0089ca;
	text-decoration: none;
}

.the-content {
	font-size: 12px;
	line-height: 1.5;
}

.the-content a {
	color: #525252;
	text-decoration: underline;
}


.the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6 {
	font-family: 'Questrial', Century Gothic, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
}

.the-content h1 {	
	color: #f68c1d;
	font-size: 20px;
	padding-bottom: 10px;
}

.the-content h2 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding: 14px 0 10px;
	text-transform: uppercase;
}

.the-content h3,
.the-content h3 a {
	font-size: 16px;
	font-family: "kepler-std", georgia, palatino linotype, serif;
	color: #4b9285;
	font-style: italic;
	padding-bottom: 6px;
	padding-top: 3px;
}

.the-content h4 {
	font-size: 12px;
}

.the-content h5 {
	font-size: 11px;
}

.the-content h6 {
	font-size: 11px;
}

.the-content ol,
.the-content ul {
	padding-left: 20px;
	margin-left: 0;
}
.the-content ol { list-style: decimal; }

.the-content ul {
	list-style: disc;
}

.the-content li ol,
.the-content li ul {
	padding-left: 20px;
}

.the-content li {
	padding-top: 3px;
}

.the-content ul ul {
	list-style: circle;	
}

.the-content li ul,
.the-content li ol {
	padding-bottom: 0;
}

blockquote {
	padding: 0;
	margin: 0;
}

blockquote cite {
	margin: 7px 0 20px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.overflow-hidden {
	overflow: hidden;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin: 0 13px 0 0;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin: 0 0 0 13px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	margin-bottom: 20px;
	max-width: 533px !important; /* prevent too-wide images from breaking layout */
	padding:0;
	text-align: left;
}
.wp-caption img {
	margin-top: 6px;
}
.wp-caption p.wp-caption-text {
	color: #898989;
	font-size: 12px;
	margin: 10px 0;
	line-height: 1.4;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.the-content blockquote,
.the-content table,
.the-content p,
.the-content ul,
.the-content ol,
.the-content dd,
.the-content pre,
.the-content hr {
	margin-bottom: 9px;
}
.the-content ul ul,
.the-content ol ol,
.the-content ul ol,
.the-content ol ul {
	margin-bottom: 0;
}
.the-content pre,
.the-content kbd,
.the-content tt,
.the-content var {
	font-size: 12px;
	line-height: 21px;
}
.the-content code {
	font-size: 12px;
}

.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}

.the-content tr th,
.the-content thead th {
	font-weight: bold;
	padding: 4px 15px;
}
.the-content tr td {
	padding: 4px 15px;
}
.the-content tr.odd td {
	background: #f2f7fc;
}

.the-content hr {
	border: 0;
	border-bottom: 1px solid #555826;
	clear: both;
}

.the-content textarea,
.the-content input.input-textarea,
.the-content input.input-text,
.the-content input[type=text] {
	background: #ffffff;
	border-top: 1px solid #abadb3;
	border-left: 1px solid #e2e3ea;
	border-right: 1px solid #dbdfe6;
	border-bottom: 1px solid #e3e9ef;
	padding: 2px;
	width: 100%;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Questrial', Century Gothic, Arial, sans-serif;
}

/*-- end basic conf*/


/*	::[Container]::
================================================= */
body {
	background: #ffffff url(images/background_interior.jpg) repeat-x;
	font-family: Verdana, Arial, sans-serif;
    color: #525252;
	font-size: 12px;
}
body.home {
	background: #ffffff url(images/background.jpg) repeat-x;
}
#container {
	border: 1px solid #d3d3d3;
	background: #ffffff;
	width: 980px;
	margin: 37px auto 0;
	position: relative;
	-moz-border-radius: 0 15px 15px 15px;
	-webkit-border-radius: 0 15px 15px 15px;
	border-radius: 0 15px 15px 15px;
	box-shadow: 4px 5px 4px rgba(0,0,0,0.25);
}

/*	::[Header]::
================================================= */
#header {
	position: relative;
	z-index: 9;
}

#header-top {
	position: relative;
	padding-bottom: 9px;
	min-height: 107px;
}
#logo-container {
	padding: 3px 13px 0 20px;
	float: left;
}
	#logo {
		background: url(images/logo.png) no-repeat;
		width: 400px;
		height: 98px;
	}
	#logo a {
		display: block;
		width: 400px;
		height: 98px;
		text-indent: -9999px;
	}

#tagline {
	background: url(images/bg_tagline.png) left 22px no-repeat;
	font-family: "Caflisch Script Pro Regular", "caflisch-script-pro", sans-serif;
	float: left;
	color: #f68e1e;
	font-size: 32px;
	font-weight: normal;
	margin: 64px 0 0 0;
	padding: 0 0 0 27px;
	line-height: 43px;
}

#header-top-right {
	position: absolute;
	top: 12px;
	right: 40px;
	font-family: 'Questrial', Century Gothic, Arial, sans-serif;	
}
	#header-search {
		background: #f4f4f2;
		float: left;
		margin-right: 21px;
		padding: 4px 10px 3px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	#header-search .search-text {
		background: none;
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		width: 202px;
		color: #999999;
		font-size: 11px;
		font-family: 'Questrial', Century Gothic, Arial, sans-serif;
	}
	
	#header-social {		
		float: right;
		color: #999999;
		font-size: 11px;
		text-transform: uppercase;
		padding-top: 2px;
	}
	#header-social img {
		vertical-align: middle;
		position: relative;
		top: -2px;
		margin-right: 5px;
	}
	
#nav {
	background: #000000;
	padding:0 1px;
	font-family: 'Questrial', Century Gothic, Arial, sans-serif;
	position: relative;
	/*width: 946px;*/
	left: -1px;
	width:100%;
}

/*	::[Main]::
================================================= */
#main {
	position: relative;
	z-index: 1;
}

.homepage-inner {
	padding: 13px 0px;
}

/* --- Slideshow ---- */
#homepage-slideshow-wrap{
	padding: 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d4d4d4;
}
#homepage-slideshow {
	/*width: 950px;*/
	width:100%;
	height: 465px;
	position: relative;
	overflow: hidden;
}
	.home-slide {
		position: relative;
		width: 100%;
		height: 465px;
	}
	.slide-text {
		background: url(images/transparent_orange.png);
		position: absolute;
		z-index: 5;
		left: 0;
		top: 268px;
		width: 278px;		
		color: #ffffff;
		font-size: 14px;
		padding: 25px 15px 20px 25px;
		font-family: 'Questrial', Century Gothic, Arial, sans-serif;
	}
	.st-bottom {
		top: 268px;
	}
	.st-middle {
		top: 155px;
	}
	.st-top {
		top: 40px;
	}
	.slide-title {
		font-family: "Caflisch Script Pro Regular", "caflisch-script-pro", sans-serif;
		font-size: 87px;
		line-height: 0.7;
		padding-bottom: 0;
		font-weight: normal;
		text-shadow: 2px 2px 6px #985e2b;
	}
	.slide-text-inner {
		padding-left: 12px;
	}
	.slide-sub-title {
		background: url(images/arrow_right.png) left 4px no-repeat;
		padding-left: 20px;
		font-weight: normal;
		font-size: 23px;
		padding-bottom: 6px;
		margin-top: -3px;
		text-transform: uppercase;
		text-shadow: 2px 2px 6px #985e2b;
	}
	.slide-link {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9;
		display: block;
		text-indent: -9999px;
		width: 100%;
		height: 465px;
	}

/* --- Homepage Middle ---- */
#homepage-middle {
	color: #525252;
	padding: 20px 38px 28px 38px;
}
	.side-callout,
	.homepage-callout {
		width: 276px;
		float: left;
		font-size: 12px;
		line-height: 1.5;
		margin-right: 32px;
	}
	.side-callout-title {
		color: #f68c1e;
		font-size: 16px;
		font-weight: normal;
		padding: 0 0 6px;
		line-height: normal;
	}
	.home-callout-title {
		color: #f68c1e;
		font-size: 19px;
		font-weight: normal;
		padding: 0 0 6px;
		line-height: normal;
	}
	.side-callout-title img,
	.home-callout-title img {
		margin-right: 3px;
		position: relative;
		top: 7px;
		left: -3px;
	}
	
	.facebook-callout {
		float: left;
		padding-top: 28px;
		width: 120px;
		padding-left: 8px;		
	}	
	.fb-callout-title {
		font-size: 15px;
		color: #333333;
		font-weight: normal;
		line-height: normal;
		padding-bottom: 8px;
	}
	.fb-callout-content {
		font-size: 11px;
		font-family: Verdana, Arial, Sans-serif;
		color: #666666;
		line-height: 15px;
	}
	
	a.go,
	.homepage-callout a,
	.facebook-callout a {
		font-weight: bold;
		color: #46ac99;
		text-decoration: underline;
		font-size: 10px;
		font-family: 'Questrial', Century Gothic, Arial, sans-serif;
	}
	
	a.quicklink-go {
		font-weight: bold;
		color: #46ac99;
		text-decoration: underline;
		font-size: 10px;
		font-family: 'Questrial', Century Gothic, Arial, sans-serif;
	}
	#main .widget_nav_menu,
	#main .quicklinks {
		width: 143px;
		font-family: 'Questrial', Century Gothic, Arial, sans-serif;
	}
	
	#main .widget_nav_menu ul,
	#main .quicklinks ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#main .widget_nav_menu li a,
	#main .quicklinks li a {
		background: url(images/bg_quicklinks.png) no-repeat;
		display: block;
		height: 28px;
		text-align: center;
		color: #ffffff;
		font-size: 14px;
		margin-bottom: 8px;
	}
	#main .widget_nav_menu li a:hover,
	#main .quicklinks li a:hover {
		background-position: left bottom;
	}
	#main .widget_nav_menu li a span,
	#main .quicklinks li a span {
		background: url(images/arrow_quicklinks.png) right 10px no-repeat;
		display: inline-block;
		padding: 5px 13px 3px 7px;
	}
	#main .home-quicklinks {
		float: right !important;
		padding-top: 25px;
	}


/* --- Quote ---- */
.quote-entry,
#quote-wrap {
	background: url(images/divider.png) center top no-repeat;
	padding: 60px 150px 30px;
	position: relative;
	z-index: 5;
	color: #666666;
	font-size: 22px;
	text-align: center;
}
	#quote-wrap {
		margin-top: -30px;
	}
	
	
	.quote-entry blockquote,
	#quote-wrap blockquote {
		
		text-align: center;
		color: #666666;
		font-size: 22px;
		font-family: "kepler-std", georgia, palatino linotype, serif;
		line-height: 1.4;
		
	}
	
	.quote-entry blockquote .quote-mark-open,
	.quote-entry blockquote .quote-mark-close,
	#quote-wrap blockquote .quote-mark-open,
	#quote-wrap blockquote .quote-mark-close {
		background: url(images/quote-open.png) no-repeat;
		color: #86bb47;
		display: inline-block;
		text-indent: -9999px;
		position: relative;
		width: 15px;
		height: 12px;
		margin: 0 3px;
	}
	
	.quote-entry blockquote .quote-mark-close,
	#quote-wrap blockquote .quote-mark-close {
		background-image: url(images/quote-close.png);
		top: 2px;
	}
	.quote-entry blockquote cite,
	#quote-wrap blockquote cite {
		display: block;
		text-align: left;
		padding-left: 55%;
		padding-top: 7px;
		color: #999999;
		font-size: 11px;
		font-weight: normal;
		text-transform: uppercase;
		font-family: 'Questrial', Century Gothic, Arial, sans-serif;
	}
	
	.home #quote-wrap blockquote .quote-mark-open {
		background-image: url(images/quote-open-blue.png);
	}
	.home #quote-wrap blockquote .quote-mark-close {
		background-image: url(images/quote-close-blue.png);
	}
	
	.quote-entry {
		background: none;
		padding: 30px 0 2px;
		border-top: 1px solid #ababab;
	}
	
	
	.first-entry {
		border-top: 0 !important;
	}



/* --- Interior ---- */
.interior-inner {
	padding: 0 22px 0 12px;
	position: relative;
	z-index: 9;
}

	img.interior-image {
		position: relative;
		z-index: 99;
		margin-left: 14px;
		margin-top: -30px;
	}

/*!================================================================================
| Left Sidebar
================================================================== 2013-05-15_1222*/
#main-left {
	float: left;
	width: 207px;
	margin: 0 38px 0 0;
	padding-bottom: 30px;
	font-family: 'Questrial', Century Gothic, Arial, sans-serif;
}
	#sub-nav {
		color: #333333;
		font-size: 13px;
		font-weight: bold;
		padding-top: 24px;
	}
	#sub-nav li a {
		color: #333333;
		display: none;		
	}
	#sub-nav li {
		display: none;
	}
	#sub-nav li.current_page_item,
	#sub-nav li.current_page_ancestor,
	#sub-nav li.current-menu-item,
	#sub-nav li.current-menu-ancestor,
	#sub-nav li.current_page_item li,
	#sub-nav li.current_page_ancestor li,
	#sub-nav li.current-menu-item li,
	#sub-nav li.current-menu-ancestor li,
	#sub-nav li.current_page_item li a,
	#sub-nav li.current_page_ancestor li a,
	#sub-nav li.current-menu-item li a,
	#sub-nav li.current-menu-ancestor li a {
		display: block;
	}
	#sub-nav li a{position: relative;}
	#sub-nav li a span {
		display: block;
		padding: 5px 20px 4px;
		width: 156px;
		border-top: 1px solid #dadada;
	}

	#sub-nav li li:hover > a span{border-top: 1px solid #ca7c36;}
	#sub-nav li li:hover + li > a span{border-top: 1px solid #ca7c36;}	

	#sub-nav li:last-child a span{
		border-bottom: 1px solid #dadada;		
	}
	#sub-nav .icon{
		display: none;
		width: 7px;
		height: 7px;
		background: url(images/arrow_subnav.png) right;
		position: absolute;
		right: -7px;
		top: 10px;
	}
	#sub-nav li ul.sub-menu {
		padding-bottom: 26px;
	}
	#sub-nav li li.current_page_item > a,
	#sub-nav li li.current_page_ancestor > a,
	#sub-nav li li.current-menu-item > a,
	#sub-nav li li.current-menu-ancestor > a,
	#sub-nav li li > a:hover {
		color: #ffffff;
		background: url(images/bg_active_subnav.png) repeat-y;
	}

	#sub-nav li li.current_page_item > a,
	#sub-nav li li.current_page_ancestor > a,
	#sub-nav li li.current-menu-item > a,
	#sub-nav li li.current-menu-ancestor > a,
	#sub-nav li li a:hover {
		border-color: #ca7c36;
	}


	#sub-nav li li.current_page_item  > a span,
	#sub-nav li li.current_page_ancestor  > a span,
	#sub-nav li li.current-menu-item  > a span,
	#sub-nav li li.current-menu-ancestor  > a span,
	#sub-nav li li.current_page_item + li > a span,
	#sub-nav li li.current_page_ancestor + li > a span,
	#sub-nav li li.current-menu-item + li > a span,
	#sub-nav li li.current-menu-ancestor + li > a span{
		border-top: 1px solid #ca7c36;
	}


	#sub-nav li li.current_page_item a .icon,
	#sub-nav li li.current_page_ancestor a .icon,
	#sub-nav li li.current-menu-item a .icon,
	#sub-nav li li.current-menu-ancestor a .icon,
	#sub-nav li li a:hover .icon{
		display: block;
	}
	
	.side-callout {
		width: auto;
		float: none;
		margin: 0;
	}
	.side-callout-title {
		padding-bottom: 3px;
	}
	.side-callout-title img {
		top: auto;
		left: auto;
	}
	.side-callout-text {
		font-family: Verdana, Arial, Sans-serif;
		color: #525252;
		font-size: 12px;
		line-height: 1.5;
		padding: 0 15px 0 20px;
	}

/* main content */
#main-content {
	width: 480px;
	float: left;
	padding: 25px 0 0;
	min-height: 300px;
	padding-right: 40px;
}
	.breadcrumbs,
	.the-content .breadcrumbs {
		font-size: 13px;
		color: #ababab;
		font-family: "kepler-std", georgia, palatino linotype, serif;
		font-style: italic;
		padding: 0 0 25px;
	}
	.breadcrumbs a,
	.the-content .breadcrumbs a {
		color: #ababab;
		text-decoration: none;
	}
	.breadcrumbs a:hover,
	.the-content .breadcrumbs a:hover {
		text-decoration: underline;
	}


/* right column */
#main-right {
	width: 158px;
	float: right;
	padding: 24px 0 0;
}
	#main-right .widget_nav_menu,
	#main-right .quicklinks {
		width: 159px;
		float: none;
	}
	#main-right .widget_nav_menu li a,
	#main-right .quicklinks li a {
		background-image: url(images/bg_quicklinks_wider.png);
	}
	
	.widget {
		margin-bottom: 20px;
	}
	
	.featured-project-callout {
		padding: 27px 0 0;
	}
	
	.widget-title,
	.fpc-title {
		color: #333333;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: normal;
		padding-bottom: 10px;
	}
	
	.widget-title {
		padding-bottom: 5px;
	}
	
	.featured-project-callout img {
		margin-bottom: 10px;
	}
	
	.featured-project-callout .fpc-caption {
		font-size: 13px;
		color: #666666;
		font-style: italic;
		font-family: "kepler-std", georgia, palatino linotype, serif;
		line-height: 1.2;
	}
	
	.tips-callout {
		background: url(images/spatter.png) right top no-repeat;
		padding: 20px 0;
		color: #525252;
		font-size: 12px;
		line-height: 1.5;
		width: 158px;
		padding-right: 27px;
	}
	.tc-title {
		font-family: "Caflisch Script Pro Regular", "caflisch-script-pro", sans-serif;
		color: #f68e1d;
		font-size: 32px;
		font-weight: normal;
		line-height: normal;
	}
	.tc-subheading {
		color: #333333;
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;
		padding-bottom: 5px;
		line-height: normal;
	}

/* -------- Form ------------- */
.the-content .table-form td,
.the-content .table-form {
	border: 0;
}
.the-content .table-form td {
	padding: 5px 10px;
	vertical-align: top;
	padding-left: 0;
}
.the-content .table-form td.form-label {
	width: 200px;
	font-weight: bold;
}
.the-content .table-form td.form-input {
	padding-top: 0;
	width: 300px;
	font-style: italic;
	font-size: 11px;
}
.the-content .input-text {
	width: 100%;
	margin-top: 5px;
}

.the-content span.wpcf7-list-item {
	display: block;
	margin: 5px 0 0;
}

.the-content .table-form td.form-input select,
.the-content .table-form td.form-input input,
.the-content .table-form td.form-input textarea {
	margin-top: 5px;
}

.the-content .wpcf7-form ol li {
	padding-bottom: 15px;
}

.the-content .red {
	font-weight: bold;
	color: red;
}

/* ------- FAQ ------- */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none repeat scroll 0 0 #006681 !important;
    border-color: #00465A !important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #FFFFFF !important;
}
.the-content .ui-accordion .ui-accordion-header {
	padding: 0;
	font-style: normal;
	font-family: 'Questrial', Century Gothic, Arial, sans-serif;
}
.ui-accordion .ui-accordion-header a {
	padding-left: 26px !important;
}

/* ------- Blog ------- */
.entry {
	padding: 5px 0;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 10px;
}
.the-content .entry-title {
	font-style: normal;
	font-family: 'Questrial', Century Gothic, Arial, sans-serif;
	font-size: 16px;
}
	.the-content .entry-title a {
		color: #f68e1d;
	}
.the-content .post-meta {
	font-style: italic;
	font-size: 11px;
	margin-top: -3px;
}

.pagination {
	padding: 1px 5px 10px;
}

/* ------- Gallery ------- */
.full-width-content {
	width: 703px !important;
	margin-left: 20px !important;
}
.ngg-album-grid h4 {
	font-size: 13px !important;
}
.hidden {
	display: none;
}


	
/*	::[Footer]::
================================================= */
#footer {
	position: relative;
	/*width: 980px;*/
	width:100%;max-width:980px;
	margin: 0 auto;
	padding: 30px 0 100px;
	font-family: "kepler-std", georgia, palatino linotype, serif;
	font-style: italic;
	font-size: 14px;
	color: #666666;
	line-height: 1.2;
}
	#footer a {
		color: #666666;
		text-decoration: underline;
	}
	#footer-left {
		float: left;
		text-align: right;
		width: 50%;
	}
	#footer-left p {font-size:12px;}
	#footer-right {
		float: right;
		width: 50%;
		text-align:center;
	}
	#footer-right img {
		margin-right: 2px;
		vertical-align: middle;
	}


/*!================================================================================
| Fixes
================================================================================*/
#header-top-right .st_sharethis{
	position: relative;
	top: -1px;
}
#main-right hr{
	position: relative;
	width: 204px;
	left: -23px;
	border: none;
	border-bottom: 1px solid #D1D1D1;
}
.homepage-callout.middle{
	padding-right: 16px;
	margin-right: 16px;
	border-right:2px solid #eee;
}
.facebook-callout img{
	width: 120px;
	height: auto;
	padding: 8px 0;
}
#homepage-middle{
	/*
	background: url(images/border-footer.gif);
	background-repeat: repeat-y;
	background-position: 600px 100px;
	*/
	padding: 0;
	margin: 20px 38px 28px 38px;
}
.ngg-album-compact {
	height: 180px;
}
#sidebar-content-wrapper{
	background: url(images/border-footer.gif);
	background-repeat: repeat-y;
	background-position: 777px 0;
	margin-bottom: 70px;
}
#img-hardhat{
	height: 70px;
}

/*!================================================================================
| Hover Images
================================================================================*/
a.hover{
	display: inline-block;
	position: relative;
}
a.hover img.hover{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
a.hover:hover img.hover{
	display: block;
}

/*!================================================================================
| More Fixes: 2013-05-22_1411;
================================================================================*/
.facebook-callout .timestamp span{
	display: none;
}
.facebook-callout .timestamp:after{
	content: " GO > ";
}
.rfb-post{margin-bottom: 10px;}
#wpcf7-f132-p137-o1 .wpcf7-checkbox .wpcf7-list-item{display: inline; margin-right: 1em;}


/*!================================================================================
| Gallery Changes
================================================================================*/
#main .ngg-album-compactbox{
	background: none;
}
#main .ngg-album-compact{
	opacity: .6;
	width: 134px;
	margin-right: 16px !important;
	margin-left: 16px !important;
	height: 170px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
#main .ngg-album-compact:hover{opacity: 1;}
#main .ngg-album-compactbox .Thumb{
	padding: 3px !important;
	border: 1px solid #ccc;
	width: 128px;
	height: 115px;
	background: #fff;
	box-shadow: 3px 3px 6px #e0e0e0;		
}
	#main .ngg-album-compact:hover .Thumb{
		background: #efefef;
		box-shadow: 3px 3px 6px #e0e0e0;		
	}
#main .ngg-album-compact > h4{
	display:none;
	margin: 0;
	width: 118px;
	position: relative;
	left: 7px;
	top: 30px;
	background: #efefef;
	border: 1px solid #ccc;
	border-top: none;
	padding: 4px 8px;
}
#main .ngg-album-compact:hover h4{
	box-shadow: 3px 3px 6px #e0e0e0;		
}
#main .ngg-album-compact > h4 a{
	text-decoration: none;
	font-weight: 400;
}
#main .ngg-album-compact > p{display: none;}
.pp_social .facebook {width: 100px !important;}

.facebook-callout img{
display: none;
}
.rfbp-link-wrap{
	display: none !important;
}

.mobile-sidebar {display:none;}