/*

Title   Harbinger Stylesheet
Date    06.01.10
Author  Burdette Ketchum

*/

/* import external stylesheets 
@import url("headers.css"); */

/* Global Reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;outline: none;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}


/* Main Styles */
html {
	height: 100%;
}


body {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}


a:link, a:visited {
	color: #e40000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-weight: italic;
}
dl{
	margin: 7px 10px;
	padding: 18px 0 0 0;
	background: url(../images/bg-arrow.gif) no-repeat 1px 6px;
	border-top: 1px solid #716860;
}
dt{
	text-transform: uppercase;
	color: #fff;
	display: inline;
	padding: 0 0 0 17px;
	font-size: 1.2em;
}
dd{
	display: inline;
	color: #fff;
	font-size: 1.2em;
}
#outerWrap
{
position: relative;
min-height: 100%;
background: #282220 url(../images/bg-main.jpg) repeat-x;

}

* html #outerWrap
{
height: 100%;
}


.innerWrap {
	width: 960px;
	margin: 0 auto;
}
.clearfix{
	clear: both;
}

#footer {
	height: 130px;
	position: relative;
	margin-top: -110px;
	background: #1d1a19 url(../images/bg-footer.gif);
	border-top: 1px solid #4e4c49;
	}

#footer .innerWrap {
	position: relative;
}

#footer p.audit-button,
#footer p.audit-button a {
	display: block;
	width: 235px;
	height: 40px;
}

#footer p.audit-button a {
	background: url(../images/audit-button.png);
	text-indent: -9999px;
	}
	
#header,
#mainContent {
	width: 1100px;
	margin: 0 auto;
	background: url(../images/bg-maincontent.jpg) no-repeat center top;
}

#header {
	height: 320px;
}

#header .innerWrap {
	height: 320px;
	position: relative;
}

#headerBar {
	height: 100px;
	width: 960px;
	position: absolute;
	top: 20px;
}

#pageDescription {
	width: 960px;
	position: absolute;
	bottom: 0;
	width:960px;
	text-indent: -9999px;
	}
	
#mainContent {
	padding: 0 0 160px;
}

#headerBar h1 {
	position: absolute;
	top: 20px;
	left: 0;
}

#headerBar h1 a {
	width: 220px;
	height: 60px;
	display: block;
	text-indent: -9999px;
	background: url(../images/harbinger-logo.png) no-repeat;
}


/* Main Navigation */

ul#nav {
	position: absolute;
	top: 20px;
	right: 0;
	width: 600px;
	height: 60px;	
}

ul#nav li {
	display: block;
	width: 150px;
	height: 60px;
	float: left;
	}
	
ul#nav li a {
	margin-top: 10px;
	display: block;
	width: 150px;
	height: 40px;
	text-indent: -9999px;
	background-image: url(../images/nav.gif);
}

ul#nav li.nav-btn-1 a:link,
ul#nav li.nav-btn-1 a:visited {
	background-position: 0 -10px;
}

ul#nav li.nav-btn-1 a:hover,
ul#nav li.nav-btn-1 a:active {
	background-position: 0 -130px;
}

ul#nav li.nav-btn-1 a#nav-on {
	background-position: 0 -70px;
}

ul#nav li.nav-btn-2 a:link,
ul#nav li.nav-btn-2 a:visited {
	background-position: -150px -10px;
}

ul#nav li.nav-btn-2 a:hover,
ul#nav li.nav-btn-2 a:active {
	background-position: -150px -130px;
}

ul#nav li.nav-btn-2 a#nav-on {
	background-position: -150px -70px;
}

ul#nav li.nav-btn-3 a:link,
ul#nav li.nav-btn-3 a:visited {
	background-position: -300px -10px;
}

ul#nav li.nav-btn-3 a:hover,
ul#nav li.nav-btn-3 a:active {
	background-position: -300px -130px;
}

ul#nav li.nav-btn-3 a#nav-on {
	background-position: -300px -70px;
}

ul#nav li.nav-btn-4 a:link,
ul#nav li.nav-btn-4 a:visited {
	background-position: -450px -10px;
}

ul#nav li.nav-btn-4 a:hover,
ul#nav li.nav-btn-4 a:active {
	background-position: -450px -130px;
}

ul#nav li.nav-btn-4 a#nav-on {
	background-position: -450px -70px;
}


/* Header Images */

.how-we-see-things #header {
	background:  url(../images/headers/how-we-see-things.jpg) no-repeat center;
}

.what-we-do #header {
	background:  url(../images/headers/what-we-do.jpg) no-repeat center;
}

.what-weve-done #header {
	background:  url(../images/headers/what-weve-done.jpg) no-repeat center;
}

.see-the-future #header {
	background:  url(../images/headers/see-the-future.jpg) no-repeat center;
}

.misc-pages #header {
	background:  url(../images/headers/misc-pages.jpg) no-repeat center;
}
/* Main Content Area */


div#mainContent .innerWrap {
	overflow:hidden;
}

div#textArea {
	background: #fff url(../images/bg-textarea.jpg) repeat-x;
}

div#textArea h3 {
	margin: 0 20px 8px;
	font-weight: bold;
	font-size: 1.4em;
	color: #e40000;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div#textArea h4 {
	margin: 0 20px 8px;
	font-weight: bold;
	font-size: 1.4em;
	color: #5d5d5d;
}

div#textArea h4 a:link,
div#textArea h4 a:visited {
	color: #444444;
	text-decoration: underline;
}

div#textArea h4 a:hover,
div#textArea h4 a:active {
	color: #e40000;
}

div#textArea p {
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0 20px 10px;
}

div#textArea p.intro {
	font-weight: bold;
	color: #7a7676;
}

div#textArea strong {
	font-weight: bold;
}

div#textArea ol,
div#textArea ul {
	margin: 0 60px 18px;
	font-size: 1.2em;
}

div#textArea ul li {
	padding: 0 0 0 19px;
	margin: 0 0 8px;
	background: url(../images/bullet.gif) no-repeat 0 3px
}

div#textArea ol li {
	list-style-type: decimal;
	margin: 0 0 8px;
}
div.rightimg {
	float: right;
	margin: 0 40px;
}

div.leftImg {
	float: left;
	margin: 0 30px 40px 10px;
}

/* Home - Custom Styles */

.home #outerWrap {
background: #282220 url(../images/bg-main-home.jpg) repeat-x;
}

.home #mainContent {
background: #282220 url(../images/bg-maincontent-home.jpg) repeat-x;
}
.flashFeature {
	height: 467px;
	width: 1100px;
	background: #282220 url(../images/bg-flash-home.jpg) repeat-x;
}

.home #footer {
	margin-top: -131px;
}

.home .innerWrap {
	overflow: auto;
	height: 130px;
}
.home #headerBar {
	top: 467px;
}



/* How We See Things - Custom Styles */

.how-we-see-things #textArea {
	padding: 0 0 30px;
	background: url(../images/metal-band.png) no-repeat 0 bottom;
	background-color: none;
	overflow: auto;

}

*html .how-we-see-things #textArea  {
	padding: 0;
	background: none;
}

.how-we-see-things #textArea #textHolder {
	background-color: #fff;
	padding: 20px;
	overflow: auto;

}

*html .how-we-see-things #textArea #textHolder {
	border-bottom: solid 11px #79706b;
	padding-bottom: 60px;
}


.how-we-see-things #textArea p {
	width: 520px;
	margin: 10px 0 0;
}

.how-we-see-things #textArea p.first{
	margin: 35px 0 0;
}
.how-we-see-things #textArea img {
	float: right;
	margin: 10px 0
}

html>body span.logoReplace {
	display: inline-block;
	height: 20px;
	width: 80px;
	background: url(../images/harbinger-sm.png) no-repeat;
	text-indent: -9999px;
	margin: 0 2px;
}


#subContent {
	width: 700px;
	float: left;
}

#subSidebar {
	width: 260px;
	float: left;
}

.callout {
	display: block;
	height: 160px;
	width: 230px;
	float: right;
	margin: 30px 0 0;
}

.callout h4,
.callout p a {
	display: block;
	text-indent: -9999px;
	width: 230px;
}

.callout.gallery h4 {
	height: 135px;
	background: url(../images/callout-gallery-top.jpg) no-repeat;
}

.callout.gallery p a {
	height: 25px;
	background: url(../images/callout-gallery-link.jpg) no-repeat;
	
}

#subContent h3 {
	display: block;
	border-top: solid 1px #a8a8a8;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 1em;
	clear: both;
	margin: 32px 0 0;
}

#subContent h3 span {
	font-weight: bold;
	display: block;
	padding: 6px 10px 4px;
	width: 480px;
	margin: 0 0 32px;
/*Gradient Stuff */
background: #e40000; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90b12', endColorstr='#e40000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#a90b12), to(#e40000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #a90b12,  #e40000); /* for firefox 3.6+ */
	
	
}

#subContent p {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #ffffff;
	margin: 0 20px 18px;
}

/* What We Do - Custom Styles */

.what-we-do div#mainContent .innerWrap {
	overflow:hidden;
	padding: 0 0 30px 0;
	background: url(../images/metal-band.png) 0 bottom;
}

*html .what-we-do div#mainContent .innerWrap {
	padding: 0;
	border-bottom: solid 11px #79706b;
	background: none;
}

.what-we-do #column-holder-1 {
	clear:left;
	float:left;
	width:960px;
	overflow:hidden;
	background:#fff;
}
.what-we-do #column-holder-2 {
	float:left;
	width:960px;
	position:relative;
	right:710px;
	background: url(../images/bg-sidebar.jpg) repeat-y right;
	}
.what-we-do #sidebar {
	float:left;
	width:250px;
	position:relative;
	left:710px;
	padding: 40px 0;
	overflow:hidden;
}
.what-we-do #textArea {
	float:left;
	width:710px;
	position:relative;
	left:710px;
	overflow:hidden;
	padding: 40px 0;

}

div#sidebar ul#subnav {
	margin: 0 10px;
	border-top: solid 1px #b6b6b6;

}

div#sidebar ul#subnav li {
	display: block;
	border-bottom: solid 1px #b6b6b6;

}
div#sidebar ul#subnav li a:link,
div#sidebar ul#subnav li a:visited {
	display: block;
	padding: 8px 10px;
	font-size: 1.2em;
	color: #7a7676;
	text-decoration: none;
}

div#sidebar ul#subnav li a:hover,
div#sidebar ul#subnav li a:active {
	background-color: #f5f5f5;
}

div #sidebar ul#subnav li a#subnav-on {
	color: #444444;
}

div#textArea p.wide {
	margin-right: 60px;
	
}
div.threeImgHolder {
	margin: 40px 0 20px 30px;
	overflow: auto;
}
div.floatleft {
	float: left;
	margin: 0 20px 0 0;
}


/* What We've Done - Custom Styles */

.what-weve-done div#mainContent .innerWrap{
	background: url(../images/metal-band.png) no-repeat bottom;
	padding: 0 0 30px 0;
	overflow: hidden;
}
#projectWrap{
	width: 720px;
	padding: 30px 120px 0 120px ;
	background: #fff; 	
}

.what-weve-done #outerWrap {
	background: #282220 url(../images/bg-main-shorthead.jpg) repeat-x;
}

.what-weve-done #header,
.what-weve-done #header .innerWrap {
	height: 260px;
}

#galleryNav {
	margin: 0 0 40px;
	padding: 0 0 30px 0;
	background: url(../images/metal-band.png) no-repeat 0 bottom;

}

*html #galleryNav {
	padding: 0;
	border-bottom: solid 11px #79706b;
	background: none;
}


p.gallerySubPara {
	font-size: 1.6em;
	line-height: 1.8em;
	width: 650px;
	height: 150px;
	margin: 0 auto 20px;
	color: #c3bfbd;
}

.interior #galleryNav {
	margin: 0;
	padding: 0;
	background: none;
}

*html #galleryNav {
	border-bottom: none;
}
#description{
	font-size: 1.2em;
	line-height: 1.831em;
	color: #626262;
}

/* What We've Done moving grid */

#projectGrid{
	background: #fff;
	overflow: hidden;
}
.project{
	width: 150px;
	height: 150px;
}
.project.small{
	float: left;
	padding: 0;
	display: block;
	margin: 0 15px 0 15px;
}


.project.big{
	width: 330px;
	float: left;
	padding: 0;
	display: block;
	margin: 0 15px 0 15px;
	background: transparent;
}


/* See the Future - Custom Styles */

.see-the-future #textArea {
	padding: 0 0 30px;
	background: url(../images/metal-band.png) no-repeat 0 bottom;
	background-color: none;
	height: 320px;
}



*html .see-the-future #textArea {
	padding: 0;
	border-bottom: solid 11px #79706b;
	background: none;
}

div#contactPanelLeft {
	width: 250px;
	float: left;
	height: 320px;
	background: #fff url(../images/bg-contactpanelleft.jpg) no-repeat;
	position: relative;
}

div#contactPanelLeft h3{
	text-indent: -9999px;
}

div#contactPanelLeft p.tollFree,
div#contactPanelLeft p.email,
div#contactPanelLeft a {
	position: absolute;
	margin: 0;
	text-indent: -9999px;
	display: block;
	}

div#contactPanelLeft p.tollFree{
	left: 10px;
	top: 72px;
	width: 230px;
	height: 60px;
	background: url(../images/text-phone.png) no-repeat;
}

div#contactPanelLeft p.email{
	left: 10px;
	top: 225px;
	width: 250px;
	height: 26px;
	background: url(../images/text-email.png) no-repeat;
}

div#contactPanelLeft a:link,
div#contactPanelLeft a:visited {
	left: 10px;
	top: 252px;
	width: 230px;
	height: 25px;
	background: url(../images/text-emaillink.png) no-repeat;
}

div#contactPanelLeft a:hover,
div#contactPanelLeft a:active {
	background-position: 0 -23px;
}

a#locationMap {
	display: block;

	float: left;
}

div#contactPanelRight {
	width: 260px;
	height: 320px;
	float: left;
	background-color: #fff;
}

div#contactPanelRight h3 {
	display: block;
	height: 80px;
	width: 260px;
	padding: 0;
	margin: 0;
	background-image: url(../images/bg-contactpanelright-top.jpg);
	text-indent: -9999px;
}

div#textArea div#contactPanelRight p {
	margin: 0;
	display: block;
	height: 120px;
	font-size: 1.1em;
	color: #7a7676;
	line-height: 1.4em;
}

div#contactPanelRight p span {
	display: block;
	padding: 25px 20px 0 90px;
}

div#contactPanelRight p.location {
	background-image: url(../images/bg-contactpanelright-mid.jpg);
}

div#contactPanelRight p.phone {
	background-image: url(../images/bg-contactpanelright-bot.jpg);
}


div#contactPanelRight p.phone span {
	color: #e40000;
	font-weight: bold;
}

div#contactPanelRight p.phone span strong {
	color: #444444;
}
div#contactPanelRight a {
	color: #444444;
}

/* My Comment */
/* Footer Styles */
ul#social {
	position: absolute;
	top: 35px;
	left: 0;
}

ul#social li {
	float: left;
	display: block;
}
ul#social li a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/socials.png);
	text-indent: -9999px;
	margin: 0 10px 0 0;
	}
	
*html ul#social li a {
	background: url(../images/socials.gif);
}
	
li#facebook a:link,
li#facebook a:visited {
	background-position: 0 0;
}

li#facebook a:hover,
li#facebook a:active {
	background-position: 0 -22px;
}

li#twitter a:link,
li#twitter a:visited {
	background-position: -22px 0;
}

li#twitter a:hover,
li#twitter a:active {
	background-position: -22px -22px;
}

li#linkedin a:link,
li#linkedin a:visited {
	background-position: -44px 0;
}

li#linkedin a:hover,
li#linkedin a:active {
	background-position: -44px -22px;
}

div#footerNav {
	float: left;
	margin: 0;
	position: absolute;
	top: 20px;
	left: 110px;
	padding: 10px 0 0;
	border-left: solid 1px #a8a8a8;
}

div #footerNav ul {
	margin: 0 25px;
	overflow: auto;
	display: block;
	float: left;
	clear:left
	}
div#footerNav ul li {
	float: left;
	padding: 0 15px 10px 0;
	
	}
	
div#footerNav ul li a:link,
div#footerNav ul li a:visited {
	color: #a8a8a8;
	font-weight: bold;
	text-decoration: none;
}

div#footerNav ul li a:hover,
div#footerNav ul li a:active {
	text-decoration: underline;
}

div.footerRight {
	float: right;
	padding: 0 20px;
}
div#footer p {
	color: #a8a8a8;
	line-height: 1.8em;
	text-align: right;
	float: right;
	padding: 30px 20px;
}

.home div#footer p {
	padding: 20px 0 0 0;
	float: none;
}

.home div#footer p.legal {
	padding: 10px 0 0;
}
div#footer p span.quaSign {
	color: #e40000;
	font-weight: bold;
}

html>body div#footer p span.quaSign {
	display: inline-block;
	width: 80px;
	height: 16px;
	text-indent: -9999px;
	background: url(../images/quasign-logo-sm.png) no-repeat 3px -1px;
}



/* Slicebox Style */
.sb-slider{
	margin:50px auto 20px;
	position:relative;
}
.sb-slider img{ 
	display:none; 
}
.sb-nav span{
	width:31px;
	height:69px;
	background: url(../images/nav.png) no-repeat top left;
	position:absolute;
	top:50%;
	left:-50px;
	text-indent:-9000px;
	cursor:pointer;
	margin-top:-21px;
	opacity:0.9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px 3px 3px 3px;
}
.sb-nav span.sb-nav-next{
	left:auto;
	right:-50px;
	background-position:top right;
}
.sb-nav span:hover{
	opacity:1.0;
}
.sb-options{
	width:65px;
	height:30px;
	position:absolute;
	right:4px;
	bottom:4px;
	z-index:20;
}
.sb-options span{
	width:30px;
	height:30px;
	background:#28241f url(../images/options.png) no-repeat top left;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.9;
	margin-right:3px;
	float:left;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px 3px 3px 3px;
}
.sb-options span.sb-nav-play{
	background-position:-30px 0px;
}
.sb-options span.sb-nav-info{
	background-position:-60px 0px;
	margin:0;
}
.sb-options span.sb-nav-noinfo{
	background-position:-90px 0px;
	margin:0;
}
.sb-side {
  margin:0;
  display: block;
  position: absolute;
  -webkit-transform-style: preserve-3d;
}

.sb-title{
	color: white;
	bottom: 0px;
	position: absolute;
	z-index: 15;
	background: black;
	height: 0px;
	width: 100%;
	left:0px;
	overflow:hidden;
	opacity:0.8;
}
.sb-title span{
	font-size: 18px;
	font-family: 'Volkhov', Georgia, sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 38px;
	display:block;
	padding:0 20px;
}
/* Fallback Style */
.sb-slider-fb-wrapper{
	overflow:hidden;
}
.sb-slider-fb img{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}
/* Message */
#sb-note{
	font-size:18px;
	padding: 10px;
}
#sb-note span{
	background: #e0bb84;
	padding: 5px 10px;
}

/* nav carousel */
#bx-wrapper{
	width: 960px;
background-color:#000;
	z-index:-2;
}
.bx-wrapper{
	margin:0 auto 0;
	padding: 40px 0 0 0;
	position: relative;
	background-color:#000;
	height: 135px;
}
.bx-window{
	position: relative;
	overflow:hidden;
	margin: 0 auto;
	z-index: 3;

}
#slider1{
	background-color:#000000;
	}
#slider1 li{
	width:157px;
	height: 132px;
}
a.gallery-image{
	display: block;
	width: 150px;
	height: 100px;
	background-color: #0F0;
	margin: 0 auto;
	text-indent: -9999px
	}
a.bx-next{
	width:86px;
	height:130px;
	background: url(../images/nav-control-right.gif) 0 0;
	display:block;
	overflow:hidden;
	position: absolute;
	right:-78px;
	top: 25px;
	text-indent: -9999px;
	}
a:hover.bx-next{
	background: url(../images/nav-control-right.gif) 0 -130px;
	}

a.bx-prev{
	width:86px;
	height:130px;
	background: url(../images/nav-control-left.gif) 0 0;
	display:block;
	overflow:hidden;
	position: absolute;
	right:778px;
	top: 25px;
	text-indent: -9999px;
	}
a:hover.bx-prev{
	background: url(../images/nav-control-left.gif) 0 -130px;
	}
.gallery-title{
	color: #626262;
	text-align: center;
	padding: 11px 0 0 0;
	font-weight: bold;
}
a:link.gallery-title{
	color:#626262;
}
a:visited.gallery-title{
	color:#626262;
}
a:hover.gallery-title{
	color:#fff;
	text-decoration: none;
}
a:active.gallery-title{
	color:#dd0323;
	text-decoration: none;
}


