@charset "UTF-8";

/**********************************************
**CSS Document for Harbinger Development, LLC**
****By Bill Taussig of Taussig Communicatons***
****www.taussigcommunications.com**************
***********************************************/

/***************NORMALIZER *****************
********************************************/
body, #wrapper, section, header, nav, aside, footer, .content, .col_one, .col_two, div, h1, h2, h3, h4, h5, h6, p, address, img, a, ul, ol, li, form, fieldset, table {
	margin: 0;
	padding: 0;
	border: 0;
	}

ul {
	list-style-type: none;
	}

a {
	color: #026e00;
	text-decoration: none;
	}
	
a:hover {
	color: #CCC;
	}

div {
	position: relative;
}

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

.center {
	text-align: center;
}

.left {
	float: left;
}

.right{
	float: right;
}

.green {
	color: #026e00;
	}

.black {
	color: #333;
	}

.grey {
	color: #777;
	}
	
.selected {
	color: #999;
	}
	
/****************HEADER STYLES**************
********************************************/
html {
	height: 100%;
	}
	
body {
	background-image: url(images/hatch.jpg);
	color: #777;
	font-family: Helvetica, Geneva, Verdana, sans-serif;
	font-size: 16px;
	}

header {
	position:fixed;
	top:0;
	z-index:1000000;
	/*height:246px;*/
	width:100%
	}

#header-inside {
	background:#fff;
	border-bottom: 1px solid #ddd;
	/*height:246px;*/
	margin:0px auto;
	width:900px
	}

header h1.logo {
	font-size: 10px;
	font-weight: normal;
	margin: 0 auto;
	position: relative;
	height: 169px;
	width: 207px;
	}

header h1.logo a {
	display: block;
	padding-left: 22px;
	padding-top: 15px;
	}


header h1.logo img {
	position: absolute;
	left: 50%;
	top: 4px;
	margin-left: -91px;
	z-index: 1;
	}

#top-border {
	height: 30px;
	background: #1D641C;
	transition: height 0.3s linear 0s;
	overflow: hidden;
}

#spacer {
	height:246px;
	transition: height 0.3s linear 0s;
	}


/************NAV STYLES************
***********************************/
nav {
	height: 39px;
	margin: 0 auto;
	padding-top: 8px;
	width: 435px;
	}

nav ul {
	height: 39px;
	}

nav ul li {
	border-left: 1px solid #666;
	float: left;
	font-size: 22px;
	padding: 0 40px 0 40px;
	
	}
	
nav ul li.first {
	border-left: none;
	padding-left: 35px;
	padding-right: 42px
	}

nav ul li.last {
	border-right: none;
	padding-right: 0;
	}

nav ul li a {
	color: #026e00;
	letter-spacing: 0.5px;
	}

nav ul li a:hover {
	color: #000;
	}

nav ul li a:active {
	color: #026e00;
}

footer .mobile ul li a {
	color: #777;
	}

footer .mobile ul li a:hover {
	color: #000;
	}

footer .mobile ul li a:active {
	color: #777;
	}
	
nav ul li a span {
	border-left: 1px solid #aaa;
	bottom: 1px;
	left: 15px;
	min-width: 1px;
	position: relative;
	}

/**************GENERAL SECTION STYLES************
*************************************************/
.pagelink, #aboutlink {
	position: absolute;
	top: -246px;
	transition: height 0.3s linear 0s;
	}

h2 {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding: 17px 0 13px;
}

h3 {
	font-size: 21px;
	letter-spacing: 0.5px;
	padding-top: 32px;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding-bottom: 15px;
	padding-top: 6px;
}

.white-background {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background: #fff;
	min-height: 500px;
	padding: 0 100px 40px;
}

/*****STYLING FOR BANNER GALLERY*******
***************************************/
.gv_galleryWrap {
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	padding: 0 !important;
}

/*****STYLING FOR ABOUT SECTION**********
***************************************/
#about-section, #team-section, #portfolio-section {
	margin: 0px auto;
	width: 900px;
}

.definition {
	display: block;
	position: absolute;
	left: 50%;
	top: 28px;
	margin-left: -82px;
}

.def-pars {
	margin-top: 52px;
	text-align: center;
}

.def-pars p {
	padding-top: 10px;
	letter-spacing: 0.2px;
}

#about-section h3 {
	padding-top: 25px;
}

#about-section h3.first {
	padding-top: 30px;
}

.about {
	font-size: 18px;
}

p.about {
	padding-top: 15px;
}

ul.about {
	list-style-image: url('images/green-bullet.png');
	padding-left: 20px;
}

.video {
	border: 1px solid #333;
	margin-bottom: 5px;
	margin-top: 40px;
	}

li.about {
	line-height: 22px;
	list-style-type: disc;
	padding-left: 10px;
	padding-top: 10px;
}

/*****STYLING FOR TEAM SECTION**********
***************************************/
.headshot {
	clear: right;
	display: block;
	float: left;
	padding-bottom: 3px;
	padding-right: 23px;
}

#team-section h3 {
	padding-top: 15px;
}

#team-section h3.first {
	padding-top: 25px;
}

.team {
	letter-spacing: 0.2px;
	line-height: 24px;
	padding-bottom: 8px;
}


/*****STYLING FOR PORTFOLIO SECTION****
***************************************/
#portfolio-section .white-background {
	padding-bottom: 35px;
}

.left-column{
	width: 392px;
}

.right-column {
	padding-left: 36px;
	padding-top: 65px;
	width: 272px;
}

.caption {
	font-size: 14px;
	padding-top: 5px;
	text-align: center;
}

ul.portfolio {
	list-style-image: url('images/green-bullet.png');
	padding-left: 20px;
	padding-right: 2px;
}

li.portfolio {
	color: #777;
	font-size: 16px;
	line-height: 22px;
	padding-left: 8px;
	padding-top: 10px;
}

.subtitle {
	font-size: 16px;
	padding-top: 2px;
}		

.completed .right-column {
	padding-top: 46px;
}

.left-column li a {
	text-decoration: underline;
}

#portfolio-section h3.completed {
	padding-top: 20px;
}

#portfolio-section h3.last {
	padding-bottom: 20px;
}

/*****STYLING FOR PROJECT GALLERY*******
***************************************/
#portfolio-section .gv_galleryWrap {
	border-bottom: none;
}

/***********FOOTER STYLES*******************
********************************************/

footer {
	background-color: #eee;
	color: #777;
	margin: 0 auto;
	padding: 0 100px;
	width: 700px;
	}

footer h2.logo {
	font-size: 10px;
	font-weight: normal;
	margin: 0 auto;
	position: relative;
	height: 98px;
	width: 121px;
	}

footer h2.logo a {
	display: block;
	padding-top: 34px;
	}


footer h2.logo img {
	position: absolute;
	left: 50%;
	top: 14px;
	margin-left: -68px;
	z-index: 1;
	}

footer a {
	color: #777;
	}
	
footer a:hover {
	color: #000;
	}

footer address {
	font-size: 15px;
	font-style: normal;
	line-height: 24px;
	padding-bottom: 4px;
	padding-top: 10px;
	text-align: center;
}

footer p {
font-size: 12px;
	text-align: center;
}

footer p.phone {
	font-size: 15px;
	padding-bottom: 20px;
}

footer p.phone a:hover {
	color: #777;
	cursor: text;
	}

footer p.credit {
	color: #999;
	padding-bottom: 10px;
}

footer p.credit a {
	color: #999;
	text-decoration: underline;
}

footer p.copyright {
	color: #999;
	padding-bottom: 26px;
}

/***********MOBILE PHONE STYLES*************
********************************************/
.mobile {display: none}

hr {display: none;}

@media only screen and (max-width: 767px) {
	header{
		position: static;
	}

	#spacer {
		display: none;
	}

	#about-seciton .gv_galleryWrap {
		display: none !important;
	}

	h2 {
		letter-spacing: -1px;
	}

	#portfolio-section h3.completed {
	padding-top: 25px;
	}

	#portfolio-section h3.last {
		display: none;
	}

	#portfolio-section .gv_galleryWrap {
		height: 401px !important;
		margin-top: 35px;
	}

	.gv_navWrap {
		display: none;
	}

	.white-background {
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
		background: #fff;
		padding: 0 100px 0px;
	}

	.mobile {
		/*border-top: 1px solid #ddd;*/
		display: block;
		height: 42px;
		padding: 0px 0 0;
		margin-top: 50px;
	}

	footer .mobile {
		border-top: none;
		padding: 10px 0 0;
		margin-top: 0;
	}

	.definition {
		top: 27px;
	}

	.right-column {
		display: none;
	}

	.left-column {
		width: 700px;
	}

	.gv_filmstripWrap {
		display: none;
	}

	/*hr {
		display: block;
		height:0; 
		border:0; 
		border-top:1px solid #ddd; 
		width: 393px;
		position: relative;
		left: 14px;
	}

}